// Marketing
Marketing Tag Audit: How to Find and Fix Broken Tracking on Your Website
Broken marketing tags mean wasted ad spend and bad data. Learn how to audit all tracking pixels and tags on your site, find issues, and fix them before they cost you money.
In this article
What to Include in a Marketing Tag Audit
- Google Analytics 4 (GA4): Check all pages fire the page_view event
- Google Ads: Conversion tracking on all thank-you pages and calls
- Meta Pixel: PageView on all pages, Purchase event on order confirmation
- LinkedIn Insight Tag: All pages, especially gated content pages
- Hotjar/FullStory: Session recording tags on key funnel pages
- Affiliate tracking: Correct pixel fires on purchase confirmation
- Retargeting tags: Fire on product and cart pages
Tools for Tag Auditing
Browser extensions like Tag Assistant (Google) and Meta Pixel Helper show you what fires on each page and flag errors. Chrome DevTools Network tab lets you see the raw requests.
GTM Preview Mode (if you use Google Tag Manager) shows every tag that fired on a page and in what order. This is the most comprehensive audit method for GTM-managed tags.
Building a Tag Inventory
Document every tag that should fire on your site, which pages it should fire on, and what events it should track. Store this in a spreadsheet or tag management system. This becomes your baseline for future audits — you can quickly spot when something goes missing.
Test all tags after every major site update, migration, or developer release. Make tag testing part of your QA checklist, not a quarterly afterthought.