-
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
'ix' unsupported bidder in prebid server. #3044
Comments
Any update on this ? @mkendall07 |
Same here. This is preventing us implementing s2s on our website. This PR should solve the issue, but it was not merged for some reason: #2916 |
By adding the below code in modules/prebidServerBidAdapter/index.js . I can able to resolve this issue. if (bid.bidder === 'ix') { Add the above the code after line number 412. |
prebid/prebid-server#657 tracks a resolution on the Prebid Server side. |
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. |
I pinged Index on this - they are going to fix. |
closing as duplicate of #2851 |
@mkendall07 We're currently facing the same issue and need a solution for this. Please can you clearify what's the solution on this? |
Appnexus prebid server returns 'ix' as unsupported bidder.
Getting the below error when using below auction endpoint
Error Message : Invalid request: request.imp[0].ext contains unknown bidder: ix. Did you forget an alias in request.ext.prebid.aliases?
Endpoint : https://prebid.adnxs.com/pbs/v1/openrtb2/auction
Kindly do the needful.
The text was updated successfully, but these errors were encountered: