Legal
Terms of Service
These Terms of Service govern your use of the Clickerwave website and click-measurement hop operated by ClickerWave Limited, a Hong Kong–registered edge tracking service.
Effective · April 23, 2026
Legal
These Terms of Service govern your use of the Clickerwave website and click-measurement hop operated by ClickerWave Limited, a Hong Kong–registered edge tracking service.
Effective · April 23, 2026
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.
Clickerwave provides a transparent click-measurement hop: visible em_dest,
HTTPS hostname validation, a 204 lane for Google Ads parallel-tracking PINGs, and an Audit ledger.
Specific commercial terms, if any, are defined in individual client agreements.
ClickerWave Limited
FLAT A516, 5/F, EFFICIENCY HOUSE, 35 TAI YAU STREET, SAN PO KONG, KOWLOON, HONG KONG
BRN 78111746
The service is provided for lawful measurement and routing. We are not liable for advertiser landing-page content, third-party tracker policies nested inside em_dest, or campaign performance outcomes.
These terms are governed by the laws of the jurisdiction where ClickerWave Limited is registered.