For further changes or customization, please contact us at info@aashro.com.

[AASHRO] ANALYTICS LITEPrivacy-Friendly Traffic Overview for TYPO3
The Analytics Lite extension is a lightweight, editor-friendly TYPO3 analytics solution that provides a live traffic overview directly in the TYPO3 backend. It is designed for teams that need essential website analytics without moving everyday reporting into a separate analytics platform.
The Lite edition focuses on high-value metrics: total visits, visits today, live activity, traffic trends, device categories and top pages. The Pro edition extends this foundation with history, filtering, CSV export, event tracking and additional reporting data.
Analytics Lite is compatible with TYPO3 v12 LTS and TYPO3 v13 LTS.
In a Composer-based TYPO3 project, add the official Analytics Lite package for your distribution/release.
composer require aashro/at-analytics-lite
The exact TER/package identifier should match the release you distribute; use the official package name from your release documentation.
No technical analytics platform knowledge is required for normal dashboard usage.
Once the extension is installed and activated, administrators can open the Analytics Lite module from the TYPO3 backend. The main dashboard is intended to work as a quick overview rather than a complex configuration screen.
| Card | Description |
| Total Visits | Overall visits recorded by the extension. |
| Visits Today | Visits recorded for the current date. |
| Live (Last 5 Min) | Recent visits within the latest five-minute window. |
Traffic Trend provides a visual comparison of daily visits. It is useful for spotting spikes, low-traffic days and short-term changes after publishing content or campaigns.
The Devices panel provides a simple breakdown of visitor device categories. The standard dashboard labels are Desktop, Mobile and Tablet.
| Device | Purpose |
| Desktop | Shows visits classified as desktop traffic. |
| Mobile | Shows visits classified as mobile traffic. |
| Tablet | Shows visits classified as tablet traffic. |
Top Pages identifies the content receiving the highest number of recorded visits. This is especially useful for editors and site owners who want to see which pages are attracting attention.
Analytics Lite can be understood as a simple four-stage flow: a site visit reaches the tracking layer, relevant analytics data is persisted, aggregate values are calculated, and the backend dashboard renders the results.
![]()
Figure 1: Simplified Analytics Lite data flow
The extension is intended to support privacy-conscious analytics through data minimization. A production implementation should only retain the information necessary for the enabled analytics features and should apply appropriate retention, access control and privacy policies.
| Data Area | Example Purpose |
| Page reference | Connect a visit with the viewed TYPO3 page. |
| Language | Group traffic by language where multilingual sites require it. |
| Visit date / timestamp | Support daily and live activity calculations. |
| Referrer information | Understand where traffic originated, when enabled. |
| Device type | Group visits into Desktop, Mobile and Tablet. |
| Privacy-oriented identifier | Support analytics without exposing raw personal values in reports, where implemented. |
The Pro edition is intended for projects that need deeper analysis and reporting. It extends the Lite dashboard with additional workflows rather than replacing the core traffic overview.
| Analytics Lite (Free Version) | Analytics Pro Version |
| Shows essential live traffic metrics. | Adds historical and advanced reporting. |
| Total visits, visits today and live activity. | Adds history and date/filter workflows. |
| Traffic trend graph for recent activity. | Adds deeper filtering and analysis. |
| Device overview: Desktop, Mobile, Tablet. | Adds additional analytics data. |
| Top Pages overview. | Adds CSV export and advanced tables. |
| Best for simple day-to-day monitoring. | Ideal for reporting, investigations and deeper analytics. |
| Privacy-oriented core tracking. | Extends the same tracking model with event-level analytics. |
Provides access to older analytics records so administrators can review traffic over longer periods.
Allows administrators to narrow analytics data by supported criteria such as a From/To date range.
Provides CSV exports for supported tables, allowing data to be opened in spreadsheet tools and used for reports.
Extends page-view analytics to meaningful interactions such as configured button clicks. Depending on the implementation, event data may include event type, event name, element identifier, element text and URL.
The Pro edition can expose additional analytics fields and reports. The exact field set may evolve by release, so this documentation describes the capability level.
| Term | Meaning |
| Visit | A tracked page request counted by the analytics system. |
| Live | Recent activity calculated from a short time window, currently presented as the last five minutes. |
| Top Page | A page ranked by recorded visit activity. |
| Event | A tracked user interaction such as a configured button click. |
| Aggregation | A calculation that groups raw analytics records into totals or trends. |
A calculation that groups raw analytics records into totals or trends.