What problem does it solve? Analytics implementations often suffer from inconsistent event naming, PII leakage, missing consent gating, and duplicate conversion events that silently corrupt data. This Skill audits tracking code and configurations against a tracking plan to surface these issues before they distort business decisions. ## Core Features & Use Cases - Tracking Plan Audits: Verify every planned event fires once with correct property types, and flag undocumented events as technical debt. - PII and Consent Compliance: Detect emails or identifiers in event payloads and validate GTM Consent Mode v2 defaults for GDPR/CCPA compliance. - Duplicate and Conversion Accuracy Checks: Catch double-firing purchase events, SPA page-view inflation, and incorrect transaction_id or value types. - Use Case: A developer suspects GA4 revenue is inflated. Run this Skill to find that the purchase event fires on every thank-you page refresh without order-ID deduplication, plus a string-typed price property causing $0 revenue reporting. ## Quick Start Review the analytics tracking code in this project for PII leaks, duplicate events, and consent mode configuration issues.