-
Notifications
You must be signed in to change notification settings - Fork 748
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
Server-side renderer url metadata #3085
Labels
Comments
9 tasks
Thanks Bret, your proposed location sounds goods to me. I can raise a PR to add this field. |
bretg
changed the title
Define location for server-side renderer url
Server-side renderer url metadata
Sep 19, 2023
@ccorbo - could you open a docs PR against https://github.com/prebid/prebid.github.io/blob/master/prebid-server/developers/add-new-bidder-go.md to show the new RendererUrl meta field option? |
Implemented in PBS-Go 0.274.0. |
resolved with PBS-Java 2.2 |
github-project-automation
bot
moved this from Ready for Dev
to Done
in Prebid Server Prioritization
Nov 7, 2023
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the server side of PBJS issue prebid/Prebid.js#10434
@ccorbo has proposed a solution that server-side adapters specify
seatbid[].bid[].ext.rendererurl
.I would counter-propose that this field should go in
seatbid[].bid[].ext.prebid.meta.rendererUrl
, adding this field as.RendererUrl
alongside.NetworkID
, etc.Note: we added rendering fields for the SDK in #2908
The text was updated successfully, but these errors were encountered: