The campaign interaction object

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).

AttributeTypeDescription
location.uidstringPodium unique identifier for the referenced resource.
uidstringPodium unique identifier for Campaign interaction uuid.
contact.uidstringPodium unique identifier for the referenced resource.
conversation.uidstringPodium unique identifier for the referenced resource.
createdAtstringWhen the interaction occurred.
updatedAtstringWhen the interaction was last updated
campaign.uidstringPodium unique identifier for the referenced resource.
interactionTypestringThe 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"
}