About

A click tracker built for accountable search and demand-gen.

Blue Point Advertising Limited is a Hong Kong–registered click-measurement operator for agencies and B2B teams who need Google Ads hops that stay reviewer-legible. We are built to the published Transparent Click Tracker Certification guidelines. That is a design contract—not a claim that we already appear on Google’s certified tracker list. Scope: click hops and the Audit ledger. We do not claim account-based intent graphs or a cloned demand-side platform.

Google Ads Demand-gen hops next transparency

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.

Reviewer sample hop

Open an expanded URL, not the template macro

Reviewers should open the expanded hop below—never a literal {lpurl} macro. The declared landing is https://example.org/search. Rows on this instance are QA / docs-sample hops, not advertiser campaign volume.

https://bluepointads.com/click?next=https%3A%2F%2Fexample.org%2Fsearch

302 → https://example.org/search · Tracking template only: https://bluepointads.com/click?next={lpurl}

Mission

Give agencies and B2B advertisers click measurement that is calm, precise, and auditable—every hop tied to a visible next destination.

Method

Follow next with a cookie-free 302 for every User-Agent. Use 204 only when a Google-Ads-Compliance PING has no followable hop. Log human hops so account reviews and policy packets share one evidence model.

Outcome

Operators spend less time reconciling tracking templates with policy teams—and more time running search and demand-gen accounts.

What we provide

  • Click measurement — HTTPS server-side hops for Search, Display, Video, and Performance Max tracking templates.
  • Account operations — shared templates across agency clients and in-house B2B Google Ads accounts.
  • Reporting — live click_events metrics, Audit trails, and documentation that matches deployed code.
  • Certification-ready evidence — follow a valid next, 204 only without a hop, and public legal surfaces.
  • Transparent routing — no backend-only landing maps; the next hop is in the query string.
  • Operator console — the same counters Docs and Audit already show, gated for authorised users.

Who we work with

  • Agencies measuring Google Ads clicks across multiple advertiser accounts.
  • B2B demand-gen teams who need hops that stand up to platform review.
  • In-house paid media operators standardising tracking templates and evidence packs.
Contact accounts

Registered entity

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

Data protection · [email protected]