Purchase Event Missing Some Deduplication Parameters
-
Dear Developer,
I was using FB pixel, it works fine and help me track my FB ad without any problem. Our FB ad was paused for awhile and then we install the FACEBOOK for WooCommerce for the purpose of syncing the product up to our FACEBOOK shop. Recently we try to relaunch FB ad for our new products. FB business center, Data Sources page gives us a warning of:
Purchase Event Missing Some Deduplication Parameters
from the page ———————————–
You’re sending Purchase 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.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 Purchase 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 Purchase event instances.`
—————————————————-After we found out your plugin will automatic inject the Pixel code, we have removed all old Pixel code in Header. Can you tell me how to fix the warning?
Elton
The page I need help with: [log in to see the link]
- The topic ‘Purchase Event Missing Some Deduplication Parameters’ is closed to new replies.