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

Prebid 1.x+ - what happened to IndexExchange? #2162

Closed
cwbeck opened this issue Feb 18, 2018 · 9 comments
Closed

Prebid 1.x+ - what happened to IndexExchange? #2162

cwbeck opened this issue Feb 18, 2018 · 9 comments

Comments

@cwbeck
Copy link

cwbeck commented Feb 18, 2018

It would seem a major SSP is missing from Prebid 1.x+? Do we know when the IndexExchange adapter will make an appearance?

@chefbenjamin
Copy link

chefbenjamin commented Feb 19, 2018

The latest I heard from the Index team ( last week ) is that its on track for release in April unfortunately, real headache on our migration to 1.x+

@terebentina
Copy link
Contributor

Do you have a list with the latest known status of all modules for 1.x? I am particularly interested in spotx but would be nice to know when/if we can expect them to upgrade their modules for 1.x.

@chefbenjamin
Copy link

@terebentina best way to do this is to look at the downloads page here http://prebid.org/download.html and choose the select Prebid version dropdown to 1.31. as of right now, spotx isnt listed on this page. I would suggest reaching out to them and getting an ETA

@terebentina
Copy link
Contributor

Oh, sure, I am even checking master every other day :) Great work with 1.x, btw! IndexExchange isn't there either so I was thinking that maybe you have more insider news for other modules, like with IE, above.

@mkendall07
Copy link
Member

We are actively working with IndexExchange and others (Criteo) to get official support for Prebid 1.x soon. Thanks for your patience.

@cwbeck
Copy link
Author

cwbeck commented Feb 25, 2018

@mkendall07 it's not your fault they are being slow. We're just waiting now before we can upgrade. There is no major rush though.

@GeneGenie
Copy link
Contributor

Index has their own HB wrapper, so they may slow down intentionally. Also prebid 1.x architecture requires bid request to be a valid XHR with JSON response, so index has to change their server solution as well, same goes for criteo.

Anyway, @cwbeck, you can apply just a few changes to existing adapter to make it work in prebid 1.x

  1. callBids method is passing addBidResponse callback that can be used instead of bidmanager.addBidResponse.
  2. placementCode should be replaced with adUnitCode
  3. bidResposne objects should contain all (newly) required properties: ttl,currency, netRevenue, creativeId, you can hardcode those on your own risk.

@stale
Copy link

stale bot commented Mar 15, 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 wontfix label Mar 15, 2018
@stale stale bot closed this as completed Mar 22, 2018
@eliseumds
Copy link

#2496 was merged.

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

No branches or pull requests

6 participants