Coupon Events

Coupon Viewed

  • Event Name: coupon-viewed
  • Triggered when a user views a coupon.
NameTypeDescriptionRequired
timestampString (TimeStamp)The timestamp of the eventRequired
pageTitleStringThe title of the page where the event occurredRequired
hostNameStringThe hostname of the page where the event occurredRequired
pathNameStringThe path of the page where the event occurredRequired
queryStringStringThe query string of the page where the event occurredRequired
urlStringThe URL of the page where the event occurredRequired
referrerStringThe URL that linked to the page where the event occurredRequired
languagesArrayThe languages of the browser that made the requestRequired
userAgentStringThe user agent of the browser that made the requestRequired
siteIdString (GUID)The ID of the hub where the event occurredRequired
offerIdString (GUID)The ID of the coupon offer that was viewedRequired
couponIdString (GUID)The ID of the individual coupon that was viewedRequired

Coupon Redeemed

  • Event Name: coupon-redeemed
  • Triggered when a user successfully redeems a coupon.
NameTypeDescriptionRequired
timestampString (TimeStamp)The timestamp of the eventRequired
pageTitleStringThe title of the page where the event occurredRequired
hostNameStringThe hostname of the page where the event occurredRequired
pathNameStringThe path of the page where the event occurredRequired
queryStringStringThe query string of the page where the event occurredRequired
urlStringThe URL of the page where the event occurredRequired
referrerStringThe URL that linked to the page where the event occurredRequired
languagesArrayThe languages of the browser that made the requestRequired
userAgentStringThe user agent of the browser that made the requestRequired
siteIdString (GUID)The ID of the hub where the event occurredRequired
offerIdString (GUID)The ID of the coupon offer that was redeemedRequired
couponIdString (GUID)The ID of the individual coupon that was redeemedRequired