Class FirstPartyAndPartnerAudienceTargetingSetting
Details of first party and partner audience targeting setting.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class FirstPartyAndPartnerAudienceTargetingSetting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstPartyAndPartnerAudienceId
Required. First party and partner audience id of the first party and partner audience targeting setting. This id is first_party_and_partner_audience_id.
Declaration
[JsonProperty("firstPartyAndPartnerAudienceId")]
public virtual long? FirstPartyAndPartnerAudienceId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Recency
Required. The recency of the first party and partner audience targeting setting. Only applicable to first party audiences, otherwise will be ignored. For more info, refer to https://support.google.com/displayvideo/answer/2949947#recency When unspecified, no recency limit will be used.
Declaration
[JsonProperty("recency")]
public virtual string Recency { get; set; }
Property Value
Type | Description |
---|---|
string |