Created
April 16, 2024 20:50
-
-
Save elephantsneverforget/4efbdf9e6cf4414316792b0455aa2cf8 to your computer and use it in GitHub Desktop.
Meta new/returning events with "origin"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"event_name": "Purchase_NewCustomer", | |
"event_time": 1713300268, | |
"action_source": "website", | |
"user_data": { | |
"em": [ | |
"7b17fb0bd173f625b58636fb796407c22b3d16fc78302d79f0fd30c2fc2fc068" | |
], | |
"ph": [ | |
null | |
] | |
}, | |
"custom_data": { | |
"currency": "USD", | |
"value": "142.52", | |
"origin": "MetaCheckout" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment