Tag: Setup GeoIP (PECL) for piwik geolocation and updating old visits
-
Setup GeoIP (PECL) for piwik geolocation and updating old visits
GeoIP is the recommended way to accurately determine the location of the visitor, by default geolocation settings may provide in accurate result. To enable GeoIP(PECL) from redhat/centos machines: # yum install php-pecl-geoip #apachectl restart # php -m | grep -i geo geoip From Piwik, Settings –> Geolocation –> GeoIP (PECL) To reindex the old visits:…