| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| privacy:consent [2026/08/19 03:50] – Apply review findings: real output from the TCF probe run against four live CMPs; Google consent mode and what it does to an accept/reject arm; EDPB Guidelines 2/2023 on the technical scope of Art. 5(3); Digital Omnibus and UK PECR from primary sources; c karel.kubicek.claude | privacy:consent [2026/08/26 21:37] (current) – Link to the new privacy:tcf_consent_strings; correct the consensu.org shared-cookie paragraph (global scope deprecated 2021-06-22, invalid since 2021-09-01); note that the probe's getTCData command was deprecated in TCF v2.2. Authored by Claude karel.kubicek.claude |
|---|
| |
| <WRAP important> | <WRAP important> |
| **The finding that should shape your methods section.** Of the **1,120** papers in [[literature:corpus|this corpus]] that ran an automated web crawl, **349 (31.2%)** say what they did about consent notices at all. Of those 349, **313 say they did not interact with the notice**. That leaves 36 that appear to have clicked one — and reading all 36 against their own full text leaves **29 papers in the whole 2010–2026 corpus, across seven venues, that verifiably interacted with a consent notice.** That is **2.6% of all crawling papers**.((The other 7 are extraction false positives, hand-adjudicated on 2026-08-19 and listed one by one on [[provenance:privacy:consent|the provenance page]]. They are the reason the page reports 29 rather than 36; see [[#Almost nobody says what they did about consent]].)) | **The finding that should shape your methods section.** Of the **1,120** papers in [[literature:corpus|this corpus]] that ran an automated web crawl, **349 (31.2%)** say what they did about consent notices at all. Of those 349, **313 say they did not interact with the notice**. That leaves 36 that appear to have interacted with one — and reading all 36 against their own full text leaves **29 papers in the whole 2010–2026 corpus, across seven venues, that verifiably interacted with a consent notice.** That is **2.6% of all crawling papers**.((The other 7 are extraction false positives, hand-adjudicated on 2026-08-19 and listed one by one on [[provenance:privacy:consent|the provenance page]]. They are the reason the page reports 29 rather than 36; see [[#Almost nobody says what they did about consent]].)) |
| |
| Two consequences. First, the reviewer question "what did you do about the banner?" has no established answer to point at, so **state yours explicitly** — you will be in a minority that does. Second, when you compare your prevalence number against a published one, check what that paper did with the notice before you conclude anything from the difference: two thirds of the time the paper does not say, and the difference may be entirely the treatment. | Two consequences. First, the reviewer question "what did you do about the banner?" has no established answer to point at, so **state yours explicitly** — you will be in a minority that does. Second, when you compare your prevalence number against a published one, check what that paper did with the notice before you conclude anything from the difference. Excluding the 236 papers for which the question genuinely does not arise, **about three in five say nothing**, and the difference may be entirely the treatment. |
| </WRAP> | </WRAP> |
| |
| | **dismiss or remove** — close the banner, or delete it from the DOM | Nothing about consent. Useful only to unblock a crawl whose real subject is something else | Removing the banner from the DOM is **not** a consent choice: no consent string is written, and the site may behave as it does pre-consent. Say "we removed the overlay", never "we declined" | 3 | **0** | | | **dismiss or remove** — close the banner, or delete it from the DOM | Nothing about consent. Useful only to unblock a crawl whose real subject is something else | Removing the banner from the DOM is **not** a consent choice: no consent string is written, and the site may behave as it does pre-consent. Say "we removed the overlay", never "we declined" | 3 | **0** | |
| |
| The //Verified// column is the count that survived reading all 36 candidate papers' own full text: **all three** ''dismiss-or-remove'' values and **four of fifteen** ''accept-all'' values are extraction false positives, while every ''accept-and-reject'', ''reject-all'' and ''cmp-specific-choices'' value held. Details and the paper-by-paper verdicts are on [[provenance:privacy:consent|the provenance page]]. The practical reading: **the enum is trustworthy exactly where the paper had to describe two arms**, and unreliable where a single word in a methods paragraph could be misread. | The //Verified// column comes from reading all 36 candidate papers' own full text (see [[#Almost nobody says what they did about consent|below]] and [[provenance:privacy:consent|the provenance page]]). The pattern in it is worth carrying away even if you never touch this corpus: **the enum is trustworthy exactly where the paper had to describe two arms**, and unreliable where a single ambiguous word in a methods paragraph could be misread. |
| |
| <WRAP important> | <WRAP important> |
| <WRAP important> | <WRAP important> |
| Whether the reload can carry the decision at all is a [[Programming:Stateful Stateless|stateful/stateless]] question. A stateless crawl that clears the profile between visits cannot observe post-consent behaviour on a **later** visit, because the consent cookie went with the profile. In this corpus only **115 crawling papers state both a consent action and a statefulness**, and **93 of those are the no-interaction case**. If you interact with banners, statefulness is not an independent choice — say which you used and why. | Whether the reload can carry the decision at all is a [[Programming:Stateful Stateless|stateful/stateless]] question. A stateless crawl that clears the profile between visits cannot observe post-consent behaviour on a **later** visit, because the consent cookie went with the profile. In this corpus only **115 crawling papers state both a consent action and a statefulness**, and **93 of those are the no-interaction case**. If you interact with banners, statefulness is not an independent choice — say which you used and why. |
| | </WRAP> |
| | |
| | <WRAP important> |
| | **A fifth check, because on many sites the choice does not switch the tag off at all.** Any site running a Google tag (GA4, Google Ads, Tag Manager) can pass the user's consent state to Google rather than simply loading or not loading the tag, and Google requires advertisers serving the EEA to do so in order to keep ad personalisation and measurement.((Google, "Updates to consent mode for traffic in European Economic Area (EEA)", ''support.google.com/tagmanager/answer/13695607'', fetched 2026-08-19: "we are strengthening the enforcement of our EU user consent policy (EU UCP)… you must collect consent for use of personal data from end users based in the EEA and share consent signals with Google". The page does not itself carry the widely-quoted March 2024 enforcement date, so this page does not assert one.)) The consequence for a crawl is concrete: on a consent-mode site a rejection does **not** stop the Google tag from firing — it fires with ''ad_storage'' and ''analytics_storage'' denied and sends cookieless pings instead. A measurement that counts requests, or counts tags loaded, will conclude that rejection did nothing. A measurement that counts cookies set will conclude it worked. **Say which you counted.** |
| </WRAP> | </WRAP> |
| |
| |
| Most consent banners on European sites are operated by a **Consent Management Platform (CMP)**, and a large share of those implement IAB Europe's **Transparency and Consent Framework (TCF)**, which standardises both the API and the storage format. That standardisation is what makes consent machine-readable at scale, and it is why so many measurement papers are TCF papers. | Most consent banners on European sites are operated by a **Consent Management Platform (CMP)**, and a large share of those implement IAB Europe's **Transparency and Consent Framework (TCF)**, which standardises both the API and the storage format. That standardisation is what makes consent machine-readable at scale, and it is why so many measurement papers are TCF papers. |
| | |
| | This section covers what you need to know about the TCF //to make and verify a consent choice//. The string itself — its segments and bit layout, the seven places it can be found, decoding it reproducibly against a pinned Global Vendor List, Google's separate Additional Consent string, and what a decoded string does and does not prove about a site's behaviour — is on [[Privacy:TCF Consent Strings|Decoding TCF Consent Strings]]. |
| |
| TCF sites are a **minority, and you must report the denominator as such.** Matte et al. {[matte2020_cookie]} found a TCF banner on **1,426 of 22,949** reachable European sites (**6.2%**) in 2019; Hils et al. {[hils2021_privacy]} tracked adoption longitudinally and detected TCF implementations on the order of thousands of sites in the top 100k. In Android apps the share is comparable: Morel et al. {[morel2026_tcf]} found TCF in **576 of 4,482 apps (12.85%)**. "Consent on the web" and "TCF consent" are not the same population. | TCF sites are a **minority, and you must report the denominator as such.** Matte et al. {[matte2020_cookie]} found a TCF banner on **1,426 of 22,949** reachable European sites (**6.2%**) in 2019; Hils et al. {[hils2021_privacy]} tracked adoption longitudinally and detected TCF implementations on the order of thousands of sites in the top 100k. In Android apps the share is comparable: Morel et al. {[morel2026_tcf]} found TCF in **576 of 4,482 apps (12.85%)**. "Consent on the web" and "TCF consent" are not the same population. |
| |
| <WRAP important> | <WRAP important> |
| **A consent string you set on one site can be read on another, and it will corrupt a stateful crawl.** The TCF permits a CMP to store the string in a cookie on a shared domain. Matte et al. {[matte2020_cookie]} tested this directly: they planted a consent string in the shared cookie and then asked each site's CMP for its state without touching the banner. **62 sites (4.3%) returned the same consent string** — their CMP had adopted a consent created by a different CMP entirely. The authors call this a lower bound. If you crawl statefully across sites, your accept on site //A// may be silently in force on site //B//, and you will record it as //B// setting cookies without consent. Clear the shared-domain cookies between sites, or crawl statelessly and reload — and say which you did. | **A consent string set on one site used to be readable on another — this mechanism is retired, and the correction matters.** Under TCF v1.x, and under v2.0's optional //global scope//, a CMP could store the string in a shared cookie on the ''consensu.org'' domain — ''euconsent'' and then ''euconsent-v2'' — readable by any other CMP. Matte et al. {[matte2020_cookie]} tested this in 2019: they planted a consent string in the shared cookie and then asked each site's CMP for its state without touching the banner, and **62 sites (4.3%) returned the same consent string** — their CMP had adopted a consent created by a different CMP entirely. IAB Europe **announced the deprecation of global scope, out-of-band consent and the ''euconsent-v2'' cookie on 22 June 2021, and TC strings established with global scope have been invalid since 1 September 2021.**((IAB Tech Lab, //Transparency and Consent String with Global Vendor & CMP List Formats//, section "What happened to Global Scope and Out of Band?" and the version-history rows for July and September 2021. Fetched from the specification repository on 2026-08-26.)) So the cross-site leakage Matte et al. found is a historical finding, not a hazard of a crawl run today. What survives is the same-site version: a consent string persists across page loads within a site, so a stateful crawl still carries your earlier choice forward. Clear consent storage between visits, or crawl statelessly and reload — and say which you did. |
| </WRAP> | </WRAP> |
| |
| **Do not decode the TC string yourself.** It is a versioned bit-packed base64 format; use a maintained decoder and pin its version. Two papers in this corpus report writing their own decoding script, and both had to pin a **Global Vendor List** version to interpret the vendor bitfield — the GVL changes weekly, so a decoded vendor set is only meaningful together with the GVL version you decoded it against. The list is served from ''vendor-list.consensu.org/v3/vendor-list.json'' with numbered archives under ''/v3/archives/'', which is what makes a retrospective decode reproducible at all: **fetch and archive the GVL alongside your crawl**, do not resolve vendor IDs months later. | **The ''getTCData'' command in the probe above is deprecated.** IAB Tech Lab deprecated it in the CMP API specification with TCF v2.2 (May 2023), in favour of registering an ''addEventListener'' callback; the three required commands are now ''ping'', ''addEventListener'' and ''removeEventListener''. In a four-site spot-check on 2026-08-26 all four CMPs that answered at all still returned a TC string for ''getTCData'', although one set the callback's ''success'' flag to ''false'' while doing so. Published crawlers using the command are therefore not broken. But a CMP is within spec to drop it, and the failure mode is a silently growing "no TCF" bucket. New code should use the listener; [[Privacy:TCF Consent Strings|Decoding TCF Consent Strings]] publishes a tested ''addEventListener'' capture snippet and covers the other six channels the string travels in. |
| | |
| | **Do not decode the TC string ad hoc.** It is a versioned bit-packed base64 format; use a maintained decoder and pin its version — and check //which// package you installed, because the reference implementation moved npm scope and left a three-year-old copy behind under the old name. [[Privacy:TCF Consent Strings|Decoding TCF Consent Strings]] has the details, an audited minimal decoder, and the bit layout it reads. Two papers in this corpus report writing their own decoding script, and both had to pin a **Global Vendor List** version to interpret the vendor bitfield — the GVL changes weekly, so a decoded vendor set is only meaningful together with the GVL version you decoded it against. The list is served from ''vendor-list.consensu.org/v3/vendor-list.json'' with numbered archives under ''/v3/archives/'', which is what makes a retrospective decode reproducible at all: **fetch and archive the GVL alongside your crawl**, do not resolve vendor IDs months later. |
| |
| **The other reason to read the stored string: it lets you check compliance without trusting the interface.** Smith et al. {[smith2024_gdpr]} decoded TC strings across repeated crawls and found recorded-consent violations in **2.2% of domains and 1.3% of crawls** — a much lower rate than the "72% of sites violate something" headlines elsewhere on this page, precisely because it is a narrow, mechanically checkable question ("does the stored string match the choice made?") rather than a broad legal one. When you report a violation rate, say which of those two kinds of question you asked. | **The other reason to read the stored string: it lets you check compliance without trusting the interface.** Smith et al. {[smith2024_gdpr]} decoded TC strings across repeated crawls and found recorded-consent violations in **2.2% of domains and 1.3% of crawls** — a much lower rate than the "72% of sites violate something" headlines elsewhere on this page, precisely because it is a narrow, mechanically checkable question ("does the stored string match the choice made?") rather than a broad legal one. When you report a violation rate, say which of those two kinds of question you asked. |
| * an optional ''/.well-known/gpc.json'' resource, by which an **origin** declares awareness of and support for GPC. Read the spec's own caveat before you use it as a compliance measure: it "is not intended to convey whether the origin abides by GPC requests from the user agent accessing the resource". | * an optional ''/.well-known/gpc.json'' resource, by which an **origin** declares awareness of and support for GPC. Read the spec's own caveat before you use it as a compliance measure: it "is not intended to convey whether the origin abides by GPC requests from the user agent accessing the resource". |
| |
| **There is a standard way to turn it on in an automated browser, and you should use it.** §8 of the specification defines two WebDriver extension commands — ''POST /session/{session id}/privacy'' to set the preference and ''GET /session/{session id}/privacy'' to read it back. Driving the preference through WebDriver rather than through a profile pref or an extension means your setup is reproducible and the "did the browser actually send it?" question has an answer. Verify it end to end anyway: log the outgoing ''Sec-GPC'' header on your own endpoint before you crawl anything. | **There is a standard way to turn it on in an automated browser, and you should use it.** §8 of the specification defines two WebDriver extension commands — ''POST /session/{session id}/privacy'' to set the preference and ''GET /session/{session id}/privacy'' to read it back. Driving the preference through WebDriver rather than through a profile pref or an extension means your setup is reproducible and the "did the browser actually send it?" question has an answer. |
| | |
| | <WRAP important> |
| | **Do not enable GPC by injecting the header. It sets one carrier and not the other, and a site that reads the other sees nothing.** Tested on 2026-08-19 with Playwright/Chromium and ''extraHTTPHeaders: { 'Sec-GPC': '1' }'': |
| | |
| | <code> |
| | Sec-GPC on the navigation request = "1" |
| | navigator.globalPrivacyControl = undefined |
| | </code> |
| | |
| | The header goes out; the DOM property does not exist. Any site whose detection reads ''navigator.globalPrivacyControl'' will treat that browser as not signalling, and your compliance rate will be wrong in a direction you cannot see. How the two carriers are split across real sites is exactly the thing this page told you to measure separately, so do not quietly guarantee that only one of them works. **Set the browser's own preference instead.** In Firefox the relevant preferences in ''StaticPrefList.yaml'' are ''privacy.globalprivacycontrol.enabled'', ''privacy.globalprivacycontrol.functionality.enabled'' and ''privacy.globalprivacycontrol.pbmode.enabled'' (the private-browsing one, overridable by the first).((Verified on 2026-08-19 against ''searchfox.org/mozilla-central'', ''modules/libpref/init/StaticPrefList.yaml''.)) Chromium ships no built-in GPC, so a Chrome-based crawl needs an extension or the WebDriver command above — and either way, **assert both carriers on your own endpoint before the crawl**, not just the header. |
| | </WRAP> |
| |
| On the legal side the specification is explicit that its force is jurisdictional: "At least four states have specifically identified GPC as a valid means to exercise legal opt-out rights." That is the spec's own conservative wording; the practical number of US states whose comprehensive privacy laws require honouring a universal opt-out mechanism is now roughly a dozen, and it grows every legislative session — **check the current list for your crawl's date rather than reusing one from a paper**. Colorado is the sharpest case — the state Attorney General's office states that GPC has been mandatory there since **1 July 2024** and is currently the **only** universal opt-out mechanism the Department recognises.((Colorado Attorney General, //Universal Opt-Out Mechanisms//, ''coag.gov/opt-out/'': "Beginning July 1, 2024 … Currently, the only UOOM considered valid by The Department is GPC". Fetched 2026-08-19.)) If your paper claims a site is legally obliged to honour GPC, name the state and cite the regulator, not a vendor blog. | On the legal side the specification is explicit that its force is jurisdictional: "At least four states have specifically identified GPC as a valid means to exercise legal opt-out rights." That is the spec's own conservative wording; the practical number of US states whose comprehensive privacy laws require honouring a universal opt-out mechanism is now roughly a dozen, and it grows every legislative session — **check the current list for your crawl's date rather than reusing one from a paper**. Colorado is the sharpest case — the state Attorney General's office states that GPC has been mandatory there since **1 July 2024** and is currently the **only** universal opt-out mechanism the Department recognises.((Colorado Attorney General, //Universal Opt-Out Mechanisms//, ''coag.gov/opt-out/'': "Beginning July 1, 2024 … Currently, the only UOOM considered valid by The Department is GPC". Fetched 2026-08-19.)) If your paper claims a site is legally obliged to honour GPC, name the state and cite the regulator, not a vendor blog. |
| |
| <WRAP important> | <WRAP important> |
| **Measure the tool on your own sample before you trust it.** Demir et al. {[demir2024_bannertools]} evaluated banner-interaction extensions and found each one interacts with **12 (65%)** of the banners shown to it on average (SD 21%, min 48%, max 95%). A third of banners are missed, and which third is not random — it correlates with language, with CMP, and with how the banner is injected. If a tool is your instrument, its success rate on //your// crawl is a number your paper owes the reader. | **Measure the tool on your own sample before you trust it.** Demir et al. {[demir2024_bannertools]} evaluated five banner-interaction extensions on a hand-checked sample and found each one interacts with **65% of the banners it was shown**, on average — the paper writes it as "on average, with 12 (65%) (SD: 21%; max: 95% min: 48%) of all banners", where the 12 is the mean count on their sample rather than a rate. A third of banners are missed, and which third is not random — it correlates with language, with CMP, and with how the banner is injected. If a tool is your instrument, its success rate on //your// crawl is a number your paper owes the reader. |
| </WRAP> | </WRAP> |
| |
| </WRAP> | </WRAP> |
| |
| **Which ones the field actually uses.** Counting papers in this corpus that name a tool as ''used'' or ''produced'' — 18 distinct names over 40 papers, folded with ''consent_fold.mjs'': Consent-O-Matic **9**, BannerClick **4**, CookieBlock **4**, a custom GPC extension or crawler **4**, autoconsent **3**, EasyList Cookie List **2**, Priv-Accept **2**, a TC-string decoder **2**, and one paper each for ConsentChk, CookieCheck, CookieEnforcer, CookieGuard, GDPR-Consent, "I don't care about cookies", Ninja Cookie, Opt-Out Easy, OptOutCheck and Super Agent. The long tail is the finding: **almost every consent paper builds its own instrument**, which is the main reason consent results are hard to compare across papers. | **Which ones the field actually uses.** Counting papers in this corpus that name a tool as ''used'' or ''produced'' — 17 distinct names over 39 papers, folded with ''consent_fold.mjs'': Consent-O-Matic **9**, BannerClick **4**, CookieBlock **4**, a custom GPC extension or crawler **4**, autoconsent **3**, EasyList Cookie List **2**, Priv-Accept **2**, a TC-string decoder **2**, and one paper each for ConsentChk, CookieCheck, CookieEnforcer, GDPR-Consent, "I don't care about cookies", Ninja Cookie, Opt-Out Easy, OptOutCheck and Super Agent. The long tail is the finding: **almost every consent paper builds its own instrument**, which is the main reason consent results are hard to compare across papers. |
| |
| ===== Jurisdiction: Your Vantage Point Chooses Your Banner ===== | ===== Jurisdiction: Your Vantage Point Chooses Your Banner ===== |
| The banner you see is chosen by the site from your IP address. Crawl a European site from a US datacentre and you will often get no banner at all, or a different one — and the TCF's own ''gdprApplies'' flag will be ''false''. This makes [[Design:Crawling location|the vantage point]] a co-determinant of every consent result, not an independent choice. | The banner you see is chosen by the site from your IP address. Crawl a European site from a US datacentre and you will often get no banner at all, or a different one — and the TCF's own ''gdprApplies'' flag will be ''false''. This makes [[Design:Crawling location|the vantage point]] a co-determinant of every consent result, not an independent choice. |
| |
| The corpus says the field mostly does not handle this. Of the **349** crawling papers that state a consent action, **68 (19.5%)** state an EU/EEA vantage point, **72 (20.6%)** state a non-EEA vantage only, and **206 (59.0%)** carry a vantage tuple with the location //not stated//. The picture is much better among the papers that actually clicked: of the **29** whose interaction is verified, **21 (72.4%)** did so from an EU/EEA vantage, 3 from a stated non-EEA vantage only, and 5 never said where they were. | The corpus says the field mostly does not handle this. Of the **349** crawling papers that state a consent action, **68 (19.5%)** state an EU/EEA vantage point, **71 (20.3%)** state a non-EEA vantage only, and **206 (59.0%)** carry a vantage tuple whose location is //not stated//. The remaining four are 3 papers with no vantage tuple at all and 1 that names a place the geo fold cannot resolve. The picture is much better among the papers that actually clicked: of the **29** whose interaction is verified, **21 (72.4%)** did so from an EU/EEA vantage, 3 from a stated non-EEA vantage only, and 5 never said where they were. |
| |
| Ogut et al. {[ogut2024_dissecting]} is the paper to read on the language side of the same problem: button text is the classifier's input, and //Accept all// is //Aceptar todo// and //Alle akzeptieren// elsewhere. They found a consent notice on **37% (1511)** of successfully loaded sites worldwide. Tang et al. {[tang2025_navigating]} did the regional comparison for violations, finding at least one consent violation on **96.18% (EU)** to **97.72% (US)** of sites, with only **3.82%** enforcing preferences correctly. | Ogut et al. {[ogut2024_dissecting]} is the paper to read on the language side of the same problem: button text is the classifier's input, and //Accept all// is //Aceptar todo// and //Alle akzeptieren// elsewhere. They found a consent notice on **37% (1511)** of successfully loaded sites worldwide. Tang et al. {[tang2025_navigating]} did the regional comparison for violations, finding at least one consent violation on **96.18% (EU)** to **97.72% (US)** of sites, with only **3.82%** enforcing preferences correctly. |
| Per year: 1 (2018), 4 (2019), 3 (2020), 5 (2021), 9 (2022), 9 (2023), **20 (2024)**, 15 (2025*), 6 (2026*). The pre-2018 count is essentially zero, which is what you would expect of a literature created by a statute. | Per year: 1 (2018), 4 (2019), 3 (2020), 5 (2021), 9 (2022), 9 (2023), **20 (2024)**, 15 (2025*), 6 (2026*). The pre-2018 count is essentially zero, which is what you would expect of a literature created by a statute. |
| |
| In **60 of the 72 (83.3%)** the consent mechanism is the object of study; in the other **12 (16.7%)** it appears only as an instrument — a paper measuring something else that had to get past the banner. **57 (79.2%)** measure the web and **15 (20.8%)** measure mobile apps; consent-dialog measurement in apps is a real and growing subfield {[nguyen2022_freely,koch2023_enough,morel2026_tcf,zimmeck2026_exercising]}, and its methods do not transfer from the web unchanged. | In **60 of the 72 (83.3%)** the consent mechanism is the object of study; in the other **12 (16.7%)** it appears only as an instrument — a paper measuring something else that had to get past the banner. **57** measure the web and **15** measure mobile apps — the field is multi-valued and a paper can do both, and 7 also measure some other online service — so these are not two halves of a partition. Consent-dialog measurement in apps is a real and growing subfield {[nguyen2022_freely,koch2023_enough,morel2026_tcf,zimmeck2026_exercising]}, and its methods do not transfer from the web unchanged. |
| |
| ==== How consent notices get classified ==== | ==== How consent notices get classified ==== |
| * **Opinion 08/2024 on Valid Consent in the Context of Consent or Pay Models Implemented by Large Online Platforms** (17 April 2024) — the reference for cookiewall studies of the kind Rasaii et al. {[rasaii2023_thou]} pioneered. | * **Opinion 08/2024 on Valid Consent in the Context of Consent or Pay Models Implemented by Large Online Platforms** (17 April 2024) — the reference for cookiewall studies of the kind Rasaii et al. {[rasaii2023_thou]} pioneered. |
| |
| <WRAP important> | |
| **And one industry mechanism that changes what an accept/reject arm even observes: Google's consent mode.** Any site running a Google tag (GA4, Google Ads, Tag Manager) can pass the user's consent state to Google rather than simply loading or not loading the tag, and Google requires advertisers serving the EEA to do so in order to keep ad personalisation and measurement.((Google, "Updates to consent mode for traffic in European Economic Area (EEA)", ''support.google.com/tagmanager/answer/13695607'', fetched 2026-08-19: "we are strengthening the enforcement of our EU user consent policy (EU UCP)… you must collect consent for use of personal data from end users based in the EEA and share consent signals with Google". The page does not itself carry the widely-quoted March 2024 enforcement date, so this page does not assert one.)) The consequence for a crawl is concrete: on a consent-mode site a rejection does **not** stop the Google tag from firing — it fires with ''ad_storage'' and ''analytics_storage'' denied and sends cookieless pings instead. A measurement that counts requests, or counts tags loaded, will conclude that rejection did nothing. A measurement that counts cookies set will conclude it worked. **Say which you counted.** | |
| </WRAP> | |
| |
| ==== What the papers found: figures with their own denominators ==== | ==== What the papers found: figures with their own denominators ==== |
| - **Which law you are assessing, by article.** ePrivacy Art. 5(3) for the storage/access question, GDPR Art. 4(11) and 7 for the validity-of-consent question; both, usually. | - **Which law you are assessing, by article.** ePrivacy Art. 5(3) for the storage/access question, GDPR Art. 4(11) and 7 for the validity-of-consent question; both, usually. |
| - **The banner language and the site's locale**, if your button classifier is language-dependent {[ogut2024_dissecting]}. | - **The banner language and the site's locale**, if your button classifier is language-dependent {[ogut2024_dissecting]}. |
| | - **Whether you cleared shared-domain consent cookies between sites**, if the crawl is stateful. A consent string set on one site is readable on another {[matte2020_cookie]}. |
| | - **What you counted as the effect of the choice** — requests, tags loaded, or cookies set. On a Google consent-mode site these disagree, because the tag fires either way. |
| - **Your violation definition, verbatim**, and preferably as machine-checkable rules. This is what makes your 72% and someone else's 96% comparable. | - **Your violation definition, verbatim**, and preferably as machine-checkable rules. This is what makes your 72% and someone else's 96% comparable. |
| |
| ===== Open Questions ===== | ===== Open Questions ===== |
| |
| <wrap todo> | <WRAP todo> |
| * **Nobody has replicated the banner-interaction-tool evaluation since 2024.** Demir et al.'s 65% is one measurement, on one sample, of tools that have since changed. It is load-bearing for a lot of this page and for a lot of published crawls, and re-running it is a well-scoped, publishable study. | * **Nobody has replicated the banner-interaction-tool evaluation since 2024.** Demir et al.'s 65% is one measurement, on one sample, of tools that have since changed. It is load-bearing for a lot of this page and for a lot of published crawls, and re-running it is a well-scoped, publishable study. |
| * **LLM-driven banner interaction is unmeasured as an //instrument//, and alarming as a //subject//.** A language model that reads any banner in any language is the obvious successor to CSS-selector rule sets, and exactly one paper in this corpus puts an LLM anywhere near a consent artefact. Nobody has published cost, latency, determinism or accuracy against a hand-labelled set — and determinism is the hard one for a measurement instrument. Meanwhile the reverse question is opening up: work outside this corpus reports that browser-automation agents accept consent banners even when instructed to refuse everything.((Reported in a CHI 2026 Extended Abstracts paper on browser automation by LLM agents and consent, which measures agents defaulting to accept under explicit deny-all instructions. Not in this corpus (CHI is absent) and not read in full by this page's author — treat as a pointer to look up, not as a verified figure.)) Whether an agentic browser can be trusted to express a consent choice is now both a methods question and a research topic. | * **LLM-driven banner interaction is unmeasured as an //instrument//, and alarming as a //subject//.** A language model that reads any banner in any language is the obvious successor to CSS-selector rule sets, and exactly one paper in this corpus puts an LLM anywhere near a consent artefact. Nobody has published cost, latency, determinism or accuracy against a hand-labelled set — and determinism is the hard one for a measurement instrument. Meanwhile the reverse question is opening up: work outside this corpus reports that browser-automation agents accept consent banners even when instructed to refuse everything.((Reported in a CHI 2026 Extended Abstracts paper on browser automation by LLM agents and consent, which measures agents defaulting to accept under explicit deny-all instructions. Not in this corpus (CHI is absent) and not read in full by this page's author — treat as a pointer to look up, not as a verified figure.)) Whether an agentic browser can be trusted to express a consent choice is now both a methods question and a research topic. |
| * **Consent revocation is nearly unstudied.** One paper {[kancherla2025_johnny]}, 158 sites. Withdrawal is as legally required as consent and is far harder to automate. | * **Consent revocation is nearly unstudied.** One paper {[kancherla2025_johnny]}, 158 sites. Withdrawal is as legally required as consent and is far harder to automate. |
| * **No shared benchmark exists.** There is no public, versioned set of annotated consent notices that a new detector can report against, which is why every paper reports precision and recall on its own hand-labelled sample and none of them are comparable. Building one would be a bigger contribution than most new detectors. | * **No shared benchmark exists.** There is no public, versioned set of annotated consent notices that a new detector can report against, which is why every paper reports precision and recall on its own hand-labelled sample and none of them are comparable. Building one would be a bigger contribution than most new detectors. |
| * **The reporting gap itself.** 44.2% of crawling papers say nothing about consent, and that has not improved since 2018. A one-line methods sentence would fix it; the question is why it does not. | * **The reporting gap itself.** 44.2% of crawling papers say nothing about consent, and the share that says //something// is no higher in 2025–2026 than it was in 2014–2017. A one-line methods sentence would fix it; the question is why sixteen years of the field have not produced one. |
| * **How many of the 313 ''no-interaction'' papers really did not interact** is unknown. The 36 papers claiming an interaction were read one by one and 7 turned out not to have interacted; nobody has done the same in the other direction, and 313 is too many for a hand pass. If the error is symmetric, the true count is somewhere either side of 29 — which is a reason to treat every figure in this section as an order of magnitude and to read the papers you actually compare yourself against. | * **How many of the 313 ''no-interaction'' papers really did not interact** is unknown. The 36 papers claiming an interaction were read one by one and 7 turned out not to have interacted; nobody has done the same in the other direction, and 313 is too many for a hand pass. If the error is symmetric, the true count is somewhere either side of 29 — which is a reason to treat every figure in this section as an order of magnitude and to read the papers you actually compare yourself against. |
| </wrap> | </WRAP> |
| |
| ===== Related Pages ===== | ===== Related Pages ===== |
| * [[Privacy:Requests#Cookie Notices and Their Interactive Elements|Classifying Web Requests]] — detecting the notice and labelling its buttons, with the comparison table of detectors. | * [[Privacy:Requests#Cookie Notices and Their Interactive Elements|Classifying Web Requests]] — detecting the notice and labelling its buttons, with the comparison table of detectors. |
| * [[Privacy:Cookies|Classifying Cookies]] — what the cookies you observe before and after the click actually are, and the CookieBlock/Cookiepedia label sources. | * [[Privacy:Cookies|Classifying Cookies]] — what the cookies you observe before and after the click actually are, and the CookieBlock/Cookiepedia label sources. |
| | * [[Privacy:TCF Consent Strings|Decoding TCF Consent Strings]] — the TC string and Google's Additional Consent string as artefacts: bit layout, where they hide, decoding them reproducibly, and what they do and do not prove. |
| * [[Programming:Interaction|Interaction with websites]] and [[Programming:Stateful Stateless|Stateful and stateless crawling]] — the crawler-side mechanics this page assumes. | * [[Programming:Interaction|Interaction with websites]] and [[Programming:Stateful Stateless|Stateful and stateless crawling]] — the crawler-side mechanics this page assumes. |
| * [[Programming:Crawler|Comparison of crawling libraries]] — which crawlers ship a consent-interaction step. | * [[Programming:Crawler|Comparison of crawling libraries]] — which crawlers ship a consent-interaction step. |