Class FirstAndThirdPartyAudienceTargetingSetting
Details of first and third party audience targeting setting.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class FirstAndThirdPartyAudienceTargetingSetting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstAndThirdPartyAudienceId
Required. First and third party audience id of the first and third party audience targeting setting. This id is first_and_third_party_audience_id.
Declaration
[JsonProperty("firstAndThirdPartyAudienceId")]
public virtual long? FirstAndThirdPartyAudienceId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Recency
The recency of the first and third party 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 |