Show / Hide Table of Contents

Class Targeting

Targeting settings for a planned campaign.

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

Properties

AgeRange

Optional. The age range to target.

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

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

Genders

Optional. The gender options to target.

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

PlannableLocationIds

Required. IDs of plannable locations to target. Plannable locations can be retrieved using the RetrievePlannableLocations method.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX