A campaign interaction event, which is a record of how a user and a campaign interacted (i.e. a user received a campaign message, or a user responded to a campaign message).
Attribute | Type | Description |
---|---|---|
location.uid | string | Podium unique identifier for the referenced resource. |
uid | string | Podium unique identifier for Campaign interaction uuid. |
contact.uid | string | Podium unique identifier for the referenced resource. |
conversation.uid | string | Podium unique identifier for the referenced resource. |
createdAt | string | When the interaction occurred. |
updatedAt | string | When the interaction was last updated |
campaign.uid | string | Podium unique identifier for the referenced resource. |
interactionType | string | The type of campaign interaction this record represents Possible values: ["sent", "queued", "failed", "feedback_left", "link_clicked", "opt_out", "payment_made", "response", "review_left", "resubscribe", "skipped"] |
{
"location": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"uid": "00000000-0000-0000-0000-000000000000",
"contact": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"conversation": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"createdAt": "2015-01-23T23:50:07Z",
"updatedAt": "2015-01-23T23:50:07Z",
"campaign": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"interactionType": "sent"
}