I'm using Facebook pixel with Google Tag Manager , everything is working perfectly except that some times FB pixel loads twice with no Pixel Id
Tag firing options
is set to Once per page
. Advanced Settings > Tag Sequencing > Fire a tag before [My tag Name] fires > Setup Tag
= Facebook pixel base coden.version='2.0';
URL Called:
in Facebook Pixel Helper
is something like this https://www.facebook.com/tr/?batch=1&rqm=GET&dt=[SomethingRandom]There is only one pixel on your website.
The “ghost” one is the result of your cache and the way Pixel Helper works. PH is looking for any code that resembles a pixel and tries to test it. The cache is probably changing some parts of the code, creating this confusion.
In reality, it does nothing and it doesn’t affect you in any way.