managed-components/pinterest

Sending too many events to Pinterest

Opened this issue · 1 comments

The Pinterest 3rd party tool also seems to be sending far too many events. I have 3 events set up - standard "PageVisit", "WatchVideo" and "Lead". When I test these events in the debug mode on the website, everything looks like it is working as it should, but now that I have put this on the live site the number of events for each of these types being sent is about 3 or 4 times more events than it should be. I have the same trigger (track.() event) sending identical events to multiple 3rd Party tools eg SnapChat and the number of events seem to be correct being sent to Snapchat for example.

bjesus commented

This should be somewhat easy to debug because the Snapchat implementation currently sends the requests from the browser, meaning you can easily see what Zaraz is sending. Can you try checking the network tab and filter on tr.snapchat.com/p and see if you're seeing any extra requests there?