Created
January 30, 2023 14:50
-
-
Save oscarnevarezleal/dc93ee48726e42133c0f52a1987e71a3 to your computer and use it in GitHub Desktop.
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
{ | |
"identifiers":{ | |
"email":"[email protected]", | |
"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