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, next hop reviews, or partnership enquiries.

Follow a valid next, then 204 only without a hop

A valid next is followed with an empty, cookie-free server-side 302 for every User-Agent—including Google-Ads-Compliance. The visible hop is never skipped for a User-Agent shortcut.

204 No Content is used only when that compliance User-Agent has no followable hop: empty body, no cookies, no click_events write. Missing or invalid next returns empty HTTP 400.


// BluePoint Ads Compliance Protocol
$target = $request->query('next');
if (/* valid HTTPS hostname in next */) {
    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 next, including / and /click.

Registered company

Blue Point Advertising Limited

File / 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 next hops, Audit evidence, and operator console access.
  • Documentation aligned with Transparent Click Tracker Certification guidelines.
  • Account onboarding for agencies and B2B advertisers.