No visitors are showing up
- In Pixels, confirm the domain, verification state, and recent activity. Check whether the pixel is paused.
- Open a published page and confirm the pixel script loads using the installation check.
- In Visitor Insights, choose the intended pixel and date range. Clear search, filters, and the saved view.
- Review page targeting. Include-only rules can leave most of your site untracked.
- Check your organization and credits in the account area, or use account status.
The pixel is unverified
- Confirm the snippet is on the published site, not only in an editor or staging preview.
- Confirm the snippet’s pixel ID matches the configured domain.
- In browser developer tools, reload with Network open and inspect the script request. A missing request suggests the snippet was not published or is not on that page.
- If the browser reports blocking, inspect the blocker or the site’s content security policy with your site administrator. Keep the site’s consent requirements in place.
- After correcting installation, return to Pixels and run verification if the action is available.
The data looks noisy
Use the control that matches the problem:
Suppression still allows identification. It prevents future credits and automation triggers from the next sync cycle; it does not reverse earlier charges or deliveries.
A webhook or integration is not delivering
- Check that the connection is active and points to the intended destination.
- Confirm its pixel, segment, and send frequency. Once per visitor does not send every repeat visit.
- Review suppression rules for the expected visitor.
- For webhooks, send a test payload and inspect both Leadpipe delivery history and your receiver’s logs.
- If the test succeeds but live data does not arrive, compare the test with an actual qualifying visitor and the configured trigger.
- If the connection is Auto-disabled, fix the recorded failures before enabling it again.
The API request fails
If a key was regenerated, update each backend or integration that used the previous key. See Authentication and errors.
Orbit results are not ready
A saved audience is a definition. It needs a completed run before results or exports are available. Result reads return202 while a run is queued or running; 202 is not a completed empty audience.
List the audience’s runs and inspect its state. Failed or cancelled runs return a conflict when you request results. Use the bounded polling example, and keep the same run ID across result pages and exports.