Sha256: 463a515e7d99df5548b4a3812c36ca1864c829fb0b5e999a3188d086de6c110f

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

# TalonOne::CustomerProfileAudienceRequestItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **String** | Defines the action to perform: - `add`: Adds the customer profile to the audience.    **Note**: If the customer profile does not exist, it will be created. The profile will not be visible in any Application   until a session or profile update is received for that profile. - `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](#operation/createAudienceV2). | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/CustomerProfileAudienceRequestItem.md