ProximityInfo

  • A proximity criterion is defined by a geo point and radius to determine the geographical area for ad serving.

  • Proximity can be created by either setting an address and radius (auto-computing the geo point) or by directly setting a geo point and radius.

  • The geo_point field uses Latitude and longitude, and radius is a double representing the proximity's radius.

  • The radius_units field specifies the unit of measurement for the radius, defaulting to KILOMETERS.

  • The address field is a description of the geo point that does not impact ad serving or is an optional label that is not validated.

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.

Fields

geo_point

GeoPointInfo

Latitude and longitude.

radius_units

ProximityRadiusUnits

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

address

AddressInfo

Full address.

radius

double

The radius of the proximity.