Skip to content

Commit

Permalink
gdpr enforcement module: removed gvlid module list (#3925)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Jul 27, 2022
1 parent b526c9f commit 114e6bc
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions dev-docs/modules/gdprEnforcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}

<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Module Type</th>
<th>Module</th>
</tr>
</thead>
<tbody>
{% for page in bidder_pages %}{% unless page.gvl_id %}{% continue %}{% endunless %}
<tr>
<td>Bid Adapter</td>
<td>{{page.title}}</td>
</tr>
{% endfor %}
<tr>
<td>Analytics Adapter</td>
<td>AppNexus</td>
</tr>
<tr>
<td>User ID</td>
<td>ID5</td>
</tr>
<tr>
<td>User ID</td>
<td>Lotame Panorama Id</td>
</tr>
<tr>
<td>User ID</td>
<td>Parrable ID</td>
</tr>
</tbody>
</table>

## 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:
Expand Down

0 comments on commit 114e6bc

Please sign in to comment.