AI-generated Key Takeaways
-
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_pointfield uses Latitude and longitude, andradiusis a double representing the proximity's radius. -
The
radius_unitsfield specifies the unit of measurement for the radius, defaulting to KILOMETERS. -
The
addressfield 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 | |
|---|---|
|
Latitude and longitude. |
|
The unit of measurement of the radius. Default is KILOMETERS. |
|
Full address. |
|
The radius of the proximity. |