This is the response type returned by the trackEventV3 endpoint.
| 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] |
| advancedEvent | EventV3 | [optional] |