Skip to content

ssp_genieeBidAdapter add param schain and floor price#14674

Merged
patmmccann merged 56 commits intoprebid:masterfrom
geniee-inc:master
Apr 13, 2026
Merged

ssp_genieeBidAdapter add param schain and floor price#14674
patmmccann merged 56 commits intoprebid:masterfrom
geniee-inc:master

Conversation

@thanhtran-geniee
Copy link
Copy Markdown
Contributor

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

Update ssp_genieeBidAdapter to add a new parameter schain and fl_pr

Be sure to test the integration with your adserver using the Hello World sample page. -->

Other information

Murano Takamasa and others added 30 commits September 13, 2024 16:57
- Add support for GPID (Global Placement ID) from ortb2Imp.ext.gpid
- Add fallback support for ortb2Imp.ext.data.pbadslot
- Include gpid parameter in request when GPID exists
- Add test cases to verify GPID, pbadslot, and priority behavior
feat(Ssp_geniee Bid Adapter): Add support for GPID and pbadslot
Aladdin Bidder ID5 Compatible Adapter
feat(Ssp_geniee Bid Adapter): Add support for iframe-based cookie sync in BidAdapter
…fault-value-of-ib-parameter

[CARPET-5190] Bid Adapter: Fix the default value of the ib parameter
@thanhtran-geniee thanhtran-geniee changed the title ssp_genieeBidAdapter add param schain and floor price to aladidin bidder ssp_genieeBidAdapter add param schain and floor price to geniee bidder Apr 2, 2026
@thanhtran-geniee thanhtran-geniee changed the title ssp_genieeBidAdapter add param schain and floor price to geniee bidder ssp_genieeBidAdapter add param schain and floor price Apr 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/ssp_genieeBidAdapter.js (+2 errors)

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: 9750bc2c45

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

cks: 1,
schain: schain ? JSON.stringify(schain) : '',
...(gpid ? { gpid } : {}),
...(floorPrice ? { fl_pr: floorPrice } : {}),
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 zero floor values in request payload

Include fl_pr whenever getFloorPrice returns a numeric value, including 0. The current truthy check drops fl_pr when the floor module returns 0 (a valid floor/fallback), which changes request semantics for those impressions and can cause the bidder endpoint to apply its own default floor instead of the publisher’s explicit zero floor.

Useful? React with 👍 / 👎.

@coveralls
Copy link
Copy Markdown
Collaborator

coveralls commented Apr 2, 2026

Pull Request Test Coverage Report for Build 24017873017

Details

  • 39 of 39 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.001%) to 96.343%

Totals Coverage Status
Change from base Build 23950616689: 0.001%
Covered Lines: 216757
Relevant Lines: 224985

💛 - Coveralls

thanhtran-geniee and others added 2 commits April 2, 2026 13:58
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/ssp_genieeBidAdapter.js (+2 errors)

@patmmccann patmmccann merged commit 7e1c1ea into prebid:master Apr 13, 2026
102 checks passed
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.

9 participants