Skip to content

Openx bid adapter: support for MAP requests#102

Open
Rafał Sieczka (bukrain) wants to merge 7 commits intomasterfrom
wip-dedup-requests
Open

Openx bid adapter: support for MAP requests#102
Rafał Sieczka (bukrain) wants to merge 7 commits intomasterfrom
wip-dedup-requests

Conversation

@bukrain

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

Other information

bidRequestsWithMediaTypes[0].params.delDomain = 'domain-a.test';
bidRequestsWithMediaTypes[1].params.delDomain = 'domain-b.test';
const request = spec.buildRequests(bidRequestsWithMediaTypes, mockBidderRequest);
expect(request[0].data.ext.delDomain).to.equal('domain-a.test');

Choose a reason for hiding this comment

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

[question] Now bids with different delDomains into one request and only first bid's delDomain is sent and others are dropped?

Copy link

Choose a reason for hiding this comment

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

lgtm

if (isFingerprintingApiDisabled('webdriver')) {
return false;
}
return getFallbackWindow(win).navigator?.webdriver === true;

Check warning

Code scanning / CodeQL

Use of browser API associated with fingerprinting Warning

navigator.webdriver is an indicator of fingerprinting; weight: 27.64
deepSetNotEmptyValue(qs, '51D_ScreenPixelsHeight', _window?.screen?.height);
deepSetNotEmptyValue(qs, '51D_ScreenPixelsWidth', _window?.screen?.width);
deepSetNotEmptyValue(qs, '51D_PixelRatio', _window?.devicePixelRatio);
deepSetNotEmptyValue(qs, '51D_PixelRatio', getDevicePixelRatio(_window));

Check warning

Code scanning / CodeQL

Use of browser API associated with fingerprinting Warning

devicePixelRatio is an indicator of fingerprinting; weight: 18.39
@coveralls
Copy link

Pull Request Test Coverage Report for Build 22619502230

Details

  • 41 of 41 (100.0%) changed or added relevant lines in 2 files are covered.
  • 247 unchanged lines in 25 files lost coverage.
  • Overall coverage increased (+0.05%) to 92.88%

Files with Coverage Reduction New Missed Lines %
test/spec/integration/faker/googletag.js 1 91.3%
test/spec/modules/gumgumBidAdapter_spec.js 1 99.51%
test/spec/unit/secureCreatives_spec.js 1 97.87%
libraries/medianetUtils/logger.js 2 85.88%
libraries/omsUtils/index.js 2 70.0%
modules/limelightDigitalBidAdapter.js 2 89.87%
modules/relaidoBidAdapter.js 2 92.58%
src/targeting.ts 2 95.28%
test/spec/modules/intentIqIdSystem_spec.js 2 96.82%
modules/mediasquareBidAdapter.js 3 89.53%
Totals Coverage Status
Change from base Build 22297321905: 0.05%
Covered Lines: 217317
Relevant Lines: 225609

💛 - Coveralls

@bukrain Rafał Sieczka (bukrain) changed the title EXCH-12051 - Deduplicate requests Openx bid adapter: support for MAP requests Mar 3, 2026
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