Title: Romiltec Analytics Tracking
Author: romiltecsrl
Published: <strong>9 Febbraio 2026</strong>
Last modified: 29 Aprile 2026

---

Ricerca i plugin

![](https://ps.w.org/romiltec-analytics-tracking/assets/banner-772x250.png?rev=3457193)

![](https://ps.w.org/romiltec-analytics-tracking/assets/icon-256x256.png?rev=3457193)

# Romiltec Analytics Tracking

 Di [romiltecsrl](https://profiles.wordpress.org/romiltecsrl/)

[Scarica](https://downloads.wordpress.org/plugin/romiltec-analytics-tracking.1.1.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/romiltec-analytics-tracking/#description)
 * [Recensioni](https://it.wordpress.org/plugins/romiltec-analytics-tracking/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/romiltec-analytics-tracking/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/romiltec-analytics-tracking/#developers)

 [Supporto](https://wordpress.org/support/plugin/romiltec-analytics-tracking/)

## Descrizione

Romiltec Analytics Tracking provides seamless Matomo analytics integration for WordPress
sites. The plugin automatically tracks Post IDs as Custom Dimension 1 on single 
post pages, allowing you to analyze individual content performance in your Matomo
dashboard.

Perfect for publishers, bloggers, and content marketers who want detailed insights
into their content performance using self-hosted Matomo analytics.

#### Features

 * Automatic Post ID Tracking – Post IDs are automatically tracked as Custom Dimension
   1 on single post pages
 * Matomo Integration – Full Matomo analytics integration with customizable URL 
   and Site ID
 * Scroll Depth Tracking – Automatically tracks user scroll depth at 25%, 50%, 75%,
   and 100% milestones
 * Time on Page Tracking – Accurate time measurement with heartbeat timer (tracks
   active viewing time)
 * Performance Optimized – Lightweight and cache-safe implementation
 * Easy Configuration – Simple admin interface with validation
 * Translation Ready – Full internationalization support
 * Security First – Input sanitization and capability checks
 * No External Dependencies – Works with your self-hosted Matomo installation

#### How It Works

 1. Install and activate the plugin
 2. Configure your Matomo URL and Site ID in Settings > Romiltec Analytics
 3. Set up Custom Dimension 1 in your Matomo dashboard
 4. The plugin automatically tracks all pageviews and sends Post IDs for single posts

#### Requirements

 * Active Matomo analytics installation (self-hosted or cloud)
 * HTTPS recommended for security

## Screenshot

 * [[
 * Admin settings page with configuration options
 * [[
 * Plugin status showing tracking configuration
 * [[
 * Developer information and support links

## Installazione

#### Automatic Installation

 1. Log in to your WordPress admin panel
 2. Go to Plugins > Add New
 3. Search for “Romiltec Analytics Tracking”
 4. Click Install Now and then Activate

#### Manual Installation

 1. Download the plugin zip file
 2. Go to Plugins > Add New > Upload Plugin
 3. Choose the zip file and click Install Now
 4. Activate the plugin

#### Configuration

 1. Go to Settings > Romiltec Analytics
 2. Enter your Matomo Analytics URL (e.g., https://analytics.yoursite.com/)
 3. Enter your Site ID from your Matomo dashboard
 4. Check Enable Tracking to activate
 5. Click Save Changes

#### Setting up Custom Dimension in Matomo

To track Post IDs, configure Custom Dimension 1 in your Matomo installation:

 1. Log in to your Matomo dashboard
 2. Go to Administration > Custom Dimensions
 3. Click Add Custom Dimension
 4. Set Scope to “Visit” or “Action”
 5. Set Name to “Post ID” (or your preferred name)
 6. Save the custom dimension

The plugin will automatically send Post IDs to Custom Dimension 1 on all single 
post pages.

#### Viewing Tracked Data in Matomo

The plugin automatically tracks multiple data points:

 * Page Views – Standard page visit tracking
 * Post IDs – Available in Custom Dimension 1 reports for single posts
 * Scroll Depth Events – Go to Behavior > Events and look for the “Scroll_depth”
   category with actions: 25%, 50%, 75%, 100%
 * Time on Page – Accurate time tracking visible in standard time metrics (uses 
   15-second heartbeat timer)

## FAQ

### Does this work with Matomo Cloud?

Yes! This plugin works with both self-hosted Matomo and Matomo Cloud installations.
Just enter your Matomo URL in the settings.

### Where do I find my Site ID?

Log in to your Matomo dashboard, go to Administration > Websites > Manage, and you’ll
see the Site ID next to your website name.

### What events does the plugin track?

The plugin automatically tracks:
 * Page views with Post ID custom dimensions * 
Scroll depth events (25%, 50%, 75%, 100%) * Time spent on page using heartbeat timer

All events are sent to Matomo and visible in the Events reports under the “Scroll_depth”
category.

### Is this compatible with caching plugins?

Yes! The tracking code is injected client-side and is fully compatible with all 
major caching plugins.

### Do I need to have Matomo installed?

Yes, you need an active Matomo analytics installation (either self-hosted or Matomo
Cloud) to use this plugin.

### Will this slow down my website?

No. The tracking code is lightweight, loads asynchronously, and has no impact on
your site’s performance.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Romiltec Analytics Tracking” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ romiltecsrl ](https://profiles.wordpress.org/romiltecsrl/)

[Traduci “Romiltec Analytics Tracking” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/romiltec-analytics-tracking)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/romiltec-analytics-tracking/)
segui il [repository SVN](https://plugins.svn.wordpress.org/romiltec-analytics-tracking/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/romiltec-analytics-tracking/)
tramite [RSS](https://plugins.trac.wordpress.org/log/romiltec-analytics-tracking/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * Cookie consent mode with 7 CMP integrations (TCF v2, Iubenda, CookieBot, CookieYes,
   Complianz, Google Consent Mode v2, Manual)
 * Matomo requireCookieConsent/setCookieConsentGiven flow
 * Admin page redesigned with brand styling
 * First-party CNAME domain setup guide
 * Manual CMP integration instructions with JavaScript examples
 * CSS moved to dedicated stylesheet via wp_enqueue_style
 * Defensive JS checks with console.warn diagnostics
 * Fix PHP 8.0 dependency on str_starts_with (now uses strpos for PHP 7.0+ compatibility)
 * Fix scroll depth division by zero on short pages
 * Fix printf XSS patterns with wp_kses
 * Fix sanitize_settings input key existence checks
 * CMP labels now translatable

#### 1.0.0

 * Initial release
 * Matomo analytics integration
 * Automatic Post ID tracking as Custom Dimension 1
 * Scroll depth tracking (25%, 50%, 75%, 100%)
 * Heartbeat timer for accurate time on page measurement
 * Admin settings page with validation
 * Translation support
 * Security hardening and sanitization

## Meta

 *  Versione **1.1.0**
 *  Ultimo aggiornamento **1 mese fa**
 *  Installazioni attive **30+**
 *  Versione WordPress ** 5.0 o superiore **
 *  Testato fino alla versione **6.9.4**
 *  Versione PHP ** 7.0 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/romiltec-analytics-tracking/)
 * Tag
 * [analytics](https://it.wordpress.org/plugins/tags/analytics/)[matomo](https://it.wordpress.org/plugins/tags/matomo/)
   [metrics](https://it.wordpress.org/plugins/tags/metrics/)[statistics](https://it.wordpress.org/plugins/tags/statistics/)
   [tracking](https://it.wordpress.org/plugins/tags/tracking/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/romiltec-analytics-tracking/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/romiltec-analytics-tracking/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/romiltec-analytics-tracking/reviews/)

## Collaboratori

 *   [ romiltecsrl ](https://profiles.wordpress.org/romiltecsrl/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/romiltec-analytics-tracking/)

## Donazioni

Vuoi sostenere le versioni future?

 [ Fai una donazione per lo sviluppo ](https://romiltec.it)