Sha256: 961f7241eb0293eeb44b93780cd2502ee417084d378995b224fe8b85d142d3f2

Contents?: true

Size: 861 Bytes

Versions: 4

Compression:

Stored size: 861 Bytes

Contents

# TalonOne::CustomerProfileAudienceRequestItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **String** | Defines the action to perform: - `add`: Adds the customer profile to the audience. - `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

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/CustomerProfileAudienceRequestItem.md
talon_one-3.0.1 docs/CustomerProfileAudienceRequestItem.md
talon_one-3.0.0 docs/CustomerProfileAudienceRequestItem.md
talon_one-2.5.1 docs/CustomerProfileAudienceRequestItem.md