-
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
Problem with SpringServe adapter. #1100
Comments
adilets
added a commit
to adilets/Prebid.js
that referenced
this issue
Apr 4, 2017
mkendall07
pushed a commit
that referenced
this issue
Apr 17, 2017
Closing with #1101 merged |
dluxemburg
pushed a commit
to Genius/Prebid.js
that referenced
this issue
Jul 17, 2018
This was referenced Aug 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get this response from bidder.springserve.com:
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 becomesNaN
because of preceding+
The text was updated successfully, but these errors were encountered: