Skip to main content
LinkTech Solutions
Website Development

California Website Tracking Lawsuits: What SB 690 Changes for Your Business

August 22, 2026·10 min read·By Nezar Humoud, Founder & Lead Engineer

Follow us

California businesses are getting sued over the tracking scripts on their own websites. The law being used was written to stop phone tapping, the damages are $5,000 per violation, and there is no revenue threshold. A bill that would close one of the two main theories hits the Assembly floor on August 24. Here is what it does, what it does not do, and what we changed on our own site.

If your website runs Google Analytics, a Meta pixel, or a session replay tool like Hotjar or Microsoft Clarity, you are running close to the exact configuration that thousands of California lawsuits have targeted over the past three years. The law being used was written to stop people from tapping telephone lines. The statutory damages are $5,000 per violation. And unlike the CCPA, there is no revenue threshold, no employee count, and no minimum number of records. A two-person shop in Riverside is exposed on the same terms as a national publisher.

On August 24, 2026, a bill that would close one of the two legal theories driving these cases reaches the California Assembly floor. It is narrower than most of the coverage suggests, and it would not help you until January 2027 even if it passes. This post covers what the law actually says, what the Los Angeles Times settlement really was, exactly what SB 690 does and does not do, and the changes we made to our own site before advising anyone else on theirs.

We build and configure websites. We are not lawyers, and nothing here is legal advice. Everything below is engineering posture and cites primary sources so you can take them to counsel.

A wiretapping law is being used against your analytics

The California Invasion of Privacy Act, Penal Code section 630 and following, was passed to stop eavesdropping on private communications. Plaintiffs' firms have spent the last three years applying it to websites, on two separate theories.

  • Section 631, the wiretapping theory. The argument is that when a third-party script loads on your site, that vendor becomes an unauthorized party listening in on a private communication between you and your visitor.
  • Section 638.51, the pen register theory. A pen register captures the routing and addressing information of a communication rather than its content. The argument is that tracking scripts collecting IP addresses, device identifiers and page paths are doing exactly that, without a court order.

What makes both theories economical to file at scale is the remedy. Penal Code section 637.2 says any person injured by a violation of the chapter may bring an action, and may recover the greater of $5,000 per violation or three times actual damages. Nobody has to prove they lost money. Multiply $5,000 by a class of California visitors and the arithmetic explains the filing volume better than any theory of privacy harm does.

The part small business owners consistently get wrong: this is not CCPA. There is no $25 million revenue trigger and no 100,000 consumer threshold. If you have a website that California residents visit and it loads third-party scripts, you are inside the addressable set.

The millisecond problem

Most businesses that have thought about this at all responded by installing a cookie banner. That is often not enough, and the reason is load order.

On a typical site, the analytics and advertising tags are placed in the document head so they fire as early as possible, because that is what the vendor documentation recommends for data accuracy. The consent banner is a JavaScript widget that renders once the page is interactive. The result is that the tracking scripts have already executed, and already sent the visitor's IP address and page path to a third party, before the banner appears asking permission. The window is measured in milliseconds, and it is the single most common technical defect described in these complaints.

The practical consequence is uncomfortable: a site with a consent banner that fires tags first can be in a worse position than a site with no banner at all, because the banner is documentary evidence that the operator knew consent was required.

What the LA Times settlement actually was

The case people cite is Mirmalek v. Los Angeles Times Communications LLC in the Northern District of California. The court granted final approval to a $3.85 million settlement on June 26, 2026. The class covered people who visited the LA Times website or mobile app from California between January 31, 2023 and December 19, 2025. The LA Times did not concede liability, and an appeal has been filed, so payments have not gone out.

Two details matter more than the headline number. First, the trackers at issue were TripleLift, GumGum and Audiencerate. Those are ordinary advertising and audience vendors, not anything exotic. Second, the claim was brought under section 638.51, the pen register theory. Hold on to that, because it is precisely the provision SB 690 addresses.

What SB 690 would change, and what it would not

SB 690 passed the Assembly Appropriations Committee 15 to 0 on August 13, 2026 and sits on the Assembly third reading file for August 24, 2026. It has been amended substantially since it was introduced, and a lot of commentary still describes the original, much broader version. Reading the current bill text, here is what it actually does.

It amends Penal Code sections 631, 632, 632.7, 637.2 and 638.50. The operative change for website operators is in section 637.2, which would provide that an action against a private actor for a violation of section 638.51 arising from conduct on an internet website, online application or mobile application “may be brought under this section only by the Attorney General.” In plain terms: the pen register theory survives, but private plaintiffs and their firms can no longer bring it over a website. Enforcement moves to the Attorney General, who has finite resources and different priorities than a contingency-fee firm.

The bill also adds a definition of “commercial business purpose” at section 638.50, tied to the CCPA: processing that furthers a business purpose as defined in Civil Code section 1798.140, or that is subject to a consumer's opt-out rights. And it is retroactive. The amendments would apply “retroactively to any pending claim in an action commenced within two years before the operative date,” which would reach a large share of the cases currently on file.

Now the part that gets left out. SB 690 does not eliminate section 631 wiretapping claims. That theory remains available to private plaintiffs. If the bill becomes law, the pen register lane closes and the wiretapping lane stays open, and it is reasonable to expect filings to migrate rather than stop. Anyone telling you this bill ends CIPA website litigation is describing a version of it that no longer exists.

The timeline also matters. Even a clean floor vote on August 24 leaves a Senate concurrence vote before the session ends on August 31. If all of that lands, the law would take effect January 1, 2027. Between now and then, nothing changes.

What we changed on our own site

We went through this on linktechsolutions.io before we said a word about it to a client, partly because it is hard to advise on a configuration you have not had to defend yourself. Three changes, and the reasoning behind each.

Session replay runs in production only, and never in any authenticated area. Session replay is the highest-risk category in this whole discussion because it records interaction with the page itself, including what people type. Keeping it off staging and out of logged-in areas shrinks both the risk surface and the volume of recorded data that would ever need to be explained.

We honor Global Privacy Control. GPC is a browser-level signal that says the visitor has opted out of sale and sharing of their personal information. California treats it as a valid opt-out request. Reading it and suppressing analytics for those visitors is a small amount of code, and it converts an abstract consent argument into observable behavior: the visitor asked, and the site complied, on that specific visit.

We disclose the tools by name.The footer and privacy policy say which analytics and session tools run on the site. The consent defense in these cases turns heavily on notice, and vague language about “cookies and similar technologies” is weaker notice than naming the vendors.

None of this makes anyone lawsuit-proof. It moves a site from the easy end of a plaintiff firm's target list toward the end where the complaint takes actual work to draft.

What to do before Monday

These are worth doing regardless of how the vote goes, because section 631 exposure survives either way.

  • Audit your load order. Open your site with the network tab recording and a fresh profile. Note every third-party request that fires before you interact with the consent banner. That list is the exhibit.
  • Block until consent, not after. Tags should be gated behind the consent decision rather than fired and later suppressed. Consent Mode in advertising terms is not the same thing as not loading the script.
  • Honor Global Privacy Control. Suppress analytics and advertising tags for visitors sending the signal.
  • Get session replay out of authenticated areas, and mask form fields everywhere it does run. Payment and contact fields especially.
  • Name your vendors in the privacy policy and footer instead of describing them as a category.
  • Inventory what you actually use. Most sites we audit are carrying at least one tag nobody remembers installing, from a campaign that ended years ago. Every unused tag is exposure with no upside.

If you are not sure what is running on your site, that uncertainty is the finding. Our website development work includes this configuration by default, and if you are weighing a broader rebuild, the cost breakdown here covers what that involves. If your site has other issues surfacing at the same time, our guide to why a site fails to show up on Google is a reasonable next read.

We will update this post once the Assembly vote lands.

Frequently asked questions

Can a California business be sued over Google Analytics?

Yes. Plaintiffs bring California Invasion of Privacy Act claims over analytics, advertising pixels and session replay tools, arguing the third-party script is an unauthorized party listening to the visit. Penal Code section 637.2 lets any injured person recover $5,000 per violation or three times actual damages, whichever is greater. Unlike the CCPA, there is no revenue or size threshold.

What is the millisecond problem in CIPA lawsuits?

Most consent banners load after the tracking scripts have already fired. That gap, often only milliseconds, is what plaintiffs point to: data left the visitor's browser before anyone agreed to anything. Having a cookie banner does not help if the scripts run before someone clicks it. It is the most common technical defect in these complaints, and it is fixable.

What does SB 690 actually change?

Less than early coverage suggested. As amended, it makes pen register claims under Penal Code section 638.51 arising from a website enforceable only by the Attorney General, which removes the private lawsuit driving most filings, and it adds a commercial business purpose exception tied to the CCPA. It does not eliminate section 631 wiretapping claims. It would apply retroactively to pending claims in actions commenced within two years of the operative date.

Should I wait for SB 690 before fixing my tracking setup?

No. The bill still needs an Assembly floor vote and Senate concurrence by August 31, 2026, and would not take effect until January 1, 2027 if it passes. It also leaves section 631 wiretapping claims intact, which is the other theory plaintiffs use. The configuration work is the same either way, so do it now.

More insights

SEO & AI SearchCalifornia's AI Transparency Act Is Now in Effect: What It Actually Means for Your Business

California's AI Transparency Act became operative on August 2, 2026, and most coverage of it is aimed at the wrong audience. It applies to generative AI providers with more than a million monthly users, not to businesses that use AI tools. It also does not cover text at all. Here is what it actually requires, what changes in 2027, and the one part that genuinely reaches ordinary businesses.

August 22, 2026·9 min read

Business StrategyCan You Run a Business Without a Website in 2026?

Yes, some businesses run fine without a website, and we will name which ones rather than pretend otherwise. Here is what you actually give up, why social profiles and a Google listing only cover part of it, what changes now that AI assistants answer questions about your business, and the minimum presence worth having if a full site is not the right spend yet.

August 22, 2026·9 min read

Custom SoftwareCustom CRM in Southern California: Custom Builders vs Salesforce and Zoho Partners (2026)

Two completely different kinds of company answer the question "who can build me a CRM." One writes software from scratch. The other configures a platform you license. Picking the wrong category costs far more than picking the wrong company inside it. Five Southern California firms compared, including us, with the honest case for hiring someone else.

August 22, 2026·11 min read

SEO & AI SearchAI SEO Services: What They Include and What They Cost in 2026

Every agency now sells AI SEO. A lot of it is the same retainer with a new label. Here is what the work involves when it is real, what the naming confusion between SEO, GEO, AEO and LLMO actually means, what it costs per month, and how to test whether an agency can do it before you sign.

August 22, 2026·11 min read

Custom SoftwareBest Custom Software Development Companies in the Inland Empire (2026)

Seven firms that build custom software for Inland Empire businesses, compared on what they actually specialize in, where their teams actually sit, and what they publish about pricing. We are on this list, placed in our real lane, with our own weaknesses listed in the same format as everyone else's.

August 22, 2026·12 min read

SEO & AI SearchClaude Will Watermark AI Text: What It Means for Your Content (and Your SEO)

Anthropic confirmed Claude text will carry a SynthID-style watermark and generated files C2PA metadata. How the watermark actually works, what it can and can't prove, whether watermarked AI text can hurt your Google rankings, and what to change in your content workflow now.

August 11, 2026·10 min read

SEO & AI SearchWhat to Blog About: How We Pick Topics People Actually Search For

Stop guessing what to blog about. The four-filter system we use to pick every topic on our own site — real search volume, winnable difficulty, real intent, and trend direction — with the actual keyword data behind this cluster as a worked example.

August 9, 2026·8 min read

SEO & AI SearchHow Much Does SEO Cost in 2026? (And What a $4,000/mo Retainer Actually Buys)

SEO retainers typically run $1,500 to $5,000 a month. What a $4,000/month retainer actually includes, when paying for a full retainer is genuinely worth it, and the $500/month alternative for the one input that actually compounds rankings.

August 9, 2026·10 min read

SEO & AI SearchAI Visibility: What It Is, How to Measure It, and How to Build It

AI visibility is whether ChatGPT, Perplexity, and Google AI Overviews mention your business when someone asks. How to check yours today, why most local categories are still unclaimed, and the playbook to claim yours.

August 9, 2026·9 min read

SEO & AI SearchLLM SEO: How Small Businesses Get Mentioned by ChatGPT and AI Search

LLM SEO is the discipline of getting your business mentioned when someone asks ChatGPT, Perplexity, or Google AI Overviews a question — not the same game as ranking on page one. The mechanism, the 90-day playbook, and the real search data behind it.

August 9, 2026·11 min read

SEO & AI Search7 Website Changes to Stay Visible Inside Google AI Mode (2026 Playbook)

Every other article on Google AI Mode tells you to use AI tools. This one tells you how to make sure AI Mode shows your business when customers ask. The 7 technical changes — schema, structure, /llms.txt, and the E-E-A-T signals that earn citations in AI answers.

May 25, 2026·10 min read

Business StrategyBest Web Design Agencies in Orange County (2026): Honest Roundup by Specialty

Most “best web design agencies in Orange County” lists are paid placements. This one is editorial — six OC agencies including ours, sorted by what each one is genuinely best at, with the watch-outs nobody else will tell you. Use it to pick the right fit, not the loudest pitch.

May 24, 2026·12 min read

Business StrategyWhy Your Website Isn't Showing Up on Google (or Converting): The 2026 Self-Diagnostic for California Businesses

Google now answers “why isn’t my website showing up” with its own AI Overview — 5 generic reasons you can't act on, and it never mentions the other way your site fails you: it ranks fine and nobody calls. Here's the full 10-point diagnostic for California small businesses, and how to check every item in 60 seconds.

May 16, 2026·11 min read

Website DevelopmentWhy HVAC Companies Need a Website in 2026: The 201K-Search Reality

201,000 people search “HVAC near me” every month in the US — and HVAC contractors pay $20+ per Google Ads click to compete for them. Here's the data on why a real website (not just a logo and a phone number) is the highest-ROI marketing asset an HVAC business can build in 2026.

May 14, 2026·10 min read

Website DevelopmentWhy Coffee Shops Need a Website in 2026: The 7.48M-Search Reality

“Coffee shop near me” gets 7.48 million Google searches every month in the US. If your cafe lives on Instagram alone, you're invisible to most of them. Here's what coffee shop owners are actually losing — and what a website needs to do in 2026.

May 14, 2026·9 min read

Website DevelopmentHow Much Does a Website Cost in 2026? Real Pricing for California Businesses

Most “how much does a website cost” answers are useless because the honest range is $500 to $250,000+. Here’s the breakdown by site type, what actually drives the price, and what small businesses in California really pay in 2026.

May 4, 2026·9 min read

Website DevelopmentWordPress vs. Custom Website: How to Choose in 2026

WordPress powers 43% of the web — but it isn't the right fit for every business. Here's the straight framework for deciding between WordPress and a custom-built site, and the scenarios where picking wrong costs you revenue.

April 17, 2026·8 min read

Business StrategyWhat It Costs a California Small Business to Not Have a Website in 2026

Most California small businesses without a website are losing $15,000–$50,000+ in revenue every year — and they don't even realize it. Here's the real cost of staying invisible online.

April 3, 2026·7 min read

Custom SoftwareWhat Is Custom Application Development? Process, Examples & When You Need It

Custom application development means building software around how your business actually works — instead of bending your business around an off-the-shelf product. Here's the plain-English definition, the real build process, examples of what gets built, and an honest test for whether you need it.

June 5, 2026·10 min read

Custom SoftwareHow Much Does Custom Software Cost in 2026? (Real Pricing Breakdown)

The honest answer to "how much does custom software cost" is $15,000 to $150,000+, and any quote tighter than that without scoping is a guess. Here's what actually drives the number, how US, offshore, and low-code pricing really compare, and the 3–5 year math that decides whether custom beats SaaS.

June 5, 2026·9 min read

Custom SoftwareBuild vs Buy: Custom Software vs Off-the-Shelf vs SaaS (2026 Decision Framework)

Build vs buy is one of the few software decisions where getting it wrong is expensive in both directions — over-build and you burn cash; under-build and you cap your own growth. Here's a straight framework for choosing between custom software, off-the-shelf, and SaaS in 2026, with the criteria that actually decide it.

June 5, 2026·9 min read

Custom SoftwareReplace Spreadsheets with Custom Software: Business Process Automation That Pays for Itself

Spreadsheets are where good processes go to quietly break. When the team is emailing versions of the same file, copy-pasting between tabs, and chasing approvals in the comments, the spreadsheet has become software you didn't design. Here's how to know when to replace it, the ROI math, and how business process automation pays for itself.

June 5, 2026·8 min read

Custom SoftwareHow to Choose a Custom Software Development Company (US vs Offshore Outsourcing)

Choosing a custom software development company is mostly a risk-management decision — the code is the easy part; the hard part is making sure the team understands your business and is still there when something breaks. Here's an honest US-vs-offshore comparison, the questions to ask, the red flags, and a vetting checklist before you sign anything.

June 5, 2026·9 min read

Custom SoftwareCan AI Build an App? Where AI App Builders Work — and Where They Break

Yes — AI can build you an app. Tools like Lovable, Bolt, and Replit will turn a paragraph into a working prototype in minutes. Whether that app survives real users, real data, and real attackers is a different question. Here's an engineer's honest map of where AI app builders work and exactly where they break.

