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
Currently for video bids, we cache using the uuid. This key is passed as hb_uuid. Unfortunately we also are using the same key as hb_cache_id for Prebid Server. We need to unify these keys.
I propose we change the current hb_uuid key in prebid.js to match prebid server hb_cache_id
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Currently for video bids, we cache using the uuid. This key is passed as
hb_uuid
. Unfortunately we also are using the same key ashb_cache_id
for Prebid Server. We need to unify these keys.I propose we change the current
hb_uuid
key in prebid.js to match prebid serverhb_cache_id
The text was updated successfully, but these errors were encountered: