Coupon events
All events below include the Base Event Data and the base context fields for a Site in addition to the fields listed here.
Coupon Viewed
Raised when a coupon is viewed by a user.
{
// Base Context Fields...
"offerId": "string", // The unique offer ID
"couponId": "string" // The unique coupon ID
}
Coupon Redeemed
Raised when a user successfully redeems a coupon.
{
// Base Context Fields...
"offerId": "string", // The unique offer ID
"couponId": "string" // The unique coupon ID
}