cloakingx@guard:~
man cloaking-x.integrationsIntegration Guides

Choose your platform

Every method below wires up the same underlying check — pick whichever matches how your landing page is built and served.

The critical rule — zero flash

Every browser-based snippet starts with a <style id="..."> tag (a random id, unique to your stream) that hides the page instantly the moment the browser reads it — no network request needed. Without it, your page flashes visible for 100–300ms while the script downloads. It must always be the first line inside <head>. A built-in 10-second failsafe also auto-reveals the page if the script ever fails to load, so a real visitor is never stuck staring at a blank screen — see the Troubleshooting guide if that failsafe is the one firing for you.

Note
Install on both pagesAdd the same snippet to your destination page and your fallback page, so filtered traffic landing on the fallback page is tracked and scored correctly too.