IP Geolocation
Last updated
Was this helpful?
Last updated
Was this helpful?
The Country and optional City of each recorded user session is stored in the database and displayed in the dashboard.
The geolocation is done based on user IP using the freely available IP geolocation database provided by .
To switch between Country and City level tracking go to Settings->Tracking settings and click "Download city geoip database" (or "Disable" to delete it):
If no city database is present, the default country one will be used ip-database.mmdb
The default ip-database.mmdb database will be overwritten automatically every time you update to a new UXWizz version.
Upload an IP geolocation database file named ip-database-city.mmdb to your UXWizz server inside the /server/helpers/geolocation/ folder
Download the mmdb file (extract it if the extension is .gz)
Rename it to ip-database-city.mmdb
Place it inside the /server/helpers/geolocation/ folder.
An Apache server restart might be needed for PHP to detect the new file.
To disable city-level geolocation rename or remove the ip-database-city.mmdb
.
I recommend the .
IP geolocation is in general only an approximation and not extremely accurate. One way to increase the accuracy is to purchase a more accurate database like the one and preferably update every few months to the latest version.