Distribute per-bidder page view IDs from ext.prebid to adapters - #4576
Distribute per-bidder page view IDs from ext.prebid to adapters#4576acsbendi wants to merge 6 commits into
Conversation
Code coverage summaryNote:
koblerRefer here for heat map coverage report |
Code coverage summaryNote:
koblerRefer here for heat map coverage report |
Code coverage summaryNote:
koblerRefer here for heat map coverage report |
| GlobalPrivacyControlHeader string | ||
| CurrencyConversions currency.Conversions | ||
| PreferredMediaType openrtb_ext.BidType | ||
| PageViewId string |
There was a problem hiding this comment.
Fields in this structure need to be passed this way because they are not present in the request body. The PageViewID is in the request body. I understand it needs to be scoped to each bidder, but why can't the bidder access that information within the request?
There was a problem hiding this comment.
So, do you recommend removing all the other page view IDs from the bid request and only keeping the one specific to that adapter?
|
@acsbendi please change PR title |
|
This is not an "adapter change" — it is an extension of the exchange protocol with a sample implementation in a single adapter. That completely changes the review perspective. |
|
@przemkaczmarek What's your suggestion for the title? |
Code coverage summaryNote:
koblerRefer here for heat map coverage report |
distribute per-bidder page view IDs from ext.prebid to adapters |
Code coverage summaryNote:
koblerRefer here for heat map coverage report |
Code coverage summaryNote:
koblerRefer here for heat map coverage report |
These changes enable adaptors to use their page view ID sent by Prebid.js.
See prebid/Prebid.js#14051 for details.