This file contains hidden or 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
| {"link": {"mobile": "+0123456789"}, "action_at": "2023-03-06T12:26:47Z", "campaign_id": "Black friday Menswear Teaser Aug 2020", "list": {"id": "7bff7a...", "name": "All Customers List"}, "from": {"name": "My Brand", "number": "+0123456789"}, "to": {"name": "My Brand", "number": "+61400000000"}} |
This file contains hidden or 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
| {"link": {"email": "jane@fake.com"}, "action_at": "2023-03-06T12:26:47Z", "campaign_id": "Black friday Menswear Teaser Aug 2020", "list": {"id": "7bff7a...", "name": "All Customers List"}, "from": {"name": "Jane Doe", "email": "jane@fake.com"}, "to": {"name": "Jane Doe", "email": "jane@fake.com"}} |
This file contains hidden or 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
| {"records": [{"email": "jane@fake.com"}, {"customer_id": "b6ef3b..."}]} |
This file contains hidden or 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
| { "link": { "email": "jane@fake.com" }, "action_at": "2023-03-06T12:26:47Z", "return_id": "53059a...", "type": "ecommerce", "currency": "USD", "products": [ { "product_reference": { "id": "7ede97...", "id_type": "sku", "dataset_id": "0e2187..." }, "price_paid": -50, "quantity": -2 } ], "custom_fields": { "is_damaged": true, "customer_reason": "glass broken on delivery" } } |
This file contains hidden or 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
| {"link": {"mobile": "+0123456789"}, "action_at": "2023-03-06T12:26:47Z", "list": {"id": "7bff7a...", "name": "All Customers List"}, "status": "subscribed"} |
This file contains hidden or 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
| {"link": {"mobile": "+0123456789"}, "action_at": "2023-03-06T12:26:47Z", "campaign_id": "Black friday Menswear Teaser Aug 2020", "list": {"id": "7bff7a...", "name": "All Customers List"}, "body": "Lorem ipsum do in mollit consectetur dolore magna irure exercitation.", "from": {"name": "My Brand", "number": "+61400000000"}, "to": {"name": "My Brand", "number": "+0123456789"}} |
This file contains hidden or 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
| { | |
| "type": "object", | |
| "properties": { | |
| "records": { | |
| "type": "array", | |
| "items": { | |
| "title": "Product", | |
| "type": "object", | |
| "description": "A product object. The field referenced in product_reference_type should be unique and used in purchase and return events.", | |
| "required": [ |
This file contains hidden or 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
| { | |
| "type": "object", | |
| "properties": { | |
| "records": { | |
| "type": "array", | |
| "items": { | |
| "title": "Email Bounce Event", | |
| "type": "object", | |
| "description": "An Email Bounce Event object.", | |
| "required": [ |
This file contains hidden or 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
| { | |
| "type": "object", | |
| "properties": { | |
| "records": { | |
| "type": "array", | |
| "items": { | |
| "title": "Customer", | |
| "type": "object", | |
| "description": "A customer object. Must have at only one linkable field of email, email_sha256, email_md5, mobile, customer_id or external_id. A dataset may be configured to require a particular one of these.", | |
| "required": [ |
This file contains hidden or 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
| { | |
| "type": "object", | |
| "properties": { | |
| "records": { | |
| "type": "array", | |
| "items": { | |
| "title": "Purchase", | |
| "type": "object", | |
| "description": "A purchase event object.", | |
| "required": [ |