Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Varbase FAQs 9.2.1 Minor update available for module varbase_faqs (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module tracks site activity such as page views, clicks, and downloads, storing this data for internal analytics. It uses a plugin system to allow for various types of tracking and custom data structures, with options for queue support and tracking downloads via a specific hook.

This module is intended for internal site analytics, treating things like page views, clicks and downloads as events which are recorded to a table, possibly to replace Drupal core's Statistics module.

Please be responsible when collecting data from your users.

Version 2.0

Usage type plugins are used to create specific tracking tables for whatever needs you may have. Plugins can define what is tracked and additional table schema if needed to store additional data.

.htaccess alteration

In order for this module to work, you need to allow the custom controller in your .htaccess. Below the Statistics module's rule add similar condition:

RewriteCond %{REQUEST_URI} !/modules/contrib/usage_data/usage_data\.php$

Features

  • A pluggable system to allow endless tracking abilities based on any event
  • A default "Generic" plugin that will track the most common page views from:
    • Node
    • Media
    • Taxonomy Terms
    • Commerce Products
    • Routes
    • Views Pages
  • JS-triggered tracking for click events (View README)
  • Custom Data Structures
  • Queue support to prevent DB stampeding (use via Redis, etc)
  • Track Downloads via hook_download()

Version 1.0

You can then pull your data out with Views Database Connector or by writing your own queries. You can add your own columns to the usage_data table by writing your own install hook (hook_install()) in a custom module.

See the README for the default table structure.

Activity

Total releases
3
First release
Sep 2025
Latest release
3 months ago
Releases (12 mo)
3 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Release date
2.0.0-beta3 Pre-release Apr 13, 2026
2.0.0-beta2 Pre-release Sep 9, 2025
2.0.0-beta1 Pre-release Sep 8, 2025