angulartics-facebook-pixel
angulartics-facebook-pixel copied to clipboard
Does DeveloperMode deactivate pageTracking?
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?
Ahh yes yes. you are correct. Sorry for your inconvenience 😢
Something was changed on Pixel tracking script since Apr 2016. By default, Pixel script registers some location related event handler So PageView data always will be sent to Facebook even turn on developerMode of Angulartics
I have no idea how to workaround about this changes. Do you have any idea?