Skip to main content

2 posts tagged with "dashboards"

View All Tags

Week 26 2026

· One min read
Carl Grundberg
CTO

Heatmaps

  • Sample limit — Heatmap aggregation now uses the 5,000 most recent pageviews instead of loading every recorded sample. Large heatmaps should load faster without any change to how you open or filter them.

Dashboards

  • Dashboard visibility — Super users can require a permission to view a dashboard. Users without that permission no longer see the dashboard in the sidebar and cannot open its content.

Coming soon

  • Multi-factor authentication — New users will be required to enable MFA at registration. Login adds email and authenticator-app (TOTP) options alongside SMS, with resend and method switching on the login screen and a default method in user profile settings.

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.