Skip to content

Deployment troubleshooting

Deployed Monita but the dashboards are empty? Work through these checks in order — they resolve nearly all “no data” cases.

1. Confirm the change is actually published

Section titled “1. Confirm the change is actually published”
Google Tag Manager

Make sure Monita’s changes in the container have been submitted and published — not just saved in the workspace. Be careful not to publish unrelated unfinished work at the same time.

Click the Submit button in GTM

After submitting, the workspace changes list should be empty and the container version incremented.

Check the GTM workspace version

Adobe Launch

The library containing Monita must be built and published to the environment you’re testing (dev/staging/prod). A library sitting in Development while you test production is the most common Adobe cause.

Open the publishing flow in Adobe Launch

Publish the library to the right environment

Tealium iQ / Commanders Act

Save and publish the profile or container after adding the Monita extension/tag. Verify the version you published is the one serving your test environment.

  1. Visit the monitored site with ad blockers off.

  2. In the browser console, type __monita_settings. If it’s defined, the script loaded; it also shows the deployed script version, which should match the deployment version shown on your property.

  3. If the script recently changed and you suspect a stale copy, add ?monitarefresh=1 to the URL and reload.

Monita only receives data when the vendors you monitor actually fire. Trigger them deliberately (page views for an all-pages pixel, a test conversion, etc.). We recommend monitoring at least one all-pages vendor so there’s always a heartbeat.

Open the Network tab and filter for collect.monita.ai — you should see POST requests returning 204. The full guide, including status-code meanings and debug logging, is at Verifying network requests.

In the app, open the property’s Visualisation view. Events are grouped by vendor and event name.

Email support@getmonita.io with your property name, the page URL you tested, and a screenshot of the Network tab filtered to collect.monita.ai — that’s usually everything needed to diagnose.