Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.96 KB

File metadata and controls

23 lines (15 loc) · 1.96 KB

IntegrationEventV2Response

Properties

Name Type Description Notes
customerProfile CustomerProfile The customer profile associated with the event. [optional]
loyalty Loyalty The loyalty program status of the customer. [optional]
triggeredCampaigns List<Campaign> The campaigns that were triggered as a result of processing the event. [optional]
campaignEligibility List<CampaignEligibility> A list of campaigns and their evaluation status for the current customer session. Note: - This response can only be included if the `dry` parameter in the query is set to `true`. - Do not include `triggeredCampaigns` or `ruleFailureReasons` in `responseContent` to avoid duplicate results. [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]
achievements List<CustomerAchievement> The achievements progress of the customer. [optional]
event Event The event that was processed. [optional]