Original research
We Scanned 1,286 Insurance Agency Websites for Tracking Pixels
Nobody had measured how widespread the tracking-pixel problem actually is on agency websites. So we measured it. The aggregate dataset is published below, CC0, free to cite.
On August 17, 2026 we scanned 1,286 insurance agency websites for client-side tracking technologies1. Half of them, 647 sites, pair health-topic content with a lead form, the exact configuration regulators and plaintiffs' firms have spent three years litigating. Of those 647: 48.8% run some form of client-side tracking, 8.8% run a Meta Pixel, a tag Meta will not sign a Business Associate Agreement for4, and 3.7% run session-replay tools, the technology at the center of the current wave of wiretapping claims. Across the full sample, 32.2% run client-side GA4 and 19.8% run Google Tag Manager, whose container contents this scan could not see, which means every number here is more likely an undercount than an overcount.
What we did
The regulatory story is well documented: the FTC's GoodRx and BetterHelp actions2, OCR's tracking-technology guidance and its partial vacatur3, Meta's and Google's refusal to sign BAAs for their standard tags4, and the $5,000-per-violation wiretapping claims working through California courts. What was missing was a base rate. How many ordinary insurance agency websites are actually in the exposed configuration?
So we took a working list of 1,350 U.S. insurance agency domains from our audit pipeline, fetched each site's homepage plus one quote- or contact-like interior page with a standard browser user agent, and checked the served HTML for tracking-technology signatures. 1,286 sites answered. Everything below is from that snapshot, taken August 17, 2026, and the aggregate dataset is published for anyone to check1.
The headline numbers
| Technology detected | Sites | Share of 1,286 |
|---|---|---|
| Client-side Google Analytics 4 (gtag.js) | 414 | 32.2% |
| Google Tag Manager container | 254 | 19.8% |
| Any ad-platform pixel (Meta, LinkedIn, TikTok, Google Ads) | 162 | 12.6% |
| Meta Pixel | 95 | 7.4% |
| Google Ads conversion tags | 81 | 6.3% |
| Session replay (Hotjar, Clarity, FullStory, Mouseflow, LuckyOrange) | 43 | 3.3% |
| LinkedIn Insight Tag | 9 | 0.7% |
| TikTok Pixel | 2 | 0.2% |
Context columns: 79.0% of the sites carry health-topic vocabulary, Medicare, health insurance, ACA, life insurance, and 63.1% have a lead form on a scanned page. The population that matters for exposure analysis is the intersection: 647 sites, 50.3% of the sample, are health-topic sites with a lead form.
The 48.8% problem
Of those 647 health-topic-plus-form sites, 316, or 48.8%, run at least one client-side tracking technology: GA4, a GTM container, an ad-platform pixel, or session replay. That is the single most important number in this study. Roughly half of the agency websites built to collect health-adjacent lead information are running third-party JavaScript that can observe the visitor on those pages, and as our consent-banner answer page covers, most consent banners do not actually stop those tags from firing first.
To be precise about what this is and is not: presence of a tag is an exposure indicator, not a violation finding. Whether HIPAA itself attaches to any given agency is fact-specific. But the exposure that has actually produced enforcement and settlements, FTC Act claims, state wiretapping suits, state health-privacy statutes with private rights of action, does not require HIPAA covered-entity status at all, which is exactly why the base rate matters2.
The 57 sites running a Meta Pixel
57 of the 647 health-topic-plus-form sites, 8.8%, run a Meta Pixel. The Pixel deserves its own line because it is the tag with the clearest paper trail: it is the technology named in the FTC's GoodRx and BetterHelp actions2, in the joint FTC/HHS warning letter to roughly 130 health organizations, and in OCR's tracking guidance3, and Meta does not offer a Business Associate Agreement for it, so there is no configuration of the standard Pixel that satisfies HIPAA's vendor rule where that rule applies. Our answer page on the Meta Pixel on a Medicare quote form walks the full liability analysis.
The 24 sites running session replay on health-topic-plus-form pages face a different theory: wiretapping claims arguing the recording script intercepted the visitor's communications without all-party consent, at $5,000 per violation in statutory damages with no actual harm required.
What this exposure actually means
The optimistic reading of 48.8% is that half the industry has this right. The realistic reading is that most of the tracked half has never had the conversation at all: the tags were installed by a website vendor for ordinary marketing reasons, nobody mapped them against which pages collect health-adjacent information, and the rules that survived the 2024 court ruling were never checked. The fix is not abandoning analytics, it is choosing tools an agency can actually defend and keeping ad pixels off the pages where health information moves.
Why these numbers are probably undercounts
Three reasons. First, the 254 GTM sites: a Tag Manager container can load any tag its manager configures, and this scan detected the container, not its contents. Second, the scan read served HTML, so tags injected purely at runtime were not counted. Third, we scanned two pages per site; a pixel installed only on a deeper quote funnel page would be missed. Every one of those limitations biases the count downward.
Methodology and limitations
Sample: 1,350 U.S. insurance agency domains from our audit pipeline's working list, of which 1,286 served a fetchable HTML homepage. Collection: August 17, 2026; homepage plus one same-site interior page whose link matched quote/contact/medicare/coverage/apply/enroll patterns; standard Chrome user agent; 15-second timeout. Detection: HTML signature matching for fbevents.js/fbq (Meta), gtag.js (GA4), gtm.js or GTM- IDs (Tag Manager), snap.licdn.com (LinkedIn), analytics.tiktok.com (TikTok), the major session-replay script hosts, and doubleclick or AW- IDs (Google Ads). Classifications: "health topic" is a vocabulary match (Medicare, health insurance, ACA, life insurance, and related terms); "lead form" is an HTML form element on a scanned page. Limitations: static HTML only, GTM containers unresolved, two pages per site, single snapshot in time. The per-domain raw data is deliberately unpublished, see the FAQ, and available to researchers and journalists on request for verification.
Check your own site
The ten-minute manual version: developer tools, Network tab, filter for
facebook.com/tr and google-analytics.com, reload without
touching the cookie banner, and watch what fires. The one-minute version is our free
Audit, which runs this exact tracking scan, plus an AI-visibility audit, against any
domain5.
Questions about this study
Does this study mean 57 insurance agencies violated HIPAA?
No, and the study makes no such claim. Whether HIPAA attaches to a specific agency is fact-specific, and a pixel on a health-topic site is an exposure indicator, not a violation finding. What the number shows is how common the exact configuration at the center of the FTC's GoodRx and BetterHelp actions, the OCR tracking guidance, and current wiretapping litigation is across ordinary agency websites.
How were the tracking technologies detected?
By signature in the served HTML of each site's homepage and one quote- or contact-like interior page: fbevents.js or an fbq init call for the Meta Pixel, gtag.js for GA4, gtm.js or a GTM container ID for Tag Manager, snap.licdn.com for LinkedIn, analytics.tiktok.com for TikTok, the major session-replay script hosts, and doubleclick or an AW- conversion ID for Google Ads. Static HTML only, fetched with a normal browser user agent on August 17, 2026.
My site only runs Google Tag Manager. Does that mean I'm fine?
Not necessarily, and possibly the opposite. GTM is a container that can load any tag its manager configures, and this scan did not resolve container contents. A site counted only in the GTM column may be firing a Meta Pixel, ad tags, and session replay through the container. If anything, the 19.8% GTM figure means the true tracking rates are higher than the per-tag numbers here.
Where is the underlying data?
The full aggregate dataset is published at /research/agency-tracking-pixel-scan-2026-08.csv under a CC0 dedication, free to cite with attribution appreciated. We deliberately did not publish the per-domain results, because a public list naming which specific agencies run which trackers would function as a target list. Researchers and journalists can contact us to verify the underlying data.
Can I find out what my own site is running?
Yes, two ways. The ten-minute manual check: open your site with your browser's developer tools on the Network tab, filter for facebook.com/tr and google-analytics.com, and reload without touching the cookie banner. Or run our free Audit, which includes the same tracking scan these numbers came from, against your own domain.
- Strategic AI Architects. "Insurance Agency Website Tracking-Technology Scan, August 2026," aggregate dataset, CC0. strategicaiarchitects.com/research/agency-tracking-pixel-scan-2026-08.csv.
- Federal Trade Commission. GoodRx enforcement action ($1.5M, February 2023) and BetterHelp settlement ($7.8M, July 2023), both involving health data shared with ad platforms via tracking tags. ftc.gov.
- U.S. Department of Health and Human Services, Office for Civil Rights. "Use of Online Tracking Technologies by HIPAA Covered Entities and Business Associates," original December 2022, revised March 2024, portion vacated June 20, 2024 (AHA v. Becerra, N.D. Tex.). hhs.gov.
- Google. "HIPAA and Google Analytics": Google "does not offer Business Associate Agreements" for Analytics. support.google.com. Meta offers no BAA for the standard Pixel.
- Strategic AI Architects. "Free Audit," AEO audit plus HIPAA tracking scan. strategicaiarchitects.com/audit.
Find out which side of the 48.8% your site is on
Run the free Audit, the same tracking scan this study used, against your own domain in under a minute.
Related reading: why your insurance website's pixel could get you sued · is GA4 HIPAA-compliant without a BAA