A summary report of customer activity for a given time range.
Name | Type | Description | Notes |
---|---|---|---|
integrationId | String | The integration ID set by your integration layer. | |
created | OffsetDateTime | The time this entity was created. | |
name | String | The name for this customer profile. | |
customerId | Integer | The internal Talon.One ID of the customer. | |
lastActivity | OffsetDateTime | The last activity of the customer. | [optional] |
couponRedemptions | Integer | Number of coupon redemptions in all customer campaigns. | |
couponUseAttempts | Integer | Number of coupon use attempts in all customer campaigns. | |
couponFailedAttempts | Integer | Number of failed coupon use attempts in all customer campaigns. | |
accruedDiscounts | BigDecimal | Number of accrued discounts in all customer campaigns. | |
accruedRevenue | BigDecimal | Amount of accrued revenue in all customer campaigns. | |
totalOrders | Integer | Number of orders in all customer campaigns. | |
totalOrdersNoCoupon | Integer | Number of orders without coupon used in all customer campaigns. | |
campaignName | String | The name of the campaign this customer belongs to. |