Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 921 Bytes

CustomerProfileAudienceRequestItem.md

File metadata and controls

21 lines (14 loc) · 921 Bytes

TalonOne::CustomerProfileAudienceRequestItem

Properties

Name Type Description Notes
action String Defines the action to perform: - `add`: Adds the customer profile to the audience. If the customer profile does not exist, it will be created. - `delete`: Removes the customer profile from the audience.
profile_integration_id String The ID of this customer profile in the third-party integration.
audience_id Integer The ID of the audience. You get it via the `id` property when creating an audience.

Code Sample

require 'TalonOne'

instance = TalonOne::CustomerProfileAudienceRequestItem.new(action: add,
                                 profile_integration_id: R195412,
                                 audience_id: 748)