Skip to content

Media type/mtype clean up#60

Closed
Serhii Nesprava (sergseven) wants to merge 3 commits intomasterfrom
mtype-cleanup
Closed

Media type/mtype clean up#60
Serhii Nesprava (sergseven) wants to merge 3 commits intomasterfrom
mtype-cleanup

Conversation

@sergseven
Copy link

@sergseven Serhii Nesprava (sergseven) commented Mar 6, 2025

EXCH-11782

We remove the media type guessing logic, so we are ultimately rely on the bid.mtype response value, which is now required.

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

@sergseven Serhii Nesprava (sergseven) changed the title Media type/mtype clean up EXCH-11782 Media type/mtype clean up Mar 6, 2025
@sergseven Serhii Nesprava (sergseven) marked this pull request as ready for review March 6, 2025 17:36
function buildRequests(bids, bidderRequest) {
let videoBids = bids.filter(bid => isVideoBid(bid));
let bannerAndNativeBids = bids.filter(bid => isBannerBid(bid) || isNativeBid(bid))
function buildRequests(bidRequests, bidderRequest) {

Choose a reason for hiding this comment

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

NOTE: there is a room for an improvement to remove this custom logic at all, since we support multi-imp multi-adplacement bidrequests(https://github.com/openx/exchange-diagrams/blob/master/misc/multi-glossary.md#multi-imp-multi-ad-placement-bidrequest).

@sergseven
Copy link
Author

prebid#12855 created

@sergseven Serhii Nesprava (sergseven) changed the title EXCH-11782 Media type/mtype clean up Media type/mtype clean up Mar 11, 2025
@sergseven
Copy link
Author

prebid#12855 merged

Marcin Wrobel (marcin-wrobel-ox) pushed a commit that referenced this pull request Feb 13, 2026
… time, support region, bugfixes (prebid#14374)

* AGT-734: Support region for prebid modules (merge 0_3_4 with master)

* AGT-730: move spd to partnerData (merge 0_3_4 to master)

* AGT-765: Send ad size and pos in impression reporting module (#58)

* AGT-765: pos and size

* AGT-765: Tests for position resolving

* AGT-765: Test fix

* AGT-756: Missed vrref in payload fix (#56)

* AGT-756: vrref in payload fix

* remove comment

* AGT-756: Fix vrref bug

* AGT-756: Remove comments

* AGT-756: Test for vrref

* update requestRtt to show more clear time (#59)

* AGT-739: Change time to call server (#57)

* fix typo, remove parameter duplication (#60)

* fix typo, remove parameter duplication

* update doc examples

* AGT-721: Documentation for region, size, pos (#61)

* fix region parameter in table (#62)

* update tests

* remove unused test

---------

Co-authored-by: dmytro-po <dmytro.po@intentiq.com>
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

Comments