IP info facet
Version:
Format in Sitecore 8.x
Format in Sitecore 8.x
In Sitecore 8.x, settings that store information about the location of the visitor are associated with the interaction. Most of the information is stored in a property named GeoData on the interaction. Some of the information is stored directly on the interaction.
The following is an example of an interaction with the GeoData property:
Format in Sitecore 9
Format in Sitecore 9
In Sitecore 9, visitor location information is associated with an interaction through an interaction facet:
| Facet Name | IpInfo |
| Facet Type | Sitecore.XConnect.Collection.Model.IpInfo |
Mapping details
Mapping details
| Mapping definition | MongoDB to xConnect Interaction Mappings > MongoDB Interaction to xConnect Interaction IpInfo Facet |
| Value to write to target object | Property on target object |
|---|---|
GeoData.AreaCode from source object | AreaCode |
GeoData.BusinessName from source object | BusinessName |
GeoData.City from source object | City |
GeoData.Country from source object | Country |
GeoData.Dns from source object | Dns |
IpAddress from source object | IpAddress |
LocationId from source object | LocationId |
GeoData.MetroCode from source object | MetroCode |
GeoData.PostalCode from source object | PostalCode |
GeoData.Region from source object | Region |
GeoData.Url from source object | Url |
If you have suggestions for improving this article, let us know!