The same buyer action needs the same meaning across platforms.
PageView, Lead, InitiateCheckout and Purchase are mapped to the exact page or checkout state that creates them, so the buyer is not optimizing against guessed signals.
Meta + Google + TikTok tracking QA
This proof shows the first useful tracking pass for a sales page and custom checkout: event map, payload checks, browser/server deduplication, value reconciliation and remarketing exclusion rules that can be validated inside client-owned accounts.
PageView, Lead, InitiateCheckout and Purchase are mapped to the exact page or checkout state that creates them, so the buyer is not optimizing against guessed signals.
The pass compares price source, currency, order ID and item context before trusting revenue events in Meta, Google or TikTok.
The proof includes a clean exclusion/update rule for people who purchased, so remarketing does not keep chasing the wrong segment.
Event contract
A useful implementation does not start with random tags. It starts with an event contract that says where the event fires, what data travels with it, how it is tested and what decision it supports.
Payload lab
{
"event": "Purchase",
"event_id": "ord_7842_purchase",
"value": 297.00,
"currency": "BRL",
"order_id": "7842",
"utm_source": "paid_social"
}
Value and currency are compared against the confirmed order or payment state, not guessed from the landing page.
Browser pixel and server/API event use a shared event_id so platforms can deduplicate instead of double-counting.
Campaign and click context are checked from first page to checkout completion when the custom flow changes domains or state.
Deduplication and remarketing
The implementation proves how the browser pixel and server/API event meet on one dedupe key, then records what still needs validation inside the platform event manager.
The first pass maps buyer exclusion and audience update logic so campaign operators can validate the rule without us owning ad account strategy, billing or approvals.
Acceptance gates
Smallest useful input
Boundaries
No ad management, no ROAS guarantee, no certification claim, no account approval promise, no billing/KYC ownership, no unsupported bypass and no promise of perfect attribution.