Class FirstAndThirdPartyAudienceTargetingSetting
Details of first and third party audience targeting setting.
Inheritance
System.Object
FirstAndThirdPartyAudienceTargetingSetting
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class FirstAndThirdPartyAudienceTargetingSetting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Nullable<System.Int64> |
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 |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema