How results are discovered
Interact scans the configured GCS folder on every page load and loads the latestmodel_*.json file. No manual registration is required. If your pipeline has published multiple runs, a run selector appears in the top-right corner so you can browse historical results.
The folder scanned is set in Insights → Settings → MMM under “Results Folder”. The default is {label}/results for multi-market configs, or results for single-market.
Page sections
Summary strip
The top of the page shows a quick summary of the run:Model health
Expand the Model Health section to see a composite score and individual Meridian diagnostic checks. These tell you how reliably the model was estimated.Predictive accuracy
This section shows how well the model predicts outcomes on data it did not see during training (the hold-out test set).
A large gap between training and test R² can indicate overfitting. A MAPE above ~25% on the test set suggests the model has limited predictive power on unseen data.
Actual vs. fitted chart
The time-series chart shows three lines across the full modelling period:- Actual — the observed KPI values
- Fitted — the model’s predictions
- Baseline — the portion of the KPI explained by non-media factors (seasonality, organic, etc.)
Channel contributions table
The table lists every media channel with its aggregate results over the modelling period:Response curves
Expand the Response Curves section to see an S-curve (or diminishing-returns curve) for each channel. The curve shows the predicted incremental outcome at different spend levels, holding all other channels constant. How to read the chart:- The dot marks the channel’s actual spend level from the modelling period
- The shaded band (when available) shows the 90% credible interval around the curve
- A steep slope at the current spend level = high marginal returns; a flat slope = near saturation
Switching between runs
If your pipeline has published multiple runs to the same GCS folder, a run selector dropdown appears in the top-right corner of the results page. Select any previous run to load its artifact. Runs are labelled by their timestamp (the date and time the pipeline exported the file). The most recent run is always loaded by default.Settings reference
MMM setup
Configure the GCS folder and permissions for model result artifacts.