Skip to content

Instantly share code, notes, and snippets.

@oscarnevarezleal
Created January 30, 2023 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oscarnevarezleal/dc93ee48726e42133c0f52a1987e71a3 to your computer and use it in GitHub Desktop.
Save oscarnevarezleal/dc93ee48726e42133c0f52a1987e71a3 to your computer and use it in GitHub Desktop.
{
"identifiers":{
"email":"sample@mail.com",
"uuid": "1x2y3z",
"custom": {
"user_loyalty_id":"xyz123"
}
},
"attributes":{
"email_optin":true,
"age":30,
"language":"en_US",
"list_id":[
1,
2
],
"birthday":"1980-01-01T00:00:00Z",
"custom":{
"loyalty":"Gold"
}
},
"events":[
{
"event_name":"purchase",
"timestamp":"2021-01-10T21:35:20Z",
"event_params":{
"product_id":"AGH210070",
"unit_price":990.9,
"unit_sale_price": 890.9,
"event_group_id": "ORDER123",
"taxonomy":[
"Electronic",
"Phone"
],
"currency":"USD"
}
},
{
"event_name":"account_created",
"timestamp":"2021-01-17T14:41:21+03:00",
"event_params":{
"custom":{
"customer_type":"trial",
"trial_start_date":"2021-01-17T14:39:21+03:00",
"trial_end_date":"2021-01-24T14:41:21+03:00"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment