-
Notifications
You must be signed in to change notification settings - Fork 769
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
Stored auction response is returning empty string for bid.ext.prebid.type field #2614
Comments
Thank you Cameron, good finding! |
Thank you for looking into this Veronika! I'll be in touch for any updates. |
Fix PR: #2615 |
Sorry for the late update, but I wanted to confirm that this is now working for our usage. Thank you! |
Confirmed this is not a problem in PBS-Java. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using a request with an
imp.storedauctionresponse.id
, the response will contain an emptybid.ext.prebid.type
field, even if this field is included in the stored auction response. The response from Prebid Server will instead contain an empty string. Example response below:Initial findings below from @VeronikaSolovei9 :
The Prebid type field is present on stored bid responses because these responses will go through
MakeBids()
and will populate the field. In the case of using the Appnexus adapter and a stored auction response, there is a portion that gets missed inappnexus.go
line 403:This seems to be needed for the field to work with auction responses.
The text was updated successfully, but these errors were encountered: