Skip to content

Commit

Permalink
Add the trade desk gvlid (#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 Feb 4, 2021
1 parent 11a925d commit 4e1be70
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 4e1be70

Please sign in to comment.