Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.46 KB

File metadata and controls

18 lines (15 loc) · 1.46 KB

TalonOne.Model.IntegrationEventV2Response

This is the response type returned by the trackEventV2 endpoint.

Properties

Name Type Description Notes
CustomerProfile CustomerProfile [optional]
Loyalty Loyalty [optional]
TriggeredCampaigns List<Campaign> The campaigns that were triggered as a result of processing the event. [optional]
Effects List<Effect> The effects generated by the rules in your running campaigns. See API effects.
RuleFailureReasons List<RuleFailureReason> The reasons why certain rules were not triggered during the event processing. [optional]
CreatedCoupons List<Coupon> The coupons that were created during the event processing.
CreatedReferrals List<Referral> The referrals that were created during the event processing.
AwardedGiveaways List<Giveaway> The giveaways that were awarded during the event processing. [optional]
Event Event [optional]

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