Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge master #35

Merged
merged 957 commits into from
Feb 9, 2025
Merged

merge master #35

merged 957 commits into from
Feb 9, 2025

Conversation

pro-nsk
Copy link
Collaborator

@pro-nsk pro-nsk commented Feb 9, 2025

Type of change

  • Bugfix

  • Feature

  • New 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

jlaso and others added 30 commits November 5, 2024 16:54
* don't use localStorage for storing and minimize its use for reading

* don't use localStorage for storing and minimize its use for reading

* restoring value of hadronId in storage (doc)

* making tests pass

* making test pass
Co-authored-by: Gabriel Chicoye <gabriel@macbookrogab24g.lan>
* PB-2782 - added support supply chain

* PB-2782 - added supply chain support - 2
* Create index.js

* Update biddoBidAdapter.js

* Update invamiaBidAdapter.js
* Initial nativoBidAdapter document creation (js, md and spec)

* Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs.

* Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params.

* Changed bidder endpoint url

* Changed double quotes to single quotes.

* Reverted package-json.lock to remove modifications from PR

* Added optional bidder param 'url' so the ad server can force- match an existing placement

* Lint fix. Added space after if.

* Added new QS param to send various adUnit data to adapter endpopint

* Updated unit test for new QS param

* Added qs param to keep track of ad unit refreshes

* Updated bidMap key default value

* Updated refresh increment logic

* Refactored spread operator for IE11 support

* Updated isBidRequestValid check

* Refactored Object.enties to use Object.keys to fix CircleCI testing errors

* Updated bid mapping key creation to prioritize ad unit code over placementId

* Added filtering by ad, advertiser and campaign.

* Merged master

* Added more robust bidDataMap with multiple key access

* Deduped filer values

* Rolled back package.json

* Duped upstream/master's package.lock file ... not sure how it got changed in the first place

* Small refactor of filterData length check. Removed comparison with 0 since a length value of 0 is already falsy.

* Added bid sizes to request

* Fixed function name in spec. Added unit tests.

* Added priceFloor module support

* Added protection agains empty url parameter

* Changed ntv_url QS param to use referrer.location instead of referrer.page

* Removed testing 'only' flag

* Added ntv_url QS param value validation

* Added userId support

* Added unit tests, refactored for bugs

* Wrapped ajax in try/catch

* Added more unit testing

* Updated eid check for duplicate values. Removed error logging as we no longer need it.

* Removed spec test .only. Fixed unit tests that were breaking.

* Added Prebid version to nativo exchange request

* Removed unused bidder methods

* Added OpenRTB payload response. Changes requerst type to POST.

* Removed debug log

* Added/fixed tests

* Handle video mediaType

* Add built renderer files

* Fix no-inner-declarations linting error

* Handle native requests

* Add examples in Nativo readme

* Add 'mediaType' property to tests for compatibility with adapter code

* Remove data URI from VAST XML

* Fix 'no-unused-expressions' lint error

* Fix lint error 'curcly'

