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

Problem with SpringServe adapter. #1100

Closed
adilets opened this issue Apr 4, 2017 · 1 comment
Closed

Problem with SpringServe adapter. #1100

adilets opened this issue Apr 4, 2017 · 1 comment

Comments

@adilets
Copy link
Contributor

adilets commented Apr 4, 2017

I get this response from bidder.springserve.com:

pbjs.handleSpringServeCB({"nbr":0,"id":"1","seatbid":[{"seat":"YH","bid":[{"ext":null,"id":"7777-333-444_1","impid":"7777-333-444","crid":null,"price":0.64083135,"adm":"DEBUG BID CONTENT","dealid":""}]}],"cur":"USD"})

https://github.com/prebid/Prebid.js/blob/master/src/adapters/springserve.js#L73
has this check: bid.params.impId === +responseBid.impid
response from springserve has responseBid.impid = "7777-333-444". Which becomes NaN because of preceding +

adilets added a commit to adilets/Prebid.js that referenced this issue Apr 4, 2017
@adilets adilets mentioned this issue Apr 4, 2017
9 tasks
mkendall07 pushed a commit that referenced this issue Apr 17, 2017
@matthewlane
Copy link
Collaborator

Closing with #1101 merged

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

No branches or pull requests

2 participants