At 10850 send device parameters from prebid to hbid endpoint#46
Open
john-bauzon-gumgum wants to merge 2 commits intomasterfrom
Open
At 10850 send device parameters from prebid to hbid endpoint#46john-bauzon-gumgum wants to merge 2 commits intomasterfrom
john-bauzon-gumgum wants to merge 2 commits intomasterfrom
Conversation
…10850-send-device-parameters-from-prebid-to-hbid-endpoint
There was a problem hiding this comment.
Pull request overview
This PR extends the GumGum bidder’s ORTB2 device mapping so that additional device privacy/identifier signals are forwarded to GumGum’s HBID endpoint.
Changes:
- Add forwarding of
device.lmt(limit ad tracking) into the GumGum request payload. - Add forwarding of
device.ifa(advertising identifier) into the GumGum request payload. - Extend the existing unit test coverage for ORTB2 device mapping to assert these new fields.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
modules/gumgumBidAdapter.js |
Adds lmt and ifa to _getDeviceData() so they are included in outbound bid request data when present. |
test/spec/modules/gumgumBidAdapter_spec.js |
Updates the ORTB2 device-data test to include lmt/ifa and assert they are passed through to bidRequest.data. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Jgan91
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description of change
Added 2 new parameters ifa and lmt