Skip to content
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

Closed
RajasekarPR opened this issue Sep 4, 2018 · 8 comments
Closed

'ix' unsupported bidder in prebid server. #3044

RajasekarPR opened this issue Sep 4, 2018 · 8 comments
Labels

Comments

@RajasekarPR
Copy link

Appnexus prebid server returns 'ix' as unsupported bidder.

Getting the below error when using below auction endpoint

  1. Bad request

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.

@RajasekarPR
Copy link
Author

RajasekarPR commented Sep 5, 2018

Any update on this ? @mkendall07

@akira28
Copy link

akira28 commented Sep 5, 2018

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

@RajasekarPR
Copy link
Author

By adding the below code in modules/prebidServerBidAdapter/index.js . I can able to resolve this issue.

if (bid.bidder === 'ix') {
aliases.ix = 'indexExchange';
}

Add the above the code after line number 412.

@bretg
Copy link
Collaborator

bretg commented Sep 5, 2018

prebid/prebid-server#657 tracks a resolution on the Prebid Server side.

@stale
Copy link

stale bot commented Sep 19, 2018

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.

@stale stale bot added the stale label Sep 19, 2018
@mkendall07 mkendall07 added the bug label Sep 19, 2018
@stale stale bot removed the stale label Sep 19, 2018
@mkendall07
Copy link
Member

mkendall07 commented Sep 19, 2018

I pinged Index on this - they are going to fix.

@mkendall07
Copy link
Member

closing as duplicate of #2851

@vi-oder-was
Copy link

@mkendall07 We're currently facing the same issue and need a solution for this. Please can you clearify what's the solution on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants