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

Update grupawp fork of Prebid.js #28

Merged
merged 863 commits into from
Jul 3, 2023
Merged

Conversation

wojciech-bialy-wpm
Copy link

No description provided.

slimkrazy and others added 30 commits April 12, 2023 06:09
* Explicitly manage storage of ConnectID

* Addressed initial PR feedback

* Documentation update

* Address consent logic issues

* Prevent storage of empty object response from UPS

* Change storage key to match module name.

---------

Co-authored-by: slimkrazy <[email protected]>
* Remove the cookie storage for data.

* Clean up error checking on return JSON data.

* Code cleanup
…9703)

* Add support for bidswitch id

* Add test

* Update liveIntentIdSystem_spec.js

* Fix test

* Add medianet cookie

* Change atype from 508 to 3

* Revert version change in package-lock.json

* Add bidswitch.com and media.net examples

* Customer request: change bidswitch.com to bidswitch.net

---------

Co-authored-by: Viktor Dreiling <[email protected]>
Co-authored-by: Viktor Dreiling <[email protected]>
… issue (#9798)

* Resolving getStorageManager invocation issue

* Lint

* MODULE_TYPE -> moduleType
…ow in Renderer (#9769)

* disable the requirement for having a url, when enabling renderNow in the Renderer

* kick off circleci

---------

Co-authored-by: Chris Huie <[email protected]>
* supports multiple setup listeners

* adds length check
* Pub-X Bid Adapter: adding page url support

* Refactored to use site.page

* Update pubxBidAdapter.js

getting circleci to run

---------

Co-authored-by: Patrick McCann <[email protected]>
* Return all bids

* Adjust findMatch function

* Return all buds unit testing

* Responds to review comments

* Unit test adjustments

* Remove extra line for lint

* minor changes

* doh

---------

Co-authored-by: Robert Ray Martinez III <[email protected]>
* openxBidAdapter: update to OpenRTB adapter

* remove skipped tests
* Add IVS bid adapter

* Fix publisherId in test parameters
…r response (#9808)

Currently, our PBJS adapter code expects to receive a property called 'dealCode' where our bidder emits 'deal' instead.
We've updated our backend to temporary emit both dealCode & deal but long term we'd like to align to use 'deal 'across all integrations.
* pageURL pull from topmostLocation

* Kargo: Support for client hints (#9)

* Starting SUA support

* Kargo: Adding support for client hints

* Adding tests for sua

* Kargo: Update referer logic

* Refactor of Kargo Prebid adapter.

* PR comments addressed.

* Feedback addressed.

* Pr comments addressed.

* Continuing refactor of Kargo Bid adapter.

* Logic adjustment to exclude values when not present. Relying on server defaults.

* Updating unit tests.

* PR feedback addressed.

* Refactoring bid adapter functions.

* PR feedback addressed.

* Additional refactoring.

* Refactoring for each to use Object entries.

* Minor fixes.

* Minor fixes.

* Minor fixes.

* TDID and linting updates

* Conflicts resolved with master.

* Re-adding raw CRB storage (#14)

* Updating shared IDs object name

* Fixing missing ad markup

* Removing package json changes. Fixing unit tests broken by recent changes.

* Linting

* send requestCount even when it is 0 for BTO (#18)

* Reverting package.json change

* Reverting package-lock.json changes

* Cleanup

* Test cleanup

* Test fix

Test fix

All tests fixed

* Adding test for TDID

* Resolving merge issue

---------

Co-authored-by: Neil Flynn <[email protected]>
Co-authored-by: Julian Gan <[email protected]>
* 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
* 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
* rewrite the adapter to use ortbConverter

* Eskimi: fix `isBidRequestValid`

* Eskimi: fix request validation tests

---------

Co-authored-by: Sekandar <[email protected]>
* feat: add adunit specific fpd support [PB-1387]

* feat: move duplicate code to its function [PB-1387]

---------

Co-authored-by: shahin.rahbariasl <[email protected]>
pm-nitin-nimbalkar and others added 29 commits June 19, 2023 14:44
… in bidrequest if slot is fledge enabled) (#9942)

* Added support for sending AE:1 in bidrequest if slot is fledge enabled

* PubMatic bid Adapter - Lint issue resolved
* RTB House Bid Adapter: fledgeConfig default values

* RTB House Bid Adapter: adapter doc update
* New adapter: concepx

* Syntax change

* Revert syntax change

* Defensive check for response from bidder server
* Add FreePass Bid Adapter

* Add note about FreePass IdSystem

* Unrequire userId

* Add test flag

* Update official maintainer email

* Update official bidder service URL

* No credentials

Client does not need to send credentials

* Add md code type

Trigger ci

* Replace double with single quotes

* Append js to import

* Build mock request in local scope

* Update maintainer email
* Rubicon Bid Adapter GPP support

* Add gpp to ordered params

* Unit test multiple sids
* feat: ix bid adapter multiformat implemented

* feat: multiformat support in single request implemented

* resolved merge conflicts after tid change

* chore: fixed merge conflicts

---------

Co-authored-by: Chris Corbo <[email protected]>
* 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
* Add Adman bid adapter

* Add supportedMediaTypes property

* Update ADman Media bidder adapter

* Remove console.log

* Fix typo

* revert package-json.lock

* Delete package-lock.json

* back to original package-lock.json

* catch pbjs error

* catch pbjs error

* catch pbjs error

* log

* remove eu url

* remove eu url

* remove eu url

* remove eu url

* remove eu url

* Update admanBidAdapter.js

add consnet to sync url

* Update admanBidAdapter.js

fix import

* Update admanBidAdapter.js

lint fix

* Update admanBidAdapter.js

lint fix

* Update admanBidAdapter.js

check consent object data availability

* сompatible with prebid v5

* add Lotame Panorama ID

* update getUserSyncs

* fix

* fix tests

* remove package-lock.json

* update sync url

* update test

* add idx (UserID Module)

* update tests

* remove traffic param

* handle transactionID param

* send transactionID param in imp.ext

* rename transactionID to transactionId

* update tests

---------

Co-authored-by: minoru katogi <[email protected]>
Co-authored-by: minoru katogi <[email protected]>
Co-authored-by: ADman Media <[email protected]>
Co-authored-by: SmartyAdman <[email protected]>
Co-authored-by: SmartyAdman <>
* Make id priority configurable

* Use mocked modules

* Support provided ext for medianet, uid2 and bidswitch eid.uid

* Add support for magnite id

* Delete unused findEid function

* Add a tests for getEncryptedEidsForSource

* Extract constant for the provider domain

* Make updatePPID take priority into account

* Compute effective priority only once and handle aliases

* Fix after merge

* Use Map#has instead of Map#get

* Remove duplicate test

* Add tests

* Run linter
* TL-35335: Cast playbackmethod as array

* TL-36204: Copy tid to imp extension obj

* Added support for entire ortb2Imp obj

* Only setting what exists in ortb2Imp.ext

* Added additional test to check copy of entire ext obj

* Revert "TL-36204: Copy tid to imp extension object"

* TL-36484: Add query string param signal for fledge

* Changed unit test language

* TL-36516: Add GPP Signals to sync endpoint

* minor revision

* Added URI encoding for GPP sid

* Optimizing filter algorithm

---------

Co-authored-by: nllerandi3lift <[email protected]>
Co-authored-by: Nick Llerandi <[email protected]>
* added: enableCookieStorage parameter

* eslint fix

* added: tests for enableCookieStorage parameter

---------

Co-authored-by: Eyvaz Ahmadzada <[email protected]>
* mediasquare Bid Adapter: add increment + code refactory

* Mediasquare Bid Adapter: add increment + code refactory
* share CMP client code

* consentManagementGpp: fetch section data

* mock out getSection for legacy tests

* Make gppConsent available as an activity param; also fix various test suites to set up during set up

* gppControl_usnat

* load all section data (instead of trying to figure out what is applicable)

* Do not expect top window to be accessible

* update usnat consent interpretation

* Update activityControls.js

* Update activityControls.js

* Update activityControls_spec.js

* Update activityControls.js

* Update activityControls.js

* Update activityControls_spec.js

* Update activityControls.js

* Update activityControls.js

* Update activityControls.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls_spec.js

* Update activityControls.js

* Update activityControls_spec.js

* Update activityControls.js

* Update activityControls.js

* Update activityControls.js

---------

Co-authored-by: Patrick McCann <[email protected]>
* oxxion Filtering

* fix test while video is activated

* fix init

* add details

* fix typo

* remove md5
)

* feat(module): multi size request

* fix getUserSyncs
added tests

* update(module): package-lock.json from master

* feat(module): VidazooBidAdapter - send top query params to server

* multi poc

* feat: added support for single request.

* feat: change to bids.

* change to if else

* Fixed test

---------

Co-authored-by: Udi Talias <[email protected]>
Co-authored-by: roman <[email protected]>
* EX-4755 Add: forwarding of auction id and transaction id as transaction ids for source and impression objects in the request

* EX-4755 Change: source of impression level tid for forwarding

* EX-4755 Change: source of auction level tid for forwarding

* EX-4755 Refactor: unit test description
* Trafficgate Bid Adapter: move to OpenRTB Converter

* Trafficgate Bid Adapter: move to OpenRTB Converter

* Trafficgate Bid Adapter: move to OpenRTB Converter

---------

Co-authored-by: vlad <[email protected]>
@wojciech-bialy-wpm wojciech-bialy-wpm merged commit 99801d1 into grupawp:master Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment