Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonClickLocation

Location criteria associated with a click.

Inheritance
object
GoogleAdsSearchads360V23CommonClickLocation
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX