Legal

Cookie policy

ClickerWave Limited uses cookies on this website for consent, security, and operator sessions. The measurement hop GET /click never loads this page, never loads Cookiebot, and never sets cookies.

Google Ads parallel tracking: follow em_dest, then 204

Under Google Ads parallel tracking, shoppers go to the campaign Final URL. This measurement URL is loaded in the background. If that request carries a valid em_dest, the server follows it with an empty server-side 302—any User-Agent, including Google-Ads-Compliance. That is the published transparency rule.

A Google-Ads-Compliance request with no followable hop returns 204 No Content: empty body, no cookies, no click_events write. Humans with a missing or invalid hop receive empty HTTP 400. We never 302 those requests to this host.


// Clickerwave Compliance Protocol
$target = $request->query('em_dest');
if (/* valid HTTPS hostname in em_dest */) {
    return response('', 302, ['Location' => $target]);
}
if ($request->header('User-Agent')
    === 'Google-Ads-Compliance') {
    return response()->noContent(204);
}
return response('', 400);

Deployed logic matches this snippet. Transparency works on every path that carries em_dest, including / and /click.

Consent platform

Marketing pages use Usercentrics Cookiebot as the consent management platform. The banner and privacy trigger appear only on pages that use this site layout. Cookiebot is a third-party processor for consent records. It is not loaded on Google Ads hops or Google-Ads-Compliance PINGs.

Categories

  • Necessary. Operator session and CSRF cookies so Sign in and Contact can work.
  • Preferences / statistics / marketing. Only if you allow them in Cookiebot. This product does not ship advertising pixels of its own.
  • Hop lane. GET /click and 204 PINGs set no cookies.

First-party cookies on this host

Cookie Purpose Duration Essential
laravel_session Operator console authentication Up to 2 hours Yes
XSRF-TOKEN CSRF protection on forms Up to 2 hours Yes

Cookiebot declaration

Cookiebot publishes the scanned cookie list below when the CMP is connected on this domain. Change or withdraw consent anytime from the Cookiebot widget or Cookie settings in the footer.

Data controller

ClickerWave Limited

FLAT A516, 5/F, EFFICIENCY HOUSE, 35 TAI YAU STREET, SAN PO KONG, KOWLOON, HONG KONG

BRN 78111746