部分中斷share-external
Conversion API requests return error
1

Hi everybody!

I'm trying to manually set up Conversion API for my website. After a user successfully finishes payment on the website my server sends a request to the meta endpoint.

I've generated an access token in my pixel settings and built a payload using Payload Helper. Payload helper showed that the payload is valid and I even managed to send a test event through it and saw it in the Test event tab of Events Manager.

But when I try to send the request from my server I get this error message from the attached image. How can that be, if I've double-checked that the pixel ID is correct?

Sauran
已發問 約 1 個月前
Sauran

My payload examppe: { "data": [ { "event_name": "Purchase", "event_time": [...], "action_source": "website", "event_source_url": "https://portal.example.kz/?duty=yes&duration=15&special=yes", "user_data": { "ph": [ "5d4c06dcca65aee27d74385d1686892805ea66f5557548469917d4abf22f4d5a" ], "client_ip_address": "168.212.226.204", "client_user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)", "fbp": "fb.1.1558571054389.1098115397", }, "custom_data": { "currency": "KZT", "value": 6999 } } ] }

Endpoint I'm sending requests to: https://graph.facebook.com/v20.0/517991158551582/events?access_token=<Access_token>

10月10日 01:55