Class GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion
A geo target constant suggestion.
Implements
Inherited Members
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 |