Geotag Schema

Field reference for geotag (location) data in enriched output.


FieldType                     OptionalDescription
geotagIdString (max 36)NoUnique identifier for geotag.
counterpartyNameString (max 128)NoName of counterparty (brand).
counterpartyLabelString (max 128)NoName and short address of counterparty.
houseNumberString (max 32)YesThe building number.
streetString (max 36)YesStreet the building is located on.
neighbourhoodString (max 32)YesCommonly a district within a town.
localityString (max 40)YesCity, town or village.
cityString (max 40)YesCity. Can be the same value as locality.
countyString (max 36)YesCounty. Can be the same value as city.
regionString (max 36)YesRegion. Can be the same value as county.
postcodeString (64)YesPostcode of geotag. We estimate this in the event it wasn’t provided by the data source we use by considering surrounding geotags that have a postcode. While the field is optional, it’s very rare we don’t return it. More than one
candidate postcode is returned,
separated by semicolons, in a few
exceptional cases.
latitudeDoubleNoWGS84 latitude. Maximum of 6 decimal places.
longitudeDoubleNoWGS84 longitude. Maximum of 6 decimal places.
l3CounterpartyCategoryString (max 32)YesThe level 3 category (industry).
postcodeEstimatedBooleanNoTrue if we’ve estimated the postcode by considering surrounding geotags.
postcodeErrorKmFloatYesIf we’ve estimated the postcode, the distance the location is from the geotag we used to estimate the postcode.