arckinteractive/analytics

User and usage statistics for Elgg

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 1

Type:elgg-plugin

pkg:composer/arckinteractive/analytics

1.0.2 2019-02-18 14:21 UTC

This package is auto-updated.

Last update: 2025-09-19 12:33:55 UTC


README

Elgg 2.3

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