Optimly Connect
Verify an installation
Prove that the collector accepted an event for the configured key and exact origin.
Verification proves that Optimly accepted data for the configured site key and origin. Finding a script element in the page is useful diagnostic evidence, but is not proof that collection works.
Verify in Connect
- Open the exact configured website origin in a fresh tab.
- Reload after the published snippet is live.
- Open Optimly Connect and select Verify installation.
- Wait for Receiving data.
- Open Site Insights and confirm the latest accepted-event time and beacon version.
Verify in browser developer tools
- Open Developer Tools and select Network.
- Enable Preserve log.
- Filter for
site-insights. - Reload the page.
- Confirm the beacon request succeeds.
- Confirm the configuration request succeeds for the current origin.
- Confirm the event request returns HTTP
202withaccepted: true.
In test mode, the request must also identify the event as test traffic.
What success means
Receiving data means the collector accepted at least one event for:
- the site key generated for this Site Insights site;
- the exact allowed origin;
- a site whose collection state permits the event;
- a valid, bounded event payload.
It does not mean that a goal has been configured or reached. Configure and test Goals separately.
Common failure states
| Symptom | What to check |
|---|---|
| Beacon not found | Published revision, shared layout placement, duplicate staging/production environments |
| Origin mismatch | Exact scheme, hostname, and port; preview domains are separate origins |
| Configuration blocked | CSP connect-src, privacy extensions, proxy or firewall rules |
| Script blocked | CSP script-src, incorrect asset origin, HTML sanitizer |
| Invalid site key | Copy the entire server-generated snippet again |
| Duplicate page views | Remove the second snippet from page embeds, tag managers, or another shared layout |
| Events accepted but no goal result | Test the active goal's exact rule; an event receipt is not automatically a goal match |
Collection failures are designed to fail open for the host website: Optimly should not interrupt the page's normal behavior.