AddToCart Event Missing Some Deduplication Parameters
-
Hi. I got that message from Facebook Pixel and don’t know how to solve it.
AddToCart Event Missing Some Deduplication Parameters
“You’re sending AddToCart events through both your pixel and the Conversions API, but they’re not being deduplicated properly because not enough of these events are receiving an event_id parameter. Event instances sent without an event_id parameter cannot be deduplicated.
This may cause issues with the measurement of your events as well as the attribution and delivery optimization of any ad campaigns that are optimizing for this event.”Solution:
How to fix the issue
You’ll need to use the solution below to fix the issue.
Once you’ve fixed the issue in your website code you can mark it as resolved. This will move it to the Previously Detected section. If the issue is found again after 3 days it will move back to the Active section.
Add an event_id parameter to all AddToCart events that you’re sending from both your pixel and the Conversions API. To add an event_id parameter to the events you’re sending through the Conversions API, you can use the Payload Helper tool on the Facebook for Developers site to validate that your payload is set up correctly. To add an event_id parameter to the events you’re sending through your pixel, go into your website’s source code and add an event_id parameter to each of your AddToCart event instances.This is my Woocommerce Report: https://pastebin.com/UmexL632
What should i do?
Also my product are Rejected in Facebook Shop by: Services may not be listed. But don’t understand.
What i sell is a package of design not a service.
- The topic ‘AddToCart Event Missing Some Deduplication Parameters’ is closed to new replies.