tracking-doctor: can I trust my data?
What it does
Section titled “What it does”Answers the question everything else depends on: can you trust your conversion data? It audits six layers in one pass:
- Meta signal (via the tracking gate the other Meta skills all read)
- On-site collection: pixels, tags, dataLayer
- GA4 configuration
- Consent mode
- UTM and click-id taxonomy
- Cross-platform reconciliation, which is where “my numbers don’t match” actually lives
A human audits a sample. This audits everything, every time, which is the only way the tenth thing gets caught.
Read-only. It produces a fix plan; it does not change your tags.
When to reach for it
Section titled “When to reach for it”- Before you launch anything. Launching on unverified tracking is one of the three hard blocks in new-client-launch, and this is what clears it.
- Onboarding a new client, before you inherit their measurement problems as your results.
- “Why don’t my numbers match?” Meta says 40 purchases, Shopify says 31, GA4 says 27.
- After any site migration, theme change, or consent-banner change.
Where it runs
Section titled “Where it runs”Both.
What it needs from you
Section titled “What it needs from you”- The site URL and the ad accounts in play.
- The pixel/dataset id, GA4 property id, and GTM container, where they exist. It reads these from your Brain if onboarding recorded them, and asks once if not, then writes them back so nothing has to ask again.
- Backend order or lead counts for the window, which is what reconciliation grades against.
What you get back
Section titled “What you get back”- A trust grade:
GREEN/YELLOW/RED, with the reason. - The stack gate verdict that downstream skills consume, so a launch skill can read “tracking verified” as a fact rather than an assumption.
- A paste-ready fix plan with an owner and a dated retest per item.
- The three-way reconciliation table: platform-claimed vs analytics vs backend, with the gaps quantified.
A worked example
Section titled “A worked example”You: “Full tracking audit for examplebrand.”
Grade:
RED. Purchase events fire twice on the thank-you page (once via pixel, once via CAPI) with noevent_idon the browser leg, so deduplication cannot happen and Meta is counting roughly 1.7x. Reconciliation: Meta 214 purchases, Shopify 129. Fix plan: addevent_idto the browser purchase event, match it on the CAPI payload, retest in 72 hours. Owner: dev. Every other layer graded, consent mode flaggedYELLOWseparately.
Tips & gotchas
Section titled “Tips & gotchas”- Fix tracking before you optimize anything. Every scaling and creative verdict downstream is graded against numbers this audit either trusts or does not.
- A
REDgrade blocks a launch, and it is supposed to. That gate has no override, because a launch on broken measurement spends real money learning nothing. - Missing access is
NO-DATA, not a pass. If it could not reach GA4, it says so and names what it needs, rather than grading the layer clean. - Re-run after every fix. The dated retest is in the plan for a reason.
Related skills
Section titled “Related skills”signal-surgeon goes deeper on the Meta layer specifically. Its verdict is a hard gate inside new-client-launch, and is read by weekly-readout, meta-account-doctor and drop-triage.