ZeroCloak
Protected campaign setup

Build a solid campaign, then connect it safely.

ZeroCloak walks you through setup, from campaign details to filters, automation, added safeguards, and a final connection check.

ZeroCloak bot traffic detection

Setup workflow

Eight steps to configure the right campaign for your traffic.

Work through the setup one stage at a time so every click has a clear destination, fallback path, and safeguard.

Step 1

Campaign details

Fill campaign name, description, EPC, CPC, and campaign status. Status is active by default so a verified setup can start routing immediately.

Campaign nameDescriptionEPC and CPCActive status

Step 2

Select traffic source

Choose the ad network, tracker, or traffic channel you want to protect so clicks are scored against the right source signals.

Google AdsMeta AdsTikTokCustom source

Step 3

Add money page URL

Set the destination page where real, qualified traffic should land after passing campaign rules and filters.

Offer URLLanding pageCheckout pageTracking params

Step 4

Set white page URL

Add the white page URL where unsafe, bot, crawler, or policy-review traffic should be sent instead of your money page.

White pageCompliance pageFallback URLReview-safe path

Step 5

Set multiple conditions

Build routing conditions by countries, browsers, devices, and states to match the audience your campaign actually needs.

CountriesBrowsersDevicesStates

Step 6

Filter manager

Block risky infrastructure before it reaches your protected destination.

Data Center Filter: prevent traffic from hosting providers and server-based networks.Proxy / VPN Filter: block proxy connections, VPN services, and anonymous routing systems.

Step 7

Automate rules

Apply automatic controls that keep traffic quality stable as campaign volume grows.

Activate After X Unique VisitorsFrequency CapZero Redirect CloakingIP CapGCLID (Google Click ID)Page GuardRedirect Type

Step 8

Extra settings

Turn on advanced protections and presentation controls for stronger campaign security.

Device FingerprintReferrer SpoofingPage Guard
Code editor showing an integration snippet

Connection methods

Four ways to link up your campaign.

Pick one method, drop the code into your website, then verify the connection from your ZeroCloak dashboard.

Verify your connection

  • Choose one integration method for your website stack.
  • Paste the provided code inside your website head tag when using JS CDN.
  • Open the test URL from your campaign dashboard.
  • Confirm real traffic reaches the money page and filtered traffic reaches the white page.

PHP Paste Integration

Paste PHP code directly into your server for quick setup and secure tracking.

<?php require_once 'zerocloak.php'; zerocloak_protect(); ?>

JS CDN Integration

Add a CDN script to your website for fast and lightweight JavaScript integration.

<script src="https://cdn.zerocloak.org/campaign.js" data-campaign="YOUR_CAMPAIGN_ID"></script>

PHP ZIP Upload

Upload complete package files to your server for full campaign installation.

Upload zerocloak-campaign.zip, extract it, then point your protected route to /zerocloak/index.php.

WordPress Integration

Install via plugin or shortcode for seamless WordPress campaign setup.

[zerocloak campaign="YOUR_CAMPAIGN_ID"]

Go live only once the check succeeds.

Your campaign is ready when the money page, white page, filter manager, automation rules, and chosen connection method all report healthy.

Support