curl -X POST \
--form-string 'data=[{"action_source":"website","event_name":"Purchase","event_time":1761750909,"custom_data":{"currency":"USD","value":142.52},"user_data":{"em":["7b17fb0bd173f625b58636fb796407c22b3d16fc78302d79f0fd30c2fc2fc068"],"ph":[],"fn":[],"ct":[],"country":[],"db":[],"ln":[],"zp":[]},"attribution_data":{"attribution_share":0.3},"original_event_data":{"event_name":"Purchase","event_time":1761750909}}]'\
-F 'access_token=' \
https://graph.facebook.com///events
{
"data": [
{
"event_name": "Purchase",
"event_time": 1768505758,
"action_source": "website",
"event_id": null,
"user_data": {
"em": [
"7b17fb0bd173f625b58636fb796407c22b3d16fc78302d79f0fd30c2fc2fc068"
],
"ph": [
null
]
},
"attribution_data": {
"attribution_share": "0.3"
},
"custom_data": {
"currency": "USD",
"value": "142.52"
},
"original_event_data": {
"event_name": "Purchase",
"event_time": 1768505758
}
}
]
}
top of page
bottom of page