-
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
GumGum Bid Adapter : add ORTB2 device data to request payload #12008
GumGum Bid Adapter : add ORTB2 device data to request payload #12008
Conversation
# Conflicts: # modules/gumgumBidAdapter.js
@MartinGumGum - this PR will ensure GumGum benefits from publishers efficiently populating the device object with enriched data including iPhone model categories and other features not obtainable via SUA and UA. As publishers progress rollout this becomes more critical. |
const _device = deepAccess(ortb2Data, 'device') || {}; | ||
|
||
// set device data params from ortb2 | ||
const _deviceRequestParams = { |
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.
@BohdanVV can you add ip and ipv6 to this?
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.
@BohdanVV can you add ip and ipv6 to this?
Done 👌🏻
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.
LGTM
@BohdanVV Circleci build has failed could you please rerun and merge? |
Hi @MartinGumGum, I don't have the necessary permissions to do that, but I'll make sure to ask someone who does. :) |
Hi @patmmccann , maybe you can help us rerun circlei? We don't have permission. |
…#12008) * GumGum Bid Adapter: Add ORTB2 device data to request payload * GumGum Bid Adapter: add `ip` and `ipv6` to request payload --------- Co-authored-by: Bohdan V <[email protected]>
Type of change
Description of change
This PR enhances the GumGum bid request by incorporating device data from the global ORTB2 object.
The device object has previously been populated by simplistic parsers, if at all, and was inaccurate as a result. Prebid now benefits from RTD modules such as 51Degrees that enrich all the device object fields including Apple iPhone model category and device ID. The PR enables GumGum’s users to benefit from device object improvements.
ORTB2 values have been mapped on to gumgum bid request parameter schema as follows:
Other information
cc: @MartinGumGum