Automatically surfaces significant traffic changes as insight cards on your Matomo dashboard. Compares the current period to the previous one and high.
GeneratedInsights adds a dashboard widget that behaves like Google Analytics' "Insights" feature — without sending any data to external services. Each time the widget loads, it compares the current period to the previous equivalent period, detects meaningful movements in your key metrics, and displays the most significant ones as concise insight cards.
Everything is computed server-side using your existing Matomo data. No AI, no external API calls, no configuration.
+X% or -X% badge with green/red colouringA card is only shown when both thresholds are exceeded, avoiding noise from low-traffic periods.
Does this send data to any external service? No. All computation happens server-side using your existing Matomo data. Nothing leaves your server.
Why are there no insights for my site? Either no metric crossed both the relative and absolute significance thresholds, or the previous period has no data to compare against (e.g. the very first period after installation). Low-traffic sites will see fewer insights by design — this prevents false positives.
Can I change the significance thresholds?
Not through the UI in this version. The thresholds are defined in InsightsEngine.php and can be adjusted manually if needed.
Does it work with segments? Yes. The widget passes the active segment to Matomo's API, so insights are computed within the segmented audience.