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

I'm not able to understant how to pass the parameters. #38

Open
stefanomarodin opened this issue May 21, 2021 · 4 comments
Open

I'm not able to understant how to pass the parameters. #38

stefanomarodin opened this issue May 21, 2021 · 4 comments

Comments

@stefanomarodin
Copy link

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 account issues. Thanks

@jerome-offeo
Copy link

Hey @stefanomarodin, not sure if you've figured this but you can use event_id as a second parameter:

this.$fb.track(eventName, { eventID: eventId, });

@vnakayama
Copy link

Hi @stefanomarodin, I'm having the same problem, but with the regular Facebook Pixel script tag, which leads me to believe this is a Facebook Pixel issue rather than a problem with this nuxt module.

@stefanomarodin
Copy link
Author

stefanomarodin commented Aug 23, 2021 via email

@jungfish
Copy link
Contributor

@stefanomarodin @vnakayama @jerome-offeo I saw that too, i have fixed it in local and created un pull request !

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

4 participants