prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
https://docs.prebid.org
Apache License 2.0
1.28k stars 2.05k forks source link

Adapters Not Using getConfig for Coppa #10620

Closed ChrisHuie closed 10 months ago

ChrisHuie commented 11 months ago

Axis, Minute Media, and Rise bid adapters are not accessing coppa using getConfig. It is a standardized prebid.js rule to do so

patmmccann commented 11 months ago

Last time we discussed this, we concluded the opposite, that the goal is to never use getconfig bc that might be wrong, just like tmax

ChrisHuie commented 10 months ago

Yeah. Bret and I talked about this a bit but lets further discuss in our next meeting. Policy around coppa for reviewers is that it has to come from getConfig (old policy but still documented). So reviewers check for this. It makes more sense to come from the ortb2 object but since it has been on the review guide 90% currently use getConfig. So this would keep it consistent across adapters or on the next major release we switch all the getConfigs over?