Skip to content

Commit 4607857

Browse files
authored
feat(entities): add IAB EU Consent Management Providers (CMP) (#121)
* Add IAB EU Consent Management Providers (CMP) from TCFv2.0 list on https://iabeurope.eu/cmp-list/
1 parent eb9be52 commit 4607857

4 files changed

Lines changed: 415 additions & 6 deletions

File tree

data/categories.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
"title": "Tag Management",
6161
"description": "These scripts tend to load lots of other scripts and initiate many tasks."
6262
},
63+
"consent-provider": {
64+
"color": "hsl(345, 90%, 60%)",
65+
"title": "Consent Management Provider",
66+
"description":
67+
"IAB Consent Management Providers are the 'Cookie Consent' popups used by many publishers. They're invoked for every page and sit on the critical path between a page loading and adverts being displayed."
68+
},
6369
"other": {
6470
"color": "hsl(330, 90%, 60%)",
6571
"title": "Mixed / Other",

0 commit comments

Comments
 (0)