-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Prebid 5.0 #6999
Prebid 5.0 #6999
Commits on May 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 296a5fa - Browse repository at this point
Copy the full SHA 296a5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56358bc - Browse repository at this point
Copy the full SHA 56358bcView commit details -
Lemma Bid Adapter: accepting the floor to use the getFloor function (#…
…6497) * lemmaBidAdapter.js Added lemma bid adapter file * lemmaBidAdapter.md Added lemma bid adapter md file * lemmaBidAdapter_spec.js Added lemma bid adapter test spec file * Update lemmaBidAdapter.js Fixed automated code review alert comparison between inconvertible types * Update lemmaBidAdapter.js Fixed review changes * Update lemmaBidAdapter.md Correct parameter value. * Update lemmaBidAdapter.js Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter_spec.js Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter.md Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter.js Added user sync support into bid adapter. * updated include modules file extension. updated include modules js file extension. * Update lemmaBidAdapter_spec.js Added unit test for user sync feature. * Update lemmaBidAdapter.js Fixed format error. * Update lemmaBidAdapter_spec.js Fixed format error and typo error. * Set mediaType key value into bid object Set mediaType key value into the bid object. * Update lemmaBidAdapter.js remove duplicate function * Update lemmaBidAdapter.js Remove non supported code. * Update lemmaBidAdapter_spec.js Remove GDPR test cases. * Update lemmaBidAdapter.js Made changes for accepting the floor to use the getFloor function * Update lemmaBidAdapter.js correct undefined keyword name. * Update lemmaBidAdapter_spec.js Added test coverage floor value * Update lemmaBidAdapter.js Remove trailing spaces on lines 379 and 381. * Update lemmaBidAdapter_spec.js Added getFloor function test case changes, Please review it. * Update lemmaBidAdapter_spec.js * Update lemmaBidAdapter.js * Update lemmaBidAdapter.js Fixed lint issue. * Update lemmaBidAdapter_spec.js Fixed test cases. * Update lemmaBidAdapter_spec.js Made suggested changes. Please review it. Co-authored-by: Abhijit Mane <abhipucsd.123@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a28ac01 - Browse repository at this point
Copy the full SHA a28ac01View commit details -
Mediasquare Bid Adapter: fix getUserSyncs issue with empty bids + add…
… metrics to onBidWon Event (#6480) * Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event * Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event * removing status as it does not seem populated when called * add tests
Configuration menu - View commit details
-
Copy full SHA for 50bebfd - Browse repository at this point
Copy the full SHA 50bebfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b8363 - Browse repository at this point
Copy the full SHA e6b8363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7acb374 - Browse repository at this point
Copy the full SHA 7acb374View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb65db - Browse repository at this point
Copy the full SHA dfb65dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f646d89 - Browse repository at this point
Copy the full SHA f646d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc65bc - Browse repository at this point
Copy the full SHA dfc65bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3683266 - Browse repository at this point
Copy the full SHA 3683266View commit details -
Adloox Analytics Adapter: add new analytics adapter (#6308)
* gulp: fix supplying list of browsers to test against The following now works: gulp test --browserstack --nolint --nolintfix --browsers=bs_ie_11_windows_10 --file 'test/spec/modules/adloox{AnalyticsAdapter,AdServerVideo,RtdProvider}_spec.js' * instreamTracking: unit test tidy From @robertrmartinez in #6308 (comment) * adloaderStub: expose stub for other unit tests to use From @robertrmartinez in #6308 (comment) * Adloox analytic module
Configuration menu - View commit details
-
Copy full SHA for e9cf472 - Browse repository at this point
Copy the full SHA e9cf472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aef678 - Browse repository at this point
Copy the full SHA 3aef678View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa300f - Browse repository at this point
Copy the full SHA aaa300fView commit details -
Admixer ID System: add userId submodule (#6238)
* Migrating to Prebid 1.0 * Migrating to Prebid 1.0 * Fix spec * add gdpr and usp * remove changes in gdpr_hello_world.html * Update gdpr_hello_world.html add spaces * add user syncs * remove comments * tests * admixer id system * admixer id system * admixer id system eids.md userId.md * admixer id system .submodules.json * admixer id system Co-authored-by: atkachov <atkachov91@admixer.ua>
Configuration menu - View commit details
-
Copy full SHA for c81245c - Browse repository at this point
Copy the full SHA c81245cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc847c2 - Browse repository at this point
Copy the full SHA bc847c2View commit details -
Pubxai Analytics Adapter: bug fixes and code revamp (#6474)
* Updated PubxAiAnalytics adapter - Bug fixes and Code restructuring * Updated endpoint URLs * Changed array.includes to array.indexOf to fix IE issue * Code cleanup and changes as suggested. * Updated browser testing order and edge browser token
Configuration menu - View commit details
-
Copy full SHA for b5956c4 - Browse repository at this point
Copy the full SHA b5956c4View commit details -
PBJS Core: canBidderRegisterSync ignoring iframe sync disabled by def…
…ault (#6535) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Update userSync.js * Update userSync_spec.js
Configuration menu - View commit details
-
Copy full SHA for 160bdce - Browse repository at this point
Copy the full SHA 160bdceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 696571d - Browse repository at this point
Copy the full SHA 696571dView commit details -
Tappx Bid Adapter: minor updates and universal id added (#6504)
* UPDATE: add initial UID * UPDATE: UID change user ext * UPDATE: UID clean logs * UPDATE: add host info * UPDATE: tappx bid adapter universal id * UPDATE: fix bidder param * UPDATE: tappxBidAdapter tests * tappxBidAdapter - fix spacing * tappxBidAdapter: add test user eids array * tappxBidAdapter: update eids array * FIX: package-lock.json Co-authored-by: marc_tappx <marc@tappx.com>
Configuration menu - View commit details
-
Copy full SHA for f93248f - Browse repository at this point
Copy the full SHA f93248fView commit details -
Impactify Bid Adapter: add new bid adapter (#6518)
* Add impactify adapter with MD file * Add impactify adapter
Configuration menu - View commit details
-
Copy full SHA for 1ac840b - Browse repository at this point
Copy the full SHA 1ac840bView commit details -
Mike Chowla authored and idettman committed
May 21, 2021 Configuration menu - View commit details
-
Copy full SHA for c75941e - Browse repository at this point
Copy the full SHA c75941eView commit details -
Mike Chowla authored and idettman committed
May 21, 2021 Configuration menu - View commit details
-
Copy full SHA for e9b4c7d - Browse repository at this point
Copy the full SHA e9b4c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e8bfa5 - Browse repository at this point
Copy the full SHA 1e8bfa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce99cb - Browse repository at this point
Copy the full SHA 8ce99cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91cbf94 - Browse repository at this point
Copy the full SHA 91cbf94View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e6458 - Browse repository at this point
Copy the full SHA b6e6458View commit details -
Mass Deal Rendering Module: support multiple custom configs for dealI…
…d and rendering (#6500)
Configuration menu - View commit details
-
Copy full SHA for 6c0ce2f - Browse repository at this point
Copy the full SHA 6c0ce2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0086572 - Browse repository at this point
Copy the full SHA 0086572View commit details -
Adnuntius Bid Adapter: Fix for bid too low. (#6557)
* Added automatic tzo and targetId to adserver request. * Fixing issues with bid price being too low. * Fixing issues with bid price being too low.
Configuration menu - View commit details
-
Copy full SHA for 163238a - Browse repository at this point
Copy the full SHA 163238aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf1be4 - Browse repository at this point
Copy the full SHA 3bf1be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b1ae10 - Browse repository at this point
Copy the full SHA 8b1ae10View commit details -
adWMG Bid Adapter: update endpoints for cookie sync (#6544)
* Support floorCPM parameter, fix some minor bugs * fix space-in-parens circleci error * example fix * clean usersync URL * spaces * spaces * add new unit tests, compatibility with IE11 * remove logInfo * Check for floorCPM value * Check params before sending * New endpoints * code format * new endpoint for cookie sync * update tests Co-authored-by: Mikhail Dykun <m.dykun@wmgroup.us>
Configuration menu - View commit details
-
Copy full SHA for d45af3f - Browse repository at this point
Copy the full SHA d45af3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fe1dc - Browse repository at this point
Copy the full SHA 96fe1dcView commit details -
Sortable Bid Adapter: add eids support (#6565)
* Add Sortable adapter for Prebid 3.x Update tests to reflect changes. * Add .js in imports * hostname not host: don't include port * Trivial change to trigger build: failure wasn't our adapter * More failures in other adapters * PR Feedback - use https for URL - fix examples in markdown - request to endpoint should work now * Feedback: add native and video examples * Update unit tests Co-authored-by: Shannon Broekhoven <shannon@sortable.com>
Configuration menu - View commit details
-
Copy full SHA for 78f4492 - Browse repository at this point
Copy the full SHA 78f4492View commit details -
Outbrain Bid Adapter: replacing Zemanta (#6558)
Rok Sušnik authored and idettman committedMay 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 417ae35 - Browse repository at this point
Copy the full SHA 417ae35View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1af4c4 - Browse repository at this point
Copy the full SHA d1af4c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e2485 - Browse repository at this point
Copy the full SHA b8e2485View commit details -
ATS-identityLinkIdSystem - add use3P config property to control firin…
…g of 3P envelope endpoint (#6568)
Configuration menu - View commit details
-
Copy full SHA for ddfeeab - Browse repository at this point
Copy the full SHA ddfeeabView commit details -
Proxistore Bid Adapter: add support for tcf v2 consent (#6543)
* use tcf v2 consent * set cosentGiven to false and test Gdpr api v2
Configuration menu - View commit details
-
Copy full SHA for 866af99 - Browse repository at this point
Copy the full SHA 866af99View commit details -
BlueBillyWig Bid Adapter: add renderer customization options (#6540)
* add Blue Billywig adapter * Blue Billywig Adapter - update according to review feedback * Blue Billywig Adapter - update to try and pass CircleCI * Remove the last for .. of in bluebillywigBidAdapter.js, hopefully... * Update bluebillywigBidAdapter test parameters to match renderer to rendererCode rename * Blue Billywig - Also pass through site config with OpenRTB request * add Blue Billywig adapter * Blue Billywig Adapter - update according to review feedback * Blue Billywig Adapter - update to try and pass CircleCI * Remove the last for .. of in bluebillywigBidAdapter.js, hopefully... * Code quality update, always hit user syncs, improved video params * Remove unnecessary export * Add rendererSettings param to bluebillywig adapter * Kick off CircleCi tests manually Co-authored-by: Klaas-Jan Boon <klaas-janboon@ip-172-16-224-85.eu-west-1.compute.internal> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for feba9c5 - Browse repository at this point
Copy the full SHA feba9c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 159e13d - Browse repository at this point
Copy the full SHA 159e13dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e67aa8 - Browse repository at this point
Copy the full SHA 9e67aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 661f1d6 - Browse repository at this point
Copy the full SHA 661f1d6View commit details -
Welect Bid Adapter: update url of API (#6570)
* update api url * update api url in tests
Configuration menu - View commit details
-
Copy full SHA for 9c6f4c5 - Browse repository at this point
Copy the full SHA 9c6f4c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd326a - Browse repository at this point
Copy the full SHA 0bd326aView commit details -
Adtelligent Bid Adapter: add adUrl support & new alias (#6559)
* add adUrl support * add adUrl test
Configuration menu - View commit details
-
Copy full SHA for 4b17b52 - Browse repository at this point
Copy the full SHA 4b17b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bcb557 - Browse repository at this point
Copy the full SHA 7bcb557View commit details -
Outbrain Bid Adapter: only trigger nurl ajax call if nurl is present (#…
Rok Sušnik authored and idettman committedMay 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 3f48416 - Browse repository at this point
Copy the full SHA 3f48416View commit details -
LiveWrapper Bid Adapter: add US privacy and Coppa support (#6569)
* Livewrapped bid and analytics adapter * Fixed some tests for browser compatibility * Fixed some tests for browser compatibility * Changed analytics adapter code name * Fix double quote in debug message * modified how gdpr is being passed * Added support for Publisher Common ID Module * Corrections for ttr in analytics * ANalytics updates * Auction start time stamp changed * Detect recovered ad blocked requests Make it possible to pass dynamic parameters to adapter * Collect info on ad units receiving any valid bid * Support for ID5 Pass metadata from adapter * Typo in test + eids on wrong level * Fix for Prebid 3.0 * Fix get referer * http -> https in tests * Native support * Read sizes from mediatype.banner * Revert accidental commit * Support native data collection + minor refactorings * Set analytics endpoint * Support for app parameters * Fix issue where adunits with bids were not counted on reload * Send debug info from adapter to external debugger * SChain support * Send GDPR data in analytics request * video support Video support * Report back floor via analytic * Send auction id and adunit/bidder connection id * Criteo id support * Updated example * livewrapped Analytics Adapter info file * Livewrapped gvlid * Us Privacy and Coppa support
Configuration menu - View commit details
-
Copy full SHA for 1b4ef87 - Browse repository at this point
Copy the full SHA 1b4ef87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e9d01 - Browse repository at this point
Copy the full SHA 20e9d01View commit details -
TrustX Bid Adapter: support new format request (#6556)
* Add trustx adapter and tests for it * update integration example * Update trustx adapter * Post-review fixes of Trustx adapter * Code improvement for trustx adapter: changed default price type from gross to net * Update TrustX adapter to support the 1.0 version * Make requested changes for TrustX adapter * Updated markdown file for TrustX adapter * Fix TrustX adapter and spec file * Update TrustX adapter: r parameter was added to ad request as cache buster * Add support of gdpr to Trustx Bid Adapter * Add wtimeout to ad request params for TrustX Bid Adapter * TrustX Bid Adapter: remove last ampersand in the ad request * Update TrustX Bid Adapter to support identical uids in parameters * Update TrustX Bid Adapter to ignore bids that sizes do not match the size of the request * Update TrustX Bid Adapter to support instream and outstream video * Added wrapperType and wrapperVersion parameters in ad request for TrustX Bid Adapter * Update TrustX Bid Adapter to use refererInfo instead depricated function utils.getTopWindowUrl * HOTFIX for referrer encodind in TrustX Bid Adapter * Fix test for TrustX Bid Adapter * TrustX Bid Adapter: added keywords passing support * TrustX Bid Adapter: added us_privacy parameter in bid request * TrustX Bid Adapter: fix us_privacy parameter in bid request * Fix alias error for TrustX Bid Adapter * TrustX Bid Adapter: added new request format * TrustX Bid adapter: fix new format endpoint * TrustX Bid Adapter: update md file to support useNewFormat parameter
Configuration menu - View commit details
-
Copy full SHA for d6aec14 - Browse repository at this point
Copy the full SHA d6aec14View commit details -
FeedAd Bid Adapter: add support for GDPR/TCF 2.0 & remove video suppo…
…rt (#6538) * added file scaffold * added isBidRequestValid implementation * added local prototype of ad integration * added implementation for placement ID validation * fixed video context filter * applied lint to feedad bid adapter * added unit test for bid request validation * added buildRequest unit test * added unit tests for timeout and bid won callbacks * updated bid request to FeedAd API * added parsing of feedad api bid response * added transmisison of tracking events to FeedAd Api * code cleanup * updated feedad unit tests for buildRequest method * added unit tests for event tracking implementation * added unit test for interpretResponse method * added adapter documentation * added dedicated feedad example page * updated feedad adapter to use live system * updated FeedAd adapter placement ID regex * removed groups from FeedAd adapter placement ID regex * removed dedicated feedad example page * updated imports in FeedAd adapter file to use relative paths * updated FeedAd adapter unit test to use sinon.useFakeXMLHttpRequest() * added GDPR fields to the FeedAd bid request * removed video from supported media types of the FeedAd adapter * increased version code of FeedAd adapter to 1.0.2 * removed unnecessary check of bidder request * fixed unit test testing for old FeedAd version * removed video media type example from documentation file * added gvlid to FeedAd adapter
Configuration menu - View commit details
-
Copy full SHA for 8ba998e - Browse repository at this point
Copy the full SHA 8ba998eView commit details -
Ats optional 3p endpoint - keep default behavior the same (#6586)
* ATS-identityLinkIdSystem - add use3P config property to control firing of 3P envelope endpoint * ATS-identityLinkIdSystem - add notUse3P config property to control firing of 3P envelope endpoint
Configuration menu - View commit details
-
Copy full SHA for 2e9b5ab - Browse repository at this point
Copy the full SHA 2e9b5abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e709ad - Browse repository at this point
Copy the full SHA 3e709adView commit details -
Pbjs Core: add new API to return the highest unused bid for a given a…
…dunit (#6342) * feat: add new API to return the highest unused bid for a given adunit code * feat: add unit tests for new API
Configuration menu - View commit details
-
Copy full SHA for a883da5 - Browse repository at this point
Copy the full SHA a883da5View commit details -
Adpone Bid Adapter: remove usersync and pass gpdr via querystring (#6326
Configuration menu - View commit details
-
Copy full SHA for 063a455 - Browse repository at this point
Copy the full SHA 063a455View commit details -
Yieldmo bid adapter: set outstream renderer. (#6566)
- adapter maintainer email: opensource@yieldmo.com
Configuration menu - View commit details
-
Copy full SHA for 936ec6d - Browse repository at this point
Copy the full SHA 936ec6dView commit details -
Richaudience Bid Adapter: add new config UserSync (#6523)
* Add new config UserSync * Solved lint errors * Solved lint errors 2 * Solved lint errors 3 * Add changes * Add changes 2 * Add changes 3 * Add changes 4 * Add changes 5 * Solved issues Co-authored-by: sgimenez <sergi.gimenez@richaudience.com>
Configuration menu - View commit details
-
Copy full SHA for 7b024ce - Browse repository at this point
Copy the full SHA 7b024ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1e4fc - Browse repository at this point
Copy the full SHA cb1e4fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a680f - Browse repository at this point
Copy the full SHA d9a680fView commit details -
Deepintent ID System: add new ID module (#6537)
* initial commit * feat(deepintent-dpes): adds deepintent user id module * chore(code-cleanup): removed console logs * eids config added * fix for passing the eids * docs added with minor change * tests added * remaining conflict resolution * kick off circle-ci tests manually * fix linting error * changed the atype to 3 * tests added for eids_spec.js * Change the language * added cacheIdObject signature * changed test cases * eIds passing added to adapter * docs changed removed params not required * doc added * docs added in userId base * user id tests added * lint fixes * lint fixes * code review comments fix Co-authored-by: Sourabh Gandhe <sourabh@Sourabhs-MacBook-Pro.local> Co-authored-by: ChinmoyDebnath <chinmoy@lightbeam.ai> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc2f977 - Browse repository at this point
Copy the full SHA bc2f977View commit details -
Update spotxBidAdpter renderer url to ensure onLoad is always called. (…
…#6592) Co-authored-by: Nick Peceniak <npeceniak@spotx.tv>
Configuration menu - View commit details
-
Copy full SHA for fae7f79 - Browse repository at this point
Copy the full SHA fae7f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107b24a - Browse repository at this point
Copy the full SHA 107b24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 433d31c - Browse repository at this point
Copy the full SHA 433d31cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b65c466 - Browse repository at this point
Copy the full SHA b65c466View commit details -
Configuration menu - View commit details
-
Copy full SHA for d70573f - Browse repository at this point
Copy the full SHA d70573fView commit details -
Add videoCacheKey back to bid response when using spotx as cache serv…
…er (#6605) Co-authored-by: Nick Peceniak <npeceniak@spotx.tv>
Configuration menu - View commit details
-
Copy full SHA for 61fb762 - Browse repository at this point
Copy the full SHA 61fb762View commit details -
Nativo Bid Adapter: add new bid adapter (#6542)
* 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.
Configuration menu - View commit details
-
Copy full SHA for 94e39dd - Browse repository at this point
Copy the full SHA 94e39ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b7926 - Browse repository at this point
Copy the full SHA 93b7926View commit details -
Sharethrough Bid Adapter: add support for COPPA (#6602)
* Pass COPPA flag to Ad Server [#177598971] * Send true instead of 1 * Upgrade adapter version number
Mathieu Pheulpin authored and idettman committedMay 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 0bdd194 - Browse repository at this point
Copy the full SHA 0bdd194View commit details -
tappx Bid Adapter: add video instream support and update testing (#6580)
* tappxBidAdapter : update tests adding video * tappxBidAdapter : add video instream * tappxBidAdapter : update tappx md doc * tappxBidAdapter: Fix Newline required eol-last * tappxBidAdapter: update tests User sync and video reqs * tappxBidAdapter: Extra space after fix Co-authored-by: marc_tappx <marc@tappx.com>
Configuration menu - View commit details
-
Copy full SHA for c7e6e89 - Browse repository at this point
Copy the full SHA c7e6e89View commit details -
Halo RTD Module: FPD 2.0 Updates & add ID system tests (#6505)
* fix appnexus segment field format * ortb2 fpd updates * update halo ntegration example * fix cached id naming & access * gvlid storageManager and get/set update * getConfig update * re-order exports * stub local storage methods
Anthony Lauzon authored and idettman committedMay 21, 2021 Configuration menu - View commit details
-
Copy full SHA for fd28fcc - Browse repository at this point
Copy the full SHA fd28fccView commit details -
Zemanta bid adapter: reinstate Outbrain as alias (#6617)
Rok Sušnik authored and idettman committedMay 21, 2021 Configuration menu - View commit details
-
Copy full SHA for d2dc2f2 - Browse repository at this point
Copy the full SHA d2dc2f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad99f1 - Browse repository at this point
Copy the full SHA 4ad99f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ffd841 - Browse repository at this point
Copy the full SHA 7ffd841View commit details -
PBjs Core: added
maxNestedIframes
option (#6615)* PBjs Core: added maxNestedIframes option * change default maxNestedIframes to 10 Co-authored-by: Andrea Fassina <andrea.fassina@nativery.com>
Configuration menu - View commit details
-
Copy full SHA for 533a4fd - Browse repository at this point
Copy the full SHA 533a4fdView commit details -
ID5 User ID module - don't send empty fields to server (#6581)
* for optional fields, only send to servers if populated * adding some logging to id5 submodule to make debugging easier * update user id integration example for id5 to user html5 not cookie * remove .only from tests * remove checks for loginfo since now we are using it more broadly
Configuration menu - View commit details
-
Copy full SHA for 7c2b11c - Browse repository at this point
Copy the full SHA 7c2b11cView commit details -
New Bid Adapter: Shinez (#6597)
* Shinze adapter version 1.0.0 * map for arrays replaced with forEach, fpd temporarily removed * switched to only public interface testing * Usage of URL removed
Configuration menu - View commit details
-
Copy full SHA for d709d78 - Browse repository at this point
Copy the full SHA d709d78View commit details -
refactor user id example to properly receive TCFv2 consent string and…
… other improvements (#6583) * refactor user id example to properly receive TCFv2 consent string by using static consent object - added a list of user id modules' gvl ids to enable consent for them within prebid core - also reformatted the entire document to make it easier to read - added output of the eids array so it's easy to see what's happening * smaller tab size
Configuration menu - View commit details
-
Copy full SHA for b5102f1 - Browse repository at this point
Copy the full SHA b5102f1View commit details -
use sinon local storage stubs for haloid module (#6619)
Anthony Lauzon authored and idettman committedMay 21, 2021 Configuration menu - View commit details
-
Copy full SHA for db8fe3d - Browse repository at this point
Copy the full SHA db8fe3dView commit details -
Adnuntius Bid Adapter: Bug fix ordered response. (#6625)
* Added automatic tzo and targetId to adserver request. * Fixing issues with bid price being too low. * Fixing issues with bid price being too low. * Ad server response places bids in correct placement * Adnuntius Bid Adapter ordered responses * Ad server response places bids in correct placement * Adnuntius Bid Adapter ordered responses * RTD Provider rebase * wrongly merged to master
Configuration menu - View commit details
-
Copy full SHA for a1e1dee - Browse repository at this point
Copy the full SHA a1e1deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 147dcca - Browse repository at this point
Copy the full SHA 147dccaView commit details -
UserId Module: add support for case insensitive submodule names (#6629)
* add support for case insensitive userId names * update unit test
Configuration menu - View commit details
-
Copy full SHA for a0aca93 - Browse repository at this point
Copy the full SHA a0aca93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 690a4b3 - Browse repository at this point
Copy the full SHA 690a4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea92dd - Browse repository at this point
Copy the full SHA 2ea92ddView commit details -
Yieldmo adapter: cut banner bid request parameters in case the url fo…
…r bunner request is too long (#6549) Co-authored-by: Anton Tsymuk <antontsymuk@Antons-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for a4f9750 - Browse repository at this point
Copy the full SHA a4f9750View commit details -
FPD Update - Core/RP Analytics Adapter (#6612)
1) Update core to convert adUnits passed into requestBids (previously only global) 2) Update to RP Analytics adapter to look in ortb2Imp instead of legacy fpd
Configuration menu - View commit details
-
Copy full SHA for 53d74cf - Browse repository at this point
Copy the full SHA 53d74cfView commit details -
ADXCG Bid Adapter: add video & parameter validation & other updates (#…
…6577) * Update adxcgBidAdapter.js * Update adxcgcom .js client side adapter * lgtm review update * check for parameter existenct onBidWon * Update adxcgBidAdapter.js * Update adxcgBidAdapter.js * Update adxcgBidAdapter.md * Update adxcgBidAdapter.md
Configuration menu - View commit details
-
Copy full SHA for be698e8 - Browse repository at this point
Copy the full SHA be698e8View commit details -
Zeta bid adapter: add params to bid request (#6614)
* Submit Zeta Adapter to Prebid * comments addressed * demo changes * additional polishing * additional polishing * Update hello_world.html * remove extraneous changes to hello_world.html * no, really this time * additional polishing * add unit test * update to include additional OpenRTB fields and objects * Update to include addtional OpenRTB fields and objects
Configuration menu - View commit details
-
Copy full SHA for 7da7fc3 - Browse repository at this point
Copy the full SHA 7da7fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1316a36 - Browse repository at this point
Copy the full SHA 1316a36View commit details -
PR_REVIEW: added check for bidder name validity (#6491)
* added check for bidder name validity * adding aliases in-scope for the validity check
Configuration menu - View commit details
-
Copy full SHA for fe21546 - Browse repository at this point
Copy the full SHA fe21546View commit details -
Kobler Bid Adapter: add new bid adapter (#6479)
* Implemented Kobler bidder adapter. * Added missing '' to dealId example in parameters table. * Added information on supporting the Floors module. * Implemented tests for isBidRequestValid. * Implemented tests for inherited functions. * Removed unnecessary conditions and quotation marks. * Added TODO about deciding what to do in debug mode. * Added TODO about checking which currencies are allowed. * Added information on parameters read from the first bid only. * Fixed missing indexing operator when checking if mainSize is 0x0. * Implemented tests for buildRequests. * Implemented tests for interpretResponse. * Implemented tests for onBidWon. * Implemented tests for onTimeout. * Added some missing semicolons. * Removed TODO about allowed currencies. * Removed setting test in debug mode and related TODOs. * Removed optional pos parameter. * Removed optional bidfloor parameter and use floorPrice instead of floorprice. * Added support for multiple deal ID parameters. * Fixed formatting. * Added more explanation about the value of position param. * Moved pos property into Kobler-specific banner extension. * Simplifications based on PR comments. * Use getRefererInfo to get page URL for timeout notifications. * Removed TODO about auction type. * Added information on how to generate a sample bid. * Removed reading currency from currency.adServerCurrency.
Configuration menu - View commit details
-
Copy full SHA for 05e0031 - Browse repository at this point
Copy the full SHA 05e0031View commit details -
sspBC Bid Adapter: update to v4.8, bugfixes, & support for sending pa…
…rams.publisherId (#6575) * add sspbc adapter * tests for sspbc adapter * sspBC adapter v4.5: set correct creativeId, add adomain to bid.meta, set test mode in adexchange, read site SN from bid response * sspBC adapter v4.5: set meta.advertiserDomains, update test to expect bid.meta * sspBC Adapter: add ajax tests (test ad with & without gdpr) * sspBC Adapter: remove ajax tests * Update adapter to v4.6 Update adapter to v4.6 - add notification endpoint - send bidWon and onTimeout notifications - send CMP version to user sync endpoint * Remove console logs for notification events * Change payload data in onTimeout event * Update tests for sspBC adapter Update tests for sspBC adapter: - add onBidWon test - add onTimeout test - alter getUserSyncs test * Update sspBC adapter to v4.7; enable oneCodeId mode; change module name to ensure combatibility with prebid.org downloader * sspBc adapter: Bug fixes in v4.7 - change notification format, fix oneCode detection data, convert slot number to int * sspbc adapter: fix creating bid.crid, when not present in server response * sspbc adapter: add publisher id to payload * sspbc adapter: fix onecode issues (when bid.params is present, but incomplete) * sspbc adapter: code cleanup * sspbc adapter: ver up (4.8) * sspbc-adapter: update doc * [sspbc-adapter] update test settings Co-authored-by: Wojciech Biały <wb@WojciechBialy.local>
Configuration menu - View commit details
-
Copy full SHA for 9b88acb - Browse repository at this point
Copy the full SHA 9b88acbView commit details -
Create module registry: update build to add installModules array to p…
…bjs global (#6601) * - Remove module list comment on build - Add pbjs.installedModules with macro to prebid.js - Update gruntfile to replace macro with module array (if empty array all modules included)) * Removed unused code * Removed comma * Recommitting changes * Updated regex to look for either '|" in macro name. Seems there is a difference between dev/prod
Configuration menu - View commit details
-
Copy full SHA for 3cf41fe - Browse repository at this point
Copy the full SHA 3cf41feView commit details -
SynacorMedia Bid Adapter: Create bid.params.video object if it's not …
…already present on the video request since it's an optional property (#6637)
Configuration menu - View commit details
-
Copy full SHA for 4221a56 - Browse repository at this point
Copy the full SHA 4221a56View commit details -
Prebid Core: Readme.md import name change (#6638)
* Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Delete iasBidAdapter.js * Add files via upload * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for ccaf756 - Browse repository at this point
Copy the full SHA ccaf756View commit details -
PBS Bid Adapter: Stop overriding s2sconfig.enabled from vendor defaul…
…ts (#6622) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Delete iasBidAdapter.js * Add files via upload * Update index.js
Configuration menu - View commit details
-
Copy full SHA for e76172f - Browse repository at this point
Copy the full SHA e76172fView commit details -
RP Bid Adapter: Bug fix for parsing ortb2.user.data (#6643)
* Bug fix when parsing FPD data. Check for taxonomyname existence prior to match * Lint check
Configuration menu - View commit details
-
Copy full SHA for 94dc871 - Browse repository at this point
Copy the full SHA 94dc871View commit details -
AdRiver Bid Adapter: add new bid adapter (#6514)
* AdRiver Bid Adapter: initial prebid.js integration * Added AdRiver Bid Adapter * AdRiver Bid Adapter: update getting floor, via getFloor() * Added internal method _getFloor() * Update test for getFloor() * Remove old currency logic * AdRiver Bid Adapter: update adriverBidAdapter.md * Delete old test parameters * AdRiver Bid Adapter: add meta.advertiserDomains * Added parameter meta.advertiserDomains to interpretResponse * Update test for meta.advertiserDomains
Configuration menu - View commit details
-
Copy full SHA for 447eea9 - Browse repository at this point
Copy the full SHA 447eea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a96bf - Browse repository at this point
Copy the full SHA 60a96bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f1451 - Browse repository at this point
Copy the full SHA a0f1451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96192df - Browse repository at this point
Copy the full SHA 96192dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f18b978 - Browse repository at this point
Copy the full SHA f18b978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 967ba53 - Browse repository at this point
Copy the full SHA 967ba53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be3eb1 - Browse repository at this point
Copy the full SHA 9be3eb1View commit details -
Qwarry Bid Adapter: added gdpr field (#6635)
* qwarry bid adapter * formatting fixes * fix tests for qwarry * qwarry bid adapter * add header for qwarry bid adapter * bid requests fix * fix tests * response fix * fix tests for Qwarry bid adapter * add pos parameter to qwarry bid adapter * qwarryBidAdapter onBidWon hotfix * Change bidder endpoint url for Qwarry adapter * add referer JS detection * use bidderRequest.refererInfo * fix tests * GDPR consent string support * NPE fix * gdpr value added * merge master * gdpr value added * qwarry bid adapter: add tests Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com> Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com>
Configuration menu - View commit details
-
Copy full SHA for 0c92fee - Browse repository at this point
Copy the full SHA 0c92feeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0923c13 - Browse repository at this point
Copy the full SHA 0923c13View commit details -
GumGum Bid Adapter: use ad response sizes when found (#6649)
* adds meta field to bidresponse * adds meta mediatype and advertiserdomain default * use response sizes in bidresponse
Configuration menu - View commit details
-
Copy full SHA for 83b63db - Browse repository at this point
Copy the full SHA 83b63dbView commit details -
Rubicon Bid Adapter: add outstream rendering (#6469)
* Magnite renderer support for Oustream ads * add functions for hiding ad units * Add unit tests * adding open source location of renderer * better minification Co-authored-by: bretg <bgorsline@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f190546 - Browse repository at this point
Copy the full SHA f190546View commit details -
Halo RTD submodule: update docs (#6651)
Anthony Lauzon authored and idettman committedMay 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 952b4d8 - Browse repository at this point
Copy the full SHA 952b4d8View commit details -
sid into tags for ZetaSsp (#6636)
Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d40f4fb - Browse repository at this point
Copy the full SHA d40f4fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b6139 - Browse repository at this point
Copy the full SHA 30b6139View commit details -
Adnuntius Bid Adatpter: Meta field advertiser domain update. (#6652)
* RTD Provider rebase * wrongly merged to master * Added meta field for advertiser domains.
Configuration menu - View commit details
-
Copy full SHA for c046a12 - Browse repository at this point
Copy the full SHA c046a12View commit details -
Gnet Bid Adapter: add new bid adapter (#6536)
* Add files via upload * Add files via upload * Change params on gnetBidder * ADJ - Use parseSizesInput to get sizes ADJ - Check serverResponse object ADJ - Remove getUserSyncs function * ADJ - Change prebid endpoint * ADJ - Change endpoint on test
Configuration menu - View commit details
-
Copy full SHA for 803b3ab - Browse repository at this point
Copy the full SHA 803b3abView commit details -
TheMediaGrid Bid Adapter: added support of PBAdSlot module (#6609)
* Added TheMediaGridNM Bid Adapter * Updated required params for TheMediaGridNM Bid Adapter * Update TheMediGridNM Bid Adapter * Fix tests for TheMediaGridNM Bid Adapter * Fixes after review for TheMediaGridNM Bid Adapter * Add support of multi-format in TheMediaGrid Bid Adapter * Update sync url for grid and gridNM Bid Adapters * TheMediaGrid Bid Adapter: added keywords adUnit parameter * Update TheMediaGrid Bid Adapter to support keywords from config * Implement new request format for TheMediaGrid Bid Adapter * Fix jwpseg params for TheMediaGrid Bid Adapter * Update unit tests for The Media Grid Bid Adapter * Fix typo in TheMediaGrid Bid Adapter * Added test for jwTargeting in TheMediaGrid Bid Adapter * The new request format was made by default in TheMediaGrid Bid Adapter * Update userId format in ad request for TheMediaGrid Bid Adapter * Added bidFloor parameter for TheMediaGrid Bid Adapter * Fix for review TheMediaGrid Bid Adapter * Support floorModule in TheMediaGrid Bid Adapter * Fix empty bidfloor for TheMediaGrid Bid Adapter * Some change to restart autotests * Fix userIds format for TheMediaGrid Bid Adapter * Remove digitrust userId from TheMediaGrid Bid Adapter * Protocols was added in video section in ad request for TheMediaGrid Bid Adapter * TheMediaGrid: fix trouble with alias using * TheMediaGridNM: fix trouble with alias * TheMediaGrid Bid Adapter: added support of PBAdSlot module * TheMediaGrid Bid Adapter: fix typo
Configuration menu - View commit details
-
Copy full SHA for 29449b6 - Browse repository at this point
Copy the full SHA 29449b6View commit details -
Sonobi Bid Adapter: added Coppa Flag check (#6631)
* Sonobi - Added Coppa Flag check * added unit test for sonobi coppa flag
Configuration menu - View commit details
-
Copy full SHA for 4eafdd4 - Browse repository at this point
Copy the full SHA 4eafdd4View commit details -
GothamAds Bid Adapter: add at, ccpa, gdpr and coppa support (#6470)
* update gothamAds adapter * update GothamAdsAdapter according to commetns. Add meta for adomains
Configuration menu - View commit details
-
Copy full SHA for 7a3c6d1 - Browse repository at this point
Copy the full SHA 7a3c6d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fdc597 - Browse repository at this point
Copy the full SHA 9fdc597View commit details -
AOL, RTBHouse, RhythmOne, Teads, OpenX and DeepIntent Bid Adapters: a…
…dd support for meta.advertiserDomains (#6656) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Delete iasBidAdapter.js * Add files via upload * Update deepintentBidAdapter.js * Update deepintentBidAdapter_spec.js * Update rtbhouseBidAdapter.js * Update rtbhouseBidAdapter_spec.js * Update deepintentBidAdapter.js * Update rtbhouseBidAdapter.js * Update rtbhouseBidAdapter.js * Update rtbhouseBidAdapter_spec.js * Update deepintentBidAdapter.js * Update rhythmoneBidAdapter.js * Update rhythmoneBidAdapter_spec.js * Update aolBidAdapter.js * Update aolBidAdapter_spec.js * Update aolBidAdapter.js * Update aolBidAdapter.js * Update teadsBidAdapter.js * Update teadsBidAdapter_spec.js * Update openxBidAdapter_spec.js * Update openxBidAdapter.js * Update openxBidAdapter.js * Update openxBidAdapter_spec.js * Update openxBidAdapter.js
Configuration menu - View commit details
-
Copy full SHA for ca458d1 - Browse repository at this point
Copy the full SHA ca458d1View commit details -
Adnuntius Bid Adapter: bugfix to set undefined if no bids (#6662)
* RTD Provider rebase * wrongly merged to master * Added meta field for advertiser domains. * Fixing bug where losing bids throw undefined into the response. * Wrapped if-statement
Configuration menu - View commit details
-
Copy full SHA for 101841f - Browse repository at this point
Copy the full SHA 101841fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a2e587 - Browse repository at this point
Copy the full SHA 2a2e587View commit details -
ucfunnel Bid Adapter: add support for Unified ID 2 (#6647)
* Add a new ucfunnel Adapter and test page * Add a new ucfunnel Adapter and test page * 1. Use prebid lib in the repo to keep updated 2. Replace var with let 3. Put JSON.parse(JSON.stringify()) into try catch block * utils.getTopWindowLocation is a function * Change to modules from adapters * Migrate to module design * [Dev Fix] Remove width and height which can be got from ad unit id * Update ucfunnelBidAdapter to fit into new spec * Correct the endpoint. Fix the error of query string * Add test case for ucfunnelBidAdapter * Fix lint error * Update version number * Combine all checks on bid request * Add GDPR support for ucfunnel adapter * Add in-stream video and native support for ucfunnel adapter * Remove demo page. Add more test cases. * Change request method from POST to GET * Remove unnecessary comment * Support vastXml and vastUrl for video request * update TTL to 30 mins * Avoid using arrow function which is not discuraged in mocha * ucfunnel tdid support * ucfunnel fix error message in debug mode * ucfunnel adapter add bidfloor parameter * ucfunnel adapter support CCPA * ucfunnel adapter native support clicktrackers * ucfunnel adapter change cookie sync setting * ucfunnel adapter update request parameter * Update ucfunnelBidAdapter * ucfunnel adapter add currency in ad response * ucfunnel adapter support uid2 Co-authored-by: root <root@ubuntu.members.linode.com> Co-authored-by: Ryan Chou <ryanchou0210@gmail.com> Co-authored-by: ucfunnel <support@ucfunnel.com> Co-authored-by: jack.hsieh <moonnight8520@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f40c851 - Browse repository at this point
Copy the full SHA f40c851View commit details -
Intent IQ ID Systems: first party updates (#6618)
* New features in iiq * intentIqIdSystem.js updated logic & tests * Tests fix * api update * tests update
Configuration menu - View commit details
-
Copy full SHA for baa7155 - Browse repository at this point
Copy the full SHA baa7155View commit details -
Outbrain Bid Adapter: fix usersync query parameter formatting (#6668)
Rok Sušnik authored and idettman committedMay 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 93e8cf5 - Browse repository at this point
Copy the full SHA 93e8cf5View commit details -
Sovrn Bid Adapter: added FPD support (#6639)
* added FPD support * using proper package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 44d1612 - Browse repository at this point
Copy the full SHA 44d1612View commit details -
Consent Management Module: TCFApi in Iframe callId fix (#6634)
* fix random id * lint * fix for real Co-authored-by: Reinout Stevens <reinout@crazygames.com>
Configuration menu - View commit details
-
Copy full SHA for c21af77 - Browse repository at this point
Copy the full SHA c21af77View commit details -
add support for non-purpose1 consent domains to appnexus and PBS bid …
…adapters (#6484) * add support for non-purpose1 consent domains * fix logic and consentdata to clientSideSyncs * update openx vendor config
Configuration menu - View commit details
-
Copy full SHA for 733cd7c - Browse repository at this point
Copy the full SHA 733cd7cView commit details -
TheMediaGrid Bid Adapter: Coppa support (#6655)
* Added TheMediaGridNM Bid Adapter * Updated required params for TheMediaGridNM Bid Adapter * Update TheMediGridNM Bid Adapter * Fix tests for TheMediaGridNM Bid Adapter * Fixes after review for TheMediaGridNM Bid Adapter * Add support of multi-format in TheMediaGrid Bid Adapter * Update sync url for grid and gridNM Bid Adapters * TheMediaGrid Bid Adapter: added keywords adUnit parameter * Update TheMediaGrid Bid Adapter to support keywords from config * Implement new request format for TheMediaGrid Bid Adapter * Fix jwpseg params for TheMediaGrid Bid Adapter * Update unit tests for The Media Grid Bid Adapter * Fix typo in TheMediaGrid Bid Adapter * Added test for jwTargeting in TheMediaGrid Bid Adapter * The new request format was made by default in TheMediaGrid Bid Adapter * Update userId format in ad request for TheMediaGrid Bid Adapter * Added bidFloor parameter for TheMediaGrid Bid Adapter * Fix for review TheMediaGrid Bid Adapter * Support floorModule in TheMediaGrid Bid Adapter * Fix empty bidfloor for TheMediaGrid Bid Adapter * Some change to restart autotests * Fix userIds format for TheMediaGrid Bid Adapter * Remove digitrust userId from TheMediaGrid Bid Adapter * Protocols was added in video section in ad request for TheMediaGrid Bid Adapter * TheMediaGrid: fix trouble with alias using * TheMediaGridNM: fix trouble with alias * TheMediaGrid Bid Adapter: added support of PBAdSlot module * TheMediaGrid Bid Adapter: fix typo * TheMediaGrid Bid Adapter: support coppa
Configuration menu - View commit details
-
Copy full SHA for cc20c13 - Browse repository at this point
Copy the full SHA cc20c13View commit details -
Trigger AUCTION_DEBUG from utils.logWarn with type set to WARNING (#6645
Configuration menu - View commit details
-
Copy full SHA for 485a0f5 - Browse repository at this point
Copy the full SHA 485a0f5View commit details -
Tappx Bid Adapter: optional ext on request (#6659)
* UPDATE: add initial UID * UPDATE: UID change user ext * UPDATE: UID clean logs * UPDATE: add host info * UPDATE: tappx bid adapter universal id * UPDATE: fix bidder param * UPDATE: tappxBidAdapter tests * tappxBidAdapter - fix spacing * tappxBidAdapter: add test user eids array * tappxBidAdapter: update eids array * FIX: package-lock.json * Conversant adapter: add adomain, remove digitrust (#6495) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Update conversantBidAdapter.js * Update conversantBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Rads Bid Adapter: add GDPR support & user sync support (#6455) * Proxistore Bid Adapter: add cookieless url endpoint & use floor module (#6427) * use floor module * call cookieless endpoint when necessary * test endpoint url * change url endpoint * delete console log * fix tests * add language to url * use ortb interface * unit test * update test unit * create proxistore module * add unit tests and documentation * delete modules * delete module * add proxistore rtd submodule * delete proxistore module * spacing * change url * AdYoulike Bid Adapter: Add an "Insertion" tracking for Native mediatype (#6481) * add insertion event * add missing campaign ID parameter * update unit test with new tracking checked * Dspx Bid Adapter : add user sync support (#6456) * Add sync support for dspx adapter * Dspx Bid Adapter : add user sync support Co-authored-by: Alexander <avj83@list.ru> * Multibid Module: add new module to handle multiple bids from single bidder & update rubicon adapter (#6404) * Multibid module - create new module - Expands the number of key value pairs going to the ad server in the normal Prebid way by establishing the concept of a "dynamic alias" First commit * Continued updates from 1st commit * Adding logWarn for filtered bids * Update to include passing multibid configuration to PBS requests * Update to rubicon bid adapter to pass query param rp_maxbids value taken from bidderRequest.bidLimit * Update to config to look for camelcase property names according to spec. These convert to all lowercase when passed to PBS endpoint * Adjust RP adapter to always include maxbids value - default is 1 * Added support for bidders array in multibid config * Fixed floor comparison to be <= bid cpm as oppossed to just < bid cpm. Updated md file to fix camelCase tpyo * Update to include originalBidderRequest in video call to prebid cache * Update to ignore adpod bids from multibid and allow them to return as normal bids * Adding uid2 to submodules.json (#6508) * NextRoll ID System: add new ID module (#6396) * Add Nextroll ID Module * Add nextroll to eids * Make configuration value names consistent with Adapter Module * Use parnerId instead of sellerId * Add nextroll to userId and eids md files * Remove storage configuration * Rename nextroll -> nextrollId * Add nextrollId to common ID specs * Qwarry Bid Adapter: add GDPR and consent string handling (#6489) * qwarry bid adapter * formatting fixes * fix tests for qwarry * qwarry bid adapter * add header for qwarry bid adapter * bid requests fix * fix tests * response fix * fix tests for Qwarry bid adapter * add pos parameter to qwarry bid adapter * qwarryBidAdapter onBidWon hotfix * Change bidder endpoint url for Qwarry adapter * add referer JS detection * use bidderRequest.refererInfo * fix tests * GDPR consent string support * NPE fix Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com> Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com> Co-authored-by: pro-nsk <32703851+pro-nsk@users.noreply.github.com> * Zemanta Bid Adapter: add support for new params & consent strings to usersync URL (#6468) * add gvl id to spec * add support for bcat and badv params * add consent strings to usersync url * add bcat and badv params to doc * Automatad Bid Adapter: Add meta.advertiserDomains to bid response (#6509) * added bid meta with advertiserDomains * Adhese Bid Adapter: add support for caching video content (#6501) * adpod category support test * Revert "adpod category support test" This reverts commit 70a3cf2. * adpod category support test * Revert "adpod category support test" This reverts commit 70a3cf2. * Adhese Bid Adapter: cache video content Co-authored-by: Tim Sturtewagen <tim@adhese.com> Co-authored-by: Mateusz <mateusz@adhese.eu> * update apacdex unit test to disable debug mode (#6511) * Telaria: not setting adid (#6507) * Prebid 4.33.0 Release * increment pre version * rubicon: removing maxduration as a required bidder parameter (#6513) * Zemanta adapter: add advertiserDomains (#6517) * Lemma Bid Adapter: accepting the floor to use the getFloor function (#6497) * lemmaBidAdapter.js Added lemma bid adapter file * lemmaBidAdapter.md Added lemma bid adapter md file * lemmaBidAdapter_spec.js Added lemma bid adapter test spec file * Update lemmaBidAdapter.js Fixed automated code review alert comparison between inconvertible types * Update lemmaBidAdapter.js Fixed review changes * Update lemmaBidAdapter.md Correct parameter value. * Update lemmaBidAdapter.js Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter_spec.js Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter.md Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter.js Added user sync support into bid adapter. * updated include modules file extension. updated include modules js file extension. * Update lemmaBidAdapter_spec.js Added unit test for user sync feature. * Update lemmaBidAdapter.js Fixed format error. * Update lemmaBidAdapter_spec.js Fixed format error and typo error. * Set mediaType key value into bid object Set mediaType key value into the bid object. * Update lemmaBidAdapter.js remove duplicate function * Update lemmaBidAdapter.js Remove non supported code. * Update lemmaBidAdapter_spec.js Remove GDPR test cases. * Update lemmaBidAdapter.js Made changes for accepting the floor to use the getFloor function * Update lemmaBidAdapter.js correct undefined keyword name. * Update lemmaBidAdapter_spec.js Added test coverage floor value * Update lemmaBidAdapter.js Remove trailing spaces on lines 379 and 381. * Update lemmaBidAdapter_spec.js Added getFloor function test case changes, Please review it. * Update lemmaBidAdapter_spec.js * Update lemmaBidAdapter.js * Update lemmaBidAdapter.js Fixed lint issue. * Update lemmaBidAdapter_spec.js Fixed test cases. * Update lemmaBidAdapter_spec.js Made suggested changes. Please review it. Co-authored-by: Abhijit Mane <abhipucsd.123@gmail.com> * Mediasquare Bid Adapter: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event (#6480) * Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event * Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event * removing status as it does not seem populated when called * add tests * Update nextroll ID variable name to match published ID module (#6519) * Merkle User ID Module: updates to user id submodule (#6503) * AdKernel Bid/Analytics Adapters: user privacy related changes (#6488) * SynacorMedia: remove adId from the bid response (#6520) * Rubicon: making doc data types consistent (#6526) * Synacormedia Bid Adapter: add meta.advertiserDomains (#6527) * Adloox Analytics Adapter: add new analytics adapter (#6308) * gulp: fix supplying list of browsers to test against The following now works: gulp test --browserstack --nolint --nolintfix --browsers=bs_ie_11_windows_10 --file 'test/spec/modules/adloox{AnalyticsAdapter,AdServerVideo,RtdProvider}_spec.js' * instreamTracking: unit test tidy From @robertrmartinez in #6308 (comment) * adloaderStub: expose stub for other unit tests to use From @robertrmartinez in #6308 (comment) * Adloox analytic module * Seedtag adapter: Fixing bug preventing to receive the right params onTimeout. (#6525) * adot bid adapter: add publisher path from bidder config to endpoint url (#6476) * Admixer ID System: add userId submodule (#6238) * Migrating to Prebid 1.0 * Migrating to Prebid 1.0 * Fix spec * add gdpr and usp * remove changes in gdpr_hello_world.html * Update gdpr_hello_world.html add spaces * add user syncs * remove comments * tests * admixer id system * admixer id system * admixer id system eids.md userId.md * admixer id system .submodules.json * admixer id system Co-authored-by: atkachov <atkachov91@admixer.ua> * PBJS Core: call custom render func after loadscript if provided (#6422) * Pubxai Analytics Adapter: bug fixes and code revamp (#6474) * Updated PubxAiAnalytics adapter - Bug fixes and Code restructuring * Updated endpoint URLs * Changed array.includes to array.indexOf to fix IE issue * Code cleanup and changes as suggested. * Updated browser testing order and edge browser token * PBJS Core: canBidderRegisterSync ignoring iframe sync disabled by default (#6535) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Update userSync.js * Update userSync_spec.js * Added automatic tzo and targetId to adserver request. (#6534) * Impactify Bid Adapter: add new bid adapter (#6518) * Add impactify adapter with MD file * Add impactify adapter * Prebid 4.34.0 Release * Increment pre version * Prebid server adapter: add config for openx hosting (#6530) * Yieldmo adapter: add meta data to bids (#6550) * Smartx Bid Adapter: Add meta.advertiserDomains support (#6547) * Onevideo / Adap.tv Adapter: updated example configuration (#6546) * Mass Deal Rendering Module: support multiple custom configs for dealId and rendering (#6500) * ZetaSsp Bid Adapter: add new bid adapter (#6432) * Adnuntius Bid Adapter: Fix for bid too low. (#6557) * Added automatic tzo and targetId to adserver request. * Fixing issues with bid price being too low. * Fixing issues with bid price being too low. * ReadPeak Bid Adapter: fix api issues, add gdpr consent, & getfloor module support (#6548) * BetweenBidAdatper: added sharedid support (#6531) * adWMG Bid Adapter: update endpoints for cookie sync (#6544) * Support floorCPM parameter, fix some minor bugs * fix space-in-parens circleci error * example fix * clean usersync URL * spaces * spaces * add new unit tests, compatibility with IE11 * remove logInfo * Check for floorCPM value * Check params before sending * New endpoints * code format * new endpoint for cookie sync * update tests Co-authored-by: Mikhail Dykun <m.dykun@wmgroup.us> * Yieldmo Bid Adapter: add support for the floors module (#6541) * Sortable Bid Adapter: add eids support (#6565) * Add Sortable adapter for Prebid 3.x Update tests to reflect changes. * Add .js in imports * hostname not host: don't include port * Trivial change to trigger build: failure wasn't our adapter * More failures in other adapters * PR Feedback - use https for URL - fix examples in markdown - request to endpoint should work now * Feedback: add native and video examples * Update unit tests Co-authored-by: Shannon Broekhoven <shannon@sortable.com> * Outbrain Bid Adapter: replacing Zemanta (#6558) * Sirdata Real-time Data Module: add new RTD module (#6515) * Logicad Bid Adapter: add support for userid modules (#6529) * ATS-identityLinkIdSystem - add use3P config property to control firing of 3P envelope endpoint (#6568) * Proxistore Bid Adapter: add support for tcf v2 consent (#6543) * use tcf v2 consent * set cosentGiven to false and test Gdpr api v2 * BlueBillyWig Bid Adapter: add renderer customization options (#6540) * add Blue Billywig adapter * Blue Billywig Adapter - update according to review feedback * Blue Billywig Adapter - update to try and pass CircleCI * Remove the last for .. of in bluebillywigBidAdapter.js, hopefully... * Update bluebillywigBidAdapter test parameters to match renderer to rendererCode rename * Blue Billywig - Also pass through site config with OpenRTB request * add Blue Billywig adapter * Blue Billywig Adapter - update according to review feedback * Blue Billywig Adapter - update to try and pass CircleCI * Remove the last for .. of in bluebillywigBidAdapter.js, hopefully... * Code quality update, always hit user syncs, improved video params * Remove unnecessary export * Add rendererSettings param to bluebillywig adapter * Kick off CircleCi tests manually Co-authored-by: Klaas-Jan Boon <klaas-janboon@ip-172-16-224-85.eu-west-1.compute.internal> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com> * OpenX Bid Adapter: Set Deal ID for video requests (#6573) * 33Across Bid Adapter: add support for User ID modules (#6554) * pubGENIUS bid adapter: support floor module (#6555) * Welect Bid Adapter: update url of API (#6570) * update api url * update api url in tests * Bright Mountain Media Bid Adapter: change bidder code to bmtm; alias old name (#6574) * Adtelligent Bid Adapter: add adUrl support & new alias (#6559) * add adUrl support * add adUrl test * Bright Mountain Media Bid Adapter: Change Endpoint URL (#6576) * tappxBidAdapter: update * tasppxBidAdapter: add video * tappxBidAdapter: update video * tappxBidAdapter: update name interpret banner * tappxBidAdapter: add tests for video * tappxBidAdapter: add adomain * tappxBidAdapter: update adapter version * tappxBidAdapter: update interpretBid adomain and dealid * tappxBidAdapter: update isBidRequestValid * tappxBidAdapter: update tests. Adding video to isBidRequestValid * tappxBidAdapter: update doc .md file * Tappx - Allow optional ext object * Tappx - CircleCI hotfixes * Tappx - CircleCI hotfixes2 * Tappx - Avoid outBrain Co-authored-by: marc_tappx <marc@tappx.com> Co-authored-by: Patrick McCann <patmmccann@gmail.com> Co-authored-by: onlsol <48312668+onlsol@users.noreply.github.com> Co-authored-by: vincentproxistore <56686565+vincentproxistore@users.noreply.github.com> Co-authored-by: guiann <guillaume.andouard@adyoulike.com> Co-authored-by: Alexander <avj83@list.ru> Co-authored-by: mmoschovas <63253416+mmoschovas@users.noreply.github.com> Co-authored-by: SKOCHERI <37454420+SKOCHERI@users.noreply.github.com> Co-authored-by: Abimael Martinez <abijr@users.noreply.github.com> Co-authored-by: artemiokost <artemiokost@gmail.com> Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com> Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com> Co-authored-by: pro-nsk <32703851+pro-nsk@users.noreply.github.com> Co-authored-by: Rok Sušnik <rsusnik@outbrain.com> Co-authored-by: Kanchika - Automatad <kanchika@automatad.com> Co-authored-by: Paweł L <pawel.lankocz@adhese.eu> Co-authored-by: Tim Sturtewagen <tim@adhese.com> Co-authored-by: Mateusz <mateusz@adhese.eu> Co-authored-by: jsnellbaker <31102355+jsnellbaker@users.noreply.github.com> Co-authored-by: bretg <bgorsline@gmail.com> Co-authored-by: Jason Snellbaker <jsnellbaker@appnexus.com> Co-authored-by: Lemma Dev <54662130+lemmadev@users.noreply.github.com> Co-authored-by: Abhijit Mane <abhipucsd.123@gmail.com> Co-authored-by: matthieularere-msq <63732822+matthieularere-msq@users.noreply.github.com> Co-authored-by: Denis Logachov <denis@adkernel.com> Co-authored-by: RAJKUMAR NATARAJAN <raj.cs.psg@gmail.com> Co-authored-by: Alexander Clouter <alex+github@digriz.org.uk> Co-authored-by: Laura Morillo-Velarde <laura.morillovelarde@gmail.com> Co-authored-by: Giudici-a <34242194+Giudici-a@users.noreply.github.com> Co-authored-by: Galphimbl <sashatkachov91@gmail.com> Co-authored-by: atkachov <atkachov91@admixer.ua> Co-authored-by: Jérémie Girault <jeremie.girault@gmail.com> Co-authored-by: Phaneendra Hegde <pnhegde@users.noreply.github.com> Co-authored-by: Mikael Lundin <mikael-lundin@users.noreply.github.com> Co-authored-by: Thomas <thomas.dseao@gmail.com> Co-authored-by: Mike Chowla <mike.chowla@pubmatic.com> Co-authored-by: Deivydas Šabaras <deivydas@users.noreply.github.com> Co-authored-by: ym-atsymuk <81176595+ym-atsymuk@users.noreply.github.com> Co-authored-by: Skylinar <53079123+Skylinar@users.noreply.github.com> Co-authored-by: Adam Browning <19834421+adam-browning@users.noreply.github.com> Co-authored-by: Catalin Ciocov <catalin.ciocov@gmail.com> Co-authored-by: asurovenko-zeta <80847074+asurovenko-zeta@users.noreply.github.com> Co-authored-by: readpeaktuomo <66239046+readpeaktuomo@users.noreply.github.com> Co-authored-by: Ignat Khaylov <ignat@ignat.one> Co-authored-by: nyakove <43004249+nyakove@users.noreply.github.com> Co-authored-by: Mikhail Dykun <m.dykun@wmgroup.us> Co-authored-by: ym-dlabuzov <81709888+ym-dlabuzov@users.noreply.github.com> Co-authored-by: karentnarvaez <61426156+karentnarvaez@users.noreply.github.com> Co-authored-by: Shannon Broekhoven <shannon@sortable.com> Co-authored-by: nouchy <33549554+nouchy@users.noreply.github.com> Co-authored-by: logicad <dev-ex-service@so-netmedia.jp> Co-authored-by: mamatic <52153441+mamatic@users.noreply.github.com> Co-authored-by: Klaas-Jan Boon <klaas-janboon@live.nl> Co-authored-by: Klaas-Jan Boon <klaas-janboon@ip-172-16-224-85.eu-west-1.compute.internal> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com> Co-authored-by: Kenan Gillet <1706856+kenan-gillet@users.noreply.github.com> Co-authored-by: Aparna Rao <aparna.hegde@33across.com> Co-authored-by: Meng <5110935+edmonl@users.noreply.github.com> Co-authored-by: Nick Duitz <42961155+nduitz@users.noreply.github.com> Co-authored-by: BrightMountainMedia <69471268+BrightMountainMediaInc@users.noreply.github.com> Co-authored-by: Gena <wertixvost@gmail.com> Co-authored-by: Albert Grandes <agrandes@tappx.com>
Configuration menu - View commit details
-
Copy full SHA for 9e090b9 - Browse repository at this point
Copy the full SHA 9e090b9View commit details -
Eric Harper authored and idettman committed
May 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 1055efe - Browse repository at this point
Copy the full SHA 1055efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6aef7f - Browse repository at this point
Copy the full SHA e6aef7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07fdfe7 - Browse repository at this point
Copy the full SHA 07fdfe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d614d0f - Browse repository at this point
Copy the full SHA d614d0fView commit details -
Axonix Bid Adapter: Fixed interpretResponse, support email (#6667)
* Fixed interpretResponse, support email * onBidWon gets single bids * replaceAuctionPrice call fix * Version bump
Configuration menu - View commit details
-
Copy full SHA for 16d300e - Browse repository at this point
Copy the full SHA 16d300eView commit details -
Smartico Bid Adapter: add new bid adapter (#6486)
* Adding smartico adapter * bug #6486 fix, added maintainer email * bug #6486 fix, modified test parameters * bug #6486 fix, modified test parameters #2 * #6486 applied review related updates & fixes * #6486 applied review related updates & fixes #2 * #6486 applied review related updates & fixes #3 Co-authored-by: Dmitri <dmitri@atomdev.net>
Configuration menu - View commit details
-
Copy full SHA for 0e816f9 - Browse repository at this point
Copy the full SHA 0e816f9View commit details -
Interactive Offers Bid Adapter: add data to response object (#6680)
Co-authored-by: EC2 Default User <ec2-user@ip-172-31-93-198.ec2.internal>
Configuration menu - View commit details
-
Copy full SHA for bf37b44 - Browse repository at this point
Copy the full SHA bf37b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 074286a - Browse repository at this point
Copy the full SHA 074286aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6397be1 - Browse repository at this point
Copy the full SHA 6397be1View commit details -
Adkernel & AdkernelAdn: bidfloor module support (#6671)
* Adkernel: bidfloor module support * AdkernelAdn: bidfloor module support
Configuration menu - View commit details
-
Copy full SHA for 47319b8 - Browse repository at this point
Copy the full SHA 47319b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a917d1 - Browse repository at this point
Copy the full SHA 7a917d1View commit details -
support meta.advertiserDomains in bridgewell adpter (#6686)
Co-authored-by: cycheng <cycheng@bridgewell.com>
Configuration menu - View commit details
-
Copy full SHA for bd38efb - Browse repository at this point
Copy the full SHA bd38efbView commit details -
DMD ID System: add new User ID module (#6666)
* feat(prebid): DMD UserID Module reading from 1st party cookie [PREBID-1] * feat(prebid):additional parameter[PREB-1] * feat(prebid):update decode function and cacheobi[PREB-1] * test(prebid):added more test coverage[PREB-11] * feat(typo):cleared typo[PREB-11] * test(prebid):updated test cases[PREB-11] * feat(releasenote):added a release note[PREB-11] * fix(releasenote):removed unnecessary release note[PREB-11] * fix(test):updated failing test cases[PREB-11] Co-authored-by: Matt Fitzgerald <matthewfitz@gmail.com> Co-authored-by: Karthik Boppudi <kboppudi@kboppudimac0518.local> Co-authored-by: mfitzgerald_dmd <mfitzgerald@dmdconnects.com>
Configuration menu - View commit details
-
Copy full SHA for 07e5437 - Browse repository at this point
Copy the full SHA 07e5437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c0b20f - Browse repository at this point
Copy the full SHA 4c0b20fView commit details -
SharedId & PubcommonId: CCPA and COPPA support (#6632)
* SharedId & PubcommonId: CCPA and COPPA support * Updating to check consent within the submodule * Fixing review comments and adding tests * Cleaning whitespace Co-authored-by: skocheri <skocheri@rubiconproject.com>
Configuration menu - View commit details
-
Copy full SHA for b07811f - Browse repository at this point
Copy the full SHA b07811fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f451224 - Browse repository at this point
Copy the full SHA f451224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e0907c - Browse repository at this point
Copy the full SHA 6e0907cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c281d53 - Browse repository at this point
Copy the full SHA c281d53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b3a48 - Browse repository at this point
Copy the full SHA 44b3a48View commit details -
Revert "add X-Prebid header to ajax requests fixes #6627 (#6676)" (#6702
) This reverts commit a887289.
Configuration menu - View commit details
-
Copy full SHA for 0879833 - Browse repository at this point
Copy the full SHA 0879833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8cb83 - Browse repository at this point
Copy the full SHA 9b8cb83View commit details -
Fixing flaky adapter unit tests (#6706)
* stub appendChild stuff * use ie11 safe strIncludes * update prebidManager to use storageManager * use ie safe stuff * going too fast ;P
Configuration menu - View commit details
-
Copy full SHA for 415b063 - Browse repository at this point
Copy the full SHA 415b063View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddf0f53 - Browse repository at this point
Copy the full SHA ddf0f53View commit details -
Zeta Bid Adapter: update to endpoint (#6697)
* adapter updates * remove testing changes * modify endpoint path * address testing issues
Configuration menu - View commit details
-
Copy full SHA for 91bce6c - Browse repository at this point
Copy the full SHA 91bce6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 127ec61 - Browse repository at this point
Copy the full SHA 127ec61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 305d03a - Browse repository at this point
Copy the full SHA 305d03aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9b2df - Browse repository at this point
Copy the full SHA bc9b2dfView commit details -
fix linting in gulpfile (#6694)
* eslint(standard/object-curly-even-spacing) * eslint(space-before-blocks) * eslint(no-multi-spaces)
Configuration menu - View commit details
-
Copy full SHA for a33ec2c - Browse repository at this point
Copy the full SHA a33ec2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7dac5 - Browse repository at this point
Copy the full SHA bf7dac5View commit details -
Grid Bid Adapter: add support for advertiserDomains (#6716)
* Update gridBidAdapter.js * Update gridBidAdapter_spec.js * Update gridBidAdapter_spec.js * Update gridBidAdapter_spec.js
Configuration menu - View commit details
-
Copy full SHA for bfe5f2b - Browse repository at this point
Copy the full SHA bfe5f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d12068c - Browse repository at this point
Copy the full SHA d12068cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f28e6e2 - Browse repository at this point
Copy the full SHA f28e6e2View commit details -
Bump url-parse from 1.4.7 to 1.5.0 (#6718)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.0. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.4.7...1.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5e94e3 - Browse repository at this point
Copy the full SHA e5e94e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b774dd - Browse repository at this point
Copy the full SHA 5b774ddView commit details -
Bump handlebars from 4.7.6 to 4.7.7 (#6717)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 326246e - Browse repository at this point
Copy the full SHA 326246eView commit details -
Tappx Bid Adapter: add floor module support (#6626)
* UPDATE: add initial UID * UPDATE: UID change user ext * UPDATE: UID clean logs * UPDATE: add host info * UPDATE: tappx bid adapter universal id * UPDATE: fix bidder param * UPDATE: tappxBidAdapter tests * tappxBidAdapter - fix spacing * tappxBidAdapter: add test user eids array * tappxBidAdapter: update eids array * FIX: package-lock.json * Conversant adapter: add adomain, remove digitrust (#6495) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Update conversantBidAdapter.js * Update conversantBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Rads Bid Adapter: add GDPR support & user sync support (#6455) * Proxistore Bid Adapter: add cookieless url endpoint & use floor module (#6427) * use floor module * call cookieless endpoint when necessary * test endpoint url * change url endpoint * delete console log * fix tests * add language to url * use ortb interface * unit test * update test unit * create proxistore module * add unit tests and documentation * delete modules * delete module * add proxistore rtd submodule * delete proxistore module * spacing * change url * AdYoulike Bid Adapter: Add an "Insertion" tracking for Native mediatype (#6481) * add insertion event * add missing campaign ID parameter * update unit test with new tracking checked * Dspx Bid Adapter : add user sync support (#6456) * Add sync support for dspx adapter * Dspx Bid Adapter : add user sync support Co-authored-by: Alexander <avj83@list.ru> * Multibid Module: add new module to handle multiple bids from single bidder & update rubicon adapter (#6404) * Multibid module - create new module - Expands the number of key value pairs going to the ad server in the normal Prebid way by establishing the concept of a "dynamic alias" First commit * Continued updates from 1st commit * Adding logWarn for filtered bids * Update to include passing multibid configuration to PBS requests * Update to rubicon bid adapter to pass query param rp_maxbids value taken from bidderRequest.bidLimit * Update to config to look for camelcase property names according to spec. These convert to all lowercase when passed to PBS endpoint * Adjust RP adapter to always include maxbids value - default is 1 * Added support for bidders array in multibid config * Fixed floor comparison to be <= bid cpm as oppossed to just < bid cpm. Updated md file to fix camelCase tpyo * Update to include originalBidderRequest in video call to prebid cache * Update to ignore adpod bids from multibid and allow them to return as normal bids * Adding uid2 to submodules.json (#6508) * NextRoll ID System: add new ID module (#6396) * Add Nextroll ID Module * Add nextroll to eids * Make configuration value names consistent with Adapter Module * Use parnerId instead of sellerId * Add nextroll to userId and eids md files * Remove storage configuration * Rename nextroll -> nextrollId * Add nextrollId to common ID specs * Qwarry Bid Adapter: add GDPR and consent string handling (#6489) * qwarry bid adapter * formatting fixes * fix tests for qwarry * qwarry bid adapter * add header for qwarry bid adapter * bid requests fix * fix tests * response fix * fix tests for Qwarry bid adapter * add pos parameter to qwarry bid adapter * qwarryBidAdapter onBidWon hotfix * Change bidder endpoint url for Qwarry adapter * add referer JS detection * use bidderRequest.refererInfo * fix tests * GDPR consent string support * NPE fix Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com> Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com> Co-authored-by: pro-nsk <32703851+pro-nsk@users.noreply.github.com> * Zemanta Bid Adapter: add support for new params & consent strings to usersync URL (#6468) * add gvl id to spec * add support for bcat and badv params * add consent strings to usersync url * add bcat and badv params to doc * Automatad Bid Adapter: Add meta.advertiserDomains to bid response (#6509) * added bid meta with advertiserDomains * Adhese Bid Adapter: add support for caching video content (#6501) * adpod category support test * Revert "adpod category support test" This reverts commit 70a3cf2. * adpod category support test * Revert "adpod category support test" This reverts commit 70a3cf2. * Adhese Bid Adapter: cache video content Co-authored-by: Tim Sturtewagen <tim@adhese.com> Co-authored-by: Mateusz <mateusz@adhese.eu> * update apacdex unit test to disable debug mode (#6511) * Telaria: not setting adid (#6507) * Prebid 4.33.0 Release * increment pre version * rubicon: removing maxduration as a required bidder parameter (#6513) * Zemanta adapter: add advertiserDomains (#6517) * Lemma Bid Adapter: accepting the floor to use the getFloor function (#6497) * lemmaBidAdapter.js Added lemma bid adapter file * lemmaBidAdapter.md Added lemma bid adapter md file * lemmaBidAdapter_spec.js Added lemma bid adapter test spec file * Update lemmaBidAdapter.js Fixed automated code review alert comparison between inconvertible types * Update lemmaBidAdapter.js Fixed review changes * Update lemmaBidAdapter.md Correct parameter value. * Update lemmaBidAdapter.js Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter_spec.js Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter.md Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter.js Added user sync support into bid adapter. * updated include modules file extension. updated include modules js file extension. * Update lemmaBidAdapter_spec.js Added unit test for user sync feature. * Update lemmaBidAdapter.js Fixed format error. * Update lemmaBidAdapter_spec.js Fixed format error and typo error. * Set mediaType key value into bid object Set mediaType key value into the bid object. * Update lemmaBidAdapter.js remove duplicate function * Update lemmaBidAdapter.js Remove non supported code. * Update lemmaBidAdapter_spec.js Remove GDPR test cases. * Update lemmaBidAdapter.js Made changes for accepting the floor to use the getFloor function * Update lemmaBidAdapter.js correct undefined keyword name. * Update lemmaBidAdapter_spec.js Added test coverage floor value * Update lemmaBidAdapter.js Remove trailing spaces on lines 379 and 381. * Update lemmaBidAdapter_spec.js Added getFloor function test case changes, Please review it. * Update lemmaBidAdapter_spec.js * Update lemmaBidAdapter.js * Update lemmaBidAdapter.js Fixed lint issue. * Update lemmaBidAdapter_spec.js Fixed test cases. * Update lemmaBidAdapter_spec.js Made suggested changes. Please review it. Co-authored-by: Abhijit Mane <abhipucsd.123@gmail.com> * Mediasquare Bid Adapter: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event (#6480) * Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event * Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event * removing status as it does not seem populated when called * add tests * Update nextroll ID variable name to match published ID module (#6519) * Merkle User ID Module: updates to user id submodule (#6503) * AdKernel Bid/Analytics Adapters: user privacy related changes (#6488) * SynacorMedia: remove adId from the bid response (#6520) * Rubicon: making doc data types consistent (#6526) * Synacormedia Bid Adapter: add meta.advertiserDomains (#6527) * Adloox Analytics Adapter: add new analytics adapter (#6308) * gulp: fix supplying list of browsers to test against The following now works: gulp test --browserstack --nolint --nolintfix --browsers=bs_ie_11_windows_10 --file 'test/spec/modules/adloox{AnalyticsAdapter,AdServerVideo,RtdProvider}_spec.js' * instreamTracking: unit test tidy From @robertrmartinez in #6308 (comment) * adloaderStub: expose stub for other unit tests to use From @robertrmartinez in #6308 (comment) * Adloox analytic module * Seedtag adapter: Fixing bug preventing to receive the right params onTimeout. (#6525) * adot bid adapter: add publisher path from bidder config to endpoint url (#6476) * Admixer ID System: add userId submodule (#6238) * Migrating to Prebid 1.0 * Migrating to Prebid 1.0 * Fix spec * add gdpr and usp * remove changes in gdpr_hello_world.html * Update gdpr_hello_world.html add spaces * add user syncs * remove comments * tests * admixer id system * admixer id system * admixer id system eids.md userId.md * admixer id system .submodules.json * admixer id system Co-authored-by: atkachov <atkachov91@admixer.ua> * PBJS Core: call custom render func after loadscript if provided (#6422) * Pubxai Analytics Adapter: bug fixes and code revamp (#6474) * Updated PubxAiAnalytics adapter - Bug fixes and Code restructuring * Updated endpoint URLs * Changed array.includes to array.indexOf to fix IE issue * Code cleanup and changes as suggested. * Updated browser testing order and edge browser token * PBJS Core: canBidderRegisterSync ignoring iframe sync disabled by default (#6535) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Update userSync.js * Update userSync_spec.js * Added automatic tzo and targetId to adserver request. (#6534) * Impactify Bid Adapter: add new bid adapter (#6518) * Add impactify adapter with MD file * Add impactify adapter * Prebid 4.34.0 Release * Increment pre version * Prebid server adapter: add config for openx hosting (#6530) * Yieldmo adapter: add meta data to bids (#6550) * Smartx Bid Adapter: Add meta.advertiserDomains support (#6547) * Onevideo / Adap.tv Adapter: updated example configuration (#6546) * Mass Deal Rendering Module: support multiple custom configs for dealId and rendering (#6500) * ZetaSsp Bid Adapter: add new bid adapter (#6432) * Adnuntius Bid Adapter: Fix for bid too low. (#6557) * Added automatic tzo and targetId to adserver request. * Fixing issues with bid price being too low. * Fixing issues with bid price being too low. * ReadPeak Bid Adapter: fix api issues, add gdpr consent, & getfloor module support (#6548) * BetweenBidAdatper: added sharedid support (#6531) * adWMG Bid Adapter: update endpoints for cookie sync (#6544) * Support floorCPM parameter, fix some minor bugs * fix space-in-parens circleci error * example fix * clean usersync URL * spaces * spaces * add new unit tests, compatibility with IE11 * remove logInfo * Check for floorCPM value * Check params before sending * New endpoints * code format * new endpoint for cookie sync * update tests Co-authored-by: Mikhail Dykun <m.dykun@wmgroup.us> * Yieldmo Bid Adapter: add support for the floors module (#6541) * Sortable Bid Adapter: add eids support (#6565) * Add Sortable adapter for Prebid 3.x Update tests to reflect changes. * Add .js in imports * hostname not host: don't include port * Trivial change to trigger build: failure wasn't our adapter * More failures in other adapters * PR Feedback - use https for URL - fix examples in markdown - request to endpoint should work now * Feedback: add native and video examples * Update unit tests Co-authored-by: Shannon Broekhoven <shannon@sortable.com> * Outbrain Bid Adapter: replacing Zemanta (#6558) * Sirdata Real-time Data Module: add new RTD module (#6515) * Logicad Bid Adapter: add support for userid modules (#6529) * ATS-identityLinkIdSystem - add use3P config property to control firing of 3P envelope endpoint (#6568) * Proxistore Bid Adapter: add support for tcf v2 consent (#6543) * use tcf v2 consent * set cosentGiven to false and test Gdpr api v2 * BlueBillyWig Bid Adapter: add renderer customization options (#6540) * add Blue Billywig adapter * Blue Billywig Adapter - update according to review feedback * Blue Billywig Adapter - update to try and pass CircleCI * Remove the last for .. of in bluebillywigBidAdapter.js, hopefully... * Update bluebillywigBidAdapter test parameters to match renderer to rendererCode rename * Blue Billywig - Also pass through site config with OpenRTB request * add Blue Billywig adapter * Blue Billywig Adapter - update according to review feedback * Blue Billywig Adapter - update to try and pass CircleCI * Remove the last for .. of in bluebillywigBidAdapter.js, hopefully... * Code quality update, always hit user syncs, improved video params * Remove unnecessary export * Add rendererSettings param to bluebillywig adapter * Kick off CircleCi tests manually Co-authored-by: Klaas-Jan Boon <klaas-janboon@ip-172-16-224-85.eu-west-1.compute.internal> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com> * OpenX Bid Adapter: Set Deal ID for video requests (#6573) * 33Across Bid Adapter: add support for User ID modules (#6554) * pubGENIUS bid adapter: support floor module (#6555) * Welect Bid Adapter: update url of API (#6570) * update api url * update api url in tests * Bright Mountain Media Bid Adapter: change bidder code to bmtm; alias old name (#6574) * Adtelligent Bid Adapter: add adUrl support & new alias (#6559) * add adUrl support * add adUrl test * Bright Mountain Media Bid Adapter: Change Endpoint URL (#6576) * tappxBidAdapter: update * tasppxBidAdapter: add video * tappxBidAdapter: update video * tappxBidAdapter: update name interpret banner * tappxBidAdapter: add tests for video * tappxBidAdapter: add adomain * tappxBidAdapter: update adapter version * tappxBidAdapter: update interpretBid adomain and dealid * tappxBidAdapter: update isBidRequestValid * tappxBidAdapter: update tests. Adding video to isBidRequestValid * tappxBidAdapter: update doc .md file * Tappx - Change accept floor module * Tappx - feature simplification * Tappx - remove log * Change version * Try to unrevert bad merge change * Tappx - prebid recomendations and changes * Tappx - CircleCI hotfixes * Tappx - Non important fix * Tappx - Test Coverage * Tappx - CircleCI hotfixes * Tappx - Only USD allowed in module floor + test * Tappx - aesthetic change for uniformity of logs * Tappx - CircleCI hotfixes * Tappx - remove don't used module * Tappx - Change the place and only one let * Tappx - use of beforeEach * Tappx - CircleCI hotfixes Co-authored-by: marc_tappx <marc@tappx.com> Co-authored-by: Patrick McCann <patmmccann@gmail.com> Co-authored-by: onlsol <48312668+onlsol@users.noreply.github.com> Co-authored-by: vincentproxistore <56686565+vincentproxistore@users.noreply.github.com> Co-authored-by: guiann <guillaume.andouard@adyoulike.com> Co-authored-by: Alexander <avj83@list.ru> Co-authored-by: mmoschovas <63253416+mmoschovas@users.noreply.github.com> Co-authored-by: SKOCHERI <37454420+SKOCHERI@users.noreply.github.com> Co-authored-by: Abimael Martinez <abijr@users.noreply.github.com> Co-authored-by: artemiokost <artemiokost@gmail.com> Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com> Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com> Co-authored-by: pro-nsk <32703851+pro-nsk@users.noreply.github.com> Co-authored-by: Rok Sušnik <rsusnik@outbrain.com> Co-authored-by: Kanchika - Automatad <kanchika@automatad.com> Co-authored-by: Paweł L <pawel.lankocz@adhese.eu> Co-authored-by: Tim Sturtewagen <tim@adhese.com> Co-authored-by: Mateusz <mateusz@adhese.eu> Co-authored-by: jsnellbaker <31102355+jsnellbaker@users.noreply.github.com> Co-authored-by: bretg <bgorsline@gmail.com> Co-authored-by: Jason Snellbaker <jsnellbaker@appnexus.com> Co-authored-by: Lemma Dev <54662130+lemmadev@users.noreply.github.com> Co-authored-by: Abhijit Mane <abhipucsd.123@gmail.com> Co-authored-by: matthieularere-msq <63732822+matthieularere-msq@users.noreply.github.com> Co-authored-by: Denis Logachov <denis@adkernel.com> Co-authored-by: RAJKUMAR NATARAJAN <raj.cs.psg@gmail.com> Co-authored-by: Alexander Clouter <alex+github@digriz.org.uk> Co-authored-by: Laura Morillo-Velarde <laura.morillovelarde@gmail.com> Co-authored-by: Giudici-a <34242194+Giudici-a@users.noreply.github.com> Co-authored-by: Galphimbl <sashatkachov91@gmail.com> Co-authored-by: atkachov <atkachov91@admixer.ua> Co-authored-by: Jérémie Girault <jeremie.girault@gmail.com> Co-authored-by: Phaneendra Hegde <pnhegde@users.noreply.github.com> Co-authored-by: Mikael Lundin <mikael-lundin@users.noreply.github.com> Co-authored-by: Thomas <thomas.dseao@gmail.com> Co-authored-by: Mike Chowla <mike.chowla@pubmatic.com> Co-authored-by: Deivydas Šabaras <deivydas@users.noreply.github.com> Co-authored-by: ym-atsymuk <81176595+ym-atsymuk@users.noreply.github.com> Co-authored-by: Skylinar <53079123+Skylinar@users.noreply.github.com> Co-authored-by: Adam Browning <19834421+adam-browning@users.noreply.github.com> Co-authored-by: Catalin Ciocov <catalin.ciocov@gmail.com> Co-authored-by: asurovenko-zeta <80847074+asurovenko-zeta@users.noreply.github.com> Co-authored-by: readpeaktuomo <66239046+readpeaktuomo@users.noreply.github.com> Co-authored-by: Ignat Khaylov <ignat@ignat.one> Co-authored-by: nyakove <43004249+nyakove@users.noreply.github.com> Co-authored-by: Mikhail Dykun <m.dykun@wmgroup.us> Co-authored-by: ym-dlabuzov <81709888+ym-dlabuzov@users.noreply.github.com> Co-authored-by: karentnarvaez <61426156+karentnarvaez@users.noreply.github.com> Co-authored-by: Shannon Broekhoven <shannon@sortable.com> Co-authored-by: nouchy <33549554+nouchy@users.noreply.github.com> Co-authored-by: logicad <dev-ex-service@so-netmedia.jp> Co-authored-by: mamatic <52153441+mamatic@users.noreply.github.com> Co-authored-by: Klaas-Jan Boon <klaas-janboon@live.nl> Co-authored-by: Klaas-Jan Boon <klaas-janboon@ip-172-16-224-85.eu-west-1.compute.internal> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com> Co-authored-by: Kenan Gillet <1706856+kenan-gillet@users.noreply.github.com> Co-authored-by: Aparna Rao <aparna.hegde@33across.com> Co-authored-by: Meng <5110935+edmonl@users.noreply.github.com> Co-authored-by: Nick Duitz <42961155+nduitz@users.noreply.github.com> Co-authored-by: BrightMountainMedia <69471268+BrightMountainMediaInc@users.noreply.github.com> Co-authored-by: Gena <wertixvost@gmail.com> Co-authored-by: Albert Grandes <agrandes@tappx.com>
Configuration menu - View commit details
-
Copy full SHA for 5ff016d - Browse repository at this point
Copy the full SHA 5ff016dView commit details -
Undertone, Unruly, Concert, Adform: stub support for advertiserDomains (
#6727) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Delete iasBidAdapter.js * Add files via upload * Update openxBidAdapter.js * Update openxBidAdapter.js * Update concertBidAdapter.js * Update unrulyBidAdapter.js * Update undertoneBidAdapter.js * Update adformBidAdapter.js * Update adformBidAdapter_spec.js * Update unrulyBidAdapter_spec.js * Update concertBidAdapter_spec.js * Update undertoneBidAdapter_spec.js * Update undertoneBidAdapter.js * Update adformBidAdapter_spec.js * Update adformBidAdapter_spec.js * Update undertoneBidAdapter_spec.js * Update adformBidAdapter_spec.js * Update adformBidAdapter_spec.js
Configuration menu - View commit details
-
Copy full SHA for 22a247f - Browse repository at this point
Copy the full SHA 22a247fView commit details -
Bump hosted-git-info from 2.8.8 to 2.8.9 (#6728)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a807f06 - Browse repository at this point
Copy the full SHA a807f06View commit details -
VIS.X: add instream video support (#6687)
* VIS.X: add instream video support * VIS.X: move video params from bid.params to mediaTypes.video
Configuration menu - View commit details
-
Copy full SHA for d46248e - Browse repository at this point
Copy the full SHA d46248eView commit details -
move reading and writing of the consent string hash for the user id m…
…odule to after the gdpr checks. if no user id modules will be executed, this value isn't really necessary anyways. (#6551)
Configuration menu - View commit details
-
Copy full SHA for d00c5cb - Browse repository at this point
Copy the full SHA d00c5cbView commit details -
Bright Mountain Media Bid Adapter: add video support and refactor (#6607
) * Update BrightMountainMedia cookie sync URL * Bright Mountain Media: Update bidder code * Bright Mountain Media: Add brightmountainmedia as alias * Bright Mountain Media: Update Bid Endpoint * Bright Mountain Media: Add support for Video and refactor * Bright Mountain Media Bid Adapter: add video support and refactor * Bright Mountain Media Bid Adapter: add video support and refactor * Bright Mountain Media Bid Adapter: update test coverage * Bright Mountain Media Bid Adapter: fix typo * Bright Mountain Media Bid Adapter: fix example * Bright Mountain Media Bid Adapter: add support for reading video params from ad unit * Bright Mountain Media Bid Adapter: update read video config from bid.mediaTypes.video object * Bright Mountain Media Bid Adapter: update playbackmethod and skip for video params * Bright Mountain Media Bid Adapter: update skip for video params in test
Configuration menu - View commit details
-
Copy full SHA for 19dca83 - Browse repository at this point
Copy the full SHA 19dca83View commit details -
RTB House Bid Adapter: updated supply chain support, included floor m…
…odule support and identity module support (eids) (#6721)
Configuration menu - View commit details
-
Copy full SHA for 945bc7a - Browse repository at this point
Copy the full SHA 945bc7aView commit details -
ParrableIdSystem : Store third-party cookie support status in first-p…
…arty cookie (#6689) * Add tpcSupport, read it from xxhr and store it in compound cookie * Parse a cookie boolean number (0, 1) as a boolean value * Improve conditions * Add tests * Tests passing * Read the cookie splitting parrableId and params (tpc, tpcUntil) * Adapt tests * Revert linting in test task * Convert Date.now to seconds on reading cookie * Add tests * Replace Math.trunc with Math.floor Co-authored-by: Victor <victorigualada@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7afcf8a - Browse repository at this point
Copy the full SHA 7afcf8aView commit details -
Bump lodash from 4.17.19 to 4.17.21 (#6722)
* Bump lodash from 4.17.19 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 087f92d - Browse repository at this point
Copy the full SHA 087f92dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f756b1 - Browse repository at this point
Copy the full SHA 6f756b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0988821 - Browse repository at this point
Copy the full SHA 0988821View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4cf88c - Browse repository at this point
Copy the full SHA d4cf88cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f2106 - Browse repository at this point
Copy the full SHA 40f2106View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe1c9f - Browse repository at this point
Copy the full SHA cfe1c9fView commit details -
Qwarry Bid Adapter: remove gdpr field from request (#6746)
* qwarry bid adapter * formatting fixes * fix tests for qwarry * qwarry bid adapter * add header for qwarry bid adapter * bid requests fix * fix tests * response fix * fix tests for Qwarry bid adapter * add pos parameter to qwarry bid adapter * qwarryBidAdapter onBidWon hotfix * Change bidder endpoint url for Qwarry adapter * add referer JS detection * use bidderRequest.refererInfo * fix tests * GDPR consent string support * NPE fix * gdpr value added * merge master * gdpr value added * qwarry bid adapter: add tests * Qwarry bid adapter: remove gdpr field from request Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com> Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com>
Configuration menu - View commit details
-
Copy full SHA for a2fd990 - Browse repository at this point
Copy the full SHA a2fd990View commit details -
Halo RTD Module: add publisher params to RTD request (#6742)
* add pub provided halo params to rtd request * missing semicolon * halo id url arg update
Anthony Lauzon authored and idettman committedMay 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 8b7d9e3 - Browse repository at this point
Copy the full SHA 8b7d9e3View commit details -
Prebid Core: Remove size check on native icons and image assets (#6678)
* remove image size checking * fix unit tests
Configuration menu - View commit details
-
Copy full SHA for 7584191 - Browse repository at this point
Copy the full SHA 7584191View commit details -
Prebid Server Bid Adapter: Bugfix for not taking defaultVendor enabled (
#6740) * quick fix for enabled s2s bug * move enabled check outside of defaultVendor if
Configuration menu - View commit details
-
Copy full SHA for d2c4bef - Browse repository at this point
Copy the full SHA d2c4befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e0f4f - Browse repository at this point
Copy the full SHA 54e0f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 174f0ea - Browse repository at this point
Copy the full SHA 174f0eaView commit details -
Beachfront Bid Adapter: add schain support (#6751)
* add schain support to beachfront adapter * remove unnecessary mock tests for outstream player Co-authored-by: John Salis <john@beachfront.com>
Configuration menu - View commit details
-
Copy full SHA for 855bff0 - Browse repository at this point
Copy the full SHA 855bff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8141214 - Browse repository at this point
Copy the full SHA 8141214View commit details -
Pbs bid adapter: constants import styling for webpack v5 upgrade (#6723)
* mapping spotx dealid to bid object * using proper syntax to import default json module * kick off tests * es lint fix Co-authored-by: Danny Khatib <dk2020@Dannys-MacBook-Pro.local> Co-authored-by: Chris Huie <3444727+ChrisHuie@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de6ddca - Browse repository at this point
Copy the full SHA de6ddcaView commit details -
First Party Data module: Add new module and two submodules to populat…
…e defaults and validate ortb2 (#6452) * Creating fpd module * Continued work on FPD module. - Data validation - Pubcid optout check - Misc Fixes * Revert userId update. Committed in error * Added first party data unit tests and fixed bug * Added an unsubscribe for tests to run properly * Reworked logic to use bidderRequests hook to update global/bidder configs instead of subscribing - former method was preventing tests from completing properly * Merge master * Removing unused references. Fixing device data to point to device.h/device.w * Update to include opt out configuration for enrichments/validations * Modified logic to use ortb2 configuration mapping. This will allow for entries to be added/removed/modified from configuration as opposed to be specifically called out in the validation functions * Removed LGTM unneeded defensive code for check on object 'cur' * Remove unused conditional * Fix lint error * Updates to remove currency enrichment as well as optout for user object * Added optout flag to user.yob and user.gender fields * Added test for arbitrary values Added more comments * Broke module out into module and two submodules * Updated cur to validate as an array of strings not just a string Updated comments
Configuration menu - View commit details
-
Copy full SHA for a651093 - Browse repository at this point
Copy the full SHA a651093View commit details -
Datablocks bid adapter: update adapter to conform to new bid server's…
… format (#6696) * update datablocks bid adapter * remove TODO and fix linting errors * updated readme and changed insights to ortb2 * fixed ortb2 change Co-authored-by: John Mayor <john@Johns-iMac.local>
Configuration menu - View commit details
-
Copy full SHA for 1248a22 - Browse repository at this point
Copy the full SHA 1248a22View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b5019 - Browse repository at this point
Copy the full SHA d1b5019View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5650b - Browse repository at this point
Copy the full SHA ea5650bView commit details -
clarify dependency on global rtdModule (#6759)
As discussed with David from Permutive
Configuration menu - View commit details
-
Copy full SHA for 9e16220 - Browse repository at this point
Copy the full SHA 9e16220View commit details -
Update to PBS bid adapter for video bids, pass along w and h respecti…
…vely and filter out contxt and playerSize params as PBS does not use them (#6682)
Configuration menu - View commit details
-
Copy full SHA for 8fb6899 - Browse repository at this point
Copy the full SHA 8fb6899View commit details -
Sovrn and Sharethrough Bid Adapters: support for advertiserDomains (#…
…6764) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Delete iasBidAdapter.js * Add files via upload * Update openxBidAdapter.js * Update openxBidAdapter.js * Update sovrnBidAdapter.js * Update sharethroughBidAdapter.js * Update sharethroughBidAdapter_spec.js * Update sovrnBidAdapter_spec.js * Update sovrnBidAdapter_spec.js * Update sharethroughBidAdapter_spec.js * Update sharethroughBidAdapter_spec.js * Update sharethroughBidAdapter_spec.js
Configuration menu - View commit details
-
Copy full SHA for 4bbcc18 - Browse repository at this point
Copy the full SHA 4bbcc18View commit details -
ucfunnel Bid Adapter: add support for FLoC and Verizon Media ConnectID (
#6744) * Add a new ucfunnel Adapter and test page * Add a new ucfunnel Adapter and test page * 1. Use prebid lib in the repo to keep updated 2. Replace var with let 3. Put JSON.parse(JSON.stringify()) into try catch block * utils.getTopWindowLocation is a function * Change to modules from adapters * Migrate to module design * [Dev Fix] Remove width and height which can be got from ad unit id * Update ucfunnelBidAdapter to fit into new spec * Correct the endpoint. Fix the error of query string * Add test case for ucfunnelBidAdapter * Fix lint error * Update version number * Combine all checks on bid request * Add GDPR support for ucfunnel adapter * Add in-stream video and native support for ucfunnel adapter * Remove demo page. Add more test cases. * Change request method from POST to GET * Remove unnecessary comment * Support vastXml and vastUrl for video request * update TTL to 30 mins * Avoid using arrow function which is not discuraged in mocha * ucfunnel tdid support * ucfunnel fix error message in debug mode * ucfunnel adapter add bidfloor parameter * ucfunnel adapter support CCPA * ucfunnel adapter native support clicktrackers * ucfunnel adapter change cookie sync setting * ucfunnel adapter update request parameter * Update ucfunnelBidAdapter * ucfunnel adapter add currency in ad response * ucfunnel adapter support uid2 * ucfunnel Bid Adapter: add support for FLoC and Verizon Media ConnectID Co-authored-by: root <root@ubuntu.members.linode.com> Co-authored-by: Ryan Chou <ryanchou0210@gmail.com> Co-authored-by: ucfunnel <support@ucfunnel.com> Co-authored-by: jack.hsieh <moonnight8520@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8cad2a2 - Browse repository at this point
Copy the full SHA 8cad2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fc857 - Browse repository at this point
Copy the full SHA 04fc857View commit details -
Beachfront Bid Adapter: update beachfront example docs (#6774)
Co-authored-by: John Salis <john@beachfront.com>
Configuration menu - View commit details
-
Copy full SHA for 1211a79 - Browse repository at this point
Copy the full SHA 1211a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for b28420f - Browse repository at this point
Copy the full SHA b28420fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0296451 - Browse repository at this point
Copy the full SHA 0296451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 549a3e7 - Browse repository at this point
Copy the full SHA 549a3e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d4c6c - Browse repository at this point
Copy the full SHA b1d4c6cView commit details -
Relaido Adapter : size of the banner is checked and the banner can be…
… bid on. (#6776) * add relaido adapter * remove event listener * fixed UserSyncs and e.data * fix conflicts * take size each mediaType Co-authored-by: ishigami_shingo <s.ishigami@relaido.co.jp> Co-authored-by: cmertv-sishigami <s.ishigami@cmertv.com> Co-authored-by: t_bun <t.bun@cmertv.com>
Configuration menu - View commit details
-
Copy full SHA for 7d5d53c - Browse repository at this point
Copy the full SHA 7d5d53cView commit details -
ZetaSspBidAdapter fix typo (#6777)
Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 03625c4 - Browse repository at this point
Copy the full SHA 03625c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b18cce - Browse repository at this point
Copy the full SHA 3b18cceView commit details -
PubMatic Adapter: add support for FloCID (#6749)
* changes to support native in pubmaticbid adapter * Removed port from endpoint * Removed protocol from endpoint * Formatting * Fix request payload * Updated test case * Changed request and response as per ortb spec * Change in request and response * Removed comments and extra code * Code Review comments * Code Review Comments and Test cases for request and response * Removed data type as all data asset types are handled * Code Review Changes * Code Review Comments * Supporting both banner and native and sending 0x0 in case of native * Bug Fixes * Bug response not processed by prebid * Change warning message * Fixed typo * Do not send request in case of invalid native bid * Do not send request in case of invalid native requests * objects converted to strings in log for debug purposes * Fixed logic to check for required parmas * Fixed typo for stringify * documentation for native * Review comments from Prebid * Typo * Typo * Updated pub id for native * Code Review * Support for pubid * Test Cases for PubCommonId in PubMatic adapter * Delete yarn.lock * Rename adaptermanager.js to adapterManager.js * Rename yieldNexusBidAdapter.js to yieldnexusBidAdapter.js * Rename yieldNexusBidAdapter.md to yieldnexusBidAdapter.md * Rename yieldNexusBidAdapter_spec.js to yieldnexusBidAdapter_spec.yieldnexusBidAdaptera * Rename yieldnexusBidAdapter_spec.yieldnexusBidAdaptera to yieldnexusBidAdapter_spec.js * bluebillywig outstream player support in pubmatic adapter * removed pubcommon id test cases * BBW Renderer * Pubmatic should work with provided renderer * Review Comments * changes for flocId * code review comments * fixed for eids * code review comments * unit test cases for floc * updated md file * code review comment
Configuration menu - View commit details
-
Copy full SHA for bfb87c6 - Browse repository at this point
Copy the full SHA bfb87c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e535aa - Browse repository at this point
Copy the full SHA 4e535aaView commit details -
Bucksense Bid Adapter: add adomain to adapter (#6779)
* Update bucksenseBidAdapter.js Added support for advertiserDomains * Update bucksenseBidAdapter_spec.js Co-authored-by: Patrick McCann <patmmccann@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fadcdb2 - Browse repository at this point
Copy the full SHA fadcdb2View commit details -
Update to PBS Bid Adapter and RP Bid Adapter to pass PBJS version in …
…auction requests (#6767)
Configuration menu - View commit details
-
Copy full SHA for bbe0c91 - Browse repository at this point
Copy the full SHA bbe0c91View commit details -
AOL Bid Adapter: Remove client side support for already deprecated en…
…dpoint floor support (#6743)
Configuration menu - View commit details
-
Copy full SHA for 044fb17 - Browse repository at this point
Copy the full SHA 044fb17View commit details -
tappx Bid Adapter: update isBidRequestValid and fix request url (#6761)
* UPDATE: add initial UID * UPDATE: UID change user ext * UPDATE: UID clean logs * UPDATE: add host info * UPDATE: tappx bid adapter universal id * UPDATE: fix bidder param * UPDATE: tappxBidAdapter tests * tappxBidAdapter - fix spacing * tappxBidAdapter: add test user eids array * tappxBidAdapter: update eids array * FIX: package-lock.json * Conversant adapter: add adomain, remove digitrust (#6495) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Update conversantBidAdapter.js * Update conversantBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Rads Bid Adapter: add GDPR support & user sync support (#6455) * Proxistore Bid Adapter: add cookieless url endpoint & use floor module (#6427) * use floor module * call cookieless endpoint when necessary * test endpoint url * change url endpoint * delete console log * fix tests * add language to url * use ortb interface * unit test * update test unit * create proxistore module * add unit tests and documentation * delete modules * delete module * add proxistore rtd submodule * delete proxistore module * spacing * change url * AdYoulike Bid Adapter: Add an "Insertion" tracking for Native mediatype (#6481) * add insertion event * add missing campaign ID parameter * update unit test with new tracking checked * Dspx Bid Adapter : add user sync support (#6456) * Add sync support for dspx adapter * Dspx Bid Adapter : add user sync support Co-authored-by: Alexander <avj83@list.ru> * Multibid Module: add new module to handle multiple bids from single bidder & update rubicon adapter (#6404) * Multibid module - create new module - Expands the number of key value pairs going to the ad server in the normal Prebid way by establishing the concept of a "dynamic alias" First commit * Continued updates from 1st commit * Adding logWarn for filtered bids * Update to include passing multibid configuration to PBS requests * Update to rubicon bid adapter to pass query param rp_maxbids value taken from bidderRequest.bidLimit * Update to config to look for camelcase property names according to spec. These convert to all lowercase when passed to PBS endpoint * Adjust RP adapter to always include maxbids value - default is 1 * Added support for bidders array in multibid config * Fixed floor comparison to be <= bid cpm as oppossed to just < bid cpm. Updated md file to fix camelCase tpyo * Update to include originalBidderRequest in video call to prebid cache * Update to ignore adpod bids from multibid and allow them to return as normal bids * Adding uid2 to submodules.json (#6508) * NextRoll ID System: add new ID module (#6396) * Add Nextroll ID Module * Add nextroll to eids * Make configuration value names consistent with Adapter Module * Use parnerId instead of sellerId * Add nextroll to userId and eids md files * Remove storage configuration * Rename nextroll -> nextrollId * Add nextrollId to common ID specs * Qwarry Bid Adapter: add GDPR and consent string handling (#6489) * qwarry bid adapter * formatting fixes * fix tests for qwarry * qwarry bid adapter * add header for qwarry bid adapter * bid requests fix * fix tests * response fix * fix tests for Qwarry bid adapter * add pos parameter to qwarry bid adapter * qwarryBidAdapter onBidWon hotfix * Change bidder endpoint url for Qwarry adapter * add referer JS detection * use bidderRequest.refererInfo * fix tests * GDPR consent string support * NPE fix Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com> Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com> Co-authored-by: pro-nsk <32703851+pro-nsk@users.noreply.github.com> * Zemanta Bid Adapter: add support for new params & consent strings to usersync URL (#6468) * add gvl id to spec * add support for bcat and badv params * add consent strings to usersync url * add bcat and badv params to doc * Automatad Bid Adapter: Add meta.advertiserDomains to bid response (#6509) * added bid meta with advertiserDomains * Adhese Bid Adapter: add support for caching video content (#6501) * adpod category support test * Revert "adpod category support test" This reverts commit 70a3cf2. * adpod category support test * Revert "adpod category support test" This reverts commit 70a3cf2. * Adhese Bid Adapter: cache video content Co-authored-by: Tim Sturtewagen <tim@adhese.com> Co-authored-by: Mateusz <mateusz@adhese.eu> * update apacdex unit test to disable debug mode (#6511) * Telaria: not setting adid (#6507) * Prebid 4.33.0 Release * increment pre version * rubicon: removing maxduration as a required bidder parameter (#6513) * Zemanta adapter: add advertiserDomains (#6517) * Lemma Bid Adapter: accepting the floor to use the getFloor function (#6497) * lemmaBidAdapter.js Added lemma bid adapter file * lemmaBidAdapter.md Added lemma bid adapter md file * lemmaBidAdapter_spec.js Added lemma bid adapter test spec file * Update lemmaBidAdapter.js Fixed automated code review alert comparison between inconvertible types * Update lemmaBidAdapter.js Fixed review changes * Update lemmaBidAdapter.md Correct parameter value. * Update lemmaBidAdapter.js Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter_spec.js Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter.md Lemma Bid Adapter - v3.0 compliance * Update lemmaBidAdapter.js Added user sync support into bid adapter. * updated include modules file extension. updated include modules js file extension. * Update lemmaBidAdapter_spec.js Added unit test for user sync feature. * Update lemmaBidAdapter.js Fixed format error. * Update lemmaBidAdapter_spec.js Fixed format error and typo error. * Set mediaType key value into bid object Set mediaType key value into the bid object. * Update lemmaBidAdapter.js remove duplicate function * Update lemmaBidAdapter.js Remove non supported code. * Update lemmaBidAdapter_spec.js Remove GDPR test cases. * Update lemmaBidAdapter.js Made changes for accepting the floor to use the getFloor function * Update lemmaBidAdapter.js correct undefined keyword name. * Update lemmaBidAdapter_spec.js Added test coverage floor value * Update lemmaBidAdapter.js Remove trailing spaces on lines 379 and 381. * Update lemmaBidAdapter_spec.js Added getFloor function test case changes, Please review it. * Update lemmaBidAdapter_spec.js * Update lemmaBidAdapter.js * Update lemmaBidAdapter.js Fixed lint issue. * Update lemmaBidAdapter_spec.js Fixed test cases. * Update lemmaBidAdapter_spec.js Made suggested changes. Please review it. Co-authored-by: Abhijit Mane <abhipucsd.123@gmail.com> * Mediasquare Bid Adapter: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event (#6480) * Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event * Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event * removing status as it does not seem populated when called * add tests * Update nextroll ID variable name to match published ID module (#6519) * Merkle User ID Module: updates to user id submodule (#6503) * AdKernel Bid/Analytics Adapters: user privacy related changes (#6488) * SynacorMedia: remove adId from the bid response (#6520) * Rubicon: making doc data types consistent (#6526) * Synacormedia Bid Adapter: add meta.advertiserDomains (#6527) * Adloox Analytics Adapter: add new analytics adapter (#6308) * gulp: fix supplying list of browsers to test against The following now works: gulp test --browserstack --nolint --nolintfix --browsers=bs_ie_11_windows_10 --file 'test/spec/modules/adloox{AnalyticsAdapter,AdServerVideo,RtdProvider}_spec.js' * instreamTracking: unit test tidy From @robertrmartinez in #6308 (comment) * adloaderStub: expose stub for other unit tests to use From @robertrmartinez in #6308 (comment) * Adloox analytic module * Seedtag adapter: Fixing bug preventing to receive the right params onTimeout. (#6525) * adot bid adapter: add publisher path from bidder config to endpoint url (#6476) * Admixer ID System: add userId submodule (#6238) * Migrating to Prebid 1.0 * Migrating to Prebid 1.0 * Fix spec * add gdpr and usp * remove changes in gdpr_hello_world.html * Update gdpr_hello_world.html add spaces * add user syncs * remove comments * tests * admixer id system * admixer id system * admixer id system eids.md userId.md * admixer id system .submodules.json * admixer id system Co-authored-by: atkachov <atkachov91@admixer.ua> * PBJS Core: call custom render func after loadscript if provided (#6422) * Pubxai Analytics Adapter: bug fixes and code revamp (#6474) * Updated PubxAiAnalytics adapter - Bug fixes and Code restructuring * Updated endpoint URLs * Changed array.includes to array.indexOf to fix IE issue * Code cleanup and changes as suggested. * Updated browser testing order and edge browser token * PBJS Core: canBidderRegisterSync ignoring iframe sync disabled by default (#6535) * Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js * Update userSync.js * Update userSync_spec.js * Added automatic tzo and targetId to adserver request. (#6534) * Impactify Bid Adapter: add new bid adapter (#6518) * Add impactify adapter with MD file * Add impactify adapter * Prebid 4.34.0 Release * Increment pre version * Prebid server adapter: add config for openx hosting (#6530) * Yieldmo adapter: add meta data to bids (#6550) * Smartx Bid Adapter: Add meta.advertiserDomains support (#6547) * Onevideo / Adap.tv Adapter: updated example configuration (#6546) * Mass Deal Rendering Module: support multiple custom configs for dealId and rendering (#6500) * ZetaSsp Bid Adapter: add new bid adapter (#6432) * Adnuntius Bid Adapter: Fix for bid too low. (#6557) * Added automatic tzo and targetId to adserver request. * Fixing issues with bid price being too low. * Fixing issues with bid price being too low. * ReadPeak Bid Adapter: fix api issues, add gdpr consent, & getfloor module support (#6548) * BetweenBidAdatper: added sharedid support (#6531) * adWMG Bid Adapter: update endpoints for cookie sync (#6544) * Support floorCPM parameter, fix some minor bugs * fix space-in-parens circleci error * example fix * clean usersync URL * spaces * spaces * add new unit tests, compatibility with IE11 * remove logInfo * Check for floorCPM value * Check params before sending * New endpoints * code format * new endpoint for cookie sync * update tests Co-authored-by: Mikhail Dykun <m.dykun@wmgroup.us> * Yieldmo Bid Adapter: add support for the floors module (#6541) * Sortable Bid Adapter: add eids support (#6565) * Add Sortable adapter for Prebid 3.x Update tests to reflect changes. * Add .js in imports * hostname not host: don't include port * Trivial change to trigger build: failure wasn't our adapter * More failures in other adapters * PR Feedback - use https for URL - fix examples in markdown - request to endpoint should work now * Feedback: add native and video examples * Update unit tests Co-authored-by: Shannon Broekhoven <shannon@sortable.com> * Outbrain Bid Adapter: replacing Zemanta (#6558) * Sirdata Real-time Data Module: add new RTD module (#6515) * Logicad Bid Adapter: add support for userid modules (#6529) * ATS-identityLinkIdSystem - add use3P config property to control firing of 3P envelope endpoint (#6568) * Proxistore Bid Adapter: add support for tcf v2 consent (#6543) * use tcf v2 consent * set cosentGiven to false and test Gdpr api v2 * BlueBillyWig Bid Adapter: add renderer customization options (#6540) * add Blue Billywig adapter * Blue Billywig Adapter - update according to review feedback * Blue Billywig Adapter - update to try and pass CircleCI * Remove the last for .. of in bluebillywigBidAdapter.js, hopefully... * Update bluebillywigBidAdapter test parameters to match renderer to rendererCode rename * Blue Billywig - Also pass through site config with OpenRTB request * add Blue Billywig adapter * Blue Billywig Adapter - update according to review feedback * Blue Billywig Adapter - update to try and pass CircleCI * Remove the last for .. of in bluebillywigBidAdapter.js, hopefully... * Code quality update, always hit user syncs, improved video params * Remove unnecessary export * Add rendererSettings param to bluebillywig adapter * Kick off CircleCi tests manually Co-authored-by: Klaas-Jan Boon <klaas-janboon@ip-172-16-224-85.eu-west-1.compute.internal> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com> * OpenX Bid Adapter: Set Deal ID for video requests (#6573) * 33Across Bid Adapter: add support for User ID modules (#6554) * pubGENIUS bid adapter: support floor module (#6555) * Welect Bid Adapter: update url of API (#6570) * update api url * update api url in tests * Bright Mountain Media Bid Adapter: change bidder code to bmtm; alias old name (#6574) * Adtelligent Bid Adapter: add adUrl support & new alias (#6559) * add adUrl support * add adUrl test * Bright Mountain Media Bid Adapter: Change Endpoint URL (#6576) * tappxBidAdapter: update * tasppxBidAdapter: add video * tappxBidAdapter: update video * tappxBidAdapter: update name interpret banner * tappxBidAdapter: add tests for video * tappxBidAdapter: add adomain * tappxBidAdapter: update adapter version * tappxBidAdapter: update interpretBid adomain and dealid * tappxBidAdapter: update isBidRequestValid * tappxBidAdapter: update tests. Adding video to isBidRequestValid * tappxBidAdapter: update doc .md file * tappxBidAdapter: update isBidRequestValid * tappxBidAdapter: update ads sizes available * tappxBidAdapter: update isBidRequestValid * tappxBidAdapter: update host depending tappx endpoint * tappxBidAdapter: update tappx adapter version * tappxBidAdapter: add EOL * revert outbrain cahnges to untrack in this pr * tappxBidAdapter: update isBidRequestValid tests * tappxBidAdapter: fix circleci error Co-authored-by: marc_tappx <marc@tappx.com> Co-authored-by: Patrick McCann <patmmccann@gmail.com> Co-authored-by: onlsol <48312668+onlsol@users.noreply.github.com> Co-authored-by: vincentproxistore <56686565+vincentproxistore@users.noreply.github.com> Co-authored-by: guiann <guillaume.andouard@adyoulike.com> Co-authored-by: Alexander <avj83@list.ru> Co-authored-by: mmoschovas <63253416+mmoschovas@users.noreply.github.com> Co-authored-by: SKOCHERI <37454420+SKOCHERI@users.noreply.github.com> Co-authored-by: Abimael Martinez <abijr@users.noreply.github.com> Co-authored-by: artemiokost <artemiokost@gmail.com> Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com> Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com> Co-authored-by: pro-nsk <32703851+pro-nsk@users.noreply.github.com> Co-authored-by: Rok Sušnik <rsusnik@outbrain.com> Co-authored-by: Kanchika - Automatad <kanchika@automatad.com> Co-authored-by: Paweł L <pawel.lankocz@adhese.eu> Co-authored-by: Tim Sturtewagen <tim@adhese.com> Co-authored-by: Mateusz <mateusz@adhese.eu> Co-authored-by: jsnellbaker <31102355+jsnellbaker@users.noreply.github.com> Co-authored-by: bretg <bgorsline@gmail.com> Co-authored-by: Jason Snellbaker <jsnellbaker@appnexus.com> Co-authored-by: Lemma Dev <54662130+lemmadev@users.noreply.github.com> Co-authored-by: Abhijit Mane <abhipucsd.123@gmail.com> Co-authored-by: matthieularere-msq <63732822+matthieularere-msq@users.noreply.github.com> Co-authored-by: Denis Logachov <denis@adkernel.com> Co-authored-by: RAJKUMAR NATARAJAN <raj.cs.psg@gmail.com> Co-authored-by: Alexander Clouter <alex+github@digriz.org.uk> Co-authored-by: Laura Morillo-Velarde <laura.morillovelarde@gmail.com> Co-authored-by: Giudici-a <34242194+Giudici-a@users.noreply.github.com> Co-authored-by: Galphimbl <sashatkachov91@gmail.com> Co-authored-by: atkachov <atkachov91@admixer.ua> Co-authored-by: Jérémie Girault <jeremie.girault@gmail.com> Co-authored-by: Phaneendra Hegde <pnhegde@users.noreply.github.com> Co-authored-by: Mikael Lundin <mikael-lundin@users.noreply.github.com> Co-authored-by: Thomas <thomas.dseao@gmail.com> Co-authored-by: Mike Chowla <mike.chowla@pubmatic.com> Co-authored-by: Deivydas Šabaras <deivydas@users.noreply.github.com> Co-authored-by: ym-atsymuk <81176595+ym-atsymuk@users.noreply.github.com> Co-authored-by: Skylinar <53079123+Skylinar@users.noreply.github.com> Co-authored-by: Adam Browning <19834421+adam-browning@users.noreply.github.com> Co-authored-by: Catalin Ciocov <catalin.ciocov@gmail.com> Co-authored-by: asurovenko-zeta <80847074+asurovenko-zeta@users.noreply.github.com> Co-authored-by: readpeaktuomo <66239046+readpeaktuomo@users.noreply.github.com> Co-authored-by: Ignat Khaylov <ignat@ignat.one> Co-authored-by: nyakove <43004249+nyakove@users.noreply.github.com> Co-authored-by: Mikhail Dykun <m.dykun@wmgroup.us> Co-authored-by: ym-dlabuzov <81709888+ym-dlabuzov@users.noreply.github.com> Co-authored-by: karentnarvaez <61426156+karentnarvaez@users.noreply.github.com> Co-authored-by: Shannon Broekhoven <shannon@sortable.com> Co-authored-by: nouchy <33549554+nouchy@users.noreply.github.com> Co-authored-by: logicad <dev-ex-service@so-netmedia.jp> Co-authored-by: mamatic <52153441+mamatic@users.noreply.github.com> Co-authored-by: Klaas-Jan Boon <klaas-janboon@live.nl> Co-authored-by: Klaas-Jan Boon <klaas-janboon@ip-172-16-224-85.eu-west-1.compute.internal> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com> Co-authored-by: Kenan Gillet <1706856+kenan-gillet@users.noreply.github.com> Co-authored-by: Aparna Rao <aparna.hegde@33across.com> Co-authored-by: Meng <5110935+edmonl@users.noreply.github.com> Co-authored-by: Nick Duitz <42961155+nduitz@users.noreply.github.com> Co-authored-by: BrightMountainMedia <69471268+BrightMountainMediaInc@users.noreply.github.com> Co-authored-by: Gena <wertixvost@gmail.com> Co-authored-by: Chris Huie <3444727+ChrisHuie@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 856ebc1 - Browse repository at this point
Copy the full SHA 856ebc1View commit details -
Qwarry Bid Adapter: add sizes (#6787)
* qwarry bid adapter * formatting fixes * fix tests for qwarry * qwarry bid adapter * add header for qwarry bid adapter * bid requests fix * fix tests * response fix * fix tests for Qwarry bid adapter * add pos parameter to qwarry bid adapter * qwarryBidAdapter onBidWon hotfix * Change bidder endpoint url for Qwarry adapter * add referer JS detection * use bidderRequest.refererInfo * fix tests * GDPR consent string support * NPE fix * gdpr value added * merge master * gdpr value added * qwarry bid adapter: add tests * Qwarry bid adapter: remove gdpr field from request * qwarry bid adapter: add sizes * qwarry bid adapter: add sizes Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com> Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com>
Configuration menu - View commit details
-
Copy full SHA for 1097025 - Browse repository at this point
Copy the full SHA 1097025View commit details -
Medianet bid adapter: floor module support (#6713)
* Medianet floor module support * removing backslash from wildcard
Configuration menu - View commit details
-
Copy full SHA for 4bf9406 - Browse repository at this point
Copy the full SHA 4bf9406View commit details -
Co-authored-by: Ignat Khaylov <khaylov@betweenx.com>
Configuration menu - View commit details
-
Copy full SHA for e2aa319 - Browse repository at this point
Copy the full SHA e2aa319View commit details -
Beachfront Bid Adapter: add floors module support (#6752)
* add price floors support to beachfront adapter * revert doc changes to create separate pull request Co-authored-by: John Salis <john@beachfront.com>
Configuration menu - View commit details
-
Copy full SHA for 261f0e1 - Browse repository at this point
Copy the full SHA 261f0e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a62ceae - Browse repository at this point
Copy the full SHA a62ceaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4117d58 - Browse repository at this point
Copy the full SHA 4117d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e6109 - Browse repository at this point
Copy the full SHA 85e6109View commit details -
Mike Chowla authored and idettman committed
May 21, 2021 Configuration menu - View commit details
-
Copy full SHA for ffae28c - Browse repository at this point
Copy the full SHA ffae28cView commit details -
Mike Chowla authored and idettman committed
May 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 9edb487 - Browse repository at this point
Copy the full SHA 9edb487View commit details -
CCX Bid Adapter: add support for mediatypes video parameters (#6736)
* adomain support * adomain support * adomain support * adomain support * adomain support * video params * docs changes
Configuration menu - View commit details
-
Copy full SHA for 14e37c1 - Browse repository at this point
Copy the full SHA 14e37c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for de15feb - Browse repository at this point
Copy the full SHA de15febView commit details -
Configuration menu - View commit details
-
Copy full SHA for 952d02a - Browse repository at this point
Copy the full SHA 952d02aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d9c2c - Browse repository at this point
Copy the full SHA e7d9c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f8db6 - Browse repository at this point
Copy the full SHA 44f8db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b69bd - Browse repository at this point
Copy the full SHA d3b69bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a848d8 - Browse repository at this point
Copy the full SHA 5a848d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9515506 - Browse repository at this point
Copy the full SHA 9515506View commit details -
Index Exchange Bid Adapter: coppa support, dealid & ttl field updates (…
…#6782) * set bidderRequestId to be a string in r.id * set coppa value in r.reqs.coppa * added support for seat[].bid[].exp ttl value * read dealid from openrtb first, then fallback to ext * use utils.isInteger Co-authored-by: Kajan Umakanthan <umakajan@umakajan.com> Co-authored-by: punkiller <pankajkumar555@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cea4a58 - Browse repository at this point
Copy the full SHA cea4a58View commit details -
Update permutiveRtdProvider.md (#6810)
Updated to reflect current audience connector support.
Configuration menu - View commit details
-
Copy full SHA for f4caaba - Browse repository at this point
Copy the full SHA f4caabaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dedd17 - Browse repository at this point
Copy the full SHA 0dedd17View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1d23c - Browse repository at this point
Copy the full SHA cb1d23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6957925 - Browse repository at this point
Copy the full SHA 6957925View commit details
Commits on May 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1001c00 - Browse repository at this point
Copy the full SHA 1001c00View commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fe175cd - Browse repository at this point
Copy the full SHA fe175cdView commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5370746 - Browse repository at this point
Copy the full SHA 5370746View commit details -
Rule enforcement: adapters supporting OpenRTB video parameters must b…
…e capable of reading them from the ad unit (#6947) * Delete advangelistsBidAdapter.js * Delete lunamediaBidAdapter.js * Delete dailyhuntBidAdapter.js * Delete lemmaBidAdapter.js * Delete waardexBidAdapter.js * Delete advangelistsBidAdapter_spec.js * Delete dailyhuntBidAdapter_spec.js * Delete lemmaBidAdapter_spec.js * Delete lunamediaBidAdapter_spec.js * Delete waardexBidAdapter_spec.js
Configuration menu - View commit details
-
Copy full SHA for 00aae39 - Browse repository at this point
Copy the full SHA 00aae39View commit details -
AOL Bid Adapter: Remove validation of bidder specific video params fo…
…r Nexage endpoint call formation (#6766) * Update aolBidAdapter.js * Update aolBidAdapter.js
Configuration menu - View commit details
-
Copy full SHA for 3be28d1 - Browse repository at this point
Copy the full SHA 3be28d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3de976 - Browse repository at this point
Copy the full SHA a3de976View commit details -
Outbrain: fix linting errors in 5.0 branch from merging (#6952)
* add newline for linting * add newline
Configuration menu - View commit details
-
Copy full SHA for d34bd45 - Browse repository at this point
Copy the full SHA d34bd45View commit details
Commits on Jun 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61c494a - Browse repository at this point
Copy the full SHA 61c494aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 013698f - Browse repository at this point
Copy the full SHA 013698fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c937b31 - Browse repository at this point
Copy the full SHA c937b31View commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a42faf6 - Browse repository at this point
Copy the full SHA a42faf6View commit details -
Waardex bid adapter: fixes for Prebid 5 (#6959)
* Add Waardex js * Update waardexBidAdapter.md * Add files via upload * Update invibesBidAdapter.js
Configuration menu - View commit details
-
Copy full SHA for 94ad22d - Browse repository at this point
Copy the full SHA 94ad22dView commit details -
PBS Bid Adapter: No longer pass test=1 on debug mode (#6924)
* Update index.js * Update index.js
Configuration menu - View commit details
-
Copy full SHA for c8058a6 - Browse repository at this point
Copy the full SHA c8058a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac7c3b - Browse repository at this point
Copy the full SHA 1ac7c3bView commit details
Commits on Jun 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0b55d6b - Browse repository at this point
Copy the full SHA 0b55d6bView commit details
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 31d1d0e - Browse repository at this point
Copy the full SHA 31d1d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eba3543 - Browse repository at this point
Copy the full SHA eba3543View commit details