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
// No id previously saved, or a refresh is needed, or consent has changed. Request a new id from the submodule.
The logic does not look at GPP or USP - just TCF. Currently, prebid may continue to use user IDs that were retrieved using GPP/USP consent that was later invalidated.
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
The user ID module has some logic to skip UID refresh when TCF consent data has not changed since the last retrieval:
Prebid.js/modules/userId/index.js
Lines 829 to 830 in c281fc7
The logic does not look at GPP or USP - just TCF. Currently, prebid may continue to use user IDs that were retrieved using GPP/USP consent that was later invalidated.
The text was updated successfully, but these errors were encountered: