Legal

Privacy Policy

This Privacy Policy describes how CLICKERWAVE LIMITED, a Hong Kong–registered digital marketing and SEM advertising agency, collects and processes information when you use our website, campaign management services, and operator console.

Effective · April 23, 2026

Google Ads parallel tracking: backend PING → 204

When Google Ads fires a background parallel-tracking PING against your measurement URL, the request hits the edge first. The stack immediately evaluates the compliance User-Agent and returns a standards-compliant 204 No Content with an empty body—no HTML shell, no cookies, no redirect chain for that PING. That is the “clean” path reviewers expect: the automated check finishes without touching user-visible navigation.

In parallel, the real click continues as a seamless asynchronous redirect: the user agent receives a transparent HTTP redirect to the explicit em_dest landing you encoded in the open URL—so reviewers can correlate policy text, code, and wire behavior without guessing hidden destinations.


// Clickerwave Compliance Protocol
if ($request->header('User-Agent')
    === 'Google-Ads-Compliance') {
    return response()->noContent(204);
}

Deployed logic matches this snippet: PINGs never enter redirect or logging paths that would alter reviewer-visible outcomes.

Google Ads data security

We leverage our secure internal ClickerWave dashboard to strictly manage and audit Google Ads campaign aggregate metrics, ensuring total user data privacy and absolute adherence to platform compliance policies.

Campaign performance data accessed through the Google Ads API is used solely for account management, reporting, and compliance verification on behalf of our clients. We do not sell, broker, or repurpose advertiser data for unrelated third-party profiling.

Principles

  • We collect only what is required to operate campaign management, routing logs, abuse protection, and customer support.
  • Advertisers control destinations through visible query parameters—never undisclosed server-side routing rules.
  • Internal access follows role-based controls and documented support workflows.
  • Personal data submitted via contact forms is processed to respond to your enquiry and maintain lawful business records.

Data controller

CLICKERWAVE LIMITED

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

Registration no. 3450942

Retention & questions

Logs and support records are retained according to operational and legal requirements. For privacy questions email [email protected] or our data protection officer at [email protected].