Coupon Viewed
- Event Name:
coupon-viewed
- Triggered when a user views a coupon.
Name | Type | Description | Required |
---|---|---|---|
timestamp | String (TimeStamp) | The timestamp of the event | Required |
pageTitle | String | The title of the page where the event occurred | Required |
hostName | String | The hostname of the page where the event occurred | Required |
pathName | String | The path of the page where the event occurred | Required |
queryString | String | The query string of the page where the event occurred | Required |
url | String | The URL of the page where the event occurred | Required |
referrer | String | The URL that linked to the page where the event occurred | Required |
languages | Array | The languages of the browser that made the request | Required |
userAgent | String | The user agent of the browser that made the request | Required |
siteId | String (GUID) | The ID of the hub where the event occurred | Required |
offerId | String (GUID) | The ID of the coupon offer that was viewed | Required |
couponId | String (GUID) | The ID of the individual coupon that was viewed | Required |
Coupon Redeemed
- Event Name:
coupon-redeemed
- Triggered when a user successfully redeems a coupon.
Name | Type | Description | Required |
---|---|---|---|
timestamp | String (TimeStamp) | The timestamp of the event | Required |
pageTitle | String | The title of the page where the event occurred | Required |
hostName | String | The hostname of the page where the event occurred | Required |
pathName | String | The path of the page where the event occurred | Required |
queryString | String | The query string of the page where the event occurred | Required |
url | String | The URL of the page where the event occurred | Required |
referrer | String | The URL that linked to the page where the event occurred | Required |
languages | Array | The languages of the browser that made the request | Required |
userAgent | String | The user agent of the browser that made the request | Required |
siteId | String (GUID) | The ID of the hub where the event occurred | Required |
offerId | String (GUID) | The ID of the coupon offer that was redeemed | Required |
couponId | String (GUID) | The ID of the individual coupon that was redeemed | Required |