Show / Hide Table of Contents

Class FirstPartyAndPartnerAudienceTargetingSetting

Details of first party and partner audience targeting setting.

Inheritance
object
FirstPartyAndPartnerAudienceTargetingSetting
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX