angel.bonev
angel.bonev

Reputation: 2232

Facebook Pixel loads twice

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

enter image description here

  1. In Google Tag Manager Facebook pixel base code Tag firing options is set to Once per page.
  2. Every tag that I'm using is set to fire after Facebook pixel base code in Advanced Settings > Tag Sequencing > Fire a tag before [My tag Name] fires > Setup Tag = Facebook pixel base code
  3. Facebook version is n.version='2.0';
  4. URL Called: in Facebook Pixel Helper is something like this https://www.facebook.com/tr/?batch=1&rqm=GET&dt=[SomethingRandom]

Upvotes: 2

Views: 2586

Answers (2)

Artyom Kovalyov
Artyom Kovalyov

Reputation: 409

I'd recommend not discounting everything on caches and get a deep understanding of when your pixel is firing and why. Many pixels fires might be caused for example by activating the advanced pixel matching which will cause a pixel to look for any form fields on your page be sent back to FB: https://www.facebook.com/business/help/611774685654668

With Google Tag manager you have to be twice as careful as it's super easy to screw up things by placing tags and vars all over the place and not keeping track which tags fire on which URLs.

Upvotes: 1

Ivan Karaivanov
Ivan Karaivanov

Reputation: 354

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.

Upvotes: 4

Related Questions