Class AudienceMember
The audience member to be operated on.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class AudienceMember : IDirectResponseSchema
Properties
Consent
Optional. The consent setting for the user.
Declaration
[JsonProperty("consent")]
public virtual Consent Consent { get; set; }
Property Value
| Type | Description |
|---|---|
| Consent |
DestinationReferences
Optional. Defines which Destination to send the audience member to.
Declaration
[JsonProperty("destinationReferences")]
public virtual IList<string> DestinationReferences { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MobileData
Data identifying the user's mobile devices.
Declaration
[JsonProperty("mobileData")]
public virtual MobileData MobileData { get; set; }
Property Value
| Type | Description |
|---|---|
| MobileData |
PairData
Publisher Advertiser Identity Reconciliation (PAIR) IDs. This feature is only available to data partners.
Declaration
[JsonProperty("pairData")]
public virtual PairData PairData { get; set; }
Property Value
| Type | Description |
|---|---|
| PairData |
PpidData
Data related to publisher provided identifiers. This feature is only available to data partners.
Declaration
[JsonProperty("ppidData")]
public virtual PpidData PpidData { get; set; }
Property Value
| Type | Description |
|---|---|
| PpidData |
UserData
User-provided data that identifies the user.
Declaration
[JsonProperty("userData")]
public virtual UserData UserData { get; set; }
Property Value
| Type | Description |
|---|---|
| UserData |
UserIdData
Data related to unique identifiers for a user, as defined by the advertiser.
Declaration
[JsonProperty("userIdData")]
public virtual UserIdData UserIdData { get; set; }
Property Value
| Type | Description |
|---|---|
| UserIdData |