Skip to content

Commit

Permalink
Add the trade desk gvlid (prebid#6263)
Browse files Browse the repository at this point in the history
UnifiedId only works with a vendor exception in the gdpr enforcement module.
However this is not okay as the unifiedId matching endpoint doesn't take the consent into account and
cookies are being dropped even without consent.
  • Loading branch information
muuki88 authored and stsepelin committed May 28, 2021
1 parent 53e02f6 commit 7092987
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/unifiedIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export const unifiedIdSubmodule = {
* @type {string}
*/
name: MODULE_NAME,
/**
* required for the gdpr enforcement module
*/
gvlid: 21,
/**
* decode the stored id value for passing to bid requests
* @function
Expand Down

0 comments on commit 7092987

Please sign in to comment.