Class Targeting
Targeting settings for a planned campaign.
Implements
Inherited Members
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?> |