Skip to content

Commit f07fd30

Browse files
muuki88icflournoy
authored andcommitted
Add the trade desk gvlid (prebid#6263)
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.
1 parent 6179723 commit f07fd30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/unifiedIdSystem.js

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ export const unifiedIdSubmodule = {
1818
* @type {string}
1919
*/
2020
name: MODULE_NAME,
21+
/**
22+
* required for the gdpr enforcement module
23+
*/
24+
gvlid: 21,
2125
/**
2226
* decode the stored id value for passing to bid requests
2327
* @function

0 commit comments

Comments
 (0)