Skip to content

Instantly share code, notes, and snippets.

@elephantsneverforget
Created March 27, 2024 13:16
Show Gist options
  • Save elephantsneverforget/e7a405e39a424f2f6a50f91acc5094cd to your computer and use it in GitHub Desktop.
Save elephantsneverforget/e7a405e39a424f2f6a50f91acc5094cd to your computer and use it in GitHub Desktop.
{
"message": "There were 1 invalid conversion events. None were processed.",
"invalid_events": [
{
"error_message": "there was a problem validating event_type: event_type with custom_event_name must be a Custom event: Purchase",
"event": {
"event_at": "2024-03-26T17:51:01-04:00",
"event_type": {
"tracking_type": "Purchase",
"custom_event_name": "string"
},
"event_metadata": {
"item_count": 1,
"currency": "USD",
"value": 200,
"value_decimal": 2,
"products": [
{
"id": "45228302074166",
"name": "Ice - test"
}
],
"conversion_id": "558187e6464b742504578b57dc3d97ed1819d965cd7834cfba3f53cf94218d7e"
},
"user": {
"email": "529a4b3e0ee45978f310fa6ba8823bc610627ca6731bae6960c297d78b267c1b",
"external_id": "8b75de1f24236d63c3f10721265e49717354673bac2e9c3b4f7d419833c0db74",
"ip_address": "c0dded89bffa4bf56d83f827375c9d705010d63e72ad8cf7ab45e86d574f0df5",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
"opt_out": false,
"screen_dimensions": {
"width": 0,
"height": 0
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment