Privacy-safe analytics reference: law, consent, and method
A reference to the privacy and compliance side of analytics. Each page explains a concept, regulation, or technique — consent, cookieless measurement, IP anonymization, data retention, PII handling — in practical terms, without legal advice or overclaiming.
124 privacy topics documented · part of the Web Crawler & Traffic Intelligence Encyclopedia.
- GDPR and web analytics: the practical picture
The GDPR governs processing of personal data of people in the EU. For analytics that means: identifiers and IP addresses can be personal data, consent is often required for cookie-based tracking, and minimisation matters. Cookieless, first-party, anonymised measurement reduces the surface — but this is a factual overview, not legal advice.
- Cookieless analytics: how it works and its limits
Cookieless analytics records visits and events without setting cookies or persistent cross-site identifiers. It relies on first-party, server-side signals and aggregate counting. The trade-off is honest: it cannot follow an individual across sessions the way cookie-based tracking can — which is exactly the point for privacy-first measurement.
- CCPA / CPRA and analytics
The CCPA (as amended by the CPRA) gives California residents rights over their personal information, including a right to opt out of its sale or sharing. For analytics, that turns on whether your tooling discloses identifiers to third parties for cross-context advertising. First-party, minimised measurement narrows the exposure. This is an educational overview, not legal advice.
- Consent mode and analytics
Google's Consent Mode lets tags read consent-state signals (such as analytics_storage and ad_storage) and adapt: when consent is denied, tags can send cookieless pings or send nothing, and gaps may be statistically modelled. It is a tag-behaviour mechanism, not a consent banner, and it does not by itself make collection lawful. This is an educational overview, not legal advice.
- IP anonymization in analytics
IP anonymization removes precision from a visitor's IP address — typically by zeroing the last octet of an IPv4 or the trailing bits of an IPv6 — so the stored value cannot point at one device or person. It reduces, but does not always eliminate, the personal-data character of the address. Doing it at ingest, before storage, is the stronger posture. This is educational, not legal advice.
- Data retention in analytics
Data retention is the policy for how long an analytics system stores collected data before automatic deletion. Many platforms expose configurable retention windows for user- and event-level records. Shorter windows reduce breach exposure and support data-minimisation principles, while aggregate reports can often outlive the raw data. This is an educational overview, not legal advice.
- Do Not Track (DNT) and GPC
Do Not Track (DNT) was a browser-sent header asking sites not to track the user. It was never widely honoured and lacked legal force, so it largely faded. Global Privacy Control (GPC) is the spiritual successor: a signal that, under laws like the CCPA/CPRA, regulators have said must be treated as a valid opt-out. This is an educational overview, not legal advice.
- Fingerprinting and why to avoid it
Fingerprinting combines device and browser characteristics — fonts, screen, headers, hardware hints — into a quasi-identifier that can recognise a returning visitor without a cookie. Because it is hidden, hard to refuse, and resistant to clearing, browser vendors and privacy regulators treat it as a tracking technique to discourage. Privacy-first analytics deliberately does not fingerprint. This is educational, not legal advice.
- The ePrivacy Directive and cookie consent
The ePrivacy Directive (2002/58/EC, amended 2009) regulates confidentiality of communications and, critically for analytics, the storing or accessing of information on a user's device. That clause is why setting non-essential cookies in the EU generally requires prior consent, sitting alongside the GDPR rather than being replaced by it. This is an educational overview, not legal advice.
- Consent banners and analytics
A consent banner (or CMP) is the interface that asks visitors to accept or refuse non-essential storage and processing. For consent to be valid under EU rules it must be freely given, specific, informed, and unambiguous — which rules out pre-ticked boxes and 'accept-only' dark patterns. Reducing what needs consent in the first place is the cleaner path. This is educational, not legal advice.
- Data minimisation in analytics
Data minimisation is the principle that personal data should be adequate, relevant, and limited to what is necessary for the purpose. In analytics it translates to: do not collect identifiers you will not use, prefer aggregates over per-person rows, and avoid storing precise values like full IPs. Minimising at collection beats trying to protect data you never needed. This is educational, not legal advice.
- Pseudonymisation in analytics
Pseudonymisation processes personal data so it can no longer be attributed to a specific person without additional information that is kept separately and secured. It is a recognised safeguard under the GDPR — but pseudonymised data is still personal data, not anonymous. Understanding that distinction prevents over-claiming privacy protection. This is an educational overview, not legal advice.
- Anonymisation vs pseudonymisation
Anonymisation and pseudonymisation are often confused but have very different legal consequences. Truly anonymous data cannot be linked back to a person by any reasonable means, so it falls outside the GDPR. Pseudonymous data can be re-identified using a separately held key, so it remains personal data. Mislabelling one as the other is a common and costly error. This is educational, not legal advice.
- Lawful basis for analytics processing
The GDPR requires a lawful basis for processing personal data. For analytics the realistic candidates are consent and legitimate interests, each with conditions: consent must be valid and is often required where ePrivacy applies to cookies, while legitimate interests demands a balancing test and grants the visitor a right to object. Picking and documenting the basis is the operator's job. This is educational, not legal advice.
- Data processing agreements and analytics vendors
When you use a third-party analytics provider, they typically act as a processor handling personal data on your behalf. GDPR Article 28 requires a written data processing agreement (DPA) setting out the subject matter, duration, instructions, confidentiality, security, sub-processing, and deletion terms. No DPA with a processor is itself a compliance gap. This is an educational overview, not legal advice.
- Cross-border data transfers in analytics
The GDPR restricts transfers of personal data outside the EU/EEA unless a valid mechanism applies — an adequacy decision, Standard Contractual Clauses, or another safeguard. Analytics that ships data to servers abroad therefore raises a transfer question, made sharper by case law on access by foreign authorities. Keeping data in-region or minimising it reduces the issue. This is educational, not legal advice.
- Server-side tagging and privacy
Server-side tagging runs tag logic in a server container you control instead of the visitor's browser. It can reduce data exposed to third-party scripts, give you a place to strip or anonymise fields before forwarding, and improve load on the client. But it does not by itself reduce what you collect, and routing data through your server can shift, not remove, responsibilities. This is educational, not legal advice.
- Brazil's LGPD and analytics
Brazil's Lei Geral de Proteção de Dados (LGPD, Law 13.709/2018) regulates the processing of personal data of individuals in Brazil. It mirrors much of the GDPR: defined legal bases, data-subject rights, and an enforcement authority (the ANPD). Analytics handling Brazilian visitors' personal data should treat it with comparable care. This is an educational overview, not legal advice.
- Canada's PIPEDA and analytics
Canada's Personal Information Protection and Electronic Documents Act (PIPEDA) governs how private-sector organisations collect, use, and disclose personal information in commercial activity. It is principle-based, centred on meaningful consent and accountability, and overseen by the Office of the Privacy Commissioner. Analytics handling Canadian visitors' personal information should follow its fair-information principles. This is an educational overview, not legal advice.
- The IAB TCF and the consent string
The IAB Europe Transparency & Consent Framework (TCF) is an industry standard for capturing and communicating users' consent choices across the advertising supply chain. A consent management platform encodes the user's choices into a standardised 'TC string' that downstream vendors read. It is widely used in ad tech and can touch analytics tied to it. This is an educational overview, not legal advice.
- Privacy by design and by default
Privacy by design and by default, codified in GDPR Article 25, requires data protection to be built into systems from the outset and the most privacy-protective settings to be the default. For analytics this points to minimised collection, cookieless and anonymised defaults, and short retention out of the box — protection that does not depend on the user opting in. This is an educational overview, not legal advice.
- User-ID tracking and its privacy cost
User-ID analytics assigns a persistent identifier — often a logged-in account ID — so sessions across devices and over time can be joined into one profile. It answers cross-device questions that cookieless measurement cannot, but the cost is real: it creates durable, identifiable personal data with full data-protection obligations. Whether the insight justifies the surface is the trade-off. This is educational, not legal advice.
- Essential vs non-essential cookies
Under the EU ePrivacy Directive, storing or reading information on a user's device is allowed without consent only when it is strictly necessary to provide a service the user explicitly requested. Everything else — including the vast majority of analytics, advertising, and personalisation cookies — is non-essential and requires prior, informed consent. This page explains the test and where analytics usually lands.
- First-party cookie lifespan and caps
Even first-party cookies no longer live as long as their stated expiry. Safari's Intelligent Tracking Prevention caps script-set first-party cookies to seven days (or 24 hours in some cases), and other browsers apply their own storage limits. This page explains how those caps work and why they fragment returning-visitor and retention metrics.
- Safari ITP and analytics privacy
Intelligent Tracking Prevention (ITP) is WebKit's privacy feature that partitions and limits storage to stop cross-site tracking in Safari. It blocks third-party cookies, caps script-set first-party cookie lifetimes, and constrains other client-side storage. This page summarises ITP's documented behaviours and what they mean for measuring audiences.
- Firefox Enhanced Tracking Protection
Enhanced Tracking Protection (ETP) is Firefox's default privacy defence: it blocks resources on a known-tracker list and, through Total Cookie Protection, partitions cookies into a separate jar per website so they cannot be shared across sites. This page explains what ETP blocks and how it shapes analytics data from Firefox users.
- Chrome Privacy Sandbox and analytics
The Privacy Sandbox is a set of Chrome web-platform APIs intended to support advertising and measurement use cases without cross-site tracking of individuals. It includes interest-based targeting, conversion measurement, and anti-abuse APIs that return aggregated or noised results rather than per-user identifiers. This page maps the pieces and what they mean for analytics.
- The Topics API for interest signals
The Topics API is a Privacy Sandbox proposal that lets a browser share a handful of coarse interest topics, inferred on-device from recent browsing, with sites and their ad partners — without revealing the underlying browsing history. This page explains the mechanism, its deliberate limits, and why it is not a replacement for per-user analytics.
- The Attribution Reporting API
The Attribution Reporting API (ARA) is a Privacy Sandbox API that connects ad clicks or views to later conversions without third-party cookies or cross-site identifiers. It produces two kinds of output — limited, noised event-level reports and aggregatable summary reports processed through an aggregation service. This page explains both and their trade-offs.
- The Protected Audience API
The Protected Audience API (formerly FLEDGE) is a Privacy Sandbox proposal for remarketing and custom-audience advertising that runs the ad auction inside the browser. Interest-group membership is stored on-device and used in a local auction, so a buyer cannot learn which user belongs to which audience across sites. This page explains the model and its measurement implications.
- The Global Privacy Platform (GPP)
The Global Privacy Platform (GPP) is an IAB Tech Lab specification that transmits a user's consent and privacy choices across the digital advertising supply chain using a single, extensible container. Instead of separate strings per regulation, GPP bundles section-specific signals — for example US state strings and the EU TCF — into one encoded value. This page explains the container model.
- Global Privacy Control: legal status
Global Privacy Control (GPC) is a specification that lets a browser or extension send a machine-readable opt-out signal to every site. Unlike the older Do Not Track, GPC has been given legal teeth in some US states: California's Attorney General and the CPPA have stated that GPC must be honoured as a valid do-not-sell-or-share request. This page summarises its status.
- Data subject access requests (DSAR)
Under the GDPR's right of access (Article 15), a person can ask a controller to confirm whether it processes their personal data and to receive a copy. Analytics datasets can fall in scope when they contain identifiers tied to an individual. This page explains the right and why data minimisation shrinks what a DSAR can reach.
- Right to erasure in analytics
Article 17 of the GDPR gives individuals the right to have their personal data erased in defined circumstances, such as when it is no longer necessary or consent is withdrawn. For analytics, that can mean deleting or de-linking records tied to a person. This page explains when erasure applies and how minimised data reduces the burden.
- Data protection impact assessment (DPIA)
A Data Protection Impact Assessment (DPIA) is a structured analysis the GDPR requires before processing that is likely to result in a high risk to people's rights — for example large-scale profiling or systematic monitoring. Some analytics and tracking setups meet that bar. This page explains when a DPIA is required and what it documents.
- Controller vs processor
The GDPR assigns different duties to a controller — who determines the purposes and means of processing — and a processor, who processes personal data on the controller's behalf. Whether your analytics vendor is a processor or a joint controller changes the contracts and liabilities involved. This page explains the distinction and how it applies to analytics.
- Standard contractual clauses (SCCs)
Standard Contractual Clauses (SCCs) are model data-protection contract terms adopted by the European Commission that provide a lawful basis for transferring personal data outside the EEA to countries without an adequacy decision. They are commonly used when analytics data flows to vendors abroad. This page explains their role and the assessment that accompanies them.
- EU-US Data Privacy Framework
The EU-US Data Privacy Framework (DPF) is the mechanism, underpinned by a 2023 European Commission adequacy decision, that allows personal data to flow from the EU to US companies that self-certify to its principles. It replaced the invalidated Privacy Shield. This page explains how the DPF enables transfers relevant to analytics and why it stays under scrutiny.
- Schrems II and analytics transfers
Schrems II is the 2020 Court of Justice of the EU judgment that invalidated the EU-US Privacy Shield and held that Standard Contractual Clauses remain valid only with a case-by-case assessment of the destination country's surveillance laws. Its reasoning later drove regulator decisions against certain US-hosted analytics. This page explains the ruling and its analytics impact.
- Children's privacy and COPPA
The Children's Online Privacy Protection Act (COPPA) and the FTC's COPPA Rule regulate the online collection of personal information from children under 13 in the US. They require verifiable parental consent and restrict tracking on child-directed services. This page explains how COPPA shapes analytics choices for sites and apps aimed at children.
- Differential privacy
Differential privacy is a mathematical framework that bounds how much any single person's data can affect a published result, by injecting carefully calibrated random noise. It lets you release useful aggregate statistics while provably limiting what can be learned about any individual. This page explains the core idea and where it appears in analytics.
- k-anonymity in aggregate reporting
k-anonymity is a privacy model in which every record is indistinguishable from at least k-1 others on its quasi-identifiers, so no individual can be singled out within a group. Analytics platforms apply k-anonymity-style thresholds to suppress or hide small segments. This page explains the model, why thresholds appear in reports, and its known weaknesses.
- Consent Mode v2 signals
Consent Mode v2 is Google's updated mechanism for passing a user's consent choices to Google tags, extending the original analytics and ad-storage signals with two advertising-focused parameters. When consent is absent, tags adjust behaviour rather than firing fully. This page explains the v2 signals and how they shape what data Google tags collect.
- Do Not Sell or Share my personal information
Under California's CCPA as amended by the CPRA, consumers can direct a business not to sell or share their personal information, where 'sharing' specifically covers disclosure for cross-context behavioural advertising. Businesses must offer a clear opt-out and honour opt-out signals. This page explains the right and how analytics and ad tags can fall within 'sharing'.
- Third-party cookie deprecation
Third-party cookie deprecation refers to browsers blocking or phasing out cookies set on domains other than the site a user is visiting. Safari and Firefox already block them by default; Chrome has documented its own plans and shipping changes. This page explains the state of play and what it means for analytics that relied on cross-site cookies.
- US state privacy laws overview
In the absence of a single federal privacy statute, several US states have enacted comprehensive consumer privacy laws with overlapping but non-identical rules. Most grant access, deletion, and correction rights and require opt-outs for targeted advertising and 'sale'. This page gives an educational overview of the common pattern and how it touches analytics.
- GA and EU DPA rulings
Following the Schrems II ruling, several EU data protection authorities (DPAs) assessed complaints about Google Analytics and found specific deployments unlawful because personal data was transferred to the US without adequate safeguards. This page summarises the pattern of those decisions, educationally, and the transfer lessons they hold for analytics.
- Data clean rooms
A data clean room is a controlled environment in which two or more parties can run joint analysis on combined datasets without either side seeing the other's raw, row-level data. Output is typically aggregated and constrained. This page explains the privacy model, the technical controls clean rooms use, and the limitations operators should keep in mind.
- CNAME cloaking
CNAME cloaking points a subdomain of your own site (via a DNS CNAME record) at a third-party tracking provider, so the tracker appears first-party to browsers and ad blockers. This page explains the mechanism, the security and privacy risks it introduces, and how browser anti-tracking features have started to counter it.
- IP Protection in Chrome
IP Protection is a Chrome proposal to reduce cross-site tracking by hiding a user's IP address from certain third-party domains, initially in Incognito, by routing eligible requests through a two-hop proxy so no single party sees both identity and destination. This page explains the design at a high level and what it does and does not change for analytics.
- CPRA: California's privacy framework
The California Privacy Rights Act (CPRA) amended and expanded the CCPA, adding a right to limit sensitive personal information, a 'sharing' opt-out for cross-context behavioural advertising, data-minimisation and retention duties, and a dedicated regulator, the California Privacy Protection Agency. This page explains, educationally, what the CPRA changed for analytics.
- Virginia VCDPA and analytics
Virginia's Consumer Data Protection Act (VCDPA) was an early comprehensive US state privacy law and a template many others followed. It uses controller and processor roles, grants access/deletion/correction/portability rights, and requires opt-outs for targeted advertising, sale, and certain profiling. This page explains, educationally, how it intersects with analytics.
- Colorado Privacy Act and opt-out signals
The Colorado Privacy Act (CPA) is a comprehensive US state law granting access, deletion, correction, and portability rights and opt-outs for targeted advertising, sale, and profiling. It is notable for requiring controllers to honour a universal opt-out mechanism. This page explains, educationally, how that affects analytics and ad tags.
- Connecticut CTDPA essentials
The Connecticut Data Privacy Act (CTDPA) is a comprehensive state privacy law in the Virginia/Colorado mould: controller and processor roles, access/deletion/correction/portability rights, opt-outs for targeted advertising, sale, and profiling, and recognition of a universal opt-out signal. This page explains, educationally, its essentials for analytics.
- noyb Google Analytics complaints
noyb (the European Center for Digital Rights) filed many coordinated complaints across EU member states arguing that typical Google Analytics deployments unlawfully transferred personal data to the US after the Schrems II ruling. The complaints prompted a wave of DPA decisions. This page explains, educationally, what they argued and their significance.
- GDPR fines overview
The GDPR empowers supervisory authorities to impose administrative fines, structured in two tiers with caps tied to fixed amounts or a percentage of worldwide annual turnover, whichever is higher. Fines are one of several corrective powers. This page explains, educationally, how the penalty framework is built and the factors that shape it.
- Storage partitioning and CHIPS
Storage partitioning keys client-side storage (cookies, localStorage, caches) by the top-level site, so an embedded third party cannot use the same storage to recognise a user across different sites. CHIPS (Cookies Having Independent Partitioned State) lets a cookie opt into per-site partitioned storage. This page explains both and their effect on analytics.
- Bounce tracking mitigation
Bounce tracking (or redirect tracking) routes a user through a tracker's domain mid-navigation so the tracker can set or read its own first-party storage and link the visit across sites. Browsers now detect this pattern and purge the state. This page explains the technique and the mitigations Safari and Chrome apply.
- Private State Tokens
Private State Tokens (formerly Trust Tokens) are a Privacy Sandbox API that lets a site vouch for a user as likely-genuine on one site and redeem that trust on another, using blind-signed cryptographic tokens, without exposing a cross-site identifier. This page explains the anti-fraud purpose and the privacy properties the design preserves.
- Server-side consent enforcement
Server-side consent enforcement means honouring a user's consent choices in a server-side tagging or collection layer, not only in the browser. Moving tags to a server does not remove the need for valid consent; it relocates where enforcement must happen. This page explains how to gate server-side processing on the consent signal correctly.
- Privacy policy requirements
Privacy and data-protection laws generally require a clear, accessible privacy notice telling people what data you process, why, on what basis, who receives it, how long you keep it, and what rights they have. This page summarises, educationally, the disclosure elements transparency rules commonly expect and how analytics fits into a notice.
- Data localization and analytics
Data localization (data residency) refers to legal or policy requirements that certain personal data be stored or processed within a specific country or region. For analytics, residency choices affect where event data lives and which transfer rules apply. This page explains the concept, educationally, and how it intersects with analytics architecture.
- Retention and deletion policies
Storage limitation means keeping personal data only as long as the purpose needs, then deleting or anonymising it. For analytics, that means defining retention windows tied to a stated purpose, automating deletion, and being able to honour erasure requests. This page explains, educationally, how to build retention and deletion practices for analytics data.
- Anonymous vs pseudonymous analytics
Whether analytics data is anonymous or merely pseudonymous determines whether privacy law applies to it. Anonymous data cannot reasonably be linked to a person and falls outside many obligations; pseudonymous data has been de-identified but can still be re-linked via a key, so it remains personal data. This page explains the distinction for analytics.
- Supplementary measures for transfers
Supplementary measures are the additional technical, contractual, or organisational safeguards an exporter may need to add on top of a transfer tool (like standard contractual clauses) when the destination country's laws do not guarantee equivalent protection. This page explains, educationally, the concept and how it applies to analytics transfers.
- Cookie consent rate impact on data
When analytics relies on consent, the share of users who accept determines how much data you actually collect. Declines and non-responses create a systematic gap — and that gap is rarely random — which biases consent-dependent metrics. This page explains, educationally, how consent rates shape analytics data and how to interpret partial measurement without inventing numbers.
- China PIPL and analytics
The Personal Information Protection Law (PIPL), effective November 2021, is China's comprehensive data-protection statute. It requires a lawful basis (often separate consent) for processing personal information of people in China, sets strict rules for sensitive data, and imposes notable conditions on transferring data out of China. Analytics that collects identifiers from Chinese visitors can fall in scope. This is educational, not legal advice.
- India DPDP Act and analytics
The Digital Personal Data Protection Act, 2023 is India's data-protection law. It applies to digital personal data, centres on consent paired with a clear notice, and assigns duties to 'data fiduciaries' who determine purposes and means. Analytics that processes identifiers of people in India can be in scope. Rules and rollout details are set out in subordinate rules, so specifics evolve. This is educational, not legal advice.
- UK GDPR after Brexit
When the UK left the EU it retained the GDPR in domestic law as the 'UK GDPR', operating with the Data Protection Act 2018 and the PECR cookie rules. The substance closely mirrors the EU GDPR, the ICO is the regulator, and EU–UK data flows rest on an adequacy decision. Some divergence has occurred and more is debated, so EU and UK rules are similar but no longer identical. This is educational, not legal advice.
- Quebec Law 25
Quebec's Law 25 (formerly Bill 64) overhauled the province's private-sector privacy regime in phased stages. It strengthens consent and transparency, requires a privacy officer, mandates breach reporting, introduced privacy-impact assessments for certain projects, and includes a privacy-by-default expectation for technology that collects personal information. Analytics on Quebec residents can be in scope. This is educational, not legal advice.
- Dark patterns in consent banners
Dark patterns are interface designs that steer users into choices they would not freely make — in consent banners, that means making 'accept' easy and 'reject' hard. EU regulators and the EDPB have said such patterns can render consent invalid, because valid consent must be freely given and unambiguous. This page explains, educationally, the patterns to avoid, not legal advice for any specific banner.
- Legitimate interest assessment (LIA)
A legitimate interest assessment (LIA) is the documented test you run before relying on legitimate interests (GDPR Article 6(1)(f)) as your lawful basis. It has three parts: identify a legitimate purpose, show the processing is necessary for it, and balance that interest against the individual's rights and reasonable expectations. For analytics, the balancing test and the right to object are decisive. This is educational, not legal advice.
- Japan APPI and analytics
The Act on the Protection of Personal Information (APPI) is Japan's data-protection law, overseen by the Personal Information Protection Commission (PPC). It requires specifying a use purpose, limits third-party provision (often needing consent), and regulates cross-border transfers. Amendments introduced 'pseudonymously processed information', a category with relevance to analytics. Identifiers from Japanese users can be in scope. This is educational, not legal advice.
- Australia Privacy Act and analytics
Australia's Privacy Act 1988 and its thirteen Australian Privacy Principles (APPs) regulate how covered organisations handle personal information, overseen by the OAIC. The APPs cover open and transparent management, collection, use and disclosure, security, and access. A notifiable data breaches scheme applies. Reform is under active discussion. Analytics on identifiable Australians can be in scope. This is educational, not legal advice.
- South Korea PIPA and analytics
The Personal Information Protection Act (PIPA) is South Korea's comprehensive data-protection law, enforced by the Personal Information Protection Commission (PIPC). It is notably consent-centric, with detailed rules on collecting personal information, handling unique identifiers, and transferring data overseas. Amendments broadened its scope and added a pseudonymisation pathway for certain uses. Analytics on Korean users can be in scope. This is educational, not legal advice.
- Switzerland FADP and analytics
The revised Federal Act on Data Protection (FADP, 'nFADP'), in force since September 2023, modernised Swiss data-protection law and brought it closer to the GDPR. It applies to processing of personal data of people in Switzerland, including by some organisations abroad, and adds transparency, records-of-processing, privacy-by-design, and breach-notification duties. The FDPIC supervises. Analytics on Swiss users can be in scope. This is educational, not legal advice.
- Utah Consumer Privacy Act (UCPA)
The Utah Consumer Privacy Act (UCPA), effective December 31, 2023, gives Utah consumers rights to access, delete, and obtain a copy of their data, and to opt out of targeted advertising and the sale of personal data. It is widely seen as the most business-leaning of the US state laws — for example it does not provide a right to correct. Analytics tied to targeted advertising or sale is the main contact point. This is educational, not legal advice.
- Texas Data Privacy and Security Act
The Texas Data Privacy and Security Act (TDPSA), effective July 1, 2024, gives Texas residents rights to access, correct, delete, and obtain a copy of their personal data, plus an opt-out of targeted advertising, sale, and certain profiling. Unusually it ties applicability to whether a business is a 'small business' (per the SBA) rather than a numeric record threshold. Ad-linked analytics is the main contact point. This is educational, not legal advice.
- Oregon Consumer Privacy Act (OCPA)
The Oregon Consumer Privacy Act (OCPA), effective July 1, 2024, gives Oregon residents rights to access, correct, delete, and obtain a copy of their data, plus opt-outs of targeted advertising, sale, and profiling. It stands out for letting consumers request a list of the specific third parties to which a controller disclosed their personal data — a stronger transparency right than most peers. Ad-linked analytics is the main contact point. This is educational, not legal advice.
- Montana Consumer Data Privacy Act
The Montana Consumer Data Privacy Act (MCDPA), effective October 1, 2024, grants Montana residents rights to access, correct, delete, and port their data, plus opt-outs of targeted advertising, sale, and profiling. It closely follows the Virginia template but sets comparatively low applicability thresholds, reflecting Montana's smaller population. Universal opt-out signal recognition is required. Ad-linked analytics is the main contact point. This is educational, not legal advice.
- Records of processing activities (ROPA)
Records of processing activities (ROPA) is the documented inventory GDPR Article 30 requires controllers and processors to keep: what personal data you process, why, who receives it, where it goes, and how long you keep it. There is a partial exemption for some smaller organisations, but analytics is exactly the kind of processing a ROPA should capture. Maintaining one is also a practical map of your data. This is educational, not legal advice.
- Personal data breach notification
A personal data breach is a security incident leading to accidental or unlawful destruction, loss, alteration, or unauthorised disclosure of, or access to, personal data. The GDPR requires notifying the supervisory authority without undue delay and where feasible within 72 hours of becoming aware, unless the breach is unlikely to risk people's rights; high-risk breaches also require telling affected individuals. Analytics stores are in scope. This is educational, not legal advice.
- Vendor risk assessment for analytics
Vendor (or third-party) risk assessment is the due-diligence process of evaluating a processor before and during the relationship: what data it handles, where it stores and transfers it, who its sub-processors are, its security posture, and its contractual terms. Under the GDPR, controllers must use only processors providing sufficient guarantees — so assessing an analytics vendor is an accountability step, not optional. This is educational, not legal advice.
- Data protection officer (DPO) role
A data protection officer (DPO) is an independent role that informs and advises an organisation on its data-protection obligations, monitors compliance, advises on DPIAs, and acts as a contact point for the supervisory authority and individuals. The GDPR mandates a DPO in specific situations — public authorities, large-scale systematic monitoring, or large-scale special-category processing. Analytics often features in a DPO's remit. This is educational, not legal advice.
- Purpose limitation in analytics
Purpose limitation is a GDPR principle (Article 5(1)(b)): personal data must be collected for specified, explicit, and legitimate purposes and not further processed in a manner incompatible with those purposes. For analytics it limits scope creep — data gathered to measure site usage should not be quietly repurposed for, say, targeting or sale without a fresh look at lawfulness. This is an educational overview, not legal advice.
- Sensitive data categories and analytics
The GDPR designates 'special categories' of personal data — racial or ethnic origin, political opinions, religious beliefs, trade-union membership, genetic and biometric data, health, sex life, and sexual orientation — that warrant heightened protection and generally require an explicit lawful condition. Analytics can accidentally collect or infer such data via URLs, search terms, or profiling, which is a serious risk to avoid. This is educational, not legal advice.
- Age verification and analytics
Laws protecting children — COPPA in the US, the UK's Age Appropriate Design Code, and others — can require treating minors' data differently or obtaining verifiable parental consent. That nudges operators toward age assurance, yet verifying age can mean collecting more personal data, creating a privacy tension. For analytics, the safe path is usually not to target or profile children at all. This is educational, not legal advice.
- Consent fatigue and analytics
Consent fatigue is the desensitisation that sets in when users face constant cookie and consent prompts, leading them to click through without genuine consideration. It is a problem for both user experience and validity: consent that is reflexive rather than informed strains the GDPR's requirement that consent be informed and freely given. Collecting less is the most durable fix. This is an educational overview, not legal advice.
- South Africa POPIA and analytics
The Protection of Personal Information Act (POPIA), fully enforceable from 1 July 2021, is South Africa's data-protection statute. It defines eight 'conditions for lawful processing' — accountability, processing limitation, purpose specification, further-processing limitation, information quality, openness, security safeguards, and data-subject participation. Analytics that collects identifiers from people in South Africa can fall in scope, overseen by the Information Regulator. This is educational, not legal advice.
- Thailand PDPA and analytics
Thailand's Personal Data Protection Act (PDPA), in full effect from 1 June 2022, is the country's comprehensive data-protection law. It requires a lawful basis — often consent or a documented legitimate ground — and a clear privacy notice for processing personal data, with stricter rules for sensitive data. It can apply extraterritorially to processing aimed at people in Thailand. Analytics that collects identifiers from Thai visitors can fall in scope. This is educational, not legal advice.
- Turkey KVKK and analytics
Turkey's Law on the Protection of Personal Data (KVKK, Law No. 6698), effective from 2016, is the country's data-protection statute and broadly tracks European principles. It requires a lawful basis — explicit consent or one of several statutory grounds — plus an information notice, and is enforced by the Personal Data Protection Authority (KVKK / Kurul). Analytics that processes identifiers of people in Turkey can fall in scope. This is educational, not legal advice.
- Federated analytics
Federated analytics is a measurement pattern derived from federated learning: instead of sending raw events to a server, computation runs locally on each device, and only aggregated or noised results leave the device. The server combines those partial results to estimate population-level statistics without ever holding per-user raw data. It is a data-minimisation technique, not a legal regime. This page is educational; whether any deployment meets a given law depends on its specifics.
- Tokenization and data masking
Tokenization replaces a sensitive value with a non-sensitive surrogate ('token'), keeping the mapping in a separately protected vault so analytics can join records without holding the original. Data masking transforms or obscures field values — redacting, scrambling, or partially hiding characters — so the displayed or stored data is less revealing. Both are data-protection techniques, not legal regimes. This page is educational; their effect on any law depends on reversibility and key control.
- Consent receipts
A consent receipt is a machine- and human-readable record capturing the details of a consent interaction: who collected it, the purposes, the data categories, the timestamp, and how to withdraw. The Kantara Initiative published a Consent Receipt specification, and ISO/IEC TS 27560 standardises a consent-record information structure. Receipts support accountability and the ability to demonstrate consent. This page is educational, not legal advice.
- Singapore PDPA and analytics
Singapore's Personal Data Protection Act (PDPA), in force since 2014 and amended in 2020, governs how organisations collect, use, and disclose personal data. It centres on consent plus several exceptions (including the 'legitimate interests' and 'business improvement' exceptions added in 2020), and imposes notification, purpose-limitation, and protection obligations. The Personal Data Protection Commission (PDPC) enforces it. Analytics on Singapore visitors can be in scope. This is educational, not legal advice.
- Indonesia PDP Law and analytics
Indonesia's Personal Data Protection Law (Law No. 27 of 2022) is the country's first comprehensive data-protection statute. It defines lawful bases including consent, contractual necessity, legal obligation, vital and legitimate interests, distinguishes general from specific personal data, and assigns controller and processor duties. It can apply extraterritorially. A transition period applied after enactment. Analytics on Indonesian visitors can be in scope. This is educational, not legal advice.
- Saudi Arabia PDPL and analytics
Saudi Arabia's Personal Data Protection Law (PDPL), with implementing regulations issued by the Saudi Data and AI Authority (SDAIA), governs processing of personal data of individuals in the Kingdom. It requires a lawful basis (often consent), a privacy notice, purpose limitation, and conditions for cross-border transfer. Analytics that processes identifiers of Saudi visitors can be in scope. This is educational, not legal advice.
- UAE PDPL and analytics
The United Arab Emirates' federal Personal Data Protection Law (Federal Decree-Law No. 45 of 2021) governs processing of personal data, alongside separate regimes in free zones like the DIFC and ADGM. It requires a lawful basis (often consent), purpose limitation, data-subject rights, and conditions for cross-border transfer, with oversight by the UAE Data Office. Analytics on UAE visitors can be in scope. This is educational, not legal advice.
- Nigeria data protection and analytics
Nigeria's data-protection framework comprises the Nigeria Data Protection Regulation (NDPR, 2019) and the Nigeria Data Protection Act (NDPA, 2023), which established the Nigeria Data Protection Commission. Together they require a lawful basis (often consent), purpose limitation, data-subject rights, and conditions for cross-border transfer. Analytics that processes identifiers of Nigerian visitors can be in scope. This is educational, not legal advice.
- Kenya Data Protection Act and analytics
Kenya's Data Protection Act, 2019 is a GDPR-influenced statute enforced by the Office of the Data Protection Commissioner (ODPC). It requires a lawful basis (often consent), purpose limitation, data-subject rights, registration of certain data controllers and processors, and conditions for cross-border transfer. Analytics that processes identifiers of Kenyan visitors can be in scope. This is educational, not legal advice.
- Argentina data protection and analytics
Argentina's Personal Data Protection Law (Law No. 25.326) is a long-standing statute recognised by the EU as providing adequate protection. It requires consent or another lawful basis, purpose limitation, data quality, and data-subject rights, and is enforced by the Agencia de Acceso a la Información Pública (AAIP). Analytics that processes identifiers of Argentine visitors can be in scope. This is educational, not legal advice.
- Mexico LFPDPPP and analytics
Mexico's Federal Law on Protection of Personal Data Held by Private Parties (LFPDPPP) governs how private-sector organisations process personal data. It is built around a mandatory privacy notice (aviso de privacidad), consent (with tacit consent allowed for non-sensitive data in some cases), purpose limitation, and the ARCO rights. Analytics that processes identifiers of Mexican visitors can be in scope. This is educational, not legal advice.
- Israel Privacy Protection Law and analytics
Israel's Privacy Protection Law, 5741-1981, and its regulations govern personal data held in databases, enforced by the Privacy Protection Authority (PPA). It requires informed consent for collecting and using personal data, imposes data-security duties (notably the 2017 Data Security Regulations), and historically required registration of certain databases. Amendment 13 modernised aspects of the regime. Analytics on Israeli visitors can be in scope. This is educational, not legal advice.
- Iowa ICDPA and analytics
Iowa's Consumer Data Protection Act (ICDPA), effective 1 January 2025, gives Iowa residents rights to access, delete, and obtain a copy of their personal data and to opt out of the sale of personal data and targeted advertising. It is widely seen as one of the more business-friendly US state laws — for example it lacks an explicit opt-out of profiling and uses a narrower set of duties. Analytics on Iowa visitors can touch these rights. This is educational, not legal advice.
- Delaware DPDPA and analytics
Delaware's Personal Data Privacy Act (DPDPA), effective 1 January 2025, grants residents rights to access, correct, delete, and obtain a copy of personal data and to opt out of targeted advertising, sale, and certain profiling. It has relatively low applicability thresholds and requires controllers to recognise universal opt-out mechanisms. Analytics on Delaware visitors can touch these rights. This is educational, not legal advice.
- New Jersey privacy law and analytics
New Jersey's data privacy act (S332), effective 15 January 2025, grants residents rights to access, correct, delete, and obtain personal data and to opt out of targeted advertising, sale, and certain profiling. It requires controllers to recognise universal opt-out mechanisms and directs the Division of Consumer Affairs to issue rules. Analytics on New Jersey visitors can touch these rights. This is educational, not legal advice.
- Maryland Online Data Privacy Act and analytics
Maryland's Online Data Privacy Act (MODPA), with obligations applying from 1 October 2025, is among the stricter US state laws. Beyond the familiar access and opt-out rights, it imposes a strong data-minimisation duty — limiting collection to what is reasonably necessary — and sharply restricts the collection and sale of sensitive data. Analytics on Maryland visitors can touch these duties. This is educational, not legal advice.
- Minnesota Consumer Data Privacy Act
Minnesota's Consumer Data Privacy Act (MCDPA), with most obligations from 31 July 2025, grants the familiar access, correction, deletion, and opt-out rights, but adds distinctive features: a right for consumers to question the result of profiling and to be informed about the reasons, and a controller duty to maintain a data inventory. Analytics on Minnesota visitors can touch these duties. This is educational, not legal advice.
- Tennessee TIPA and analytics
Tennessee's Information Protection Act (TIPA), effective 1 July 2025, grants residents access, correction, deletion, portability, and opt-out rights over sale, targeted advertising, and profiling. Its distinctive feature is an affirmative defence: a controller that creates, maintains, and complies with a written privacy program conforming to the NIST Privacy Framework (or a comparable framework) can raise it against enforcement. Analytics on Tennessee visitors can touch these duties. This is educational, not legal advice.
- Indiana Consumer Data Protection Act
Indiana's Consumer Data Protection Act, with obligations applying from 1 January 2026, closely follows the Virginia VCDPA template. It grants residents rights to access, correct, delete, and obtain personal data and to opt out of targeted advertising, sale, and certain profiling, and it requires data protection assessments for higher-risk processing. Analytics on Indiana visitors can touch these rights. This is educational, not legal advice.
- Nebraska Data Privacy Act and analytics
Nebraska's Data Privacy Act (NDPA), effective 1 January 2025, is modelled on Texas's law. Its distinctive feature is scope: rather than numeric data-volume thresholds, it applies to entities that process or sell personal data and are not 'small businesses' under the federal SBA definition. It grants access, correction, deletion, and opt-out rights and requires recognising universal opt-out signals. Analytics on Nebraska visitors can touch these rights. This is educational, not legal advice.
- Secure multi-party computation
Secure multi-party computation (MPC) is a cryptographic technique that lets two or more parties compute an agreed function over their combined inputs without any party revealing its own input to the others. The output is correct, but intermediate values stay hidden. In analytics it underpins privacy-preserving aggregation — for example combining counts from multiple sources without sharing raw rows. This is a PET, not a legal regime; this page is educational.
- On-device processing
On-device processing (also called edge or client-side processing) performs analysis on the user's own device rather than sending raw data to a server. For analytics it means deriving a metric, bucket, or summary locally and transmitting only that — or nothing — instead of streaming raw events. It is a data-minimisation pattern, not a legal regime, and underlies techniques like federated analytics. This page is educational.
- Hashing and salting identifiers
Hashing applies a one-way function to an identifier (such as an email or IP) to produce a fixed-length digest, so the original is not stored directly. Salting prepends a secret value before hashing to defeat precomputed lookup ('rainbow') tables and dictionary attacks. In analytics these techniques pseudonymise identifiers, but because the input space is often small or guessable, hashed identifiers are frequently still personal data. This page is educational, not legal advice.
- Preference center
A preference center is a durable, user-facing surface — distinct from the initial consent banner — where people can review and update the choices they have made: which processing they consent to, which communications they receive, and whether analytics or advertising is enabled. It supports the right to withdraw consent as easily as it was given, and to revisit choices over time. This page is educational, not legal advice.
- Cookie audit
A cookie audit is a systematic inventory of the cookies, local storage, and similar client-side storage a site sets — recording each item's name, party (first or third), purpose, duration, and whether it is strictly necessary. It keeps a cookie banner's categories, a cookie policy, and consent gating accurate as third-party scripts change. This page is educational, not legal advice.
- Data mapping for analytics
Data mapping (data-flow mapping) documents the journey of personal data through an analytics stack: what is collected, by which tags, where it is sent, which vendors process it, and how long each store retains it. It underpins records of processing, DPIAs, breach response, and data-subject requests, because you cannot honour a deletion request or assess a transfer you have not mapped. This page is educational, not legal advice.
- Retention schedules
A retention schedule is a documented table that assigns each category of analytics data a defined keep-period and a disposal action (delete or anonymise) when that period ends. It operationalises the storage-limitation principle: rather than keeping data 'just in case', you decide up front why and how long each field is needed. This page is educational, not legal advice.
- Sub-processors in analytics
A sub-processor is a third party that your analytics processor engages to carry out part of the processing — for example cloud hosting, a CDN, or customer support tooling. Under the GDPR, a processor may only engage a sub-processor with the controller's authorisation and must flow down equivalent data-protection obligations by contract. Knowing your provider's sub-processor list is part of due diligence. This page is educational, not legal advice.
- Partitioned cookies (CHIPS) in depth
Partitioned cookies, standardised as CHIPS (Cookies Having Independent Partitioned State), let a cookie opt into per-top-level-site storage with the Partitioned attribute. A cookie set by an embedded third party is then stored under a partition key tied to the top-level site, so the same third party cannot read it across different sites. This preserves legitimate cross-site embeds while removing the cross-site tracking ability. This page is educational.
- Link decoration and privacy
Link decoration is the practice of appending query parameters or fragments to a URL — click identifiers, user IDs, or attribution tokens — so information travels with the user as they navigate between sites. It can serve legitimate campaign measurement but is also used to bridge cross-site tracking once cookies are restricted. Browsers like Safari and Firefox now strip known tracking parameters in some contexts. This page is educational.
- Referrer trimming and privacy
Referrer trimming is the browser practice of limiting what the Referer header (and document.referrer) reveals on navigation. Modern browsers default to the strict-origin-when-cross-origin Referrer Policy, which sends the full URL only same-origin and just the origin (scheme + host) cross-site, and sends nothing when downgrading from HTTPS to HTTP. This narrows referrer data analytics can collect. This page is educational.
- Third-party cookie phase-out: current status
The phase-out of third-party cookies has unfolded unevenly across browsers. Safari (ITP) and Firefox (Total Cookie Protection) block or partition third-party cookies by default. Chrome originally planned to remove them via the Privacy Sandbox, but in 2024-2025 changed course toward a user-choice prompt rather than automatic deprecation. This page describes the data-model consequences even-handedly, not a timeline or winner. This page is educational.
- Records of processing (ROPA) in depth
A record of processing activities (ROPA) under GDPR Article 30 is a structured inventory of each processing activity, capturing the purposes, categories of data subjects and personal data, recipients, transfers, retention periods, and security measures. This page goes deeper than the overview by walking through what a ROPA entry for a web-analytics activity actually contains, and how controller and processor records differ. This page is educational, not legal advice.
Other reference hubs
- AI crawlers
- Search bots
- User agents
- Referrers
- UTM tracking
- Robots & crawl control
- Crawl diagnostics
- Geo traffic
- Analytics metrics
- Analytics dimensions
- Event tracking
- Attribution models
- Conversion & funnels
- Data quality
- Analytics platforms
- Reports & dashboards
See how WebmasterID applies this in product: Bot intelligence, AI referrals, and AI visibility analytics.