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

autoPageView as false and still triggering PageView on every route change #40

Open
bruno2kd opened this issue Nov 11, 2021 · 1 comment

Comments

@bruno2kd
Copy link

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',
autoPageView: false,
},

Expected behavior
PageView should trigger only when page loads for the first time

@Shalashtein
Copy link

Same issue here, default settings set but it still tracks every page with a PageView event

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

2 participants