Two privacy litigators walked the room through the tracking lawsuits hitting ecommerce brands right now, what the letters actually cost, and the audit worth doing before one lands.
Harrison litigates these cases, so he is the one who sees what happens after the letter arrives.
The compliance work is Brandon's practice, and the California bill that would shut a chunk of this down is being written with Brandon at the table.
Open only what applies to you. Each section stands on its own.
The California Invasion of Privacy Act was written in 1967 to stop the government from tapping landlines. It says nothing about websites, cookies or pixels, because none of those existed yet.
Starting around 2022, plaintiffs' lawyers began arguing that a pixel sending browser activity to a third party is the modern version of a wiretap. Courts are split, and there is no binding appellate ruling either way. Harrison told the room that a judge recently described the statute in an opinion as "a total mess."
That uncertainty is the business problem. Every trial judge is starting from scratch, so the outcome depends on which plaintiff, which firm and which courtroom you draw.
These are statutory damages, which means the law sets the dollar amount and the plaintiff only has to show the thing happened. They never have to prove that anything bad came of it.
Here is how the number gets scary. A plaintiff browses your site, opens the browser console, counts your third-party trackers, and multiplies. Then they add every California resident who visited in the last twelve months and call it a class.
Manatt put the arithmetic on a slide. One hundred thousand visitors multiplied by $5,000 is $500 million in theoretical exposure, from a site doing nothing unusual.
That number is theoretical. These are not.
| Settlement | Case |
|---|---|
| $46M | Doe v. Kaiser Foundation Health Plan |
| $3.85M | Mirmalek v. Los Angeles Times |
| $1.2M | Shah v. Fandom, Inc. (GameSpot) |
Underneath those sit countless demand letter settlements that nobody ever reports.
None of this requires you to be doing anything unusual. Look down this list and count how many are live on your site right now.
| Tool | The argument against it |
|---|---|
| Ad pixels | Meta, TikTok and Google tags get called the eavesdropper, quietly forwarding a visitor's activity to a third party |
| Session replay | Hotjar, FullStory and Clarity get framed as intercepting a confidential communication when they record mouse movement and form input |
| Chat widgets | Zendesk and Intercom claims are what launched this wave, with plaintiffs arguing their support conversation was wiretapped by the vendor |
| Email tracking | Open and click pixels get pulled into the same theory as web tracking |
| Analytics and SDKs | IP and device logging gets called a pen register, which is the old device that recorded who called whom |
| Your cookie banner | If it promises to block trackers and then does not actually block them, the banner itself becomes the evidence |
That last one is the newest theory and it is the one that stings. A banner you installed to protect yourself can be turned into proof that you knew and did it anyway.
Two code sections do most of the work. Penal Code 631 is the wiretapping and eavesdropping provision, and Penal Code 638.51 is the pen register and trap-and-trace provision. Section 631 carries a large share of these claims, which matters for the bill below.
Manatt was clear that these theories are contestable. The statutes were written for telephones, there is no actual harm, users often consent through banners and policies, many courts have dismissed these claims outright, and criminal statutes are supposed to be read narrowly under the rule of lenity.
The problem is not the strength of your defense. The problem is that the statutes define almost nothing, binding appellate precedent barely exists, and judges are landing all over the map. A key California appellate decision in the Variety Media case is still pending.
They sue aerospace companies and janitorial staffing firms, so there is no clean profile. But the volume filers lean toward small and mid-size businesses on purpose.
You are big enough to write a settlement check, and you are not big enough to hire forty lawyers and fight it to the end of the earth. That is the whole calculation.
A few things move you up or down the list. Health, wellness and financial brands are more attractive because it is easier to argue the browsing data is sensitive. Pure B2B has stronger arguments but is not immune.
Watch for the double hit, too. The same firm will increasingly pair the privacy claim with an accessibility claim about your site in the same letter.
| Where | Volume | Per violation |
|---|---|---|
| California | 3,100+ under CIPA, the highest anywhere | $5,000 |
| Florida | 580+ under the FSCA, surging since 2025 | $1,000 plus fees |
| Illinois | About 95, an emerging front | Varies |
| Pennsylvania | About 48 under WESCA, all-party consent | $1,000 plus punitive |
| Federal | ECPA claims, filed in any court, nationwide | $10,000 |
Only Tennessee, New Hampshire and Alaska have carved out exclusions. Most states have not, so a fix built only for California does not travel.
They do not all look like a lawsuit. You might get a class action, a pre-litigation demand letter, a mass arbitration filed without warning with thousands of demands at once, a small claims filing as one of hundreds of identical suits, or a serial tester plaintiff who files at volume for profit.
There are now more than twenty state privacy laws that actually do regulate cookies, pixels and advertising directly. Those laws require specific privacy policy disclosures, a real opt-out, honoring automated browser opt-out signals, vendor contract terms, deletion and access rights, and data minimization.
Regular people cannot sue under those laws, so state attorneys general enforce them instead. That is why they get less attention even though they are the ones genuinely aimed at this.
Brandon's warning was blunt. Teams often write a cookie banner purely to answer the lawsuit risk, and the wording they choose puts them in violation of the privacy laws that actually apply to them.
Whatever you change, change it against both rulebooks at once.
Someone in the room asked the question everyone actually wants answered. Going to explicit opt-in consent is close to bulletproof against these claims, so should everyone just do it?
Here is what that same operator measured when they turned it on. California traffic dropped about a third, revenue followed it down, abandoned-cart flows broke, and only 0.83% of visitors touched the banner at all. They turned it back off.
Brandon's answer came in two parts. On the law, with the caveat that he is a self-described privacy nerd and there are edge cases:
For all intents and purposes, there is no law in the United States that requires opt-in consent.
Brandon Reilly, Manatt
And on what companies actually do:
Based on my sample size, which is hundreds of companies that I've worked with, the vast majority do not implement opt-in consent.
Brandon Reilly, Manatt
He added a detail worth keeping. During the California rulemaking, regulators considered requiring opt-in and heard testimony from the privacy agency's executive director that almost nobody engages with those banners, so it is not a meaningful privacy protection in practice.
Treat it as a business decision rather than a compliance answer. There is a whole spectrum between firing everything on page load and blocking everything until someone clicks yes, and most of the value sits in the middle.
Nobody can sell you CIPA compliance, because the law is too unsettled for anyone to know what compliance would mean. What you can do is lower the odds of being picked and be in a much better position if you are.
List every pixel, script and SDK, and note which ones fire before consent versus after. Check your subdomains and do not skip the logged-in account pages.
Most sites are carrying trackers that no one has looked at in a year. Those are pure litigation risk with zero business return.
Ask whether that session replay tool is worth a potential lawsuit. Some of them are, and the point is to make that call deliberately rather than by default.
The one-click app integrations drop the pixel on every page with no way to exclude any. A tag manager or a consent platform lets you keep the pixel where it earns money and pull it off account pages and anything that implies something sensitive about the visitor.
If someone clicks reject and the cookies still drop, you have handed them a second claim. Verify the blocking behavior yourself and re-test it regularly, because a banner that looks right and works wrong is worse than none.
Offer accept, reject and manage rather than one giant accept-all button. Then log every consent event with a timestamp, because that log is your evidence if you are ever challenged.
Server-side tracking moves collection off the visitor's browser and weakens the third-party interception argument. Hashing identifiers before they leave your systems cuts exposure further, and Google's consent mode adjusts tag behavior automatically where you can use it.
Check whether your policy covers privacy and wiretapping litigation specifically, and whether the limits are anywhere near the statutory exposure. Ask your broker about an Enhanced Privacy Liability endorsement, which closes gaps standard policies leave open.
Then find the notice requirement and write it down. Some policies give you as little as 30 days to report a claim.
This is not a one-time review, because marketing, developers and agencies all keep adding tags. Drift is the enemy.
Brandon has been working with California State Senator Anna Caballero on Senate Bill 690, a two-year effort to amend the statute for the internet age.
It passed the California Senate unanimously in 2025 and cleared the Assembly Privacy Committee in July 2026. As written now, it removes the private right of action for pen register and trap-and-trace claims, and it applies retroactively two years, which would reach claims already filed.
The fight left is over Section 631, the wiretapping and eavesdropping provision. Some lawmakers believe the problem is already solved.
They are looking for operators who have been hit under Section 631 to talk to lawmakers and reporters. Real stories from real brands are what moved this bill the last two times.
If you have received one of these letters and would be willing to say so out loud, that is the single highest-leverage thing you can do here. It goes to Appropriations and then the Assembly floor within weeks.
Manatt's own advice on the slide was blunt, and it is worth repeating. Don't wait for the legislature to save you.
They will run the site audit at a flat rate rather than on the clock, so you know the cost before you start.
The audit reads every tracker on your site against all of the privacy laws that actually apply to you, and it comes back as options with the pros and cons of each spelled out rather than one answer. The recommended cookie banner and privacy policy language comes with it.
Peer intelligence for commerce leaders at the world's top brands.
This session happened because a member asked for it. That is how the room works, and it is why nobody in it is selling you anything.
Debbie Pearce, Founder & CEO, CartStars
LinkedIn · cartstars.com
This is a summary of a session held for CartStars members on July 31, 2026 and it is not legal advice. Nothing here creates an attorney-client relationship, statutes and case law are moving quickly, and your own facts matter. Please talk to qualified counsel before making changes to your site.