Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.33 KB

CustomerProfileIntegrationRequestV2.md

File metadata and controls

23 lines (16 loc) · 1.33 KB

TalonOne::CustomerProfileIntegrationRequestV2

Properties

Name Type Description Notes
attributes Object Arbitrary properties associated with this item. [optional]
evaluable_campaign_ids Array<Integer> 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]
audiences_changes ProfileAudiencesChanges [optional]
response_content Array<String> Extends the response with the chosen data entities. Use this property to get as much data as you need in one Update customer profile request instead of sending extra requests to other endpoints. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::CustomerProfileIntegrationRequestV2.new(attributes: {&quot;Language&quot;:&quot;english&quot;,&quot;ShippingCountry&quot;:&quot;DE&quot;},
                                 evaluable_campaign_ids: [10, 12],
                                 audiences_changes: null,
                                 response_content: [triggeredCampaigns, customerProfile])