Skip to main content

One post tagged with "dashboards"

View All Tags

Week 24 2026

· 2 min read
Carl Grundberg
CTO

Analytics

  • Full page path dimension — Custom Results now includes a page path dimension that reports the complete URL path (without domain, query string, or fragment). Use it alongside path segments when you need to analyze whole pages rather than individual path parts.
  • Goal dimensions and metrics — Custom Results and dashboards can break down data by Matomo conversion goals and measure goal-specific metrics. Dashboard tiles can be scoped to a conversion goal so results reflect only visits that converted.
  • Dashboard sort order — Dashboards can be manually ordered with a sort index in the edit drawer; the sidebar list follows your chosen order.
  • Currency-aware revenue — Revenue and revenue-per-visit metrics now format using each website's currency in charts, tables, and tooltips.

PII Scan

  • Smarter detection — Adjacent fragments of the same type are merged into one mask (for example multi-word names and spaced-out phone or postcode digits). Masking applies to whole words only, and standalone punctuation is no longer flagged.
  • PII scan settings — A new Administration page lets you choose which PII categories to detect and tune combination rules (for example person titles only when a location or organization is also present).
  • Clearer redaction view — Mask type labels appear in the settings sidebar only, not inline in the response text. Redacted output uses short placeholders such as {{name}} and {{phone}}.

Documentation

  • Regex in Academy — Academy now documents how to write regular expressions for analytics filters, including RE2 syntax reference for building segment and filter rules.