Analytics calls are being suppressed/not fired in Firefox v67 | Adobe Higher Education
Skip to main content
Level 2
June 6, 2019
Beantwortet

Analytics calls are being suppressed/not fired in Firefox v67

  • June 6, 2019
  • 1 Antwort
  • 1820 Ansichten

Hi,

I've noticed some of the DTM rules are not firing in Firefox v67 and I do understand Firefox has this new privacy policies against trackers but strange part is that not all the rules are blocked.

Currently, some of the DCR are blocked,for example I've 2 DCR to be triggered on click but only one executes. I can see satellite notification saying rule is fired but its analytics call is being blocked for some reason. We are seeing traffic lose for visitors how are using Firefox as some rules have filed to execute.

Any suggestions and work around is greatly appreciated and thanks in advance.

AbdulSamad

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von Asheesh_Pandey

Hey Abdul,

All you need to do is,

1. Out of those two DCR rules, choose any one rule.

2. In this rule (I will call it dummy rule) do not add any adobe variables, just add _satellite.track("new_DCR").

3. Now create a new rule with the _satellite.track("new_DCR") string "new_DCR" and add all your adobe variables from dummy rule in this "new_DCR" rule. It should solve this issue.

Thanks,

Asheesh

1 Antwort

Asheesh_Pandey
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
June 23, 2019

Hey Abdul,

All you need to do is,

1. Out of those two DCR rules, choose any one rule.

2. In this rule (I will call it dummy rule) do not add any adobe variables, just add _satellite.track("new_DCR").

3. Now create a new rule with the _satellite.track("new_DCR") string "new_DCR" and add all your adobe variables from dummy rule in this "new_DCR" rule. It should solve this issue.

Thanks,

Asheesh

- Asheesh