-
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
fix GPT Pre-Auction PBS path #5650
fix GPT Pre-Auction PBS path #5650
Conversation
…ebid.js into master-rubicon-clean
# Conflicts: # modules/advangelistsBidAdapter.js # test/spec/modules/advangelistsBidAdapter_spec.js
…ter-remote-updated
fyi @gpolaert |
Thanks @patmmccann @idettman FYI, last week, I've had an issue with the In the source code, it seems the key of extra data/meta should be "below" Where I can find the definition of the request send to the Prebid Server? Is there documentation somewhere? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
This seems to be correct, right?
Maybe this does need to go under imp.ext.prebid.??? |
Actually, I just tested this using Rubicon's Prebid Server (Java) and it does not throw the error. Seems And I can see the Rubicon PBS adapter picking up these attributes and passing them to the exchange. @gpolaert It is possible the required change for Please provide more context (no pun intended) |
@robertrmartinez Check here: https://github.com/prebid/prebid-server/blob/master/endpoints/openrtb2/auction.go#L759-L777
As |
Is the change to not validate the context object going to be ported to PBS GO? |
I've put it on the list to discuss at Friday's PBS meeting. |
Looks like a PR has been submitted to update the PBS GO to handle this. (thanks @bretg for pointing it out) I am merging this PR now. |
* Add microadBidAdapter * Remove unnecessary encodeURIComponent from microadBidAdapter * Submit Advangelists Prebid Adapter * Submit Advangelists Prebid Adapter 1.1 * Correct procudtion endpoint for prebid * analytics update with wrapper name * reverted error merge * update changed default value of netRevenue to true * Re-add rubicon analytics without deprecated getTopWindowUrl util * Cache referrer on auction_init instead of bid_requested * merged remote master changes * updated unit tests for object path changes * updated rp bid adapter unit tests for GAM object path changes * updated naming and changed iterator to use arrow syntax * continue renaming and cleanup Co-authored-by: nakamoto <nakamoto_tatsuya@microad.co.jp> Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com> Co-authored-by: Eric Harper <eharper@rubiconproject.com> Co-authored-by: TJ Eastmond <teastmond@la-wlandaverde-mac.local> Co-authored-by: Mark Monday <mmonday@rubiconproject.com> Co-authored-by: msm0504 <51493331+msm0504@users.noreply.github.com>
This reverts commit e4838b2.
Type of change
Description of change
The implementation of #5216 has a problem:
The spec said:
pass
fpd.context.adserver.name
in the OpenRTB asimp[].ext.context.data.adserver.name
pass
fpd.context.adserver.adSlot
in the OpenRTB asimp[].ext.context.data.adserver.adslot
Both pbsBidAdapter and the rubiconBidAdapter were implemented incorrectly: