2

I have an application running with Tealium. Some features of the platform doesn't work when I access in Firefox and the tracking protection is turned on (In "always" mood) .

I want to show an alert when the application detects Firefox tracking protection in mood "Always" to say "You have tracking protection activated and some features will not work in the platform" with java script.

Is there any way to do that?

aynber
  • 22,380
  • 8
  • 50
  • 63
Mariam
  • 33
  • 3

1 Answers1

1

You can do that by creating a new extension in Tealium, and then, in that extension, detect whether or not tracking protection is turned on in Firefox (here's SO on how to do that here). You can then display a popup, initiate an ajax, or redirect to another page if tracking protection is turned on.

itoctopus
  • 4,133
  • 4
  • 32
  • 44