You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to disable tracking on our test-servers by setting the angulartics developerMode to true. But it only seems to work for eventTracking because Facebook tracks the pageViews nevertheless. If I set
fbq.disablePushState = true; no pageTracking happens at all.
Can you help me please? Is there anything that I miss?
The text was updated successfully, but these errors were encountered:
I am trying to disable tracking on our test-servers by setting the angulartics developerMode to true. But it only seems to work for eventTracking because Facebook tracks the pageViews nevertheless. If I set
fbq.disablePushState = true; no pageTracking happens at all.
Can you help me please? Is there anything that I miss?
The text was updated successfully, but these errors were encountered: