Legal

Terms of Service

These Terms of Service govern your use of the Clickerwave website and campaign management services operated by CLICKERWAVE LIMITED, a Hong Kong–registered digital marketing and SEM advertising agency.

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.

Services

Clickerwave provides paid search campaign management, SEM strategy, performance reporting, and transparent routing infrastructure for advertisers and agency partners. Specific deliverables are defined in individual client agreements or statements of work.

Key obligations

  • Advertisers remain responsible for final landing content, ad copy, and regulatory compliance in each target market.
  • Clickerwave may not be used for cloaking, deceptive redirects, or disallowed traffic manipulation.
  • Customers must maintain a lawful basis for any personal data they submit via support forms or campaign integrations.
  • We may suspend access when platform policies, contractual terms, or applicable laws are violated.

Company

CLICKERWAVE LIMITED

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

Registration no. 3450942

Enforcement

  • We may request verification artifacts during fraud or compliance investigations.
  • Appeals belong to [email protected].