Skip to content

GumGum Bid Adapter: Add Native Format Support#14683

Open
vasudevan-gg wants to merge 54 commits intoprebid:masterfrom
gumgum:master
Open

GumGum Bid Adapter: Add Native Format Support#14683
vasudevan-gg wants to merge 54 commits intoprebid:masterfrom
gumgum:master

Conversation

@vasudevan-gg
Copy link
Copy Markdown

@vasudevan-gg vasudevan-gg commented Apr 6, 2026

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Updated bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Description of change

Add Native Format Support

Other information

lbenmore and others added 30 commits January 11, 2022 14:39
Gumgum - ADTS-175 Support multiple GG params
…-support-jp-products

ADJS-1165-prebid-adaptor-changes-to-support-jp-products
…exicon

GumGum Bid Adapter - Added support for envelope key for id properties
john-bauzon-gumgum and others added 23 commits February 19, 2026 12:05
GumGum Adapter: fix TDID extraction across all EID uids
…ect-from-prebid-to-ad-server

GumGum Bid Adapter: send app site content object from prebid to ad server
…ect-from-prebid-to-ad-server

updated access to channel and network objects
…10850-send-device-parameters-from-prebid-to-hbid-endpoint
…om-prebid-to-hbid-endpoint

At 10850 send device parameters from prebid to hbid endpoint
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1931d68a0a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +421 to +422
if (mediaTypes.native) {
sizes = [1, 1];
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve banner sizes for slot requests in multi-format bids

This branch forces sizes to [1, 1] whenever mediaTypes.native exists, even if the request is actually using params.slot (in-slot banner path). The downstream slot logic expects banner size tuples and builds bf/max dimensions from sizes, so multi-format ad units (banner + native) with slot generate malformed slot size data and can lose in-slot demand.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants