Sha256: 6c86a282d3560279680280625176f2ac6f8be954fb045fae78f6d575aa3379a7
Contents?: true
Size: 1.33 KB
Versions: 6
Compression:
Stored size: 1.33 KB
Contents
# TalonOne::CustomerProfileIntegrationRequestV2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributes** | [**Object**](.md) | 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**](ProfileAudiencesChanges.md) | | [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 ```ruby require 'TalonOne' instance = TalonOne::CustomerProfileIntegrationRequestV2.new(attributes: {"Language":"english","ShippingCountry":"DE"}, evaluable_campaign_ids: [10, 12], audiences_changes: null, response_content: [triggeredCampaigns, customerProfile]) ```
Version data entries
6 entries across 6 versions & 1 rubygems