Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.36 KB

File metadata and controls

29 lines (17 loc) · 1.36 KB

CustomerProfileIntegrationRequestV2

Properties

Name Type Description Notes
attributes Map<String, Object> Arbitrary properties associated with this item. [optional]
evaluableCampaignIds List<Long> When using the `dry` query parameter, use this property to list the campaign to be evaluated by the Rule Engine. These campaigns will be evaluated, even if they are disabled, allowing you to test specific campaigns before activating them. [optional]
responseContent List<ResponseContentEnum> Extends the response with the chosen data entities. Use this property to get as much data back as needed from one request instead of sending extra requests to other endpoints. [optional]
audiencesChanges ProfileAudiencesChanges Audiences memberships changes for this profile. [optional]

Enum: List<ResponseContentEnum>

Name Value
CUSTOMER_PROFILE "customerProfile"
TRIGGERED_CAMPAIGNS "triggeredCampaigns"
LOYALTY "loyalty"
EVENT "event"
AWARDED_GIVEAWAYS "awardedGiveaways"
RULE_FAILURE_REASONS "ruleFailureReasons"