// Marketing
Marketing Tag Audit: How to Find and Fix Broken Tracking on Your Website
Audit every tracking pixel and marketing tag on your site. Find broken tags wasting ad spend and producing bad data, then fix them before they cost you more.
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.