Sha256: 838c519c5ba738c09227c4288b98ee45fd07fff3e9e6da229f77a8b8a9b6b620
Contents?: true
Size: 1.65 KB
Versions: 3
Compression:
Stored size: 1.65 KB
Contents
# TalonOne::NewAudience ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The human-friendly display name for this audience. | **sandbox** | **Boolean** | Indicates if this is a live or sandbox Application. | [optional] **description** | **String** | A description of the audience. | [optional] **integration** | **String** | The Talon.One-supported [3rd-party platform](https://docs.talon.one/docs/dev/technology-partners/overview) that this audience was created in. For example, `mParticle`, `Segment`, `Selligent`, `Braze`, or `Iterable`. **Note:** If you do not integrate with any of these platforms, do not use this property. | [optional] **integration_id** | **String** | The ID of this audience in the third-party integration. **Note:** To create an audience that doesn't come from a 3rd party platform, do not use this property. | [optional] **created_in3rd_party** | **Boolean** | Determines if this audience is a 3rd party audience or not. | [optional] **last_update** | **DateTime** | The last time that the audience memberships changed. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewAudience.new(name: Travel audience, sandbox: true, description: Travel audience 18-27, integration: mparticle, integration_id: 382370BKDB946, created_in3rd_party: false, last_update: 2022-04-26T11:02:38Z) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/NewAudience.md |
talon_one-6.0.0 | docs/NewAudience.md |
talon_one-5.0.0 | docs/NewAudience.md |