All Questions
3 questions
0
votes
1
answer
902
views
How can you ignore google tracking when "do not track" flag is set by browser?
What is the best practice for honouring, via Javascript, the DNT flag set in modern browsers?
Ultimately, I want to disable the likes of Google Analytics, Facebook pixel and other bespoke tracking ...
4
votes
2
answers
622
views
Tracking DNT Exception handling
Currently Im trying to solve a problem about tracking.
On our website, an user should be able to decide whether or not he gets tracked and also which kind of information is shared.
Also we have ...
20
votes
3
answers
8k
views
How to detect if a user is using tracking protection in Firefox 42+
Firefox has launched a feature called Tracking protection in v42.0. It blocks several tracking scripts such as Google Analytics, Marketo, LinkedIn, etc.
I was trying to detect it through navigator....