Geo IPs
Version:
Format in Sitecore 8.x
Format in Sitecore 8.x
In Sitecore 8.x, Geo IP data is stored in the MongoDB collection GeoIps.
The following is an example of a Geo IP record:
Format in Sitecore 9
Format in Sitecore 9
In Sitecore 9, Geo IP data is stored as reference data.
Mapping details
Mapping details
This section describes how Geo IP data is mapped from Sitecore 8.x to 9.
| Source object | Document from the GeoIps collection |
| Reference data object type | Sitecore.Analytics.Model.GeoIpData,Sitecore.Analytics.Model |
| Field mapping definition | xDB Reference Data Mappings > MongoDB GeoIps Document to xDB Geo IP Data |
| Value to write to reference data object | Property on reference data object |
|---|---|
AreaCode from source object | AreaCode |
BusinessName from source object | BusinessName |
City from source object | City |
Classification from source object | Classification |
Country from source object | Country |
Fetched from source object | Fetched |
_id from source object | Id |
IspName from source object | IspName |
MetroCode from source object | MetroCode |
PostalCode from source object | PostalCode |
Region from source object | Region |
Status from source object | Status |
If you have suggestions for improving this article, let us know!