* Remove bidder name validation in 'isBidRequestValid' (#4)

* Add GPP consent string to req (#5)

---------

Co-authored-by: Josh <jfledd@gmail.com>
Co-authored-by: Joshua Fledderjohn <jfledderjohn@nativo.com>
* - add gameraRtdProvider

* - allow all site,user and imp to be enriched

* - jsdoc external fn
- consent handling in the gamera script
* modify adUnit infomation

* fix imuid module

* fix spec.js

* fix import

* fix deep.equal

---------

Co-authored-by: Murano Takamasa <takamasa-murano@j0098.geniee.jp>
Co-authored-by: daikichiteranishi <49385718+daikichiteranishi@users.noreply.github.com>
…ers (#12402)

* send ip

* send header

* use proper version

* lint

* example
* Update cadentApertureMXBidAdapter.js

* Update cadentApertureMXBidAdapter_spec.js

* Update cadentApertureMXBidAdapter_spec.js

* Update cadentApertureMXBidAdapter_spec.js
* 51Degrees RTD submodule: optimise ORTB2 enrichment speed by eliminating redundant call

* 51Degrees RTD submodule: mock HEV

---------

Co-authored-by: Bohdan V <25197509+BohdanVV@users.noreply.github.com>
)

This commit updates the WURFL RTD Module to enrich the ortb2.device
object with WURFL data.
* update adapter SmartHub: add aliases

* Smarthub: renaming Smarthub to Attekmi

* fix tests

* add attekmi alias

---------

Co-authored-by: Victor <victor.banudz@smart-hub.io>
* New Bidder:tapnative

* removed duplicate

* new bidder:ehealthcaresolutions
* upgraded vdo.ai prebid adapter to prebid version 9

* linting issues fixed

* refactored code

* removed page visibility and timing function since they are no longer required

* getting coppa from ortb2 object, then fallback to config

* lint issue fixed

* refactored just to rerun CI/CD build

---------

Co-authored-by: rishabhsehrawat1 <rishabh.s@z1tech.com>
* TargetVideo bid adapter

* TargetVideo bid adapter

* TargetVideo bid adapter

* TargetVideo Bid Adapter: Add GDPR/USP support

* TargetVideo Bid Adapter: Add GDPR/USP support tests

* TargetVideo Bid Adapter: Updating margin rule

* Add Brid bid adapter

* Brid adapter requested changes

* BridBidAdapter: switching to plcmt

* Brid Bid Adapter: getUserSyncs method and interpretResponse updates

* Adding missing semicolon
* 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
* init adverxo adapter

* Add support for user sync

* Make host parameter optional

Introduce new aliases and an auction url for each.

* Set skipPbsAliasing=true for aliases

We will also have the aliseses in pbs.

* Add new alias
antoinezaz and others added 29 commits January 24, 2025 08:26
* use ortb converter lib on Ogury adapter

* override site.page with current location when publisher overrides ortb2 object with wrong values
* Added library

* updated bidderUtils and used it in some adapters

* added library functions to several new adapters

* added library functions to several new adapters

* added library functions to several new adapters

* added support of bcat, bapp, badv, battr

* fix playdigo unit tests
* update adapter SmartHub: add aliases

* Attekmi: add new adapter Adinify

---------

Co-authored-by: Victor <victor.banudz@smart-hub.io>
Using single quotes leads to issues with `%%PATTERN:url%%`, as `encodeURIComponent(`'___"`)` does not encode single quotes and therefore results in syntax errors when a URL contains a single quote.
…#12690)

* priceFloors: pass floor request parameters to inverse adjustment function

* priceFloors: add support for per-mediatype/format floors in ortbConverter

* PBS adapter: support mediaType/format level floors

* do not import ortbConverter from priceFloors; cleanup tests
…#12695)

* hotfix: Determine bid mtype based on ad markup

* hotfix: Determine mediaType only when no context.mediaType

* hotfix: Determine mediaType only when no context.mediaType and no bid.mtype

* hotfix: Fix unit test for mediaType

* hotfix: Check if adm contains any of vast keywords

* hotfix: Add unit test

* hotfix: Add unit test

* hotfix: Remove dur from vast keywords
* Richaudience Bid Adapter: test/spec change in user eids

* Richaudience Bid Adapter: change in user eids
* Attekmi: add Addigi alias

* linter error fix

---------

Co-authored-by: Victor <victor.banudz@smart-hub.io>
* teal adapter initial commit

* testMode update

alignment of stored-imp and stored-response

* add tests

* enhanced error handling

* add subAccount param

* coop_sync -> false

* Update tealBidAdapter.md
* chore: update `getAudiencesAsBidderOrtb2` implementation and test

* chore: use provided tag insertion method

* fix: add `airgrid` to `_approvedLoadExternalJSList`

* fix: use 'sdk' path if no publisherId is provided

* fix: use accountId as path param for script url

* fix: assign edktInitializor props before `loadExternalScript` call

* fix: set `edktInitializor.invoked` before calling `loadExternalScript`

* fix: restore method for setting `user.ext.data`
feat: extend module data setting using `user.keywords` for appnexus

* fix: rollback changes to data setting method

* replace AG TCF ID with MiQ TCF ID (AirGrid acquired by MiQ)

---------

Co-authored-by: naripok <fernando.canteruccio@gmail.com>
…serIdAsEids not (#12705)

* handle the case when userId is set, but userIdAsEids not

* fix linter errors

* fix remaining linter error
* New adapter: concepx

* Syntax change

* Revert syntax change

* Defensive check for response from bidder server

* Add better validation for the request

* Merge branch 'master' of https://github.com/prebid/Prebid.js

* Don't append url on every buildrequest

* Add gvlId to conceptX

* Update conceptxBidAdapter.js

Defensice check

* Update conceptxBidAdapter.js

Reverse the check
* Update ttdBidAdapter.js

* Update ttdBidAdapter.js

* Update ttdBidAdapter.js

* Update ttdBidAdapter.js

* Update ttdBidAdapter.js

* Update ttdBidAdapter_spec.js

* Update ttdBidAdapter_spec.js

* Update ttdBidAdapter.js

* Update ttdBidAdapter.js

* whitespace
Co-authored-by: dev <dev@adsrv.org>
…ces (#12727)

* Prebid Server adapter: fix bug with disabling some of multiple instances

* Fix validation
…ge events for user ids (#12704)

* Fixed consent query params; Refactored post message events for eids

* pr changes

* update tests

* refactor

* renaming event

* fix unit tests - size prop is not supported in all browsers
* Nodals AI RTD Module, implementation and tests

* Move iteration over ad unit array to external library

* Change production endpoint hostname

* Add tests for override properties

* Lint fixes

* Updated endpoint response payload

* Fix typo

* Adjustment made to deps structure

* Linting fix

* Lint fix

* Added missing documentation file

* Change case of object reference

* Updated variable names

* Pass user consent object to library

* Fix lint errors

* Use Prebid utility to set page URL fact

* Remove unrequired comment

* Add the module to the allow list to request external Javascript

* External script loading disclosure.

* Remove unrequired log statement

* Updated disclosure message

* Linting

---------

Co-authored-by: slimkrazy <sam@nodls.ai>
* r2b2 analytic adapter

* fix import

* fix lint errors

* cache ttl, call depth, options warnings

* callDepth doc comment

* lint fix

---------

Co-authored-by: jenda <jan.schotterl@r2b2.cz>
@pro-nsk pro-nsk merged commit a089a8c into Alkimi-Exchange:master Feb 9, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment