Dear community,
I am forced to switch off Analytics tracking in case the user visiting our website has enabled the "Do Not Track Feature" in his browser. By default the tracking is still working with this settings and I do not find a way to respect this setting.
I am using Dynamic Tag Management to implement Adobe Analytics on my websites
Thank you in advance
Solved! Go to Solution.
Views
Replies
Total Likes
You can put this in the custom code section of each page:
if (navigator.doNotTrack == true) {s.abort=true;}
This checks if do not track is enabled, and if it is, it cancels the sending of the image request.
Views
Replies
Total Likes
You can put this in the custom code section of each page:
if (navigator.doNotTrack == true) {s.abort=true;}
This checks if do not track is enabled, and if it is, it cancels the sending of the image request.
Views
Replies
Total Likes
Hi Gigazelle
thank you very much after some research we are testing exactly what you have described. Wanted to update this ticket after successfully testing it :-)
Views
Replies
Total Likes
Hi,
Is there a way to disable Adobe Target?
Thanks
Ankit
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies