gabefromutah / gatsby-plugin-facebook-pixel

Gatsby plugin to add facebook pixel onto a site
15 stars 21 forks source link

Facebook Pixel Standard Events Support #4

Closed radhasatam closed 5 years ago

radhasatam commented 5 years ago

Is there a way to include facebook pixel standard events on specific pages?

Ref: https://www.facebook.com/business/help/402791146561655

gabefromutah commented 5 years ago

Not through this plugin. It might be best to call the fbq global from the specific page, through componentDidMount or useEffect. Hope that helps