Class FirstPartyAndPartnerAudienceGroup
Details of first party and partner audience group. All first party and partner audience targeting settings are logically ‘OR’ of each other.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class FirstPartyAndPartnerAudienceGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Settings
Required. All first party and partner audience targeting settings in first party and partner audience group. Repeated settings with the same id are not allowed.
Declaration
[JsonProperty("settings")]
public virtual IList<FirstPartyAndPartnerAudienceTargetingSetting> Settings { get; set; }
Property Value
Type | Description |
---|---|
IList<FirstPartyAndPartnerAudienceTargetingSetting> |