Class PlannableTargeting
Targeting capabilities for a given product.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class PlannableTargeting : IDirectResponseSchema
Properties
AgeRanges
Output only. Allowed plannable age ranges for the product. Actual targeting is computed by mapping this age range onto standard Google age targeting.
Declaration
[JsonProperty("ageRanges")]
public virtual IList<string> AgeRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
DefaultYoutubeSelectLineup
Output only. The default YouTube Select Lineup for this product, if applicable.
Declaration
[JsonProperty("defaultYoutubeSelectLineup")]
public virtual YouTubeSelectLineUp DefaultYoutubeSelectLineup { get; set; }
Property Value
| Type | Description |
|---|---|
| YouTubeSelectLineUp |
Devices
Output only. Targetable devices for the ad product.
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
Output only. Targetable genders for the ad product.
Declaration
[JsonProperty("genders")]
public virtual IList<string> Genders { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Network
Output only. Targetable network for the ad product.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SurfaceTargetingCombinations
Output only. Targetable surface combinations for the ad product.
Declaration
[JsonProperty("surfaceTargetingCombinations")]
public virtual SurfaceTargetingCombinations SurfaceTargetingCombinations { get; set; }
Property Value
| Type | Description |
|---|---|
| SurfaceTargetingCombinations |
YoutubeSelectLineups
Output only. Targetable YouTube Select Lineups for the ad product.
Declaration
[JsonProperty("youtubeSelectLineups")]
public virtual IList<YouTubeSelectLineUp> YoutubeSelectLineups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<YouTubeSelectLineUp> |