Skip to content

Commit

Permalink
Update sharedIdSystem.js with GVLID (#5988)
Browse files Browse the repository at this point in the history
adding GVLID variable and spec definition, will come back and add it to getStorageManager once if I find that function referenced in the sharedid module.
  • Loading branch information
jdwieland8282 authored Nov 17, 2020
1 parent f47287e commit 842f21c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/sharedIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const TIME_MAX = Math.pow(2, 48) - 1;
const TIME_LEN = 10;
const RANDOM_LEN = 16;
const id = factory();
const GVLID = 887;
/**
* Constructs cookie value
* @param value
Expand Down Expand Up @@ -283,6 +284,11 @@ export const sharedIdSubmodule = {
*/
name: MODULE_NAME,

/**
* Vendor id of Prebid
* @type {Number}
*/
gvlid: GVLID,
/**
* decode the stored id value for passing to bid requests
* @function
Expand Down

0 comments on commit 842f21c

Please sign in to comment.