Show / Hide Table of Contents

Class FirstAndThirdPartyAudienceTargetingSetting

Details of first and third party audience targeting setting.

Inheritance
object
FirstAndThirdPartyAudienceTargetingSetting
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Optional. 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX