Company

A registered company that sells a visible SEM hop.

ClickerWave Limited is a Hong Kong private company limited by shares. We sell a third-party click-measurement hop used in the Google Ads Tracking template. The product domain is clickerwave.com.

Business background

ClickerWave Limited is a Hong Kong private company limited by shares (BRN 78111746). The registered office is FLAT A516, 5/F, EFFICIENCY HOUSE, 35 TAI YAU STREET, SAN PO KONG, KOWLOON, HONG KONG. We are a third-party click-tracking service provider: the public product is the Clickerwave SEM hop tracker on clickerwave.com, used in the Google Ads Tracking template field. Advertisers encode the campaign landing in em_dest; shoppers stay on the campaign Final URL under parallel tracking. Workspaces are invoiced after Contact—there is no card checkout on this site. The public product has been available since 23 April 2026. We do not claim a current listing on Google’s certified click-tracker list.

Legal name
ClickerWave Limited
Entity type
Private company limited by shares · Hong Kong
Business registration
BRN 78111746
Public product since
23 April 2026
Registered office
FLAT A516, 5/F, EFFICIENCY HOUSE, 35 TAI YAU STREET, SAN PO KONG, KOWLOON, HONG KONG
Tracking domain
https://clickerwave.com
Compliance contact
Bert · [email protected]

What we sell

A click-tracking hop for Search, Display, Video, and Performance Max measurement URLs: visible em_dest, empty server-side 302, fail-closed validation, an audit console, and invoiced workspaces. Display & Video 360, Shopping/Hotel Ads, and YouTube Reservation are out of this program’s published scope.

Who we sell to

Media buyers, agencies, and SEM teams who put a measurement hop in the Tracking template field and keep shoppers on the campaign Final URL.

How the company operates the hop

  • Visible next hop. The only redirect instruction is em_dest. There is no backend destination map.
  • HTTPS hostnames only. Missing, http, IP, deeplink, literal {lpurl}, or a hop back to this host returns empty 400.
  • Parallel tracking. A valid em_dest is followed for every User-Agent. Google-Ads-Compliance receives 204 only when there is no followable hop: empty body, no cookies, no log row.
  • Public legal set. Privacy, Terms, Cookie Policy, and Data Deletion have been public since 23 April 2026.
  • Commercial path. Plans are quoted on Pricing and invoiced after Contact.

Company profile for certification review

ClickerWave Limited applies as a click-tracking service provider, not as an advertiser landing-page host. The in-scope domain is https://clickerwave.com. The declared transparency parameter is em_dest. Sample hops for review must use an expanded HTTPS landing (for example https://example.org/), never the literal {lpurl} macro. Certification correspondence is handled by Bert at [email protected] from this company’s domain. Privacy, Terms, Cookie Policy, Data Deletion, and this Company page stay public.

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.