Problem with API Conversation
1

Dear All, I'm integrating the registration completed event with the Conversation API, but after setting everything up it keeps returning, in Event Manages, the following error: CompleteRegistration event missing some deduplication parameters

Possible resolution of the problem recommended by Facebook: "Add an event_id parameter to all CompleteRegistration events you are sending through the pixel and the Conversions API."

I in the json that I send I already insert the Event ID, below I report a json already sent (I did not put the access_token for security reasons):

{ "data": "[{\"action_source\":\"website\",\"event_name\":\"CompleteRegistration\",\"event_time\":\"1637682880\",\"event_id\":1343639762338124,\"user_data\":{\"em\":[\"99c6e6b8f37f3e82480a8e8467204d7a8794a44a244ffa2fdd743326f9474a4a\"],\"country\":[\"2ad8a7049d7c5511ac254f5f51fe70a046ebd884729056f0fe57f5160d467153\"]}}]", "access_token": "XXX" }

What am I doing wrong ?

Emanuele
Asked about 2 years ago