Getting Started
Install with a tag manager or site builder
Publish the probe once across every required page. Updated 2026-08-22The generated snippet must be present on the published landing and success pages. Saving it in an editor is not enough until the live page loads it.
Tag manager
- Create a Custom HTML tag with the exact JuicyTraffic snippet.
- Use an all-pages trigger for the intended site.
- Preview the container and confirm that the tag runs once.
- Publish the container.
- Open the public page and run Test probe.
Site builders and single-page applications
Use the global theme, document layout, or shared header. Do not place the snippet inside a component that mounts several times during route changes. For a CMS theme, prefer a supported header integration so an update does not remove the snippet.
Content Security Policy
Allow the exact collection hostname for both script and connection requests. A policy can allow p.js while still blocking event delivery, so check script-src and connect-src. Avoid broad wildcards.
In the browser Network panel, confirm that p.js, the versioned probe, probe configuration, and event requests are not blocked.