Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update remote repo #25

Merged
merged 285 commits into from
Jan 3, 2023
Merged

Update remote repo #25

merged 285 commits into from
Jan 3, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    f0a9d94 View commit details
    Browse the repository at this point in the history
  2. Pass device width and height in openRTB payload to YSSP (#9078)

    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    slimkrazy and slimkrazy committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    b04ba3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d09d25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7186178 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c81f1b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Conversant Analytics Adapter: initial release (#8981)

    * cnvr_analytics-adapter - First implementation of Conversant Prebid Analytics adapter
    - commits squashed to 1 checkin
    - testing
    - documentation
    - throttling
    
    * cnvr_analytics-adapter - cicircle fix
    
    * cnvr_analytics-adapter - code review tweaks, handle multiple bids from 1 bidder for 1 adslot
    AaronColbyPrice committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d1ac4f2 View commit details
    Browse the repository at this point in the history
  2. TheMediaGrid: Support multiRequest param (#9061)

    * 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
    
    * GridNM Bid Adapter: use absent in params data from mediaTypes
    
    * GridNM Bid Adapter: fix md file + add advertiserDomains support
    
    * TheMediaGrid and gridNM Bid Adapter: minor netRevenue fixes
    
    * gridNM Bid Adapter updates after review
    
    * TheMediaGrid Bid Adapter: fix keywords workflow
    
    * fix testing and kick off lgtm again
    
    * TheMediaGrid: added ext.bidder.grid.demandSource processing
    
    * TheMediaGrid: added user.id from fpd cookie
    
    * TheMediaGrid: control cookie setting via bidder config
    
    * TheMediaGrid: use localStorage instead cookie
    
    * TheMediaGridNM Bid Adapter: update adapter to use /hbjson endpoint
    
    * TheMediaGridNM: fix unnecessary conditions
    
    * TheMediaGrid: fix bug with nurl field in response
    
    * TheMediaGrid: update test
    
    * TheMediaGridNM: fix possible bug with nurl
    
    * TheMediaGrid: added alias as playwire
    
    * TheMediaGrid: added alias as adlivetech
    
    * TheMediaGrid: fix sync url workflow
    
    * TrustX: fix sync url worflow + remove old syncurl
    
    * TheMediaGrid: added instl support
    
    * TheMediaGrid: fix test for instl
    
    * TheMediaGrid: update md file
    
    * TheMediaGrid: reformat segments for permutive rtd module
    
    * TrustX: send all ortb2.user.data in user.data
    
    * TheMediaGrid: remove permutive segments reformating
    
    * TrustX: remove permutive segments reformating
    
    * TheMediaGrid & TrustX: fix typo
    
    * TheMediaGrid: support bid.ortb2.site.content
    
    * TheMediaGrid: support multiRequest param
    
    * TheMediaGrid: add test for multiRequest case
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    TheMediaGrid and ChrisHuie committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a86b60a View commit details
    Browse the repository at this point in the history
  3. Prebid Core: Refine coordination of PBS+PBJS Floors (#8865)

    * stronger coordination between pbs and pbjs floors
    
    * reverted changes for test page
    
    * spacing change
    
    * refactored code
    
    * reverted change to adunits html
    
    * refactored pbjs to pbs floormin logic
    
    * refactored pbjs to pbs floormin logic
    
    * removed comment
    
    * refactored code
    
    * updated logic
    
    * no longer ignoring currencies
    
    * added fallback to deprecating prebid.floorMin and repositioned where floorMinCur is set
    
    * progress
    
    * updated floorMinCur logic
    
    * reverted code on example pages
    
    * format adjustmnet
    
    * format adjustment
    
    * format adjustment
    
    * updated currency conversion logic
    
    * updated currency conversion logic
    
    * updated floorMinCur default for ortb2
    
    * resolved conflicts
    
    * formatting
    
    * formatting
    
    * added few comments explaining the logic for this change
    
    Co-authored-by: Jason Quaccia <jasonquaccia@RWC-WS233.local>
    jlquaccia and Jason Quaccia committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    17b9b32 View commit details
    Browse the repository at this point in the history
  4. Vuukle Bid Adapter: support gdpr/usp/coppa/schain/gvlid (#9023)

    * add gdpr/usp/coppa/schain/gvlid
    
    * restore getConfig
    
    * fix linting
    ChrisHuie committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5c21bdc View commit details
    Browse the repository at this point in the history
  5. Prebid core: add utility to retrieve user agent client hints (#8826)

    * Prebid core: add utility to retrieve user agent client hints
    
    * Cache enrichments FPD between auctions
    
    * Set device.sua from fpdEnrichment
    dgirardi committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0229b54 View commit details
    Browse the repository at this point in the history
  6. AndBeyond.Media adapter: update bidder code (#9005)

    * add andBeyondMedia adapter
    
    * update bidderCode
    
    * update biddercode
    
    * change  andbeyond.media => andbeyond
    
    * changes
    
    * updates
    
    * rename files
    
    * updates
    
    Co-authored-by: Vlad Isaiko <vladis@smartyads.com>
    AndBeyondMediaHB and vladis-teqblaze committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f407e47 View commit details
    Browse the repository at this point in the history
  7. Prebid Core: Allow Cpm Custom Rounding (#9018)

    * Allow custom rounding functions
    
    * Add custom rounding unit tests
    
    * Default to Math.floor when passed an invalid rounding function
    
    * Add error logging
    
    * Fix import statement
    spotxslagle committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    63adafb View commit details
    Browse the repository at this point in the history
  8. Nativo Bid Adapter: change QS param referrer value (#9083)

    * Initial nativoBidAdapter document creation (js, md and spec)
    
    * Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs.
    
    * Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params.
    
    * Changed bidder endpoint url
    
    * Changed double quotes to single quotes.
    
    * Reverted package-json.lock to remove modifications from PR
    
    * Added optional bidder param 'url' so the ad server can force- match an existing placement
    
    * Lint fix. Added space after if.
    
    * Added new QS param to send various adUnit data to adapter endpopint
    
    * Updated unit test for new QS param
    
    * Added qs param to keep track of ad unit refreshes
    
    * Updated bidMap key default value
    
    * Updated refresh increment logic
    
    * Refactored spread operator for IE11 support
    
    * Updated isBidRequestValid check
    
    * Refactored Object.enties to use Object.keys to fix CircleCI testing errors
    
    * Updated bid mapping key creation to prioritize ad unit code over placementId
    
    * Added filtering by ad, advertiser and campaign.
    
    * Merged master
    
    * Added more robust bidDataMap with multiple key access
    
    * Deduped filer values
    
    * Rolled back package.json
    
    * Duped upstream/master's package.lock file ... not sure how it got changed in the first place
    
    * Small refactor of filterData length check. Removed comparison with 0 since a length value of 0 is already falsy.
    
    * Added bid sizes to request
    
    * Fixed function name in spec. Added unit tests.
    
    * Added priceFloor module support
    
    * Added protection agains empty url parameter
    
    * Changed ntv_url QS param to use referrer.location instead of referrer.page
    
    * Removed testing 'only' flag
    jsfledd committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    912934d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28fe695 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3d0038 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Adkernel Bid Adapter: rtbdemand.com alias (#9087)

    * Adkernel Bid Adapter: rtbdemand.com alias
    
    * Update adkernelBidAdapter.js
    ckbo3hrk committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5ca8529 View commit details
    Browse the repository at this point in the history
  2. Lotame Panorama Id System: bug fixes (#9092)

    * GRUE-246 fixed bug to test for emnpty value before returning, fixed bug to check for null values and to convert a string to an int before treating it as a timestamp.
    
    * GRUE-246 Removed trailing space.
    Tonsil committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    be1995b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Eplanning Bid Adapter: add support for video (#9044)

    * add video
    
    * move up imptypes logic
    
    * fix linting
    
    * update curly braces
    
    * fix spaces linting
    
    * fix line
    ChrisHuie committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    7287486 View commit details
    Browse the repository at this point in the history
  2. ConnectID: Support new easy-opt out method (#9069)

    * Respect custom opt-out override localstorage key.
    
    * Wrap opt-out check in a function.
    
    * Rename function
    
    * Add unit tests
    
    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    slimkrazy and slimkrazy committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    958acae View commit details
    Browse the repository at this point in the history
  3. Core & multiple modules: introduce new bidRejected event, and refac…

    …tor bid rejection logic (#9013)
    
    * Separate code path for bid rejection
    
    * Client side bidder rejections
    
    * Rejection reasons in constants.json
    
    * PBS rejections
    
    * priceFloors
    
    * currency
    
    * Filter out NO_BID bids from targeting
    
    * Reject bids whose size does not match the request
    
    * Do not allow PBS stored impressions to go through without allowUnknownBidderCodes
    dgirardi committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5e18b2d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Appnexus Bid Adapter: add support for debug params via query string (#…

    …9091)
    
    * appnexus bid adapter - add support for debug params via query string
    
    * add unit test and some updates
    jsnellbaker committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    3152217 View commit details
    Browse the repository at this point in the history
  2. Taboola Bid Adapter: fix multiple impressions bug (#9104)

    * create taboola adapter
    
    * create taboola adapter md
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * update the md
    
    * update the Maintainer email
    
    * * update MD page
    * refactor code for better readability
    * small fix in UT
    
    * * add privacy to the request builder
    * add relevant Ut
    * small fixes in UT
    
    * * code refactoring + add more accurate way to get page url and referer
    * add relevant Ut
    * small fixes in md
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * update end point url
    * update UT
    * Update banner End point structure
    
    * small fixes + update epi url
    
    * remove the destruction from the bidResponse property
    
    * (update the unit tests) remove the destruction from the bidResponse property
    
    * fix tests
    
    * fix tests - run stubs on each test
    
    * rerun because of another adapter flaky test
    
    * rerun because of another adapter flaky test
    
    * fix cors issue, switch between height, width position
    
    * update badv, bcat to be based in the ortb2 to support prebid 7 new protocols + update Ut
    
    * retry run circleci
    
    * retry run circleci
    
    * pull from upstream
    update md (placement + pub )
    
    * update badv, bcat UT
    
    * rerun build
    
    * rerun build
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * create taboola adapter
    
    * create taboola adapter md
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * update the md
    
    * update the Maintainer email
    
    * * update MD page
    * refactor code for better readability
    * small fix in UT
    
    * * add privacy to the request builder
    * add relevant Ut
    * small fixes in UT
    
    * * code refactoring + add more accurate way to get page url and referer
    * add relevant Ut
    * small fixes in md
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * update end point url
    * update UT
    * Update banner End point structure
    
    * small fixes + update epi url
    
    * remove the destruction from the bidResponse property
    
    * (update the unit tests) remove the destruction from the bidResponse property
    
    * fix tests
    
    * fix tests - run stubs on each test
    
    * rerun because of another adapter flaky test
    
    * rerun because of another adapter flaky test
    
    * fix cors issue, switch between height, width position
    
    * update badv, bcat to be based in the ortb2 to support prebid 7 new protocols + update Ut
    
    * retry run circleci
    
    * retry run circleci
    
    * pull from upstream
    update md (placement + pub )
    
    * update badv, bcat UT
    
    * rerun build
    
    * rerun build
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * add it also to the aftereach
    
    * add it also to the aftereach
    
    * change the api endpoint https protocol
    
    * update Taboola prebid documentation:
    tagId, publisherId, bidFloor.
    
    * update bid response ttl to 60 seconds.
    
    * update Taboola prebid documentation.
    
    * update-ttl-passing
    
    * Update taboolaBidAdapter_spec.js
    
    * add fallback default value in case of null
    
    * add semicolons
    
    * .
    
    * .
    
    * .
    
    * ..
    
    * ...
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * optional-chaining
    
    * set netRevenue to true.
    
    * fix bid response in case we have multiple impressions
    
    * add test
    
    * fix lint
    
    Co-authored-by: Michael <michael.ziso@taboola.com>
    Co-authored-by: mikiz <31058500+mikizi@users.noreply.github.com>
    Co-authored-by: jenny.l <jenny.l@taboola.com>
    Co-authored-by: jennylt <48404417+jennylt@users.noreply.github.com>
    Co-authored-by: Ahmad Lobany <ahmad.l@taboola.com>
    Co-authored-by: ahmadlob <109217988+ahmadlob@users.noreply.github.com>
    7 people committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    50f6d12 View commit details
    Browse the repository at this point in the history
  3. Magnite Analytics Adapter: New Adapter (#9068)

    * stash
    
    * mgni analytics done?
    
    * test not finished
    
    * remove log
    
    * get rid of console log
    
    * pass render transaction id
    
    * add bid Id
    
    * fix bidder done
    
    * fix tests
    
    * Handle PPI elementids case
    
    * added lots of test + minor fixes
    
    * implement Michele review comments
    fix clashing rubicon configs in tests
    
    * michele fixes
    
    * sometimes bidWons do not have "bidId"
    so use "requestId"
    
    * add logs so we can debug on page
    
    * handle currency conversion errors better
    
    * bug fixes
    
    * time since page load
    
    * Magnite MD
    
    * Move session to auction init
    
    * Change adUnitMap to transactionId
    Add delay processing to Bid Won
    
    * oops
    robertrmartinez committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    c0f8bc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9e0607 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Added support for 3rd party user IDs (#9105)

    Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-92.us-west-1.compute.internal>
    vrtcal-dev and Ubuntu committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    0e8dcb3 View commit details
    Browse the repository at this point in the history
  2. Yahoossp and Aol Bid Adapters: Added epsilon.com user id source (#9096)

    * Added epsilon.com user id source to yahoossp and aol bid adapters.
    
    * Added epsilon.com user id source to yahoossp and aol bid adapters- unit test.
    
    * Added epsilon.com user id source to yahoossp and aol bid adapters- unit test.
    
    Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
    radubarbos and dumitrubarbos committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    eb00d83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    091fa06 View commit details
    Browse the repository at this point in the history
  4. PixFuture Bid Adapter: redisigned user sync (#9067)

    * - Redisigned User Sync; - Added GVLID;
    
    * Delete modules.json
    
    * MD file cleanup
    
    * MD file cleanup
    
    * kick off cicrleci
    
    Co-authored-by: Vitali Ioussoupov <84333122+pixfuture-media@users.noreply.github.com>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    3 people committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    3bf0535 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35549ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ec8220 View commit details
    Browse the repository at this point in the history
  7. Bump minimist, gulp-clean and mocha (#9111)

    Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.6 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [gulp-clean](https://github.com/peter-vilja/gulp-clean) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
    
    
    Updates `minimist` from 0.0.8 to 1.2.6
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v0.0.8...v1.2.6)
    
    Updates `gulp-clean` from 0.3.2 to 0.4.0
    - [Release notes](https://github.com/peter-vilja/gulp-clean/releases)
    - [Commits](peter-vilja/gulp-clean@v0.3.2...v0.4.0)
    
    Updates `mocha` from 5.2.0 to 10.0.0
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v5.2.0...v10.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    - dependency-name: gulp-clean
      dependency-type: direct:development
    - dependency-name: mocha
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    ec662d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Pubmatic Bid Adapter: use new dealpriority in deal tier module execut…

    …ion (#9103)
    
    * Implement functionality for deal priority
    
    * Update test cases
    
    * kick off test manually
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    pm-nitin-shirsat and ChrisHuie committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    e7dd6dd View commit details
    Browse the repository at this point in the history
  2. 33Across Bid Adapter: Add structured user agent information to RTB pa…

    …yload (#9112)
    
    * Add UA high entropy values to the request
    
    * 33x specs: use the right format for "sua" version values
    carlosfelix committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    301a82f View commit details
    Browse the repository at this point in the history
  3. AdYouLike Bid Adapter : fix page and ref Url values (#9109)

    * add required clickurl in every native adrequest
    
    * allows the native response to be given as is to prebid if possible
    
    * add unit tests on new Native case
    
    * Handle meta object in bid response with default addomains array
    
    * fix icon retrieval in Native case
    
    * Update priorities in case of multiple mediatypes given
    
    * improve robustness and fix associated unit test on picture urls
    
    * add support for params.size parameter
    
    * add unit test on new size format
    
    * Makes sure the playerSize format is consistent
    
    * enable Vast response on bidder adapter
    
    * fix lint errors
    
    * add test on Vast format case
    
    * add userId to bidrequest
    
    * revert package-lock.json changes
    
    * improve multiple mediatype handling
    
    * Expose adyoulike GVL id
    
    * fix icurl issue when retreiving icon for Native mediatype
    
    * update unit tests on icon url in native mediatype
    
    * target video endpoint when video mediatype is present
    
    * add unit test on video endpoint
    
    * detect if bid request has video
    
    * remove console log
    
    * Add size information in Video bid + unit tests
    
    * Remove unused method (old video retrieval)
    
    * update pagereferrer and pageUrl values
    
    * improve null robustness in native getAssetValue
    
    * change function body and add unit test
    
    * fix pageUrl in case not given i ortb2
    
    * adjust pageUrl and referrer values
    
    * add unit tests on new priority behaviour
    
    Co-authored-by: GuillaumeA <guillaume.andouard@openweb.com>
    guiann and GuillaumeA committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    9aa8e61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ced1a9d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    d8f25b9 View commit details
    Browse the repository at this point in the history
  2. Dac ID Module: (#9040)

    * update dacIdSystem module and related files
    
    * modify decoded id and related files
    
    * remove useless import
    
    * update dacIdSystem.md
    
    * fix the linting errors
    haruka-yamashita2 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    86bc747 View commit details
    Browse the repository at this point in the history
  3. TTD Bid Adapter: add support for site.ref & user.data (#9107)

    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter.js
    patmmccann committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    5de1a29 View commit details
    Browse the repository at this point in the history
  4. init (#9115)

    luca1x committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    86db8eb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. PBS Bid Adapter: alias Fix (#9100)

    * Added adjustment for aliasing unregistered bidders for server-side
    
    * removed import
    Ryan Schweitzer committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4fc33aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f351c70 View commit details
    Browse the repository at this point in the history
  3. IAS RTD Module: custom adUnitPath mapping (#9058)

    * maintainer updated
    
    * getAdUnitPath extracted to manage the adUnitPath option
    
    getAdUnitPath obtains the p parameter using the exact same technique used before. After obtaining it, it checks if there is an adUnitPath configuration parameter, and if it has a non-empty string mapped to a property named like the ad slot id. If and only if this is the case, it overwrites the p parameter with that string.
    
    Since different adservers may have different conventions, no check is run on the formatting of the ad unit path proper.
    
    * faster getAdUnitPath logic
    
    Only check the map if a value was not retrieved "the usual way". Use utils functions instead of vanilla JavaScript.
    
    * faster getAdUnitPath logic
    
    Only check the map if a value was not retrieved "the usual way". Use utils functions instead of vanilla JavaScript.
    
    * removed unnecessary comment
    
    * updated the maintainer email
    rbarbini-ias committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    caf162e View commit details
    Browse the repository at this point in the history
  4. Medianet Bid Adapter: added AAX bidder alias (#9095)

    * added aax bidder alias
    
    * added test for aax alias
    
    Co-authored-by: adish <adish.r@media.net>
    adish1997 and adish-r committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e1aee08 View commit details
    Browse the repository at this point in the history
  5. Brightcom Bid adapter: add support for uspConsent, coppa, schain, use…

    …rIdAsEids, userId (#9063)
    
    * Brightcom: add support for uspConsent, coppa, schain, userIdAsEids, userId
    
    * Brightcom: tests for updates
    prBigBrother committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    f113129 View commit details
    Browse the repository at this point in the history
  6. PubWise Bid Adapter: clean up and updates to adUnit parsing (#9066)

    * add pubwise bid adpater updates
    
    * Update pubwiseBidAdapter_spec.js
    
    * updates for feedback from review, adding imp.ext.tid and source.tid from appropriate locations
    GLStephen committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fcd1e3c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. PulsePoint Bid Adapter: First party data (#9114)

    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per #509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing #866
    
    * Minor fix
    
    * Adding mandatory parameters to Bid
    
    * PulsePoint: Firstparty data support
    anand-venkatraman committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c5ffc77 View commit details
    Browse the repository at this point in the history
  2. Mgid Bid Adapter: fix usage of ortb2 data (#9117)

    * Fix Mgid Bid provider:
    1. Use ortb2 data
    2. Added gvlid to spec
    
    * Fix Mgid Bid provider. Unit-tests
    velichkin committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f90a8a1 View commit details
    Browse the repository at this point in the history
  3. FTRACK USER ID MODULE: tweaking the createEidsArray() method to accep…

    …t two schema patterns (#9123)
    
    * JDB-563: tweaking the createEidsArray() method to accept two schema patterns
    
    * JDB-563: further cleanup now that I understand the the decode method should be used to prepare the data
    
    * JDB-563: adding shortcircuit back into decode method
    
    Co-authored-by: Jason Lydon <jason.lydon@flashtalking.com>
    ftxmoJason and Jason Lydon committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b90ee91 View commit details
    Browse the repository at this point in the history
  4. Weborama RTD Module: add support to asset ids on contextual api (#9086)

    * format doc
    
    * refacto configuration
    
    * refactor module
    
    * refactor code by change 3 constants to use one
    
    * use single quote
    
    * refactor profile validator
    
    * refactor wrapping code
    
    * improve type return
    
    * update jsdoc, refactor some code
    
    * refactor Object.keys
    
    * update jsdoc
    
    * refactor specific bidder code
    
    * refactor jscode
    
    * refactor jscode
    
    * dont repeat yourself
    
    * add more info in components
    
    * convert to class
    
    * move all code to private methods
    
    * refactor into class with private methods
    
    * remove global list of components
    
    * update tests, refactor code
    
    * finish refactor
    
    * implement feature
    
    * update doc
    
    * fix doc
    
    * update integration example
    
    * add url parameter
    
    * Update weboramaRtdProvider.md
    
    Fix typo
    
    * improve asset id handling
    
    * adapt test to use webo_vctx when handle asset id
    
    * fix observations from julien
    
    * update fallback rules on contextual
    
    * fix doc
    peczenyj committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2bf7784 View commit details
    Browse the repository at this point in the history
  5. IX Bid Adapter: send bid floor per size in format ext (#9084)

    * feat: send bid floor per size in format ext [PB-1311]
    
    * fix: remove typo [PB-1311]
    
    Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
    shahinrahbariasl and shahin-rahbariasl committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0377e56 View commit details
    Browse the repository at this point in the history
  6. Freewheel-SSP Bid Adapter: add alias, update local param, and other a…

    …dditions (#9093)
    
    * freewheel add schain in the request
    
    * FreewheelSSP-Update update the bidder name and advertiserDomain
    
    * FreewheelSSP-Update code update
    
    * Freewheel-SSP Bid Adapter: code update
    xwang202 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0f513e7 View commit details
    Browse the repository at this point in the history
  7. Aso Bid Adapter: support schain (#9108)

    * SChain support
    
    * manually kick off tests
    
    * Inappropriate remove
    
    * Typo fixed
    
    * Example updated to avoid confusion
    
    Co-authored-by: dev <dev@adsrv.org>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    3 people committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c709f86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e459b91 View commit details
    Browse the repository at this point in the history
  9. Smaato Bid Adapter: Native support (#9089)

    * PREB-36	[Prebid.js] Native support
    
    * PREB-36	[Prebid.js] Native support
    - update to ortb native
    
    Co-authored-by: Ruslan Sibgatullin <ruslan.sibgatullin@smaato.com>
    Co-authored-by: Bernhard Pickenbrock <bernhard.pickenbrock@smaato.com>
    3 people committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    5885682 View commit details
    Browse the repository at this point in the history
  10. Betters docs for the fledgeForGpt module (#9127)

    Enhance the documentation with directions for publishers and bidder adapter maintainers.
    JoelPM committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6bce8fe View commit details
    Browse the repository at this point in the history
  11. logging fix multi ra and request url (#9090)

    Co-authored-by: adish <adish.r@media.net>
    adish1997 and adish-r committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    5f389fc View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    459a2ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9288657 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0260f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    df2418d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ca86d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6183d23 View commit details
    Browse the repository at this point in the history
  4. Criteo Bid Adapter: add support of static floors (#9140)

    We want publishers that are not interested in using Prebid floor module to be able to send us floor/floorCur through bid params.
    leonardlabat committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    87e5b89 View commit details
    Browse the repository at this point in the history
  5. CHTNW Adapter: initial release (#8987)

    * add chtnw bid adapter
    
    * fix chtnw bid adapter issues
    
    * add meta advertiserDomain support
    chtdsp committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    6c63c6f View commit details
    Browse the repository at this point in the history
  6. Video Module: Initial Release (#8858)

    * registers as module
    
    * adds vendor consts
    
    * registers jwplayer submodule
    
    * renames render ad
    
    * checks config autostart
    
    * moves private functions to a util obj
    
    * introduces ad optimization
    
    * tests state.js
    
    * introduces submodule tests
    
    * populates utils tests
    
    * tests callback storage
    
    * tests ad and time states
    
    * introduces provider tests:
    
    * tests init
    
    * tests get ortb
    
    * tests event listeners
    
    * supports removing all event handlers when explicit
    
    * splits clear all event listeners from early return
    
    * removes hook
    
    * shares directory
    
    * prevents registering a same provider twice
    
    * adds pb video
    
    * adds video module to submodules list
    
    * adds integration example
    
    * implements ad unit enrichment
    
    * moves submodule to parent dir
    
    * removes comment
    
    * implements event listener
    
    * adds unit tests
    
    * tests updating video config
    
    * tests events surfacing
    
    * nests the event trigger tests
    
    * restores factory
    
    * adds adServer
    
    * shares base parent module logic
    
    * register gam submodule
    
    * tests submodule builder
    
    * instantiates ad server
    
    * tests parent module
    
    * updates core video tests
    
    * adds ad server tests
    
    * obtains vast ad to render
    
    * passes options
    
    * tests ad tag obtention
    
    * tests settings tags without ad server
    
    * adds vast xml builder
    
    * tests node makers
    
    * implments vast xml build fn
    
    * renames wrapper builder
    
    * adds vast xml editor
    
    * modifies vast xml
    
    * moves logic to helper
    
    * appends doc element
    
    * copies node when required multiple times
    
    * improves copy check
    
    * adds tests for error node
    
    * adds tests cases for different config
    
    * pulls vast wrapper builders from xml editor
    
    * adds tracking tests
    
    * tests arguments
    
    * removes obsolete path
    
    * polls for duration when absent
    
    * sets up video module
    
    * prevents ad load if bidding is used
    
    * triggers event before loading ad
    
    * adds inline docs to shared modules
    
    * adds inline docs
    
    * documents providers
    
    * adds inline docs for ortb
    
    * adds missing ortb params
    
    * obtains language code
    
    * makes placement more precise
    
    * adds notes
    
    * updates todo
    
    * early exit if not video media type
    
    * loads ad server config
    
    * filters for highest bids before rendering
    
    * emits event even on loss
    
    * registers video auction events
    
    * updates events
    
    * includes ad unit code in loss
    
    * uses config fallback
    
    * tracks bids sent for rendering
    
    * adds video impression verification
    
    * shares code
    
    * triggers bid video events
    
    * matches ad event to bid
    
    * adds inline documentation
    
    * allows URL import
    
    * updates vast xml editor tests
    
    * tests ad event processsing
    
    * includes ad wrapper ids
    
    * updates ad tag injection tests
    
    * tests impression tracking
    
    * updates for new find
    
    * removes unused var
    
    * uses find polyfill
    
    * updates event import
    
    * exposes addEvents
    
    * checks for bid identifiers bfore accessing properties
    
    * checks for bid identifiers bfore accessing properties
    
    * exposes video bid events
    
    * converts ortb params to insternal fields
    
    * reads from video
    
    * removes typo
    
    * sets ortb video to media type video
    
    * sets ortb2 obj
    
    * gets impression url from fn
    
    * tmg uses mediatype video
    
    * configures provider to properly render ads
    
    * sets up player in demo
    
    * triggers load abort
    
    * uses appnexys
    
    * uses getGlobal
    
    * protects against missing params
    
    * breaks out shared and adserver from videoModule
    
    * updates import
    
    * resolves lgtm errors
    
    * uses submodule pattern
    
    * uses uuid generator util
    
    * removes adServer module
    
    * moves shared to video folder
    
    * prefix events with video_
    
    * adds auction end listener when no bids back handler
    
    * fixes tests
    
    * refactors render
    
    * exposes rendering
    
    * uses mergeDeep
    
    * shares constants
    
    * populates ortb content.data
    
    * register events as prefixed
    
    * adds test bidders
    
    * moves videoModule to library
    
    * Added draft for videojs  integration example
    
    * Moved jwplayer integration example, added draft for videojs example
    
    * Created integration example for a mocked videojs adapter
    
    * Fixed call order for integration examples, moved imports up
    
    * Finished init for videojs provider
    
    * Setup videojs init unit tests
    
    * Formatting to pass linter
    
    * Removed comments/redundant tests, clarified some sections of code
    
    * Added semicolon
    
    * Videojs ortb params, added ortb constants
    
    * Fixed integration examples, ortb adjustments
    
    * Cleaned up code added comments
    
    * Renamed test file
    
    * Removed videojs mock in favor of videojs
    
    * Changed video source, finished tests for ortb
    
    * Cleaned up spacing added some comments
    
    * Added ad position to ortb
    
    * Cleaned up playback methods code
    
    * Omitted skip variable per ortb spec
    
    * Added unit tests for ima integration
    
    * Added util function, and corresponding tests
    
    * Added code for placement
    
    * Linter pass through
    
    * Added videojs-ima to integration example
    
    * Removed duplicate tests
    
    * Removed non bidding module tests
    
    * Added clarifying comments
    
    * Updated name mapping for videojs events
    
    * Added callback factory, and presetup listeners
    
    * Filled in initialization events
    
    * Importing event constants
    
    * Fixing setup failed event handler
    
    * Fixed init behavior to work with setupCompleteCallback
    
    * Added pre setup callback tests
    
    * Setup presetupListeners/moved away from callbackStorage
    
    * Added missing case for setup failure
    
    * Basic event handling
    
    * adds ortb constants
    
    * removes trailing file
    
    * uses hook.js
    
    * marks winning bid as used
    
    * gets adWrapper regardless of property name
    
    * rename vars
    
    * fixes init and loadAdTag
    
    * renames videojs var
    
    * supports media events
    
    * addresses size events
    
    * registers ad events
    
    * implements get ad info
    
    * generates ad pauload
    
    * includes wrapper ids
    
    * supports ad config
    
    * populates ad config
    
    * adds event listener at every manager change
    
    * handles setupfailure
    
    * renames video js example
    
    * updates time
    
    * supports loadstart
    
    * supports multiple setup callbacks
    
    * removes global ima for test
    
    * removes obsolete IMA checks
    
    * requests ad unit
    
    * uses vendor config to setup
    
    * listens for playlist events
    
    * restors src tag
    
    * resolves build fail
    
    * splits library from module
    
    * allows obtaining ortb obj
    
    * uses safe getConfig
    
    * adds metadata demo
    
    * improves metadata util
    
    * triggers playlist event at first load
    
    * adds bid request scheduling demo
    
    * obtains bid adId
    
    * sets proper context
    
    * combines all possible adServer configs
    
    * configures ad tag
    
    * adds demos
    
    * adServerConfig getter is nullable
    
    * adds demos
    
    * triggers setup fail when ima is missing
    
    * checks for player existence
    
    * updates tests
    
    * adds tests
    
    * tests media parsers
    
    * returns empty object when no config gound
    
    * adds integrity
    
    * removes library map
    
    * prioritizes bidder params
    
    * uses camel casing for event names
    
    * support multiple setup successful callbacks
    
    * supports multiple setup fail ballbacks
    
    * moves early return to core
    
    * registers one event at a time
    
    * uses event handler builder
    
    * uses name conversion util
    
    * refactors event handling
    
    * refactors ima listeners
    
    * simplifies event logic
    
    * checks for existence
    
    * offevent singular
    
    * adds fn desc
    
    * splits ortb video from content
    
    * checks for player existence
    
    * enrichment rules
    
    * only sets main content div when enabled
    
    * sets ortb2 in the bidRequest
    
    * tests re ortb
    
    * refactor tests
    
    * resolves instability
    
    * removes auction end event listener
    
    * rebuilds dependencies
    
    * sets ortb site.content
    
    * renames auctionRequest
    
    * renames optimizeAds
    
    * adds module docs
    
    * adds event doc
    
    Co-authored-by: karimJWP <karimJWP@github.com>
    Co-authored-by: AnirudhRahul <anirudhrahul@anjurahul.com>
    3 people committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0c69238 View commit details
    Browse the repository at this point in the history
  7. PBJS-ORTB conversion library (#8738)

    * Automatically resolve libraries and their dependencies
    
    * Move AnalyticsAdapter under libraries
    
    * PBJS-ORTB conversion library
    
    * Update ortbConverter README
    
    * Improvements on request generation
    
    * refactor openxOrtbBidAdapter
    
    * Update README
    
    * Filter out imps that have no id
    
    * Fix nativeMapper logic
    
    * Prebid core: simplify native ORTB logic
    
    * Remove nativeMapper; do not mix ORTB request and response
    
    * fix lint
    
    * set bidRequest.nativeParams after ortb -> legacy conversion
    
    * Fix native trackers for native ortb responses (including Prebid Server)
    
    * Clean up native processors; add s2sConfig.ortbNative
    
    * Make ext.prebid.floors.enabled respect first party data
    
    * do not set placement for oustream video
    
    * Improvements
    
    * convert improvedigitalBidAdapter
    
    * Update openxOrtbBidAdapter
    
    * Improve video validation logic
    
    * Move skip validation back to improvedigital
    
    * Update README
    
    * Override (not merge) context.nativeRequest
    
    * Update improvedigital adapter
    
    * Address PR feedback on improvedigital
    
    * Fix tmax to s2sConfig.timeout for PBS adapter
    
    * PBS adapter: set source.ext.schain with the most commonly used schain
    
    * Remove dead code
    
    * Use auctionId for source.tid
    
    * Update package-lock
    
    * Set source.tid to auctionId
    
    * Update README
    
    * Update README
    
    * Update README
    dgirardi committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    21712ca View commit details
    Browse the repository at this point in the history
  8. Bump minimatch from 0.2.14 to 3.0.4 (#9143)

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 0.2.14 to 3.0.4.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Commits](isaacs/minimatch@v0.2.14...v3.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    f2e8881 View commit details
    Browse the repository at this point in the history
  9. Bump @xmldom/xmldom from 0.7.5 to 0.7.6 (#9144)

    Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.6.
    - [Release notes](https://github.com/xmldom/xmldom/releases)
    - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
    - [Commits](xmldom/xmldom@0.7.5...0.7.6)
    
    ---
    updated-dependencies:
    - dependency-name: "@xmldom/xmldom"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b744a9d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Oxxion Rtd Module: initial module release (#9102)

    * add oxxionRtdProvider new module
    
    * +
    
    * add tests
    
    * Update oxxionRtdProvider.md
    
    * Update oxxionRtdProvider.js
    
    * Update oxxionRtdProvider_spec.js
    
    * +
    
    * change test
    
    * change tests
    
    * change tests
    
    * change tests
    
    * change tests
    
    * requests changes
    
    * requests changes
    
    * requested changes
    matthieularere-msq committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0a267dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64aff9b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Fix typo "noDecodeWholeUrl" to "noDecodeWholeURL" at the priceFloors …

    …module (#9150)
    
    Co-authored-by: Takenori Matsumoto <tmatsumoto@magnite.com>
    takenorim and Takenori Matsumoto committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    8a1935e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    4329b2a View commit details
    Browse the repository at this point in the history
  2. Concert Bid Adapter: Add prebid unified ID 2.0 and slot coordinates (#…

    …9122)
    
    * collect EIDs for bid request
    
    * add ad slot positioning to payload
    
    Co-authored-by: Brett Bloxom <38990705+BrettBlox@users.noreply.github.com>
    antoinfive and BrettBlox committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    0642d6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ff3406 View commit details
    Browse the repository at this point in the history
  4. AAX Blockmeter RTD Module : Initial Release (#9135)

    * AAX Blockmeter RTD Module Release
    
    * added url in rtd configuration params as params.url
    
    * Prebid 7.21.0 release
    
    * Increment version to 7.22.0-pre
    
    * Prebid core: do not enforce valid size in bid responses (#9138)
    
    * Prebid 7.22.0 release
    
    * Increment version to 7.23.0-pre
    
    * added url in rtd configuration params as params.url
    
    Co-authored-by: shubham.si <sinhashubham07@gmail.com>
    Co-authored-by: Prebid.js automated release <prebidjs-release@prebid.org>
    Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
    4 people committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ea7ee39 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Multiple modules: USP data deletion event handling (#9116)

    * Multiple modules: USP data deletion event handling
    
    * Add `onDataDeletionRequest` to RTD submodule spec
    
    Co-authored-by: Patrick McCann <patmmccann@gmail.com>
    dgirardi and patmmccann committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1d334e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc67eb0 View commit details
    Browse the repository at this point in the history
  3. localStrageを読み込むかどうかはdefault: falseとなるように変更 (#9146)

    Co-authored-by: mediaconsortium-develop <mediaconsortium-develop@bi.garage.co.jp>
    yki-t and mediaconsortium-develop committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    11fd3d3 View commit details
    Browse the repository at this point in the history
  4. Improve Digital adapter: publisher endpoint, addtl consent, syncs (#9125

    )
    
    * Improve Digital adapter: publisher endpoint, addtl consent, syncs (#14)
    
    - add bidders to sync url when extend mode enabled
    - set ConsentedProvidersSettings when extend mode enabled
    - dynamically generated AD_SERVER_URL when publisherId available
    
    * Code refactored
    
    * Minor changes
    
    Co-authored-by: Faisal Islam <93644923+faisalvs@users.noreply.github.com>
    Co-authored-by: Faisal Islam <faisal.islam@vivacomsolutions.com>
    3 people committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    e08fea6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc3f01d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    297bb48 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    c39afc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa7e37 View commit details
    Browse the repository at this point in the history
  3. ConnectId User ID Module: Support Publisher-supplied user identifier (#…

    …9119)
    
    * ConnectId User ID Module: Support Publisher-supplied user identifier
    
    * Additonal tests for increased coverage
    
    * Linting
    
    * Linting
    
    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    slimkrazy and slimkrazy committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    efedc74 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. feat: increase request size limit [PB-1214] (#9168)

    feat: increase request size limit [PB-1214]
    
    feat: increase request size limit [PB-1214]
    
    feat: increase request size limit [PB-1214]
    
    feat: increase request size limit [PB-1214]
    
    feat: increase request size limit [PB-1214]
    
    feat: increase request size limit [PB-1214]
    
    feat: increase request size limit [PB-1214]
    
    feat: increase request size limit [PB-1214]
    
    feat: increase request size limit [PB-1214]
    
    Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
    shahinrahbariasl and shahin-rahbariasl committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    08f61b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Mgid RTD Module : add new RTD module (#9120)

    * Mgid RTD provider
    
    * Mgid RTD provider
    
    * Mgid RTD provider. Fix endpoint URL
    
    * Mgid RTD provider. Fix gdprApplies
    
    * Mgid RTD provider. Fix warnings
    
    * Mgid RTD provider. Remove unnecessary script
    
    * Mgid RTD provider. Add module to .submodules.json
    
    * Mgid RTD provider. Changes to .md doc
    velichkin committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    36e6be2 View commit details
    Browse the repository at this point in the history
  2. added support for media type specific siteIds (#9173)

    Co-authored-by: Love Sharma <love.sharma@indexexchange.com>
    lksharma and Love Sharma committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    bb791e0 View commit details
    Browse the repository at this point in the history
  3. Admatic Bid Adapter: initial adapter release (#9133)

    * Admatic Bidder Adaptor
    
    * Update admaticBidAdapter.md
    
    * Update admaticBidAdapter.md
    fatihkaya84 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d08baa3 View commit details
    Browse the repository at this point in the history
  4. GrowthCode ID Module: update the user module to expire old user infor…

    …mation (#9170)
    
    * Initial check-in ofthe GrowthCode Adaptor
    
    * Growthcode ID System
    
    * Working on test module
    
    * Tests for the growthCode Id System
    
    * Clean up tests for GrowthCode
    
    * Fixed the default values for shareID
    
    * Remove Test HTML Page
    
    * Remove file
    
    * Updated MD file to switch client ID to partner ID
    
    * Will now expire LocalStore data
    
    * Remove Test Files
    southern-growthcode committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1f29ef5 View commit details
    Browse the repository at this point in the history
  5. FtrackId: correcting the eid object schema (#9174)

    * JDB-564: fixing the schema returned via pbjs.getUserIdsAsEids()
    
    * JDB-564: WHY U NO LINT HAPPY?
    
    * JDB: EIDS logic cleanup
    
    Co-authored-by: Jason Lydon <jason.lydon@flashtalking.com>
    ftxmoJason and Jason Lydon committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a91e057 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. removed sizes constraint on native assets (#9179)

    Co-authored-by: pm-azhar-mulla <azhar@L1119.local>
    pm-azhar-mulla and pm-azhar-mulla committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    d71173a View commit details
    Browse the repository at this point in the history
  2. Triplelift Bid Adapter: prioritize topmostLocation (#9178)

    * prioritize topmostlocation
    
    * adds test for topmostlocation / referrer
    
    * cleanup
    
    * delete param after test
    nllerandi3lift committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    bb5ca05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3e7525 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    de98cce View commit details
    Browse the repository at this point in the history
  2. Permutive Rtd Provider: convert rubicon video targeting to string (#9181

    )
    
    * fix(permutiveRtd): convert video targeting to string
    
    * test(permutiveRtd): convert video targeting for Magmite to string
    
    * docs(permutiveRtd): add `overwrites` parameter
    AntonioGargaro committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b762241 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    41f3e05 View commit details
    Browse the repository at this point in the history
  2. Kueezrtb Bid Adapter: New Bid Adapter (#9065)

    * feat(client): initial adapter
    
    * fix(client): change domain name
    
    * feat(client): updated md file
    
    * feat(module): remove gvlid
    
    * fix(module): added support for getFloor
    uditalias committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    454ddc8 View commit details
    Browse the repository at this point in the history
  3. added gvlid code (#9199)

    uditalias committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f7bba1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    530017f View commit details
    Browse the repository at this point in the history
  5. gumgum Bid Adapter: support coppa config (#9192)

    * ADJS-1227-add-coppa-flag-to-gumgum-adapter
    
    * added tests for coppa config for gumgumBidAdapter
    
    Co-authored-by: John Bauzon <john.bauzon@gumgum.com>
    john-ivan and john-bauzon-gumgum committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    338b9c6 View commit details
    Browse the repository at this point in the history
  6. Dependencies : update outdated dependencies and automated security al…

    …erts (#9172)
    
    * update package-lock
    
    * Fix wdio version
    
    Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
    ChrisHuie and dgirardi committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7a46ed1 View commit details
    Browse the repository at this point in the history
  7. Prebid core: fix exception in requestBids introduced by #9106 (#9194)

    * Revert "Prebid core: return a promise from `requestBids` (#9106)"
    
    This reverts commit 64aff9b.
    
    * Revert "Revert "Prebid core: return a promise from `requestBids` (#9106)""
    
    This reverts commit bf5ee30.
    
    * Prebid core: fix exception in `requestBids` introduced by #9106
    
    * Add comments
    dgirardi committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    bf85447 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c5450b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abf4688 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Kargo Bid Adapter : add support for client hints (#9184)

    * pageURL pull from topmostLocation
    
    * Kargo: Support for client hints (#9)
    
    * Starting SUA support
    
    * Kargo: Adding support for client hints
    
    * Adding tests for sua
    jsadwith committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    7487bfd View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    475dcd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec2743 View commit details
    Browse the repository at this point in the history
  3. NextMillennium Bid Adapter: set content-type to text/plain (#9210)

    * add video support
    
    * Changed content-type to text/plain
    mifanich committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    40d3ae1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    e28494b View commit details
    Browse the repository at this point in the history
  2. Yieldmo Bid Adapteer : add iab gvlid and update path (#9189)

    * Add stage bidder service
    
    * add stage url
    
    * fix url
    
    * fix string method
    
    * clean up rebase
    
    * Adding transaction id and auction id.
    
    * Adding gvlid to Yieldmo Adapter
    
    * Resolving linting errors
    
    * Update yieldmoBidAdapter_spec.js
    
    Co-authored-by: elber@yieldmo.com <elber@yieldmo.com>
    Co-authored-by: Elber Carneiro <81249884+ym-elber@users.noreply.github.com>
    3 people committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e19b7f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e023b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7046fc2 View commit details
    Browse the repository at this point in the history
  5. Clickonometrics Bid Adapter : add gvlid (#9198)

    * adomain support
    
    * adomain support
    
    * adomain support
    
    * adomain support
    
    * adomain support
    
    * video params
    
    * docs changes
    
    * Clickonometrics adapter update
    mjaworskiccx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    152ca52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d114e8 View commit details
    Browse the repository at this point in the history
  7. Concert Bid Adapter: Update localStorage name-spacing for Concert UID (

    …#9158)
    
    * collect EIDs for bid request
    
    * add ad slot positioning to payload
    
    * RPO-2012: Update local storage name-spacing for c_uid (#8)
    
    * Updates c_uid namespacing to be more specific for concert
    
    * fixes unit tests
    
    * remove console.log
    
    * RPO-2012: Add check for shared id (#9)
    
    * Adds check for sharedId
    
    * Updates cookie name
    
    * remove trailing comma
    
    Co-authored-by: antoin <antoin.campbell@voxmedia.com>
    Co-authored-by: Antoin <antoinfive@gmail.com>
    3 people committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fe23164 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    c018b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7ace9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. PubMatic Bid Adapter: convert bid cpm to float (#9219)

    * Convert cpm to float
    
    * modified test case
    
    Co-authored-by: pm-azhar-mulla <azhar@L1119.local>
    pm-azhar-mulla and pm-azhar-mulla committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a64c8c0 View commit details
    Browse the repository at this point in the history
  2. Vidazoo Bid Adapter: cache optimizations (#9209)

    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(module): VidazooBidAdapter - send top query params to server
    
    * feat(module): vidazoo bid adapter - added performance optimization
    
    Co-authored-by: roman <shmoop207@gmail.com>
    Co-authored-by: Saar Amrani <89377180+saar120@users.noreply.github.com>
    Co-authored-by: Saar Amrani <saar120@gmail.com>
    4 people committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4082e8a View commit details
    Browse the repository at this point in the history
  3. Microad Bid Adapter: Support Audience ID Ext and UID2.0 (#9157)

    * Microad Bid Adapter: Support ext params
    
    * Microad Bid Adapter: Support Unified ID 2.0
    
    * Microad bid Adapter: Add source
    azuma-ryotaro committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    31b070c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db0c7f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    056ec5e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    25b46f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. SmartyTech Bid Adapter : initial adapter release (#9196)

    * Add new bid adapter for company smartytech
    
    * change domain to prod
    
    * update unit tests
    
    * remove unused code
    
    * remove unused code
    preved-medved committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    06ce1ab View commit details
    Browse the repository at this point in the history
  2. ZetaSppBidAdapter: provide tmax (#9240)

    Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
    asurovenko-zeta and surovenko committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    12cad7b View commit details
    Browse the repository at this point in the history
  3. Admatic Bid Adapter: pixad alias and bid floor features activated (#9204

    )
    
    * Admatic Bidder Adaptor
    
    * Update admaticBidAdapter.md
    
    * Update admaticBidAdapter.md
    
    * remove floor parameter
    
    * Update admaticBidAdapter.js
    
    * Admatic Bid Adapter: alias and bid floor features activated
    
    * Admatic adapter: host param control changed
    
    * Alias name changed.
    
    * Revert "Admatic adapter: host param control changed"
    
    This reverts commit de7ac85.
    
    * added alias feature and host param
    
    * Revert "added alias feature and host param"
    
    This reverts commit 6ec8f45.
    
    * Revert "Alias name changed."
    
    This reverts commit 661c54f.
    
    * Revert "Admatic Bid Adapter: alias and bid floor features activated"
    
    This reverts commit 7a2e0e2.
    
    * Revert "Update admaticBidAdapter.js"
    
    This reverts commit 7a845b7.
    
    * Revert "remove floor parameter"
    
    This reverts commit 7a23b05.
    
    * Admatic adapter: host param control && Add new Bidder
    
    * Revert "Admatic adapter: host param control && Add new Bidder"
    
    This reverts commit 3c797b1.
    
    * commit new features
    
    * Update admaticBidAdapter.js
    
    * updated for coverage
    
    * sync updated
    
    * Update adloader.js
    fatihkaya84 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0470f70 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. YieldOne Bid Adapter: update documentation, test and code style (#9233)

    * add parameter test
    
    * change new_format to single_format
    
    * fix adomain typo
    
    * add parameter test
    
    * add jsdoc comment and update readme
    
    * change @return to @returns
    
    * change param and returns
    
    * add typeof and change param/returns
    
    * change returns value
    
    * change flux to 1x1
    
    Co-authored-by: TakuhoSanpei <takuho-sanpei@dac.co.jp>
    takuhou and TakuhoSanpei committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cc501e1 View commit details
    Browse the repository at this point in the history
  2. Zeus Prime RTD Module: initial module release (#9165)

    * docs(zeusPrime): added zeusPrimeRtdProvider documenation
    
    * test: added zeusPrimeRtdProvider tests
    
    * feat: added zeusPrime rtd submodule
    
    * chore: fix issue with params in the initModule function
    
    * chore: lint fixes
    
    * chore: lint fixes for tests
    
    * test: mock subtle since some tests run insecure
    
    crypto.subtle is only available in secure instances on new browsers, and browserstack runs some tests not in secure mode, so crypto.subtle is undefine. This just creates a mock sublte to avoid this in the tests.
    
    * test: try to override subtle when it doesnt exist in tests
    
    * test: remove subtle restore
    
    * chore: added ZeusPrime to .submodules.json
    PilotConway committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    4d6c88d View commit details
    Browse the repository at this point in the history
  3. Captify RTD Submodule: Initial release (#9180)

    * Captify Live-classification Rtd Submodule
    
    * Fix code-review comments
    captify-osoldatov committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0813039 View commit details
    Browse the repository at this point in the history
  4. nextMillennium Bid Adapter: a new cookiesync URL (#9221)

    * add video support
    
    * Sync URL was changed
    mifanich committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e7b2e86 View commit details
    Browse the repository at this point in the history
  5. Taboola Bid Adapter: unsupport dynamic endpoint (#9237)

    * create taboola adapter
    
    * create taboola adapter md
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * update the md
    
    * update the Maintainer email
    
    * * update MD page
    * refactor code for better readability
    * small fix in UT
    
    * * add privacy to the request builder
    * add relevant Ut
    * small fixes in UT
    
    * * code refactoring + add more accurate way to get page url and referer
    * add relevant Ut
    * small fixes in md
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * update end point url
    * update UT
    * Update banner End point structure
    
    * small fixes + update epi url
    
    * remove the destruction from the bidResponse property
    
    * (update the unit tests) remove the destruction from the bidResponse property
    
    * fix tests
    
    * fix tests - run stubs on each test
    
    * rerun because of another adapter flaky test
    
    * rerun because of another adapter flaky test
    
    * fix cors issue, switch between height, width position
    
    * update badv, bcat to be based in the ortb2 to support prebid 7 new protocols + update Ut
    
    * retry run circleci
    
    * retry run circleci
    
    * pull from upstream
    update md (placement + pub )
    
    * update badv, bcat UT
    
    * rerun build
    
    * rerun build
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * create taboola adapter
    
    * create taboola adapter md
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * taboolaBidAdapter.js - small fixes
    taboolaBidAdapter_spec.js - new UT
    
    * update the md
    
    * update the Maintainer email
    
    * * update MD page
    * refactor code for better readability
    * small fix in UT
    
    * * add privacy to the request builder
    * add relevant Ut
    * small fixes in UT
    
    * * code refactoring + add more accurate way to get page url and referer
    * add relevant Ut
    * small fixes in md
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * code refactoring + gte user id
    * add relevant Ut
    * small fixes
    
    * * update end point url
    * update UT
    * Update banner End point structure
    
    * small fixes + update epi url
    
    * remove the destruction from the bidResponse property
    
    * (update the unit tests) remove the destruction from the bidResponse property
    
    * fix tests
    
    * fix tests - run stubs on each test
    
    * rerun because of another adapter flaky test
    
    * rerun because of another adapter flaky test
    
    * fix cors issue, switch between height, width position
    
    * update badv, bcat to be based in the ortb2 to support prebid 7 new protocols + update Ut
    
    * retry run circleci
    
    * retry run circleci
    
    * pull from upstream
    update md (placement + pub )
    
    * update badv, bcat UT
    
    * rerun build
    
    * rerun build
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * support storageAllowed restriction on unit tests for prebid 7
    
    * add it also to the aftereach
    
    * add it also to the aftereach
    
    * change the api endpoint https protocol
    
    * update Taboola prebid documentation:
    tagId, publisherId, bidFloor.
    
    * update bid response ttl to 60 seconds.
    
    * update Taboola prebid documentation.
    
    * update-ttl-passing
    
    * Update taboolaBidAdapter_spec.js
    
    * add fallback default value in case of null
    
    * add semicolons
    
    * .
    
    * .
    
    * .
    
    * ..
    
    * ...
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * support-dynamic-endpoint-url
    
    * optional-chaining
    
    * set netRevenue to true.
    
    * fix bid response in case we have multiple impressions
    
    * add test
    
    * fix lint
    
    * unsupport-dynamic-endpoint
    
    Co-authored-by: Michael <michael.ziso@taboola.com>
    Co-authored-by: mikiz <31058500+mikizi@users.noreply.github.com>
    Co-authored-by: jenny.l <jenny.l@taboola.com>
    Co-authored-by: jennylt <48404417+jennylt@users.noreply.github.com>
    Co-authored-by: Shakhal Levinson <shakhal.l@taboola.com>
    Co-authored-by: shakhaltb <108469576+shakhaltb@users.noreply.github.com>
    7 people committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cb766cc View commit details
    Browse the repository at this point in the history
  6. Smartadserver Bid Adapter: discard bid response if ad and adUrl empty (

    …#9213)
    
    * Discard bid response if ad and adUrl empty
    
    * Restore removeAll in U.T.
    
    * Restore one more removeAll
    krzysztofequativ committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e717dcd View commit details
    Browse the repository at this point in the history
  7. updated the correct variable while setting cookie (#9234)

    Co-authored-by: pm-azhar-mulla <azhar@L1119.local>
    pm-azhar-mulla and pm-azhar-mulla committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    39958ea View commit details
    Browse the repository at this point in the history
  8. Smartx Bid Adapter: Add Schain support (#9244)

    * Add smartclipBidAdapter
    
    * smartxBidAdapter.js - removed unused variables, removed debug, added window before the outstream related functions
    
    * - made outstream player configurable
    
    * remove wrong named files
    
    * camelcase
    
    * fix
    
    * Out-Stream render update to SmartPlay 5.2
    
    * ESlint fix
    
    * ESlint fix
    
    * ESlint fix
    
    * adjust tests, fixes
    
    * ESlint
    
    * adjusted desired bitrate examples
    
    * added bid.meta.advertiserDomains support
    
    * bug fix for numeric elementID outstream render
    
    * fix renderer url
    
    * support for floors module
    
    * bugfixes to be openRTB 2.5 compliant
    
    * update internal renderer usage
    
    * remove unused outstream_function logic
    
    * bugfix outstream options for default outstream renderer configuration
    
    * [PREB-10] fix empty title not configurable
    
    * add pbjs version
    
    * testing with outstream 5.3.0
    
    * pbjs version into content.ext
    
    * made visibilityThreshold configurable
    
    * adjust position of pbjs version
    
    * Merge branch 'master' of https://github.com/prebid/Prebid.js into HEAD
    
    * update smartclip outstream player version to support outstream 6 release along with necessary config changes
    
    * Add support for schain
    
    * vacuuming
    
    Co-authored-by: smartclip AdTechnology <adtech@smartclip.com>
    Co-authored-by: Gino Cirlini <adtech@smartclip.tv>
    Co-authored-by: smartclip-adtech <65160328+smartclip-adtech@users.noreply.github.com>
    4 people committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    4e69042 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba3d371 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Discovery Bid Adapter : parameter updates (#9249)

    * Mediago Bid Adapter:new adapter
    
    * remove console
    
    * change spec file to fix CircleCI
    
    * change spec file to fix CircleCI
    
    * change spec file
    
    * Update mediagoBidAdapter.js
    
    * Update mediagoBidAdapter.js
    
    * rerun CurcleCi
    
    * update mediagoBidAdapter
    
    * update discoveryBidAdapter
    
    Co-authored-by: BaronYu <baronwei11@gmail.com>
    BaronJHYu and BaronYu committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    625d275 View commit details
    Browse the repository at this point in the history
  2. Smartadserver Bid Adapter: add support for SDA user and site (#9231)

    * Smartadserver Bid Adapter: Add support for SDA user and site
    
    * Smartadserver Bid Adapter: Fix SDA support getConfig and add to unit testing
    
    Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com>
    mcourouble and krzysztofequativ committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e7b981d View commit details
    Browse the repository at this point in the history
  3. VidazooBidAdapter: get bid floor using bid.getFloor (#9238)

    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(module): VidazooBidAdapter - send top query params to server
    
    * added bid.getFloor handler
    
    Co-authored-by: roman <shmoop207@gmail.com>
    Co-authored-by: Saar Amrani <89377180+saar120@users.noreply.github.com>
    Co-authored-by: Saar Amrani <saar120@gmail.com>
    4 people committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f5e6c61 View commit details
    Browse the repository at this point in the history
  4. Viqeo Bid Adapter: initial adapter release (#8920)

    * add viqeo prebid adapter
    
    * added bid params to docs
    
    * updated to Outstream
    
    * updated to Outstream (tests)
    kinoshnik2070 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c3f789b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. BeOp Bid Adapter : update keywords management (#9166)

    * Don't know why params are in an array in that bid object. Make it work for both if it is fixed later
    
    * Update params reading method to adapt to arrays for all params
    
    * Keywords have to be an array of string (#9)
    
    * Keywords have to be an array of string
    
    * Last check if isStr
    
    * Fix linting errors
    
    * Fix tests
    sebrobert committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c7da527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c86f41b View commit details
    Browse the repository at this point in the history
  3. Tappx Bid Adapter: getting correct site page (#9187)

    * Fix: creating host correctly when http or https are added from the beginning
    
    * Fix :: Changed double quotes for single quotes
    
    * Fix :: Getting the full page URL
    
    * Fix :: Changed order params
    
    * Fix :: Replaced quotes from double to simple
    
    * Fix :: Adapting format to lint
    
    * Remove TODO comment
    
    * Added more controls
    
    * camelcase fix
    
    * Changed test
    
    * Remove "inIframe" util
    
    Co-authored-by: Jordi Arnau <jarnau@tappx.com>
    Co-authored-by: ruben_tappx <rcaparros@tappx.com>
    3 people committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a88c296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0c1d74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e680dd3 View commit details
    Browse the repository at this point in the history
  6. Bump loader-utils from 2.0.3 to 2.0.4 (#9256)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v2.0.3...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    974e21d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    2d46b82 View commit details
    Browse the repository at this point in the history
  2. Update Floor format to floor={adslotId}:{floorPriceInCents}[, ...] an…

    …d fix the size which is submitted to the Price Floors Module (#9186)
    nkloeber committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    e1661af View commit details
    Browse the repository at this point in the history
  3. Gravito Id System : variable update to fix tests (#9259)

    * gravitompId user module for integrating gravito first party cookie with prebid js
    
    * fixed eslint issues raised by circleci
    
    * fixed trailing spaces error raised by circleci
    
    * Merge branch 'master' of https://github.com/GravitoLtd/Prebid.js
    
    * minor changes to GravitoIdSystem user module to make sure that Gravito Id is visible in bid request.
    
    * changes to Gravito User module to fix issue with Gravito Id not appearing in bid request.
    
    * fixing issue with Gravito Id not appearing in bid request.
    
    * modified test case to adapt changes made to the GravitoIdSystem user module
    
    * change to spec file to fix for test failure
    
    * changes to GravitoIdSystem spec file.
    
    * Fix for trailing space issue in Circle CI
    rahulgravito committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a1132c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. AdMatic Bidder: added User-Snyc url for alias (#9261)

    * Admatic Bidder Adaptor
    
    * Update admaticBidAdapter.md
    
    * Update admaticBidAdapter.md
    
    * remove floor parameter
    
    * Update admaticBidAdapter.js
    
    * Admatic Bid Adapter: alias and bid floor features activated
    
    * Admatic adapter: host param control changed
    
    * Alias name changed.
    
    * Revert "Admatic adapter: host param control changed"
    
    This reverts commit de7ac85.
    
    * added alias feature and host param
    
    * Revert "added alias feature and host param"
    
    This reverts commit 6ec8f45.
    
    * Revert "Alias name changed."
    
    This reverts commit 661c54f.
    
    * Revert "Admatic Bid Adapter: alias and bid floor features activated"
    
    This reverts commit 7a2e0e2.
    
    * Revert "Update admaticBidAdapter.js"
    
    This reverts commit 7a845b7.
    
    * Revert "remove floor parameter"
    
    This reverts commit 7a23b05.
    
    * Admatic adapter: host param control && Add new Bidder
    
    * Revert "Admatic adapter: host param control && Add new Bidder"
    
    This reverts commit 3c797b1.
    
    * commit new features
    
    * Update admaticBidAdapter.js
    
    * updated for coverage
    
    * sync updated
    
    * Update adloader.js
    
    * AdMatic Bidder: development of user sync url
    
    * Update admaticBidAdapter.js
    fatihkaya84 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1a5f5ff View commit details
    Browse the repository at this point in the history
  2. Browsi RTD Module: add pageview billable event (#9207)

    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * fire billable event according to event listener
    omerDotan committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f5fdcf0 View commit details
    Browse the repository at this point in the history
  3. RTB House Bid Adapter: Process FLEDGE request/response (#9215)

    * RTBHouse Bid Adapter: add global vendor list id
    
    * structured user agent - browsers.brands
    
    * fix lint errors
    
    * Added sda into rtbhouse adapter
    
    * spreading ortb2: user & site props
    
    * examples reverted
    
    * init version
    
    * using mergedeep
    
    * removed wrong imp array augm.; slot imp augm. with addtl check
    
    * [SUA] merging ortb2.device into request
    
    * fledge auctionConfig adapted to our bid response structure
    
    * new bidder response structure for fledge
    
    * make sure bidderRequest has proper flag turned on
    
    * fledge endpoint hardcoded; code cleanups
    
    * remove obsolete function
    
    * obsolete function removed
    
    * [RTB House] Process FLEDGE request/response (#4)
    
    * [SDA & SUA] refactor using mergedeep
    
    * [FLEDGE] fledge auctionConfig adapted to our bid response structure
    
    * [FLEDGE] new bidder response structure for fledge
    
    * [FLEDGE] make sure bidderRequest has proper flag turned on
    
    * [FLEDGE] fledge endpoint hardcoded; code cleanups
    
    * [FLEDGE] remove obsolete functions
    
    * fixed lint errors
    
    * fledge test suites; adapter: delete imp.ext.ae when no fledge (#5)
    
    Co-authored-by: Leandro Otani <leandro.otani@rtbhouse.com>
    Co-authored-by: rtbh-lotani <83652735+rtbh-lotani@users.noreply.github.com>
    Co-authored-by: Tomasz Swirski <tomasz.swirski@rtbhouse.com>
    4 people committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d6418a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Bump engine.io from 6.2.0 to 6.2.1 (#9270)

    Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/socketio/engine.io/releases)
    - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
    - [Commits](socketio/engine.io@6.2.0...6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: engine.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    3d1174b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    616d957 View commit details
    Browse the repository at this point in the history
  3. Criteo Bid Adapter : fix getFloor usage issue (#9243)

    getFloor call context is loss when we reference it as a callback ; we need to make sure that it is properly mapped as getFloor function assumes that "this" is the actual bid request object
    leonardlabat committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    3e5f086 View commit details
    Browse the repository at this point in the history
  4. Rise Bid Adapter: add support for mimes, api, protocols in bid object (

    …#9253)
    
    * added support to mimes, api and protocols based on bid settings
    
    * moved protocols only if object is video
    
    * updated path for protocols property
    
    * added unit test for api, mimes and protocols properties
    OronW committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    690c0d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b0bb17 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. nexx360 Bid Adapter: new functionalities and endpoint update (#9229)

    * bidder version v1.0
    
    * Comments removed
    
    * Test coverage improvement above 80%
    gchicoye committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    737646f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. ePlanning Bid Adapter : fix support for video auction (#9283)

    * Fix ad vast
    
    * fix lint spaces in tests
    
    * fix lint spaces in tests
    
    * fix lint spaces in tests
    fndigrazia committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    e32be90 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. add smn alias (#9290)

    AdmixerTech committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    149d76b View commit details
    Browse the repository at this point in the history
  2. Smartx Bid Adapter: update custom header (#9291)

    * Add smartclipBidAdapter
    
    * smartxBidAdapter.js - removed unused variables, removed debug, added window before the outstream related functions
    
    * - made outstream player configurable
    
    * remove wrong named files
    
    * camelcase
    
    * fix
    
    * Out-Stream render update to SmartPlay 5.2
    
    * ESlint fix
    
    * ESlint fix
    
    * ESlint fix
    
    * adjust tests, fixes
    
    * ESlint
    
    * adjusted desired bitrate examples
    
    * added bid.meta.advertiserDomains support
    
    * bug fix for numeric elementID outstream render
    
    * fix renderer url
    
    * support for floors module
    
    * bugfixes to be openRTB 2.5 compliant
    
    * update internal renderer usage
    
    * remove unused outstream_function logic
    
    * bugfix outstream options for default outstream renderer configuration
    
    * [PREB-10] fix empty title not configurable
    
    * add pbjs version
    
    * testing with outstream 5.3.0
    
    * pbjs version into content.ext
    
    * made visibilityThreshold configurable
    
    * adjust position of pbjs version
    
    * Merge branch 'master' of https://github.com/prebid/Prebid.js into HEAD
    
    * update smartclip outstream player version to support outstream 6 release along with necessary config changes
    
    * Add support for schain
    
    * vacuuming
    
    * update custom header x-openrtb-version to 2.5
    
    Co-authored-by: smartclip AdTechnology <adtech@smartclip.com>
    Co-authored-by: Gino Cirlini <adtech@smartclip.tv>
    Co-authored-by: smartclip-adtech <65160328+smartclip-adtech@users.noreply.github.com>
    4 people committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    4ba48bb View commit details
    Browse the repository at this point in the history
  3. LimeLight Bid Adapter : add IionAds alias (#9285)

    * User sync improvements
    
    * User sync improvements
    
    * Code review fixes
    
    * Pass supply chain to limelightDigitalBidAdapter.js
    
    * Add alias for iionads
    
    Co-authored-by: apykhteyev <alex@project-limelight.com>
    Co-authored-by: EngineeringProjectLimeLight <45598299+EngineeringProjectLimeLight@users.noreply.github.com>
    3 people committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2ac1e70 View commit details
    Browse the repository at this point in the history
  4. Generic Analytics Adapter: initial release (#9134)

    * New module: generic analytics adapter
    
    * Use special gvlid value instead of `isVendorless` flag for vendorless consent checks
    
    * Mark generic analytics as vendorless for gdpr enforcement
    
    * Allow analytics adapters to define dynamic gvlids
    
    * Add gvlid option
    
    * Gdpr enforcement softVendorExceptions
    dgirardi committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    a833997 View commit details
    Browse the repository at this point in the history
  5. GrowthCode Analytics Adaptor Module: initial module release (#9021)

    * Initial check-in ofthe GrowthCode Adaptor
    
    * Growthcode ID System
    
    * Working on test module
    
    * Tests for the growthCode Id System
    
    * Clean up tests for GrowthCode
    
    * Fixed the default values for shareID
    
    * New Analyics package
    
    * Growthcode Analyics Adapter
    
    * Backout growthcode User ID module
    southern-growthcode committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b0413b2 View commit details
    Browse the repository at this point in the history
  6. Yieldlift Bid Adapter: update ttl (#9232)

    * Updating TTL, changing endpoint
    
    * Test fixed
    
    Co-authored-by: Danijel Predarski <danijel.p@whitecitysoft.com>
    yieldlift and dani-nova committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b87ebac View commit details
    Browse the repository at this point in the history
  7. Multiple analytics modules: allow pub-defined event filters; do not b…

    …lock auction for analytics (#9113)
    
    * Multiple analytics modules: allow pub-defined event filters for analytics
    
    * AnalyticsAdapter: make event handling non-blocking
    
    * Fix infinite recursion on nested events
    
    * Exclude AUCTION_DEBUG by default
    
    * Use a default whitelist intead of default blacklist
    
    * Try to detect and break out of infinite loops caused by events triggering other events
    dgirardi committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    638691f View commit details
    Browse the repository at this point in the history
  8. JW Player RTD Module: prefer segment.id to segment.value (#9153)

    * removes id
    
    * updates docs
    
    * Revert "updates docs"
    
    This reverts commit 926a06d.
    
    * Revert "removes id"
    
    This reverts commit c3a1be7.
    
    * drop segment.value
    karimMourra committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    54d2256 View commit details
    Browse the repository at this point in the history
  9. AcuityAds adapter: fix issue with download (#9164)

    * add prebid.js adapter
    
    * changes
    
    * changes
    
    * changes
    
    * changes
    
    * fix downolad
    AcuityAdsIntegrations committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    4f21a5b View commit details
    Browse the repository at this point in the history
  10. AIDEM Bid Adapter: initial adapter release (#9222)

    * AIDEM Bid Adapter
    
    * Added _spec.js
    
    * update
    
    * Fix Navigator in _spec.js
    
    * Removed timeout handler.
    
    * Added publisherId as required bidder params
    
    * moved publisherId into site publisher object
    
    Co-authored-by: darkstar <canazza@wazabit.it>
    gsollazzo and darkstar committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ebf6272 View commit details
    Browse the repository at this point in the history
  11. Ringier Axel Springer Bidder Adapter (#9239)

    - New parameter `customParams`
    
    Co-authored-by: skoklowski <slawomir.koklowski@ringieraxelspringer.pl>
    skoklowski and skoklowski committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    22bf423 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54b6e7f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5a9aaa8 View commit details
    Browse the repository at this point in the history
  14. Yandex Bid Adapter: (#9280)

    * refactoring;
    * added banner.format to payload;
    * added tmax support;
    * fixed nurl sending;
    * added support for the block identifier format in the Yandex Ad system;
    
    Co-authored-by: Taras Saveliev <t-saveliev@yandex-team.ru>
    Saveliev and Taras Saveliev committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    34fd9fb View commit details
    Browse the repository at this point in the history
  15. Fluct Bid Adapter: add schain support (#9266)

    * add schain to req
    
    * run circleci
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    yowcow and ChrisHuie committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    78aa883 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3261b06 View commit details
    Browse the repository at this point in the history
  17. Seedtag Bid Adapter : add support for inBanner and inStream (#9230)

    * use inBanner and inStream for video
    
    * remove duplicate video params, now use only params from adunit level
    
    * lint
    
    * improve unit test
    
    * fix adapter for instream support, and fix unit test
    
    * use inStream placement for instream context
    
    * use ALLOWED_DISPLAY_PLACEMENTS
    
    * fix lint error
    
    * empty commit to relaunch CI
    ybootin committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b507168 View commit details
    Browse the repository at this point in the history
  18. Geoedge RTD module: support billing events (#9267)

    * Add billable events for applicable winning bids
    
    * Update test for billable events
    
    * Add meta bid advertiser domains collection
    
    * Revert "Add meta bid advertiser domains collection"
    
    This reverts commit 09c19c9.
    
    * Add meta bid advertiser domains collection
    
    * Update geoedgeRtdProvider_spec.js
    
    Force circleci
    
    Co-authored-by: daniel manan <mmndaniel@gmail.com>
    Co-authored-by: Patrick McCann <patmmccann@gmail.com>
    3 people committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    fe652b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Vidazoo Bid Adapter: added bid request params (gpid, cat, pagecat) (#…

    …9293)
    
    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(module): VidazooBidAdapter - send top query params to server
    
    * added bid request params
    
    * making the linter happy :)
    
    Co-authored-by: roman <shmoop207@gmail.com>
    Co-authored-by: Saar Amrani <89377180+saar120@users.noreply.github.com>
    Co-authored-by: Saar Amrani <saar120@gmail.com>
    4 people committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    ad595cc View commit details
    Browse the repository at this point in the history
  2. PBjs Core : send native targetings for ortb response (#9252)

    * PBjs Core : send native targetings for ortb response
    
    * Add legacy native properties regardless of response mediaType
    
    * add a test for addLegacyFieldsIfNeeded
    
    * fix lint for test
    
    Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
    JulieLorin and dgirardi committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    64e557a View commit details
    Browse the repository at this point in the history
  3. Impactify Bid Adapter: add support for BidFloor (#9277)

    * Add support of getFloor function
    
    * Add support of getFloor function
    
    * Add support of getFloor function
    
    * Add support of getFloor function
    
    * Add unit test for bid floor
    
    * Add unit test for bid floor
    
    Co-authored-by: Thomas De Stefano <thomas.destefano@impactify.io>
    thomasdseao and timpactifyo91 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    dd7d8a6 View commit details
    Browse the repository at this point in the history
  4. TTD Bid Adapter: add support for regs.gpp (#9274)

    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter_spec.js
    
    * Update ttdBidAdapter_spec.js
    
    * Update ttdBidAdapter_spec.js
    
    * fix linting
    
    * Update ttdBidAdapter_spec.js
    
    * Update ttdBidAdapter_spec.js
    
    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter_spec.js
    
    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter.js
    
    * Update ttdBidAdapter.js
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    patmmccann and ChrisHuie committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    29c0d82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa3b665 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4656aa2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f55dbc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Redtram Bid Adapter : initial adapter release (#9260)

    * Add Redtram Bid Adapter
    
    * add on bidWon test
    
    * extend tests
    
    * remove convertOrtbRequestToProprietaryNative 9260#pullrequestreview-1196218534
    
    Co-authored-by: Oleh Naimushyn <ncm.net@gmail.com>
    redtram-tech and NelseN committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    de18e7c View commit details
    Browse the repository at this point in the history
  2. VidazooBidAdapter: sending storageAllowed flag with request params (#…

    …9294)
    
    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(module): VidazooBidAdapter - send top query params to server
    
    * added bid params to request
    
    Co-authored-by: roman <shmoop207@gmail.com>
    Co-authored-by: Saar Amrani <89377180+saar120@users.noreply.github.com>
    Co-authored-by: Saar Amrani <saar120@gmail.com>
    4 people committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5b13b54 View commit details
    Browse the repository at this point in the history
  3. Triplelift Adapter: Update referrer logic (#9304)

    * prioritize topmostlocation
    
    * adds test for topmostlocation / referrer
    
    * cleanup
    
    * delete param after test
    
    * TL-32803: Update referrer logic
    
    * TL-32803: Update referrer logic
    
    Co-authored-by: Nick Llerandi <nllerandi@triplelift.com>
    Co-authored-by: nllerandi3lift <75995508+nllerandi3lift@users.noreply.github.com>
    3 people committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    164e374 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f897695 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b4a5a3 View commit details
    Browse the repository at this point in the history
  6. ttd Bid Adapter: add regression test topmost domain (#9300)

    * TTD Adapter use topmost location when available
    
    * TTD add use top most location regression test
    
    Co-authored-by: Andre Gielow <andre.gielow@thetradedesk.com>
    gielow and andre-gielow-ttd committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0c71ee2 View commit details
    Browse the repository at this point in the history
  7. Kargo Adapter: Update referrer logic (#9305)

    * pageURL pull from topmostLocation
    
    * Kargo: Support for client hints (#9)
    
    * Starting SUA support
    
    * Kargo: Adding support for client hints
    
    * Adding tests for sua
    
    * Kargo: Update referer logic
    jsadwith committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0725ba8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Discovery Bid Adapter & Mediago Bid Adapter: add support for test req…

    …uest param (#9302)
    
    * Mediago Bid Adapter:new adapter
    
    * remove console
    
    * change spec file to fix CircleCI
    
    * change spec file to fix CircleCI
    
    * change spec file
    
    * Update mediagoBidAdapter.js
    
    * Update mediagoBidAdapter.js
    
    * rerun CurcleCi
    
    * update mediagoBidAdapter
    
    * update discoveryBidAdapter
    
    * Discovery Bid Adapter : parameter updates
    
    * Mediago Bid Adapter : parameter updates
    
    * Mediago Bid Adapter : code style format
    
    * rerun circleci
    
    * rerun circleci
    
    * rerun circleci
    
    * rerun circleci
    
    Co-authored-by: BaronYu <baronwei11@gmail.com>
    BaronJHYu and BaronYu committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b95f26e View commit details
    Browse the repository at this point in the history
  2. OpenX Bid Adapter: update documentation about deprecated platform and…

    … hint for using floor module (#9308)
    marcin-wrobel-ox committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6b61f97 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Bump decode-uri-component from 0.2.0 to 0.2.2 (#9311)

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8894d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b4f7b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Bump tibdex/github-app-token from 1.6.0 to 1.7.0 (#9316)

    Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.6.0 to 1.7.0.
    - [Release notes](https://github.com/tibdex/github-app-token/releases)
    - [Commits](tibdex/github-app-token@f717b5e...021a240)
    
    ---
    updated-dependencies:
    - dependency-name: tibdex/github-app-token
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a0cc68d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Vidazoo Bid Adapter: support for Video MediaTypes (#9284)

    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(client): added VIDEO media type
    
    * feat(client): send mediaTypes to the server
    
    * feat(client): added vastXml support
    
    * fix(client): vidazoo adapter tests
    
    * fix tests
    
    * remove console.log from test file
    
    * added video tests
    
    Co-authored-by: roman <shmoop207@gmail.com>
    uditalias and shmoop207 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1c63ed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0e6e6b View commit details
    Browse the repository at this point in the history
  3. Live Intent User ID Submodule: Bump live-connect version (#9317)

    * update with live-connect last change
    
    * set globalVarName
    
    * not use globalVarName
    
    * use live-connect proper version
    
    * comment
    
    * use yalc version and adjust the initializer
    
    * adjust getInitializer
    
    * use a proper lc version
    wi101 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4515eb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    a247abc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. AdHash bid adapter: update to support latest version (#9286)

    * AdHash Bidder Adapter: minor changes
    
    We're operating on a com TLD now.
    Added publisher in URL for easier routing.
    
    * Implemented brand safety
    
    Implemented brand safety checks
    
    * Fix for GDPR consent
    
    Removing the extra information as request data becomes too big and is sometimes truncated
    
    * Ad fraud prevention formula changed
    
    Ad fraud prevention formula changed to support negative values as well as linear distribution of article length
    
    * AdHash brand safety additions
    
    Adding starts-with and ends-with rules that will help us with languages such as German where a single word can be written in multiple ways depending on the gender and grammatical case.
    
    * AdHash brand safety updates
    
    Added support for Cyrillic characters.
    Added support for bidderURL parameter.
    Fixed score multiplier from 500 to 1000.
    
    * AdHash Analytics adapter
    
    * Support for recent ads
    
    Support for recent ads which gives us the option to do frequency and recency capping.
    
    * Fix for timestamp
    
    * PUB-222
    
    Added logic for measuring the fill rate (fallbacks) for Prebid impressions
    
    * Unit tests for the analytics adapter
    
    Added unit tests for the analytics adapter
    
    * Removed export causing errors
    
    Removed an unneeded export of a const that was causing errors with the analytics adapter
    
    * Added globalScript parameter
    
    * PUB-227
    
    Support for non-latin and non-cyrillic symbols
    
    * GEN-964
    
    - Brand safety now checks the page URL for bad words. No ad is shown if there is at least one match.
    - Repeating code is optimized and moved to helper function
    - Multi-language support for brand safety
    
    * GEN-1025
    
    Sending the needed ad density data to the bidder
    
    * Removing the analytics adaptor
    
    * Fix for regexp match
    
    * Version change
    
    * MINOR
    
    Code review changes
    
    Co-authored-by: NikolayMGeorgiev <nikolay@adhash.org>
    Co-authored-by: Ventsislav Saraminev <v.saraminev@abv.bg>
    Co-authored-by: Dimitar Kalenderov <mitko.kalenderov@gmail.com>
    4 people committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2a90f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6236e3f View commit details
    Browse the repository at this point in the history
  3. Prebid Core: ORTB 2.5 translation utilities (#9263)

    * ORTB 2.5 spec definition
    
    * ORTB 2.5 translation
    
    * Only test translation of native reqs if FEATURES.NATIVE is set
    dgirardi committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1b4d83c View commit details
    Browse the repository at this point in the history
  4. Prebid Core: Addition of Optional Category Targeting Key (#9268)

    * addition of category optional targeting
    
    * removed console log statements
    
    * console.log statements for debugging
    
    * updated tests
    
    * formatting changes
    
    * added pbs test
    jlquaccia committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4346aa8 View commit details
    Browse the repository at this point in the history
  5. Taboola Bid Adapter: Fixing Accepting Bid Floor Mechanism (#9279)

    * use-convention-for-bidfloor-extraction
    
    * use-convention-for-bidfloor-extraction
    
    * add-unit-tests
    ahmadlob committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f5f276b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69a0f6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4b449f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Colossus Bid Adapter: update user sync (#9327)

    * add video&native traffic colossus ssp
    
    * Native obj validation
    
    * Native obj validation #2
    
    * Added size field in requests
    
    * fixed test
    
    * fix merge conflicts
    
    * move to 3.0
    
    * move to 3.0
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * https for 3.0
    
    * add https test
    
    * add ccp and schain features
    
    * fix test
    
    * sync with upstream, fix conflicts
    
    * Update colossussspBidAdapter.js
    
    remove commented code
    
    * Update colossussspBidAdapter.js
    
    lint fix
    
    * identity extensions
    
    * identity extensions
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add tests for user ids
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add gdpr support
    
    * add gdpr support
    
    * id5id support
    
    * Update colossussspBidAdapter.js
    
    add bidfloor parameter
    
    * Update colossussspBidAdapter.js
    
    check bidfloor
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter_spec.js
    
    * use floor module
    
    * Revert "use floor module"
    
    This reverts commit f0c5c24.
    
    * use floor module
    
    * update to 5v
    
    * fix
    
    * add uid2 and bidFloor support
    
    * fix
    
    * add pbadslot support
    
    * fix conflicts
    
    * add onBidWon
    
    * refactor
    
    * add test for onBidWon()
    
    * fix
    
    * add group_id
    
    * Trigger circleci
    
    * fix
    
    * update user sync
    
    * fix window.location
    
    * fix test
    
    * updates
    
    * fix conflict
    
    * fix
    
    * updates
    
    * remove traffic param
    
    * add transactionId to request data for colossusssp adapter
    
    * Send tid in placements array
    
    * update user sync
    
    * updated tests
    
    * remove changes package-lock file
    
    * fix
    
    Co-authored-by: Vladislav Isaiko <vladis@smartyads.com>
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    Co-authored-by: Mykhailo Yaremchuk <m.yaremchuk@smartyads.com>
    4 people committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    bf5b15f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. PubMatic Analytics Adapter:added parameters in logger call (#9328)

    * Logging floor related params in loger
    
    * Adding au and mt parameters in logger and tracker call
    
    * Added extra check
    
    Co-authored-by: pm-azhar-mulla <azhar@L1119.local>
    Co-authored-by: pm-priyanka-deshmane <priyanka.deshmane@pubmatic.com>
    3 people committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    374aa26 View commit details
    Browse the repository at this point in the history
  2. Nextmillenium bid adapter: Collection of statistics data (#9265)

    * changed name company
    
    * changed name company in test
    
    * Added processing of a new group_id parameter
    
    * Added processing of a new group_id parameter
    
    * changed check parameters
    
    * fixed lint remarks
    
    * added test
    
    * fixed bug - lint
    
    * changed test
    
    * changed test - 2
    
    * fixed bug - adapter
    
    * added logic for getting ad impressions
    
    * Collecting timeouts data
    
    * Collecting resaponses and no_bids data
    
    * changed a name function
    
    * added event bidRequested
    
    * added event bidRequested
    
    * added function initialization events
    
    * fixed bug
    
    * save
    
    * added tests
    
    * Added processing of the disabledSendingStatisticData parameter, which disables sending statistics data
    
    * changed the name of the variables
    mhlm committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    05d32b2 View commit details
    Browse the repository at this point in the history
  3. Video Module: Ad Queueing (#9226)

    * adds queue coordinator
    
    * tests module
    
    * test setAdTag
    
    * tests integration
    
    * updates examples
    
    * documents the event
    
    * loads get queued always
    
    * updates tests
    
    * decouples register from init
    
    * updates tests
    
    * Revert "updates tests"
    
    This reverts commit 1616dfa.
    
    * updates tests
    karimMourra committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    c1a193a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Adnuntius Bid Adapter: native added (#9330)

    * package lock fix.
    
    * Add dimensions to prebid.
    
    * Adnuntius Bid Adapter. Added native as a media type.
    mikael-lundin committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    182f08e View commit details
    Browse the repository at this point in the history
  2. Prebid core: enrich FPD by default (#9205)

    * Move rootDomain
    
    * Move FPD enrichments to core
    
    * Remove fpdEnrichments module
    
    * Cleanup
    
    * Add `site`, `device`, and coppa enrichments
    
    * FPD enrichments: GDPR
    
    * FPD enrichments: USP
    
    * Enrich FPD from requestBids
    
    * Fix typo in package.json
    dgirardi committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d646c55 View commit details
    Browse the repository at this point in the history
  3. Permutive RTD Module: add support for new ssp standard cohorts (#9236)

    * add logic to parse and pass ssp data to appnexus
    
    * simplify shouldSetConfig condition
    
    * Write SSP cohorts into p_standard targeting (+ bug fixes)
    
    * fix tests
    
    * Simplify
    
    * add logic to parse and pass ssp data to appnexus
    
    * simplify shouldSetConfig condition
    
    * Write SSP cohorts into p_standard targeting (+ bug fixes)
    
    * fix tests
    
    * Simplify
    
    * use new key for auction kw cohorts
    
    * Push SSP cohorts to SSPs via ORTB2
    
    * Add tests and fix bugs
    
    * Update tests
    
    * update example with _pssps
    
    * Remove custom `appnexusAuctionKeywords` and use user.keywords in ortb2 config
    
    * Fix linting issues
    
    Co-authored-by: Paulius Imbrasas <paulius@permutive.com>
    zshnr and CremboC committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    747f143 View commit details
    Browse the repository at this point in the history
  4. Jixie Bid Adapter: Add read jxtoko cookie (#9331)

    * Adapter does not seem capable of supporting advertiserDomains #6650
    added response comment and some trivial code.
    
    * removed a blank line at the end of file
    added a space behind the // in comments
    
    * in response to comment from reviewer. add the aspect of advertiserdomain in unit tests
    
    * added the code to get the keywords from the meta tags if available.
    
    * added some cookie fetching
    jxdeveloper1 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    dc7e77f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    1b1c2a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9abfb3d View commit details
    Browse the repository at this point in the history
  3. nextMillenniumBidAdapter: improve getUserSyncs function (#9313)

    * add video support
    
    * improve userSync url
    
    * improve userSync url
    
    * Add tests for a new cases
    
    * use deepAccess instead of instanceof
    mifanich committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9f11a94 View commit details
    Browse the repository at this point in the history
  4. Uid2 module: major implementation change (#9264)

    * Complete the UID2 integration.
    
    Update docs.
    Add tests.
    
    * Removed some unnecessary code in uid2IdSystem.uid2IdSystem.
    
    Improved log messages.
    Pass through configured baseUrl.
    Tidied up some in-progress code problems.
    Added a timer mock to track and clear timers at the end of each test, to prevent interference.
    Improved testing code and fixed some bugs.
    
    * Move cookie cleanup into the after so it doesn't leave a mess behind for subsequent tests.
    
    Allow specifying multiple --file options when running/watching tests.
    
    * Provide an additional mock object for some test environments which don't provide crypto.subtle.
    
    * Improve some documentation for the UID2 module.
    
    * Improved UID2 module logging when debug flag is enabled.
    
    * Added tests around the api base url config for UID2.
    
    Added the new UID2 config to the example.
    
    * Update integration example to attempt a token refresh (it will fail due to not being a valid token).
    
    * Refactor to avoid duplicating cookie read code.
    
    Add a test for the case when the id value is provided directly in config without making use of the new token refresh system.
    
    * Fix an incorrect log call.
    
    Co-authored-by: Lionell Pack <lionell.pack@thetradedesk.com>
    Rophuine and lionell-pack-ttd committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    14bdd9d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Globalsun Bid Adapter: Initial Release (#9307)

    * init new adapter Globalsun
    
    * kick off integration tests
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    GlobalsunHB and ChrisHuie committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    bc68d77 View commit details
    Browse the repository at this point in the history
  2. Topics module: Initial Topics iframe implementation (#8947)

    * Topics: Initial Topics iframe implementation
    
    * Topics API: LINT errors solved
    
    * Added Empty Topics Check
    
    * Topics: Storage Map logic and added message listener secure check
    
    * Topics: Iframe implementation for bidders
    
    * Added topics_iframe html in example for reference
    
    * Added Pubmatic Topic iframe URL
    
    * Added Pubmatic Topic iframe URL- Removed comment
    
    * Topics Module: Consent management logic added
    
    * Topics Module: Added Device Access check
    
    * Topics Module: Unit test cases added and minor changes
    
    * Topics Module: Array.find used instead of array.some and variable name changed
    
    * Topics IFrame Implementation: Purpose present check is handled
    pm-nitin-nimbalkar committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    77ba4ec View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Nativo Bid Adapter: added ntv_url qs param value validation (#9334)

    * Initial nativoBidAdapter document creation (js, md and spec)
    
    * Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs.
    
    * Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params.
    
    * Changed bidder endpoint url
    
    * Changed double quotes to single quotes.
    
    * Reverted package-json.lock to remove modifications from PR
    
    * Added optional bidder param 'url' so the ad server can force- match an existing placement
    
    * Lint fix. Added space after if.
    
    * Added new QS param to send various adUnit data to adapter endpopint
    
    * Updated unit test for new QS param
    
    * Added qs param to keep track of ad unit refreshes
    
    * Updated bidMap key default value
    
    * Updated refresh increment logic
    
    * Refactored spread operator for IE11 support
    
    * Updated isBidRequestValid check
    
    * Refactored Object.enties to use Object.keys to fix CircleCI testing errors
    
    * Updated bid mapping key creation to prioritize ad unit code over placementId
    
    * Added filtering by ad, advertiser and campaign.
    
    * Merged master
    
    * Added more robust bidDataMap with multiple key access
    
    * Deduped filer values
    
    * Rolled back package.json
    
    * Duped upstream/master's package.lock file ... not sure how it got changed in the first place
    
    * Small refactor of filterData length check. Removed comparison with 0 since a length value of 0 is already falsy.
    
    * Added bid sizes to request
    
    * Fixed function name in spec. Added unit tests.
    
    * Added priceFloor module support
    
    * Added protection agains empty url parameter
    
    * Changed ntv_url QS param to use referrer.location instead of referrer.page
    
    * Removed testing 'only' flag
    
    * Added ntv_url QS param value validation
    jsfledd committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    bd4a670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75d0c73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37259fc View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    a531b20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33d6acd View commit details
    Browse the repository at this point in the history
  3. OneTag Bid Adapter: add use of refererInfo Prebid object and Network …

    …API (#9306)
    
    * OneTag Bid Adapter: add use of refererInfo Prebid object and Network Information API
    
    * Replace refererInfo.location with refererInfo.page
    
    Co-authored-by: federico <f.liccione@onetag.com>
    onetag-dev and fliccione committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    40450ab View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    c56d78a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Viously Bid Adapter : New Adapter (#9076)

    * Add viously Bid Adapter
    
    * Mod: viously documentation
    
    * MR fixes
    geoffray-viously committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5950984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    681e2c7 View commit details
    Browse the repository at this point in the history
  3. Ccx Bid Adapter: Add GVLID param (#9359)

    * adomain support
    
    * adomain support
    
    * adomain support
    
    * adomain support
    
    * adomain support
    
    * video params
    
    * docs changes
    
    * Clickonometrics adapter update
    
    * Revert "Revert "Clickonometrics Bid Adapter : add gvlid (#9198)" (#9216)"
    
    This reverts commit 6d114e8.
    mjaworskiccx committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    7764718 View commit details
    Browse the repository at this point in the history
  4. Revert "Ccx Bid Adapter: Add GVLID param (#9359)" (#9363)

    This reverts commit 7764718.
    
    Co-authored-by: Demetrio Girardi <demetrio.girardi@gmail.com>
    patmmccann and dgirardi committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    51c984e View commit details
    Browse the repository at this point in the history
  5. GPP consent module: phase one release (#9321)

    * GPP consent module phase 1
    
    * various updates and added test pages
    
    * revise calling CMP, remove provisionalConsent, remove cmpDisplayStatus check, update pbs usersync
    
    * change callback check to be more strict
    
    * update logic on adding gpp data to ortb2
    
    * update gpp metadata
    jsnellbaker committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    e2cfc18 View commit details
    Browse the repository at this point in the history
  6. Magnite Analytics Adapter : data deletion function (#9351)

    * add onDeletionRequest functionality to Magnite adapter
    
    * Magnite add onDataDeletionRequest unit testing
    spotxslagle committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    b468831 View commit details
    Browse the repository at this point in the history
  7. Colosuss Bid Adapter: add support First Party Data (#9340)

    * add video&native traffic colossus ssp
    
    * Native obj validation
    
    * Native obj validation #2
    
    * Added size field in requests
    
    * fixed test
    
    * fix merge conflicts
    
    * move to 3.0
    
    * move to 3.0
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * https for 3.0
    
    * add https test
    
    * add ccp and schain features
    
    * fix test
    
    * sync with upstream, fix conflicts
    
    * Update colossussspBidAdapter.js
    
    remove commented code
    
    * Update colossussspBidAdapter.js
    
    lint fix
    
    * identity extensions
    
    * identity extensions
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add tests for user ids
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add gdpr support
    
    * add gdpr support
    
    * id5id support
    
    * Update colossussspBidAdapter.js
    
    add bidfloor parameter
    
    * Update colossussspBidAdapter.js
    
    check bidfloor
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter_spec.js
    
    * use floor module
    
    * Revert "use floor module"
    
    This reverts commit f0c5c24.
    
    * use floor module
    
    * update to 5v
    
    * fix
    
    * add uid2 and bidFloor support
    
    * fix
    
    * add pbadslot support
    
    * fix conflicts
    
    * add onBidWon
    
    * refactor
    
    * add test for onBidWon()
    
    * fix
    
    * add group_id
    
    * Trigger circleci
    
    * fix
    
    * update user sync
    
    * fix window.location
    
    * fix test
    
    * updates
    
    * fix conflict
    
    * fix
    
    * updates
    
    * remove traffic param
    
    * add transactionId to request data for colossusssp adapter
    
    * Send tid in placements array
    
    * update user sync
    
    * updated tests
    
    * remove changes package-lock file
    
    * fix
    
    * add First Party Data
    
    Co-authored-by: Vladislav Isaiko <vladis@smartyads.com>
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    Co-authored-by: Mykhailo Yaremchuk <m.yaremchuk@smartyads.com>
    4 people committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d5746c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Clickonometrics Bid Adapter: gvlid (#9367)

    * adomain support
    
    * adomain support
    
    * adomain support
    
    * adomain support
    
    * adomain support
    
    * video params
    
    * docs changes
    
    * Clickonometrics adapter update
    
    * Revert "Revert "Clickonometrics Bid Adapter : add gvlid (#9198)" (#9216)"
    
    This reverts commit 6d114e8.
    
    * Test fix
    mjaworskiccx committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    9c3abae View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    e5bcdaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e45ba3 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Bump parse-url from 7.0.2 to 8.1.0 (#9372)

    Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 7.0.2 to 8.1.0.
    - [Release notes](https://github.com/IonicaBizau/parse-url/releases)
    - [Commits](IonicaBizau/parse-url@7.0.2...8.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: parse-url
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    684691b View commit details
    Browse the repository at this point in the history
  2. Prebid core: filter adUnits (by adUnitCodes) before sending them to…

    … RTD and FPD modules (#9355)
    dgirardi committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    a5ea309 View commit details
    Browse the repository at this point in the history
  3. Prebid Server: Include adUnitCode in PBS Adapter Requests (#9337)

    * changes
    
    * added support to pass adunitcode to pbs
    
    * updated comment
    
    * removed console log statements
    
    * addressed feedback
    jlquaccia committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    fdab2f1 View commit details
    Browse the repository at this point in the history
  4. Feedad Bid Adapter: fixed usersync parsing (#9353)

    * 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
    
    * added decoration parameter to adapter documentation
    
    * added pass through of additional bid parameters
    
    * added user syncs to FeedAd bid adapter
    
    * increased FeedAd bid adapter version
    
    * lint pass over FeedAd bid adapter
    
    * fixed parsing of user syncs from server response
    
    * increased FeedAd bid adapter version
    
    * fixed version code in test file
    couchcrew-thomas committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    5a424e4 View commit details
    Browse the repository at this point in the history
  5. Datawrkz adapter: Using bidRequest.getFloor() method for bid floor (#…

    …9366)
    
    * New Bid Adapter: datawrkz
    
    * New Bid Adapter: datawrkz. Test case formatting
    
    * New Bid Adatpter: datawrkz - updated import statements
    
    * Datawrkz adapter: Using bidRequest.getFloor() method for bid floor
    vishal-dw committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    f794bce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6f9b2e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Confiant RTD Module : initial release (#9325)

    * Confiant's RTD Provider Module
    
    * Confiant RTD Module:
    - updated script injection code to current standard
    - added Confiant as an exclusion to load external JS
    
    * Confiant RTD Provider:
    - additional param for enabling BillingEvent added
    - docs updated
    - outdated unit test removed
    
    Co-authored-by: Patrick McCann <patmmccann@gmail.com>
    denys-berzoy-confiant and patmmccann committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    86ed8f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    10cf686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e135926 View commit details
    Browse the repository at this point in the history
  3. Confiant RTD Provider: (#9382)

    - fix comment line
    denys-berzoy-confiant committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    ff98601 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Rise Bid Adapter: added isWrapper parameter to adapter request (#9329)

    * add Rise adapter
    
    * fixes
    
    * change param isOrg to org
    
    * Rise adapter
    
    * change email for rise
    
    * fix circle failed
    
    * bump
    
    * bump
    
    * bump
    
    * remove space
    
    * Upgrade Rise adapter to 5.0
    
    * added isWrapper param
    
    * addes is_wrapper parameter to documentation
    
    * added is_wrapper to test
    
    * removed isWrapper
    
    Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com>
    Co-authored-by: noamtzu <noamtzu@gmail.com>
    Co-authored-by: Noam Tzuberi <noamtzu@users.noreply.github.com>
    Co-authored-by: Laslo Chechur <laslo.chechur@ironsrc.com>
    Co-authored-by: OronW <41260031+OronW@users.noreply.github.com>
    Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com>
    7 people committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    0caca74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b1ba0c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Aso Bid Adapter: add bcmint alias (#9387)

    * Add bcmint alias
    
    * kick off tests
    
    Co-authored-by: dev <dev@adsrv.org>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    3 people committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    57555bc View commit details
    Browse the repository at this point in the history