Industry Playbooks

Your Tracking Pixel Just Became a Liability. Here's the Fix.

A DSO's $18.7M tracking pixel settlement is a warning shot for every health-related business with a Meta or Google tag on their site.

Josh Levine
By Josh Levine
September 22, 2026Β·8 min read
Share
Your Tracking Pixel Just Became a Liability. Here's the Fix.

A dental support organization just settled a data privacy lawsuit for $18.7 million, reported by DrBicuspid.com on September 22, 2026. The cause? Tracking pixels sitting on the organization's website, doing exactly what they were installed to do: collecting user data and sending it back to Meta and Google. The problem is that some of that data included protected health information, and the patients on the other end never consented to having their medical details fed into an advertising algorithm.

That number, $18.7 million, is not a rounding error. And this organization is not some fly-by-night operation that ignored obvious warnings. They had a marketing team. They had a website. They did what every agency told them to do: install the pixel, track the conversions, optimize the ads. The lesson here is that "standard practice" and "legal" are not the same sentence, and right now there is a gap between those two things sitting on a lot of health-related websites, including, probably, yours.

What actually happened

A tracking pixel is a tiny piece of code, usually one script tag, that fires every time someone loads a page on your website. Meta's pixel, Google's tag, TikTok's pixel: they all work the same way. They capture what page the visitor is on, what they clicked, what they typed into a form, sometimes what they searched for to get there, and they send that data back to the advertising platform so you can build audiences and measure results.

Here is where it gets expensive. If a patient visits a page on your site called "orthodontic treatment for adults" and then fills out a form with their name and email, the pixel may have just transmitted a combination of identity information and a health-related context to Meta's servers. Under HIPAA, that combination can constitute protected health information. The patient did not sign a HIPAA authorization for Meta. You did not have a Business Associate Agreement with Meta covering that transmission. And now you have a problem.

The DSO in this case, according to DrBicuspid's reporting, ran pixels across a network of practice websites. Multiply one pixel on one website by dozens of locations and tens of thousands of patient visits, and the exposure compounds fast. The $18.7 million reflects that scale. A single-location practice has less exposure by volume, but the legal theory is identical.

The "standard practice" trap

I want to name this one because it shows up constantly. I am going to call it the Standard Practice Trap: something becomes so common in an industry that everyone assumes someone else already checked whether it is legal.

Installing a Meta pixel on a healthcare website became standard practice around 2018, the same year GDPR went live in Europe and regulators started asking questions about exactly this kind of data flow. The pixel existed. The guidance about healthcare and pixels also existed. They just lived in different departments, and nobody introduced them.

I ran into the Standard Practice Trap version of this when we were building the marketing infrastructure for an orthodontic client. We were looking at setting up retargeting, and the first question my team asked was whether the practice had a BAA with Meta. Silence. Not because anyone had decided "no," but because nobody had ever thought to ask. That question, by itself, probably saved that practice from a version of this story. The answer, for what it's worth, is that Meta does offer a Limited Data Use mode and a Business Associate Agreement for healthcare advertisers, but you have to actively set it up. It does not happen by default. Nothing good happens by default.

What this means if you run a health-related business

Dental practice. Orthodontic office. Med spa. Mental health practice. Chiropractic. Physical therapy. Functional medicine. If your website collects any form of patient or client information, and if you have any advertising pixel installed, you are in the conversation this settlement just opened.

This is not theoretical. The Office for Civil Rights at HHS issued a bulletin in December 2022 specifically calling out tracking technologies on healthcare websites as a potential HIPAA violation. Plaintiffs' attorneys read HHS bulletins. They also read settlements, because a settlement is a roadmap. The DSO that just paid $18.7 million wrote a very clear roadmap.

If you run a restaurant or a hardware store, your exposure here is much lower, because your data is not health-related. You can probably skim this one and move on. But if any part of your business touches health, body, treatment, or diagnosis, keep reading.

