Metrivo
Docs

Verify tracking

Verification checks the installed snippet and confirms that Metrivo has received a real pageview for the website key.

API route

The verification endpoint is /api/tracking/verify. Authenticated dashboard checks can send websiteId. Public-key checks can send publicKey.

POST /api/tracking/verify
Content-Type: application/json

{ "websiteId": "<WEBSITE_ID>" }

// or
{ "publicKey": "<PUBLIC_KEY>" }

What success means

  • The website key exists.
  • The snippet is detected or recent collector events exist for the expected website.
  • The response includes status, connected, lastEventAt, expectedDomain, and observedDomain.