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
}
}
]
}
curl --location --request POST 'https://business-api.tiktok.com/open_api/v1.3/event/track/' --header 'Access-Token: <>' --header 'Content-Type: application/json' --data-raw '{
"event_source": "web",
"event_source_id": "D62BJMBC77U9HVLB5UOG",
"data": [
{
"event": "Purchase",
"event_time": 1770649963,
"event_id": null,
"user": {
"email": null,
"phone": null,
"external_id": null
},
"properties": {
"currency": null,
"value": null,
"content_type": null
},
"page": {
"url": "https://www.mizaproductions.com/kpophunterstribute",
"referrer": null
}
}
]
}'
top of page
bottom of page