Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion

A geo target constant suggestion.

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

Properties

ETag

The ETag of the item.

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

GeoTargetConstant

The GeoTargetConstant result.

Declaration
[JsonProperty("geoTargetConstant")]
public virtual GoogleAdsSearchads360V23ResourcesGeoTargetConstant GeoTargetConstant { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesGeoTargetConstant

GeoTargetConstantParents

The list of parents of the geo target constant.

Declaration
[JsonProperty("geoTargetConstantParents")]
public virtual IList<GoogleAdsSearchads360V23ResourcesGeoTargetConstant> GeoTargetConstantParents { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesGeoTargetConstant>

Locale

The language this GeoTargetConstantSuggestion is currently translated to. It affects the name of geo target fields. For example, if locale=en, then name=Spain. If locale=es, then name=EspaƱa. The default locale will be returned if no translation exists for the locale in the request.

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

Reach

Approximate user population that will be targeted, rounded to the nearest 100.

Declaration
[JsonProperty("reach")]
public virtual long? Reach { get; set; }
Property Value
Type Description
long?

SearchTerm

If the request searched by location name, this is the location name that matched the geo target.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX