Show / Hide Table of Contents

Class AdvancedProductTargeting

Product-specific targeting overrides.

Inheritance
object
AdvancedProductTargeting
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 AdvancedProductTargeting : IDirectResponseSchema

Properties

AgeRange

Optional. The age range to target.

Declaration
[JsonProperty("ageRange")]
public virtual string AgeRange { get; set; }
Property Value
Type Description
string

DateRange

Optional. The date range to target.

Declaration
[JsonProperty("dateRange")]
public virtual DateRange DateRange { get; set; }
Property Value
Type Description
DateRange

Devices

Optional. The devices to target.

Declaration
[JsonProperty("devices")]
public virtual IList<string> Devices { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FrequencyCap

Optional. The frequency cap for the specific product.

Declaration
[JsonProperty("frequencyCap")]
public virtual FrequencyCap FrequencyCap { get; set; }
Property Value
Type Description
FrequencyCap

Genders

Optional. The gender options to target.

Declaration
[JsonProperty("genders")]
public virtual IList<string> Genders { get; set; }
Property Value
Type Description
IList<string>

Network

Optional. The network to target.

Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type Description
string

PlannableLocationIds

Optional. Plannable location IDs to target.

Declaration
[JsonProperty("plannableLocationIds")]
public virtual IList<long?> PlannableLocationIds { get; set; }
Property Value
Type Description
IList<long?>

SurfaceTargetingSettings

Optional. Plannable surfaces to target.

Declaration
[JsonProperty("surfaceTargetingSettings")]
public virtual SurfaceTargetingSettings SurfaceTargetingSettings { get; set; }
Property Value
Type Description
SurfaceTargetingSettings

TargetFrequency

Optional. The average number of times the ads will show to the same person over a certain period of time.

Declaration
[JsonProperty("targetFrequency")]
public virtual TargetFrequency TargetFrequency { get; set; }
Property Value
Type Description
TargetFrequency

UserInterestIds

Optional. The user interest IDs to target. Plannable user interests can be retrieved using the RetrievePlannableUserInterests method.

Declaration
[JsonProperty("userInterestIds")]
public virtual IList<string> UserInterestIds { get; set; }
Property Value
Type Description
IList<string>

UserListIds

Optional. The user list IDs to target. Plannable user lists can be retrieved using the RetrievePlannableUserInterests method.

Declaration
[JsonProperty("userListIds")]
public virtual IList<string> UserListIds { get; set; }
Property Value
Type Description
IList<string>

YoutubeSelectSettings

Optional. YouTube Select settings.

Declaration
[JsonProperty("youtubeSelectSettings")]
public virtual YouTubeSelectSettings YoutubeSelectSettings { get; set; }
Property Value
Type Description
YouTubeSelectSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX