Commit 757ff72
Core: Skip module bids during mediaType eligibility checks (prebid#14058)
* Core: Skip module bids during mediaType eligibility checks
Module bids do not have a `bidder` property. They should not be considered for mediaType checks.
This only works as-is for banner units because we default `supportedMediaTypes` to `['banner']'` for an `undefined` bidder.
Closes prebid#14057
* add test case
---------
Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>1 parent 5a72ddd commit 757ff72
2 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
853 | | - | |
| 853 | + | |
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2849 | 2849 | | |
2850 | 2850 | | |
2851 | 2851 | | |
| 2852 | + | |
| 2853 | + | |
| 2854 | + | |
| 2855 | + | |
| 2856 | + | |
| 2857 | + | |
| 2858 | + | |
| 2859 | + | |
| 2860 | + | |
| 2861 | + | |
| 2862 | + | |
| 2863 | + | |
2852 | 2864 | | |
2853 | 2865 | | |
2854 | 2866 | | |
| |||
0 commit comments