Commit 0dd19e6
0.35 master (#65)
* Prebid 10.25.0 release
* Increment version to 10.26.0-pre
* limelight: Send open rtb bid requests from our prebid js adapter (prebid#14397)
* changed requests format to OpenRTB.
* Added more tests
* fix refererInfo.page fallback for site.page
* fix built imp for size-only
* fix built imp for size-only
* OMS Bid Adapter: add prebid js version to request payload (prebid#14421)
* Bump qs from 6.14.1 to 6.14.2 (prebid#14478)
Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.1...v6.14.2)
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump fast-xml-parser from 5.3.4 to 5.3.6 (prebid#14482)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.4 to 5.3.6.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.3.4...v5.3.6)
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 5.3.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Floor module: add enforcement allowlist config option (prebid#14455)
* Core: add bidder-scoped floor enforcement
* Core: enforce floors allowlist against adapterCode
* Various modules: remove legacy GPT targeting fallbacks (prebid#14450)
* Core: remove legacy GPT targeting fallbacks
* Reconciliation RTD Provider: handle missing RSDK_ADID targeting
* Core: fix targetingLock GPT test mock for getConfig
* TargetVideo bid adapter: send price floor param (prebid#14406)
* TargetVideo bid adapter: send price floor param
* Add support for the price floors module
* Add imports
* Fix getBidFloor function floor params
---------
Co-authored-by: dnrstc <danrstc@gmail.com>
* New adapter: Verben (prebid#14494)
Co-authored-by: Verben <support_trading@verben.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
* Teal bid adapter: include native and video media types (prebid#14493)
* Proxistore Bid Adapter: migration to OpenRTB (prebid#14411)
* Update Proxistore endpoint URLs in adapter and tests
Updated the Proxistore `COOKIE_BASE_URL` and `COOKIE_LESS_URL` to the new `abs` domain in both the adapter and its corresponding test file. This ensures consistency with the updated API endpoints.
* Integrate OpenRTB converter for Proxistore bid adapter, and add OpenRTB request as a separate field.
* Refactor Proxistore bid adapter to improve OpenRTB handling, add GDPR-specific URL selection, and enhance test coverage.
* Add support for website and language parameters in Proxistore bid adapter requests, with corresponding test coverage.
* Handle empty response body in Proxistore bid adapter to avoid runtime errors.
---------
Co-authored-by: Anthony Richir <anthony.richir@proxistore.com>
* Floxis Bid Adapter: initial release (prebid#13934)
* Floxis Bid Adapter : initial release
* Added ORTB parameters for blocking
* Adjusted documentation with maintainer info
* Added more validations, extracted converter to a const
* Floxis Bid Adapter: redesign to seat-based architecture with ortbConverter
Major rewrite replacing teqblazeUtils with ortbConverter for ORTB 2.x compliance.
Changes:
- New params: seat (required), region (required), partner (required)
- Endpoint URL: https://{subdomain}.floxis.tech/pbjs?seat={seat}
- subdomain = region for 'floxis' partner
- subdomain = {partner}-{region} for white-label partners
- ORTB-native implementation with Floors Module support
- 40 comprehensive tests with full code coverage
- Updated documentation with examples
Addresses all PR prebid#13934 review comments from @osazos
* Rename FloxisBidAdapter.md to floxisBidAdapter.md
* Code review adjustments
---------
Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
* InsurAds Bid Adapter: Initial Implementation (prebid#14470)
* InsurAds Bid Adapter Implementation
* Remove test alias
* Storage Settings Example
* Adapter rename 1/2
* Adapter rename 2/2
* Update modules/insuradsBidAdapter.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update modules/insuradsBidAdapter.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update test/spec/modules/insuradsBidAdapter_spec.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* The params need to be registered under nexx360
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* LeagueM BId Adapter: initial release (prebid#14479)
* LeagueM BId Adapter: initial release
* Update test/spec/modules/leagueMBidAdapter_spec.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update test/spec/modules/leagueMBidAdapter_spec.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update test/spec/modules/leagueMBidAdapter_spec.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update modules/leagueMBidAdapter.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
* New Adapter: Harion (prebid#14398)
* new adapter harion
* refactor(adapter): guard added to interpretResponse
* Core: disabling fingerprinting apis (prebid#14404)
* Core: disabling fingerprinting apis
* getFallbackWindow -> utils
* Fix several typos in comments and tests (prebid#14498)
* Bump ajv from 6.12.6 to 6.14.0 (prebid#14499)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v6.14.0)
---
updated-dependencies:
- dependency-name: ajv
dependency-version: 6.14.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Setting alwaysHasCapacity flag to true (prebid#14500)
* Adcluster Bid Adapter: Support Adcluster (prebid#14050)
* adcluster - new adapter
* fixes
* video preview id change
* video preview id change
* Update adclusterBidAdapter_spec.js
* fallback
* multiformat fix
---------
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
* ReVantage Bid Adapter: initial release (prebid#14180)
* Create revantageBidAdapter.js
* Create revantageBidAdapter.md
* Update revantageBidAdapter.js
* Update revantageBidAdapter.js
* Update revantageBidAdapter.js
* Update revantageBidAdapter.js
Fixed trailing slash Error on Line 123
* Create revantageBidAdapter_spec.js
* Update revantageBidAdapter_spec.js
Fixed Trailing slashes (again)
* Update revantageBidAdapter_spec.js
* Update revantageBidAdapter_spec.js
same thing again
* Refactor Revantage Bid Adapter for media types and bids
Refactor Revantage Bid Adapter to use media type constants and improve bid response handling.
* Refactor RevantageBidAdapter tests for GPP consent
* Update modules/revantageBidAdapter.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update modules/revantageBidAdapter.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Validate feedId consistency in batch bid requests
Added validation to ensure all bid requests in a batch have the same feedId, logging a warning if they do not.
* Add test for rejecting batch with different feedIds
* Update syncOptions for image sync URL parameters
* Update sync URL to use 'tag=img' instead of 'type=img'
* Update print statement from 'Hello' to 'Goodbye'
* fixed
* Enhance video bid handling and add utility functions
Added functions to handle video size extraction and VAST detection.
---------
Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* AdMatic Bid Adapter : add adrubi alias (prebid#14504)
* Admatic Bidder Adaptor
* Update admaticBidAdapter.md
* Update admaticBidAdapter.md
* remove floor parameter
* Update admaticBidAdapter.js
* Admatic Bid Adapter: alias and bid floor features activated
* Admatic adapter: host param control changed
* Alias name changed.
* Revert "Admatic adapter: host param control changed"
This reverts commit de7ac85.
* added alias feature and host param
* Revert "added alias feature and host param"
This reverts commit 6ec8f45.
* Revert "Alias name changed."
This reverts commit 661c54f.
* Revert "Admatic Bid Adapter: alias and bid floor features activated"
This reverts commit 7a2e0e2.
* Revert "Update admaticBidAdapter.js"
This reverts commit 7a845b7.
* Revert "remove floor parameter"
This reverts commit 7a23b05.
* Admatic adapter: host param control && Add new Bidder
* Revert "Admatic adapter: host param control && Add new Bidder"
This reverts commit 3c797b1.
* commit new features
* Update admaticBidAdapter.js
* updated for coverage
* sync updated
* Update adloader.js
* AdMatic Bidder: development of user sync url
* Update admaticBidAdapter.js
* Set currency for AdserverCurrency: bug fix
* Update admaticBidAdapter.js
* update
* admatic adapter video params update
* Update admaticBidAdapter.js
* update
* Update admaticBidAdapter.js
* update
* update
* Update admaticBidAdapter_spec.js
* Update admaticBidAdapter.js
* Update admaticBidAdapter.js
* Revert "Update admaticBidAdapter.js"
This reverts commit 1216892.
* Revert "Update admaticBidAdapter.js"
This reverts commit b1929ec.
* Revert "Update admaticBidAdapter_spec.js"
This reverts commit 1ca6597.
* Revert "update"
This reverts commit 689ce9d.
* Revert "update"
This reverts commit f381a45.
* Revert "Update admaticBidAdapter.js"
This reverts commit 38fd7ab.
* Revert "update"
This reverts commit a5316e7.
* Revert "Update admaticBidAdapter.js"
This reverts commit 60a28ca.
* Revert "admatic adapter video params update"
This reverts commit 31e69e8.
* update
* Update admaticBidAdapter.js
* Update admaticBidAdapter_spec.js
* mime_type add
* add native adapter
* AdMatic Adapter: Consent Management
* added gvlid
* Update admaticBidAdapter.js
* admatic cur update
* Update admaticBidAdapter.js
* Update admaticBidAdapter.js
* Update admaticBidAdapter.js
* Update admaticBidAdapter.js
* Update admaticBidAdapter.js
* Update admaticBidAdapter.js
* Update admaticBidAdapter.js
* admatic sync update
* Update admaticBidAdapter.js
* Revert "Update admaticBidAdapter.js"
This reverts commit 11e053f.
* Revert "Update admaticBidAdapter.js"
This reverts commit 11e053f.
* Update admaticBidAdapter.js
* OMS Bid Adapter: add instl flag to imp in request (prebid#14501)
* Zeta SSP Analytics Adapter: pass floors. (prebid#14350)
* Zeta SSP Analytics Adapter: pass floors.
* Zeta SSP Analytics Adapter: minor fix.
* Zeta SSP Analytics Adapter: fix tests.
* Revert "Various modules: remove legacy GPT targeting fallbacks (prebid#14450)" (prebid#14510)
This reverts commit 299f207.
* Prebid 10.26.0 release
* Increment version to 10.27.0-pre
* DPAI bid adapter: initial release (prebid#14434)
* New adapter DPAI
* New adapter DPAI
* New adapter DPAI: Added end line
* New adapter DPAI: Added end line
---------
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
* Core: remove stale transformBidParams references (prebid#14512)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Prebid.js automated release <prebidjs-release@prebid.org>
Co-authored-by: RuzannaAvetisyan <44729750+RuzannaAvetisyan@users.noreply.github.com>
Co-authored-by: Siminko Vlad <85431371+siminkovladyslav@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
Co-authored-by: danijel-ristic <168181386+danijel-ristic@users.noreply.github.com>
Co-authored-by: dnrstc <danrstc@gmail.com>
Co-authored-by: verben-gh <ezequiel.espino@verben.com>
Co-authored-by: Verben <support_trading@verben.com>
Co-authored-by: johnclc <johnclc@users.noreply.github.com>
Co-authored-by: Anthony <anthonyrichir@users.noreply.github.com>
Co-authored-by: Anthony Richir <anthony.richir@proxistore.com>
Co-authored-by: floxis-tech <andrius.nvilnia@gmail.com>
Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
Co-authored-by: Jose Climaco <josepereira@me.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: morock <98119227+mo4rock@users.noreply.github.com>
Co-authored-by: markappmedia <markappmedia@gmail.com>
Co-authored-by: mkomorski <marcin.komorski@pollub.edu.pl>
Co-authored-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
Co-authored-by: pm-priyanka-deshmane <107103300+pm-priyanka-deshmane@users.noreply.github.com>
Co-authored-by: adclusterdev <dev@adcluster.com.tr>
Co-authored-by: v0idxyz <58184010+v0idxyz@users.noreply.github.com>
Co-authored-by: Fatih Kaya <fatih.kaya.84@gmail.com>
Co-authored-by: abermanov-zeta <95416296+abermanov-zeta@users.noreply.github.com>
Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
Co-authored-by: driftpixelai <166716541+driftpixelai@users.noreply.github.com>1 parent 79d4aa6 commit 0dd19e6
358 files changed
Lines changed: 9095 additions & 1580 deletions
File tree
- .github/codeql/queries
- integrationExamples/gpt
- x-domain
- libraries
- devicePixelRatio
- fingerprinting
- ortbConverter
- pbsExtensions/processors
- timezone
- webdriver
- metadata
- modules
- modules
- src
- test/spec
- modules
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 26 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments