You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the hadronId module, while creating a storageManager object, the module name used is 'hadron'. When the gdprEnforcement module tries to fetch the GVLID for this module, it doesnt find the same and hence denies 'deviceAccess' for the module.
Line of code:
"export const storage = getStorageManager({moduleType: MODULE_TYPE_UID, moduleName: 'hadron'});"
-- we will need to change 'hadron' to 'hadronId' as the value of the moduleName key.
Steps to reproduce
Add hadronId in your prebid bundle. Load the page in EU region and ensure hadronId has vendor consent.
You will see the following error message in browser console:
WARNING: Activity control: TCF2 denied 'accessDevice' for 'userId.hadronId'
Expected results
HadronId should be generated if it has been provided vendor consent
Actual results
WARNING: Activity control: TCF2 denied 'accessDevice' for 'userId.hadronId'
No id generated for hadronId
Platform details
Latest verion of prebid
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
In the hadronId module, while creating a storageManager object, the module name used is 'hadron'. When the gdprEnforcement module tries to fetch the GVLID for this module, it doesnt find the same and hence denies 'deviceAccess' for the module.
Line of code:
"export const storage = getStorageManager({moduleType: MODULE_TYPE_UID, moduleName: 'hadron'});"
-- we will need to change 'hadron' to 'hadronId' as the value of the moduleName key.
Steps to reproduce
Add hadronId in your prebid bundle. Load the page in EU region and ensure hadronId has vendor consent.
You will see the following error message in browser console:
WARNING: Activity control: TCF2 denied 'accessDevice' for 'userId.hadronId'
Expected results
HadronId should be generated if it has been provided vendor consent
Actual results
WARNING: Activity control: TCF2 denied 'accessDevice' for 'userId.hadronId'
No id generated for hadronId
Platform details
Latest verion of prebid
The text was updated successfully, but these errors were encountered: