CAPI problem
-
Hi!
I see more problems in Facebook Event Manager!
The same event ID was received by many event instances.
You are sending the same event ID to multiple instances of your AddToCart events. Event IDs are unique identifiers that can be used to deduplicate the same events from your pixel and the Conversions API so that they are not counted twice. In order for Facebook to accurately count your events, each unique event instance needs its own unique event ID.
This can cause problems measuring your events and assigning your ad campaigns.Solving the problem:
Update the “event_id” parameter for AddToCart events to send a unique event ID for each unique event history from both your pixel and the Conversions API. You can do this at the source code of the pixel in that location. For the Conversions API, you can do this with Graph API Explorer or your server terminal.
Can you help me with this?
Thank youThe page I need help with: [log in to see the link]
- The topic ‘CAPI problem’ is closed to new replies.