Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesPlannableTargeting

The targeting for which traffic metrics will be reported.

Inheritance
object
GoogleAdsSearchads360V23ServicesPlannableTargeting
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesPlannableTargeting : IDirectResponseSchema

Properties

AgeRanges

Allowed plannable age ranges for the product for which metrics will be reported. Actual targeting is computed by mapping this age range onto standard Google common.AgeRangeInfo values.

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

Devices

Targetable devices for the ad product. TABLET device targeting is automatically applied to reported metrics when MOBILE targeting is selected for CPM_MASTHEAD, GOOGLE_PREFERRED_BUMPER, and GOOGLE_PREFERRED_SHORT products.

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

ETag

The ETag of the item.

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

Genders

Targetable genders for the ad product.

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

Networks

Targetable networks for the ad product.

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

SurfaceTargeting

Targetable surface combinations for the ad product.

Declaration
[JsonProperty("surfaceTargeting")]
public virtual GoogleAdsSearchads360V23ServicesSurfaceTargetingCombinations SurfaceTargeting { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSurfaceTargetingCombinations

YoutubeSelectLineups

Targetable YouTube Select Lineups for the ad product.

Declaration
[JsonProperty("youtubeSelectLineups")]
public virtual IList<GoogleAdsSearchads360V23ServicesYouTubeSelectLineUp> YoutubeSelectLineups { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ServicesYouTubeSelectLineUp>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX