Same Event ID Received for Many Event Instances
-
Hello, my client is using Facebook for Woocommerce 2.5.1 and the event manager in facebook is saying
You’re sending the same event ID for many instances of your ViewCategory events. Event IDs are unique identifiers that are used to deduplicate identical events received from your pixel and the Conversions API so they’re not counted twice. To ensure Facebook is accurately counting your events, each unique event instance needs its own unique event ID.
This may cause issues with the measurement of your events and the attribution of your ad campaigns., the suggested solution by facebook is
Update the event_id parameter for your ViewContent events so that each unique event instance is sending a unique event ID from both your pixel and through the Conversions API. For pixel, you can do this on your website’s source code. For Conversions API, you can do this in Graph API Explorer or on your server terminal.
I enabled the debugging logs and I’ve haven’t seen any duplicate. There is no other plugin that interacts with Pixel. I’ve also seen https://github.com/woocommerce/facebook-for-woocommerce/issues/1722 which is similar but not for ViewContent event. How can I fix this?
- The topic ‘Same Event ID Received for Many Event Instances’ is closed to new replies.