We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Improvement
With #9205 prebid will fill in a number of ortb2 fields. The logic should be improved by:
ortb2
setConfig({site, app, device})
site
app
dooh
publisher
device.devicetype
The text was updated successfully, but these errors were encountered:
dgirardi
Successfully merging a pull request may close this issue.
Type of issue
Improvement
Description
With #9205 prebid will fill in a number of
ortb2
fields. The logic should be improved by:setConfig({site, app, device})
site
,app
,dooh
(related to PBS Bid Adapter : site should not exist when app is present #9258)site
, such aspublisher
should be moved intoapp
(ordooh
) when appropriatedevice.devicetype
. If the logic can be made general, we should move it into core.The text was updated successfully, but these errors were encountered: