arckinteractive / analytics
User and usage statistics for Elgg
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 0
Open Issues: 1
Type:elgg-plugin
Requires
- php: >=5.6
- bower-asset/chartjs: ~2.4
- composer/installers: ~1.0
- maxmind-db/reader: ~1.0
- mrclay/elgg-url-sniffer: ^3.1
Suggests
This package is auto-updated.
Last update: 2024-10-19 10:15:41 UTC
README
Features
- Tracking of user sessions (duration, location, IP address etc)
- Tracking of page views
- Tracking of entity views
- Tracking of entity events
- Tracking of clicks and form submissions
- Tracking of benchmarks (total number of users on a given day etc)
- Detailed reporting tool
- Easy integration with custom metrics
Installation
IP Address to Location
After installing the plugin, download GeoLite2-City.mmdb from
http://dev.maxmind.com/geoip/geoip2/geolite2/ and upload it to your server.
Update your elgg-config/settings.php
with the path to the file, e.g.
$CONFIG->geolite_db = dirname(dirname(__FILE__)) . '/data/GeoLite2-City.mmdb';
Analytics Report
Report can be accessed at /analytics
endpoint, or via Admin > Statistics > Overview