nuxt-facebook-pixel-module
nuxt-facebook-pixel-module copied to clipboard
Inject Facebook pixel code
this.$fb.track('AddToCart', { eventID: eventId, event_id: eventId, eventId }) How to send the event_id? I have tryed in this 3 ways, but they are later marked as '_removed_' on the business...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.16 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...
if i can, how can i use custom track?
I implemented this module on my website. When I test the website with the Google Speed test I get an error "Reduce unused JavaScript" for the Facebook js file. I...
This is my code. ``` mounted () { this.$fb.track('PageView') } ``` I use Nuxt and got error `this.fbq is not a function` when deploy as a production. Not happen to...
**Bug Description** autoPageView as false and still triggering PageView on every route change **Reproduction** "nuxt-facebook-pixel-module": "^1.5.0" "nuxt": "^2.15.8", facebook: { /* module options */ pixelId: process.env.FACEBOOK_PIXEL_ID, disabled: process.env.NODE_ENV === 'development',...
**Is your feature request related to a problem? Please describe.** I have an app that has multiple domains and by domain has a different language and a different pixel_id code....
The `fbq` init function can be used to set custom user data for [Advanced Matching](https://developers.facebook.com/docs/facebook-pixel/advanced/advanced-matching). This feature adds support for setting this through a new `setUserData` method that'll be used...