Summary / TL:DR: This article outlines the attributes used in the marketing_email_subscribe event
...
Purpose
...
Attributes
duplicate_signup | Boolean. Is this a duplicate signup? |
---|---|
Email address used for signup | |
email_active | Boolean. If eml_sta IN ('A', ‘') and sub.dlv_cde IN ('ME', ‘EM’) THEN ‘true’ ELSE ‘false’ |
event | Event name |
list_code | List code the customer signed up for |
source_code | Source code associated with the signup |
sua_event_id | Unique identifier from SUA2 for the event |
campaign_code | Advantage campaign code |
campaign_name | Campaign name in IRIS |
...
Sample Payload
Code Block | ||
---|---|---|
| ||
{
"duplicate_signup": false,
"email": "email@14west.us",
"email_active": true,
"event": "marketing_email_subscribe",
"list_code": "OPTMSUN",
"site": "banyanhillpublishing.com",
"source_code": "X190Y702",
"sua_event_id": "96b5bfe9-67ae-497d-84eb-d8e141f6ff12",
"campaign_code": "XXX123",
"campaign_name": "XXX456"
} |
...
Tip |
---|
Wrap up |
Info |
---|
Still need help? We know this can be frustrating. To get further help open a Jira ticket. |
...