For what it's worth, this kind of compliance gap is also why I pay close attention to how we structure websites for clients in these verticals. The Smart Sites platform we build on is designed with data handling questions baked in from the start, not bolted on after someone's lawyer calls.

Under the hood (for the technical reader)

The specific mechanism that gets practices into trouble is called "event data" in Meta's pixel framework. When you set up the pixel in standard mode, it fires "PageView" events automatically. But it can also fire "Lead" events, "Schedule" events, and custom events that pass form field values, URL strings, and query parameters back to Meta. If a patient clicks from a Google ad for "braces for teens Phoenix," lands on your /braces page, and fills out your contact form, that entire data chain, the search term, the page, the form content, can transmit. Meta receives it. You sent it. HIPAA does not care that you didn't mean to.

The fix at the technical level is not to rip out your pixel. It is to implement server-side tagging via Google Tag Manager's server container or Meta's Conversions API, filter out any health-context parameters before they leave your server, and confirm you have a signed BAA on file. That is a half-day of work for a developer who knows what they're doing. It costs far less than $18.7 million.

What to do this week

Four moves, in order of speed.

  • Open your website's source code and search for "fbq" and "gtag." Those are the function calls that fire Meta and Google pixels. If you find them on pages where patients enter information, you have something to deal with. You can also use a browser extension like Ghostery to see what's firing without touching code.
  • Call your HIPAA compliance officer, or your attorney if you don't have one. Ask two questions: Do we have a Business Associate Agreement with Meta and Google? And have we reviewed our pixel configuration since the HHS December 2022 tracking technology bulletin? If the answer to either is "I don't know," that's your week's priority.
  • Talk to whoever built your website. Ask them to audit what data the pixel is passing, specifically whether form field values or health-context URL parameters are included in event data. If they don't know what that means, find someone who does. This is a 2026 problem, not a 2019 website problem, and the two require different conversations.
  • Consider whether you need retargeting at all on clinical pages. Sometimes the right move is to pull the pixel off the appointment-booking and intake pages entirely and only run it on informational content. You lose some conversion tracking precision. You also lose the liability surface. For a single-location practice, that trade is often worth it.

Skip it if

Get The Root delivered weekly

We respect your privacy. Unsubscribe at any time.

You run a business with no health-related services and no health-related data flowing through your site. A restaurant, a retail shop, a home services contractor: your pixel is collecting purchase intent data, not protected health information, and the HIPAA framework does not apply to you. Worth understanding the general data privacy trend, but the $18.7 million number is not your number.

The thing nobody wants to hear

You installed that pixel to get more patients. It worked. Now that same pixel may be your biggest liability. That is the Standard Practice Trap in full bloom, and the DSO that just settled did not do anything most healthcare marketers weren't also doing.

I'd rather you hear it from me on a Tuesday morning than from a plaintiff's attorney on a Friday afternoon. Those two conversations go very differently.

The question I keep asking clients in this space is simple: when did someone last look at your website the way a plaintiff's lawyer would look at it? Not the way a patient would, not the way Google's crawler would. The way someone would who is looking for a reason you owe them money. If the answer is never, that's the audit you need before you need the other kind.

You don't need to be paranoid about this. You need to be informed. There's a real difference, and that difference is exactly what a Tuesday morning read is for. If you want to understand how data handling fits into a broader trust picture for local healthcare businesses, the piece I wrote on building trust signals for local businesses covers the less alarming side of the same coin. And if you're wondering how far this kind of liability question extends into AI-driven marketing tools, the piece on AI agents acting without permission is the next one to read.

Sources

Frequently Asked Questions

See Where Your Business Ranks

Get a free competitive intelligence report. We analyze your website, scan your competitors, and test your AI search visibility, ready in 60 seconds.

Run My Analysis β†’

Did this guide help?

Make our content appear first in your Google Search and AI Overview results by adding us as a preferred source.

Requires signing in to your Google account.

Add Wise Roots as a Google Preferred Source