-
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
1plus x RTD Adapter: remove bidder specific handling enforcement #9952
Conversation
@bwhisp can you please check and approve the pull request here? Ideally we would like to support this bid adaptor but I understand that this is up to AppNexus to change their implementation.. we can address this, if any workaround available, on a next release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a small cleanup if you agree with it
Co-authored-by: Anass Seddiki <anass.seddiki@1plusx.com>
Alternatively, we could trash this pr and you can make the bidders you do 155-164 for come from config instead of being hardcoded. I think airgrid is doing something similar as a model. |
@@ -216,14 +204,6 @@ export const updateBidderConfig = (bidder, ortb2Updates, bidderConfigs) => { | |||
return bidderConfigCopy; | |||
}; | |||
|
|||
const setAppnexusAudiences = (audiences) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing this means that appnexus won't get audience data; I'm not sure that's the intent. Airgrid is replacing this with another kind of appnexus logic that's slightly more general, but they are not removing it entirely.
Hello @dgirardi I will attempt to replace the appnexus logic the same way Airgrid does it. Do you know the PR number where they do that ? |
Hello @patmmccann @dgirardi CC: @gggiakas |
closing in favor of #10001 |
This reverts commit 3959260.
* remove specific code to pubmatic * remove specific code to smartadserver bidder * update unit tests * remove rubicon specific code * refactor method * refactor this.#setBidderOrtb2 * fix lint issue * add ortb2 user.keywords on appnexs * try fix appnexus case * small refactor inspired on #9952 * try fix appnexus * Revert "try fix appnexus" This reverts commit db1fc08. * Revert "small refactor inspired on #9952" This reverts commit 3959260. * Revert "try fix appnexus case" This reverts commit 919540a. * Revert "add ortb2 user.keywords on appnexs" This reverts commit e2c5747.
…10005) * remove specific code to pubmatic * remove specific code to smartadserver bidder * update unit tests * remove rubicon specific code * refactor method * refactor this.#setBidderOrtb2 * fix lint issue * add ortb2 user.keywords on appnexs * try fix appnexus case * small refactor inspired on prebid#9952 * try fix appnexus * Revert "try fix appnexus" This reverts commit db1fc08. * Revert "small refactor inspired on prebid#9952" This reverts commit 3959260. * Revert "try fix appnexus case" This reverts commit 919540a. * Revert "add ortb2 user.keywords on appnexs" This reverts commit e2c5747.
Partial fulfillment of #8596