We set up sending events via facebook api.
But why I don’t see the result of deduplication on facebook?
You have a clear picture in your documentation. Server-Side Tagging Made Easy For Everyone - Stape
hello, thank you.
The problem was that I didn’t pass the parameter correctly in the web container.
It was:
fbq(‘track’, ‘PageView’, {eventID: ‘546464’})
Changed it to:
fbq(‘track’, ‘PageView’, {}, {eventID: ‘546464’})
This can happen when you forget to create a test session on the browser. If you still do not see the web events, clear all cookies and cache in your browser and try again.