-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getSpec() for spotX has undefined gvlid #8165
Comments
Also, what is this undocumented parameter Prebid.js/modules/spotxBidAdapter.js Line 240 in 38446e6
|
Also, interestingly, Prebid.js/modules/spotxBidAdapter.js Line 14 in 38446e6
|
@harpere can you take a look at this? |
@patmmccann @dgirardi I will take this. Docs were updated to 52 which is the Rubicon / Magnite GVL ID. Will work with our team to fix and put the correct stuff in here asap! |
Type of issue
Bug
Description
When gdprEnforcement is used, getSpec() is called for each adapter. Object returned for SpotX has undefined gvlid property, although it's defined in spotxBidAdapter.js (gvlid: 165).
Steps to reproduce
Downloaded prebid.js file and modified it by adding one console.log where that method is called.
https://dejan.brid.tv/spotxgvlid/prebidpagetest.html
The text was updated successfully, but these errors were encountered: