Skip to content

Jixie adaptor keyvalues rework#14614

Open
jxdeveloper1 wants to merge 52 commits intoprebid:masterfrom
jxdeveloper1:jixie-adaptor-keyvalues-rework
Open

Jixie adaptor keyvalues rework#14614
jxdeveloper1 wants to merge 52 commits intoprebid:masterfrom
jxdeveloper1:jixie-adaptor-keyvalues-rework

Conversation

@jxdeveloper1
Copy link
Contributor

Type of change

  • Updated bidder adapter

Description of change

sending site and/or user blobl jixie-related key values to jixie endpoint

jxdeveloper1 and others added 30 commits June 1, 2021 14:10
added a space behind the // in comments
* jixie_add_keyword_frompage:
  added the code to get the keywords from the meta tags if available.
merge up to latest in opensrc prebidjs
* master: (107 commits)
  Increment version to 8.11.0-pre
  Prebid 8.10.0 release
  add privacyIcon to not native asset list (prebid#10259)
  gppControl_usstates: activity controls for US state consent (prebid#10283)
  UserID: check for all consent (not just GDPR) to check if an ID needs refreshing (prebid#10286)
  fluct Bid Adapter: add user.data to bid requests (prebid#10318)
  Prebid Server adapter: improve cookie_sync tests, check GPP fields are populated (prebid#10362)
  fix: consolidate banner format array (prebid#10365)
  consentManagementGpp: support GPP 1.1 (prebid#10282)
  Relay Bid Adapter : Initial Release (prebid#10197)
  Yieldmo Bid Adapter : adding 4.x VAST protocol support (prebid#10363)
  Cadent Aperture MX Bid Adapter: support GPP and GPP Section Ids (prebid#10342)
  identityLinkSubmodule: add additional check on retrieving the envelope (prebid#10355)
  fluct Bid Adapter: add gpid to bid requests (prebid#10361)
  Increment version to 8.10.0-pre
  Prebid 8.9.0 release
  fledgeForGpt: consolidate publisher configuration (prebid#10360)
  ConcertBidAdapter: Add `browserLanguage` to request `meta` object (prebid#10356)
  GrowthCode Analytics: Updates/BugFixes (prebid#10339)
  Activity Controls GPP: invalidate covered = 0 in mspa (prebid#10354)
  ...
* rw-jixie-pass-gpid-etc:
 sending gpid; sending a few more ids from first party  cookie
…e of the 1st party cookies that we want to send to backend
* rw-jixie-get-floor-etc:
  sending floor to our backend for each bid, when available, changed one of the 1st party cookies that we want to send to backend
…bject to determine what ids to read from cookie and to send

2/ removed ontimeout handling
3/ bidwon just ping the trackingUrl, if any
4/ misc: sending aid (from jixie config if any), prebid version etc
* rw-jixie-ids-and-misc:
  1/ provide the possibility of using the jixie section of the config object to determine what ids to read from cookie and to send 2/ removed ontimeout handling 3/ bidwon just ping the trackingUrl, if any 4/ misc: sending aid (from jixie config if any), prebid version etc
@github-actions
Copy link

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

  • modules/jixieBidAdapter.js (+2 errors)

Copy link

@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: 9b5fb50fe9

ℹ️ 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".

Comment on lines +221 to +222
const siteKvs = deepAccess(bidderRequest, 'ortb2.site.ext.data.jixie');
const userKvs = deepAccess(bidderRequest, 'ortb2.user.ext.data.jixie');

Choose a reason for hiding this comment

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

P2 Badge Preserve standard bidder-scoped FPD paths

Prebid already merges bidder-specific ORTB2 into bidderRequest.ortb2 before buildRequests runs (src/adapterManager.ts:533-595), so when a publisher configures Jixie-specific first-party data via setBidderConfig, those values normally live at site.ext.data / user.ext.data. Restricting the lookup to ...data.jixie silently drops that standard bidder-scoped data, so siteKvs/userKvs never get sent unless publishers add an extra, undocumented jixie wrapper inside ext.data.

Useful? React with 👍 / 👎.

@coveralls
Copy link
Collaborator

coveralls commented Mar 19, 2026

Pull Request Test Coverage Report for Build 23274275286

Details

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

Totals Coverage Status
Change from base Build 23229096016: 0.002%
Covered Lines: 215925
Relevant Lines: 224117

💛 - Coveralls

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.

3 participants