Contact

Speak with the accounts team.

Blue Point Advertising Limited is a Hong Kong–registered click-measurement operator for agencies and B2B advertisers. Reach us for tracking-template onboarding, parallel-tracking reviews, or partnership enquiries.

Google Ads parallel tracking: backend PING → 204

When Google Ads fires a background parallel-tracking PING against your measurement URL, the request hits BluePoint Ads 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 shopper is sent to the Google Ads Final URL. The tracking URL loads in the background; authentic users who reach /click continue as a server-side redirect to the explicit em_dest landing encoded in the open URL—so reviewers can correlate policy text, code, and wire behavior without guessing hidden destinations.


// BluePoint Ads 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.

Registered company

Blue Point Advertising Limited

CR 3295667

Flat 1512, 15/F, Lucky Center, No.165-171 Wan Chai Road, Wan Chai, Hong Kong

Domain · bluepointads.com

Hours · Mon-Fri, 09:00-17:00 HKT

Data protection · [email protected]

What we handle

  • Search and demand-gen click measurement for Google Ads tracking templates.
  • HTTPS em_dest hops, Audit evidence, and operator console access.
  • Documentation aligned with Transparent Click Tracker Certification guidelines.
  • Account onboarding for agencies and B2B advertisers.