Geo Context¶
The information provided in the Geo Object is based on MaxMind database, except latitude and longitude values.
Value |
Type |
Description |
---|---|---|
type |
integer |
Source of location data as defined by OpenRTB, for example,
|
lat |
float |
Latitude from -90 to 90. South is negative, for example, |
lon |
float |
Longitude from -180 to 180. West is negative, for example, |
country |
string |
Country using ISO-3166-1 Alpha-2, for example |
region |
string |
Region using ISO-3166-2 region codes. |
city |
string |
City name as provided by MaxMind, for example, |
zip |
string |
Zip/postal code, for example, |
utcoffset |
integer |
Local time as the number +/- of minutes from UTC, for example, |
Geo Object Example¶
{
"geo":{
"country":"US",
"region":"NY",
"zip":"10601",
"utcoffset":-240
}
}