Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonProximityInfo

A Proximity criterion. The geo point and radius determine what geographical area is included. The address is a description of the geo point that does not affect ad serving. There are two ways to create a proximity. First, by setting an address and radius. The geo point will be automatically computed. Second, by setting a geo point and radius. The address is an optional label that won't be validated.

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

Properties

Address

Full address.

Declaration
[JsonProperty("address")]
public virtual GoogleAdsSearchads360V23CommonAddressInfo Address { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAddressInfo

ETag

The ETag of the item.

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

GeoPoint

Latitude and longitude.

Declaration
[JsonProperty("geoPoint")]
public virtual GoogleAdsSearchads360V23CommonGeoPointInfo GeoPoint { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonGeoPointInfo

Radius

The radius of the proximity.

Declaration
[JsonProperty("radius")]
public virtual double? Radius { get; set; }
Property Value
Type Description
double?

RadiusUnits

The unit of measurement of the radius. Default is KILOMETERS.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX