Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.45 KB

CustomerActivityReport.md

File metadata and controls

22 lines (19 loc) · 1.45 KB

TalonOne.Model.CustomerActivityReport

A summary report of customer activity for a given time range.

Properties

Name Type Description Notes
IntegrationId string The integration ID set by your integration layer.
Created DateTime The time this entity was created.
Name string The name for this customer profile.
CustomerId int The internal Talon.One ID of the customer.
LastActivity DateTime The last activity of the customer. [optional]
CouponRedemptions int Number of coupon redemptions in all customer campaigns.
CouponUseAttempts int Number of coupon use attempts in all customer campaigns.
CouponFailedAttempts int Number of failed coupon use attempts in all customer campaigns.
AccruedDiscounts decimal Number of accrued discounts in all customer campaigns.
AccruedRevenue decimal Amount of accrued revenue in all customer campaigns.
TotalOrders int Number of orders in all customer campaigns.
TotalOrdersNoCoupon int Number of orders without coupon used in all customer campaigns.
CampaignName string The name of the campaign this customer belongs to.

[Back to Model list] [Back to API list] [Back to README]