Intelligent Tracking Prevention | Community
Skip to main content
sandras28979200
New Participant
August 29, 2018
Solved

Intelligent Tracking Prevention

  • August 29, 2018
  • 13 replies
  • 11576 views

I was contacted by the IT Team at my office and they said Firefox is implementing a feature to set DNT as a default which will prevent DTM/Launch from firing. We have all our vendor tags and analytics tags in Launch. Does this mean we will not be able to track our customers anymore if they use Firefox? Can anyone help us with this? Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gigazelle

I downloaded and installed the latest nightly build, and here's my findings:

  • Tracking was not affected on my test site, which uses the latest version of the Analytics AppMeasurement library and Experience Cloud ID service.
  • Tracking was blocked when I opened a private browsing window.
  • When I opened Firefox tracking protection settings, by default it was set to private browsing only. When I changed it to say always, Analytics tracking was blocked.
  • Going to a site with first-party image request CNAME redirects, tracking still worked, even with tracking protection enabled.

When Adobe Analytics was blocked, it showed this in the console:

The resource at “http://assets.adobedtm.com/launch-xxxxxxxxxxxxxxxxxxxxxx.min.js” was blocked because content blocking is enabled.[Learn More]

Loading failed for the <script> with source “http://assets.adobedtm.com/launch-xxxxxxxxxxxxxxxxxxxxxx.min.js”.

Following the linked article, it says this tracking protection in private windows has been around since version 42, so since 2015. I'm guessing the 'always' option is new, however it's not enabled by default.

If you're concerned that Mozilla will switch tracking protection to 'always' by default, an option would be to ensure you're using a first-party implementation via CNAME redirects. However, given the number of sites that have dependencies on tracking libraries, the likelihood of this happening is pretty slim in my opinion.

13 replies

Gigazelle
Employee
August 29, 2018

Firefox private browsing is basically the equivalent of Chrome's incognito mode. Both private browsing and incognito won't block Analytics tracking by themselves, however any cookies set during a session will be discarded after the browser window is closed. This means that every browsing session on the visitor's machine will request a new visitor ID, causing unique visitor count to rise. Quoting Firefox's page on Private Browsing​:

The Launch tag will still fire, but it will appear to be a different unique visitor every time they visit.

sandras28979200
New Participant
August 29, 2018

We're migrating to Launch and I was told by our developers that the private browsing capability for FF will be the default soon for standard and that will block the Launch tag from firing. How do we work through this? I hope this is more clear for you. Thanks

Gigazelle
Employee
August 29, 2018

AppMeasurement libraries currently do not check the DNT variable, so impact will be minimal.

If you would like to adjust your implementation to honor the DNT variable, here's a relevant forum thread on the topic: Disable tracking by "Do Not Track" Browser settings