Class GoogleAdsSearchads360V23CommonClickLocation
Location criteria associated with a click.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonClickLocation : IDirectResponseSchema
Properties
City
The city location criterion associated with the impression.
Declaration
[JsonProperty("city")]
public virtual string City { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Country
The country location criterion associated with the impression.
Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metro
The metro location criterion associated with the impression.
Declaration
[JsonProperty("metro")]
public virtual string Metro { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MostSpecific
The most specific location criterion associated with the impression.
Declaration
[JsonProperty("mostSpecific")]
public virtual string MostSpecific { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Region
The region location criterion associated with the impression.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string |