June 9, 2026·10 min read

Custom SoftwareIs Vibe Coding Bad? An Engineer's Honest Answer

Vibe coding isn't bad — it's the most accessible way to build software ever created. It becomes dangerous the moment a vibe-coded prototype gets treated like engineered software. Here's an engineer's honest verdict: what vibe coding is, where it genuinely shines, the failure modes that bite businesses, and what to do if you've already shipped one.

June 9, 2026·9 min read

Custom SoftwareVibe Coding Security Risks: Lessons from 5,000 Exposed Apps

Security researchers found roughly 5,000 vibe-coded apps exposing user data — exposed API keys, missing access controls, databases readable by anyone with the URL. Every cited source on this topic sells a security scanner. We don't. Here are the 6 risks every AI-built app ships with, and how an engineering team actually fixes each one.

June 9, 2026·9 min read

Custom SoftwareAI Built My App — Now What? Getting a Vibe-Coded App Production-Ready

You built an app with AI — Lovable, Replit, Bolt, a long weekend with Claude — and it mostly works. Now it's breaking in ways you can't fix by prompting harder. This is the rescue playbook we use: the 6-step path from AI prototype to production software, the refactor-vs-rebuild decision, and what it honestly costs.

June 9, 2026·9 min read

Custom SoftwareAI Agents for Small Business: What They Actually Do (and When You Need Custom Software)

Interest in AI agents for business is up 400% in a year, and the marketing has outrun the reality. Here's the honest capability map: what agents genuinely automate today (email triage, scheduling, data entry), where they consistently fail (multi-step business logic, your actual systems of record), and when the answer is custom software underneath.

June 9, 2026·9 min read

Custom SoftwareCustom Healthcare Software Development: A Plain-English Guide for Practices and Health Startups

Custom healthcare software development means building software around how your practice actually runs — intake portals, ops dashboards, billing tools, and EHR integrations — instead of bending your workflows to an off-the-shelf product. Here's the plain-English guide: what practices actually commission, what HIPAA really requires of custom software, real 2026 costs, and when you shouldn't build at all.

July 7, 2026·10 min read

Custom SoftwareDental Practice Management Software: An Honest Guide from Engineers Who Don't Sell One

Every page-one result for dental practice management software is a vendor reviewing itself. We don't sell a PMS — we're engineers who build software for dental practices around one. Here's the vendor-neutral map: what the major platforms actually do well, the cloud-vs-server decision that defines 2026, what it all really costs, and the gaps no PMS fills.

July 7, 2026·11 min read

Custom SoftwareCustom CRM Development: When Building Your Own CRM Beats Renting One

Paying $300–$1,500 a month for Salesforce or HubSpot seats your team uses 10% of? Sometimes building your own CRM is the cheaper, saner move — and sometimes it's a $40,000 mistake. Here's an engineer's honest guide to when custom CRM development wins, when it loses, and what it really costs.

July 7, 2026·10 min read

Custom SoftwareLegacy Software Modernization for Small Businesses: Fix, Rebuild, or Leave It Alone

Everything on page 1 about legacy software modernization assumes you run a bank. This is for the business whose operation depends on a Windows app from 2009, an Access database, or a FileMaker system whose developer retired: the real risks of doing nothing, your four options in plain English, and how to switch systems without stopping the business.

July 7, 2026·11 min read

Custom SoftwareCustom Database Software: From Spreadsheets and Access to a System That Runs Your Business

If your business runs on a 40-tab workbook or an Access database from 2012, this is the next question: what does it take to move to custom database software — a real system with your workflows built in? Here's what the conversion involves step by step, what it costs, what happens to your old data, and when a low-code platform like Quickbase is the smarter middle move.

July 7, 2026·10 min read

Custom SoftwareOffice Automation for Small Businesses: What to Automate First (and What to Skip)

Most small businesses don't need an "automation strategy" — they need 3 or 4 specific workflows off a human's plate. Here's what to automate first, what it costs, and what to skip.

August 6, 2026·9 min read

Custom SoftwareBusiness Automation Software: Buy a Platform, Stack No-Code Tools, or Build Custom?

The $57-per-click question: platforms promise everything, no-code stacks promise cheap, custom promises exact fit. A 3-year-cost framework for picking the right business automation software path.

August 6, 2026·10 min read

Ready for a website that brings in customers?

Schedule a free consultation with our team. No sales pitch — just a straight conversation about your project.