Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should the Facebook Pixel Helper extension be registering the pixel? #1

Closed
skube opened this issue Jun 26, 2018 · 7 comments
Closed

Comments

@skube
Copy link

skube commented Jun 26, 2018

I've npm installed the plugin and updated my gatsby-config.js as outlined in the Readme. I've also installed the Facebook Pixel Helper Extension in my browser. However, I've not seeing any hits on it.

Using the react-facebook-pixel package seems to register the FB Pixel in the extension however.

Is there anything that is required?

@sarincasm
Copy link

I believe the pixel is inserted into the page only in production mode. So, if you want to test it while developing, you will have to run

gatsby build
gatsby serve

And then test it out on http://localhost:9000

@SMerdzhanov
Copy link

Hey @eelsweb, I was looking for answers on another question, but you're kind of right!

I too followed the setup instructions and this is what I'm getting:
Screen Shot 2019-07-03 at 1 58 18

I'm a bit concerned by two things:
a) The warning which basically says

We detected event code but the pixel has not activated for this event, so no information was sent to Facebook. This could be due to an error in the code, but could also occur if the pixel fires on a dynamic event such as a button click.

b) Navigating to a different page and opening the Pixel Chrome Extensions reports there's no Pixel at all.

These both can be just warnings and maybe it's all good, but still would love to hear some feedback.

Thank you for sharing this plugin 🎉

@gabefromutah
Copy link
Owner

I know this is really old, sorry for the delay. Is this still an issue for you?

@gabefromutah
Copy link
Owner

I'm going to go ahead and close this.

@uriklar
Copy link

uriklar commented Oct 19, 2019

I'm having the exact same issue as @SMerdzhanov. The same warning on the main page and on next pages a message that there is not pixel at all..
Did you manage to solve this?

@uriklar
Copy link

uriklar commented Oct 20, 2019

Apparently my adblock was causing this error

@SMerdzhanov
Copy link

Hey @gabefromutah, sorry for missing your question 🙈. And I'd agree with @uriklar, that AdBlock is playing some tricks on us 👍

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants