From 114e6bc93fb7a9f26c6c3fb40409b7302f92d5cb Mon Sep 17 00:00:00 2001 From: bretg Date: Wed, 27 Jul 2022 11:21:56 -0400 Subject: [PATCH] gdpr enforcement module: removed gvlid module list (#3925) --- dev-docs/modules/gdprEnforcement.md | 39 ----------------------------- 1 file changed, 39 deletions(-) diff --git a/dev-docs/modules/gdprEnforcement.md b/dev-docs/modules/gdprEnforcement.md index 2afd260ac9..b5b874261b 100644 --- a/dev-docs/modules/gdprEnforcement.md +++ b/dev-docs/modules/gdprEnforcement.md @@ -180,45 +180,6 @@ Before allowing an activity tied to a TCF-protected Purpose for a given vendor, See the [IAB TCF Consent String Format](https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/TCFv2/IAB%20Tech%20Lab%20-%20Consent%20string%20and%20vendor%20list%20formats%20v2.md) for details. -## Modules that Support GVL ID - -The GDPR Enforcement module requires the GVL ID for a module to be specified. If no GVL ID is found the module will be blocked by default unless it is specifically listed under `vendorExceptions`. The following modules have listed their GVL IDs. - -{% assign bidder_pages = site.pages | where: "layout", "bidder" %} - - - - - - - - - -{% for page in bidder_pages %}{% unless page.gvl_id %}{% continue %}{% endunless %} - - - - -{% endfor %} - - - - - - - - - - - - - - - - - -
Module TypeModule
Bid Adapter{{page.title}}
Analytics AdapterAppNexus
User IDID5
User IDLotame Panorama Id
User IDParrable ID
- ## Build the Package Follow the basic build instructions in the GitHub Prebid.js repo's main [README](https://github.com/prebid/Prebid.js/blob/master/README.md). Include the base consent management module and this enforcement module as additional options on the **gulp build** command: