Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesTargeting

The targeting for which traffic metrics will be reported.

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

Properties

AgeRange

Targeted age range. An unset value is equivalent to targeting all ages.

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

AudienceTargeting

Targeted audiences. If not specified, does not target any specific audience.

Declaration
[JsonProperty("audienceTargeting")]
public virtual GoogleAdsSearchads360V23ServicesAudienceTargeting AudienceTargeting { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesAudienceTargeting

Devices

Targeted devices. If not specified, targets all applicable devices. Applicable devices vary by product and region and can be obtained from ReachPlanService.ListPlannableProducts.

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

Targeted genders. An unset value is equivalent to targeting MALE and FEMALE.

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

Network

Targetable network for the ad product. If not specified, targets all applicable networks. Applicable networks vary by product and region and can be obtained from ReachPlanService.ListPlannableProducts.

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

PlannableLocationId

The ID of the selected location. Plannable location IDs can be obtained from ReachPlanService.ListPlannableLocations. Requests must set either this field or plannable_location_ids. This field is deprecated as of V12 and will be removed in a future release. Use plannable_location_ids instead.

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

PlannableLocationIds

The list of plannable location IDs to target with this forecast. If more than one ID is provided, all IDs must have the same parent_country_id. Planning for more than parent_county is not supported. Plannable location IDs and their parent_country_id can be obtained from ReachPlanService.ListPlannableLocations. Requests must set either this field or plannable_location_id.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX