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.
Implements
Inherited Members
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 |