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: prebid version to 6.8 #38

Closed
wants to merge 242 commits into from
Closed

update: prebid version to 6.8 #38

wants to merge 242 commits into from

Commits on Sep 23, 2021

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

Commits on Sep 24, 2021

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

Commits on Oct 6, 2021

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

Commits on Oct 8, 2021

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

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    1b9a38f View commit details
    Browse the repository at this point in the history
  2. fix typo

    jsnellbaker committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    545662b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Prebid 6.0 (prebid#7606)

    * Update .babelrc.js
    
    babel/babel#7789
    
    * Update browsers.json
    
    * Update README.md
    
    * Update .babelrc.js
    
    * Update package.json
    
    * Update package.json
    
    * Update package.json
    
    * Update package.json
    
    * Update .babelrc.js
    
    * Update package.json
    
    * Update wdio.conf.js
    patmmccann authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    56a2874 View commit details
    Browse the repository at this point in the history
  2. Prebid 6.0.0 release

    ChrisHuie committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    e782a4e View commit details
    Browse the repository at this point in the history
  3. increment pre version

    ChrisHuie committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    880865d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. adkernel Bid Adapter : added catapultx alias (prebid#7435)

    * Update adkernelBidAdapter.js
    
    added catapultx alias
    
    * Update adkernelBidAdapter.js
    
    Co-authored-by: James <[email protected]>
    jtammaro and James authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d8b8198 View commit details
    Browse the repository at this point in the history
  2. MerkleID: add check for typof configParams.endpoint on extendId (preb…

    …id#7611)
    
    * Chore: Added check for typof configParams.endpoint on extendId
    
    * Chore: Fixed various test issues
    
    * Chore: Removed stray console.log Console Log
    
    * Removed Package-lock.json
    
    * Chore: Added back original package-lock.json
    Yehuda64 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    8d02037 View commit details
    Browse the repository at this point in the history
  3. Nativo Bid Adapter: refactored validity check to be more informative (p…

    …rebid#7632)
    
    * 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
    
    Co-authored-by: Joshua Fledderjohn <[email protected]>
    jsfledd and jsfledd authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    7cba586 View commit details
    Browse the repository at this point in the history
  4. Adomik Analytics Adapter: change bid.placementCode to bid.adUnitCode (p…

    …rebid#7610)
    
    * AdomikAnalyticsAdapter: change placementCode to adUnitCode
    
    * AdomikAnalyticsAdapter: split GET URLs only for MSIE browser
    liabas-b authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    199eb7d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Yieldlab Bid Adapter: add support for native mediatype (prebid#7609)

    * YL-3989: Accept NATIVE yieldprobe response (#2)
    
    * YL-3989: Accept NATIVE response
    
    * Fix: 'utils' is not defined  no-undef
    
    * trigger GitHub actions
    
    * Add multi-format example to the Yieldlab bidder documentation
    
    * Reformat code
    
    * Fix: Object doesn't support 'find'
    
    Object doesn't support property or method 'find' in IE 11
    
    * trigger GitHub actions
    
    * Chore:Replace `filter` by `find` from ..array/find.js
    
    * Fix typo
    
    Co-authored-by: Christoph <[email protected]>
    alex-ylb and kippsterr authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    388ddee View commit details
    Browse the repository at this point in the history
  2. clean up comments

    jsnellbaker committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3601d6d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Codefuel Bid Adapter: bugfixes and remove config import (prebid#7647)

    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
     * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * fix lint issue in undertone adapter spec
    
    * added user sync function to undertone adapter
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * added user sync function to undertone adapter
    
    * added user sync function to undertone adapter
    
    * revert package-lock.json
    
    * added user sync function to undertone adapter
    
    * Update undertoneBidAdapter.js
    
    * Update browsers.json
    
    * bugfix bidderurl
    
    * bugfix bidderurl
    
    * bugfix bidderurl
    
    * tests
    
    Co-authored-by: omerko <[email protected]>
    Co-authored-by: Omer Koren <[email protected]>
    Co-authored-by: AnnaPerion <[email protected]>
    Co-authored-by: Oran Hollaender <[email protected]>
    5 people authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2ef2b8e View commit details
    Browse the repository at this point in the history
  2. Sspbc Bid Adapter: update version and bugfixes (prebid#7584)

    * Update tests for sspBC adapter
    
    Update tests for sspBC adapter:
    - change userSync test (due to tcf param appended in v4.6)
    - add tests for onBidWon and onTimeout
    
    * [sspbc-adapter] 5.3 updates: content-type for notifications
    
    * [sspbc-adapter] pass CTA to native bid
    
    * [sspbc-5.3] keep pbsize for detected adunits
    
    * [sspbc-5.3] increment adaptor ver
    
    * [sspbc-adapter] maintenance update to sspBCBidAdapter
    
    * remove yarn.lock
    
    * Delete package-lock.json
    
    * remove package-lock.jsonfrom pull request
    
    * [sspbc-adapter] send pageViewId in request
    
    * [sspbc-adapter] update pageViewId test
    
    Co-authored-by: Wojciech Biały <[email protected]>
    wojciech-bialy-wpm and Wojciech Biały authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    d22b740 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Prebid Server Bid Adapter: auctionId to $.id UUID to $.source.tid + m…

    …ergeDeep extPrebid (prebid#7585)
    
    * sourceTid
    
    * revert unique to tid cuz easier
    
    * deep merge extprebid
    
    * add tests for changes
    
    * .length duh
    
    * test was incorrect
    
    * no longer let this val be tid as it is not representitive
    
    * fix test
    robertrmartinez authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4ae7e1b View commit details
    Browse the repository at this point in the history
  2. VidoomyBidAdapter: refactor cookie sync (prebid#7601)

    * fix: add delay between cookie sync calls
    
    * fix(VidoomyBidAdapter): use default triggerPixel
    
    * fix: use getUserSyncs hook to sync cookies
    
    * fix: handle 204 no response without error log
    
    * chore: refactor getUserSyncs
    
    * test: update vidoomyBidAdapter tests
    
    * fix: remove Macro
    
    * fix: query params
    
    * fix: gdpr consent
    
    * fix: vidoomyBidAdapter tests
    
    * fix: use USP_CONSENT in cookie sync urls
    sasanfarokh authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e14b009 View commit details
    Browse the repository at this point in the history
  3. TheMediaGrid Bid Adapter: added adlivetech as alias (prebid#7649)

    * 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
    
    Co-authored-by: Chris Huie <[email protected]>
    TheMediaGrid and ChrisHuie authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e60844e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c76dc38 View commit details
    Browse the repository at this point in the history
  5. TrustX Bid Adapter: added support of PBAdSlot module (prebid#7653)

    * Add trustx adapter and tests for it
    
    * update integration example
    
    * Update trustx adapter
    
    * Post-review fixes of Trustx adapter
    
    * Code improvement for trustx adapter: changed default price type from gross to net
    
    * Update TrustX adapter to support the 1.0 version
    
    * Make requested changes for TrustX adapter
    
    * Updated markdown file for TrustX adapter
    
    * Fix TrustX adapter and spec file
    
    * Update TrustX adapter: r parameter was added to ad request as cache buster
    
    * Add support of gdpr to Trustx Bid Adapter
    
    * Add wtimeout to ad request params for TrustX Bid Adapter
    
    * TrustX Bid Adapter: remove last ampersand in the ad request
    
    * Update TrustX Bid Adapter to support identical uids in parameters
    
    * Update TrustX Bid Adapter to ignore bids that sizes do not match the size of the request
    
    * Update TrustX Bid Adapter to support instream and outstream video
    
    * Added wrapperType and wrapperVersion parameters in ad request for TrustX Bid Adapter
    
    * Update TrustX Bid Adapter to use refererInfo instead depricated function utils.getTopWindowUrl
    
    * HOTFIX for referrer encodind in TrustX Bid Adapter
    
    * Fix test for TrustX Bid Adapter
    
    * TrustX Bid Adapter: added keywords passing support
    
    * TrustX Bid Adapter: added us_privacy parameter in bid request
    
    * TrustX Bid Adapter: fix us_privacy parameter in bid request
    
    * Fix alias error for TrustX Bid Adapter
    
    * TrustX Bid Adapter: added new request format
    
    * TrustX Bid adapter: fix new format endpoint
    
    * TrustX Bid Adapter: update md file to support useNewFormat parameter
    
    * TrustX Bid Adapter: added additional sync url
    
    * TrustX Bid Adapter: added check for enabled syncs number + added gdpr data to sync urls
    
    * TrustX Bid Adapter: added support of meta.advertiserDomains
    
    * TrustX Bid Adapter: added support rtd permutive and jwplayer for new and old request format
    
    * TrustX Bid Adapter: Use new format by default + new keywords logic
    
    * TrustX Bid Adapter: fix md file
    
    * TrustX: Convert all id-like request fields to a string
    
    * TrustX: added vastUrl support
    
    * TrustX: fix segments format
    
    * TrustX: added support of PBAdSlot module
    PWyrembak authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    62ea19f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    906e8c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Saamba Bid Adapter: support video params, and the floors module (preb…

    …id#7448)
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Submit Advangelists Prebid Adapter Changes
    
    * Update Bidder Code
    
    To make adapter downloadable from git biddercode change is needed.
    
    * Changes to Support Prebid 5.0.
    
    prebid#6650
    supporting advertiserDomains
    
    prebid#6512
    Support video params at the adunit level
    
    prebid#6465
    
    * Delete advangelistsBidAdapter.js.bak
    
    * Delete advangelistsBidAdapter.md.bak
    
    * Delete advangelistsBidAdapter_spec.js.bak
    
    * Update advangelistsBidAdapter.js
    
    * Add files via upload
    
    * Update advangelistsBidAdapter.js
    
    * Update advangelistsBidAdapter.js
    
    * Update advangelistsBidAdapter.js
    
    * Delete url.js
    
    * Add files via upload
    
    * Update advangelistsBidAdapter.js
    
    * Update saambaaBidAdapter.js
    
    * Update saambaaBidAdapter.js
    
    * Update saambaaBidAdapter.js
    
    * Update saambaaBidAdapter.js
    
    * Update saambaaBidAdapter.js
    
    Co-authored-by: Chandra Prakash <[email protected]>
    NeerajKrRai and Chandra Prakash authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    c533fb6 View commit details
    Browse the repository at this point in the history
  2. IX Bid Adapter: capture errors in LS and send errors in request (preb…

    …id#7630)
    
    * capture errors in LS and send errors in request
    
    * fix linting
    umakajan authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5960369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    832c13e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dbe76f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf48688 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    48a4533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b01fd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Engageya bid adapter improvements (prebid#7656)

    * Validate image size
    
    * Support net revenue
    
    * Add widget view pixel
    mikomgk authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    564dcbe View commit details
    Browse the repository at this point in the history
  2. Eplanning & Adapter Manager: fix testing of innerwidth to fix current…

    … build (prebid#7679)
    
    * console log innerWidth
    
    * hmmm
    
    * more debug
    
    * weird
    
    * if I change to larger mediaQuery it works I think
    
    * stub window.top becasue we are mocking just window
    
    * stub similar to sizeConfig test
    
    * addressing window things
    
    * i camel cased
    
    * stub stuff right
    
    * remove debug logs
    robertrmartinez authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e861406 View commit details
    Browse the repository at this point in the history
  3. Smaato: Pass through bidRequest.schain (prebid#7675)

    Co-authored-by: Bernhard Pickenbrock <[email protected]>
    el-chuck and el-chuck authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    539d1b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6539e76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ad61fc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Capture target demand provider (prebid#7636)

    - Use the provided storage manager
    - Capture target demand provider & account id
    - Add flag to trigger randomly-generated demo bid response
    samueldobbie authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4253497 View commit details
    Browse the repository at this point in the history
  2. Datablocks Bid Adapter: update url (prebid#7680)

    * updated url
    
    * update metrics url
    
    Co-authored-by: John Mayor <[email protected]>
    jmayor and John Mayor authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3e343ed View commit details
    Browse the repository at this point in the history
  3. Datablocks Tests: fix failing tests (prebid#7687)

    * Datablocks Tests: fix failing tests
    
    * take out source
    ChrisHuie authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    89f61a7 View commit details
    Browse the repository at this point in the history
  4. RichAudience Bid Adapter: Update GetFloors (prebid#7664)

    * Update GetFloors
    
    * Update Strings must use singlequote
    
    * Update push
    
    * Update remove space
    
    * Push Test
    
    * Push Test 2
    
    * New Attempt
    
    * New Attempt 2
    
    * New Attempt 3
    
    * New Attempt 5
    
    Co-authored-by: sgimenez <[email protected]>
    richaudience and richaudience authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6b027f5 View commit details
    Browse the repository at this point in the history
  5. Adhese Bid Adapter: Configurable vast as url (prebid#7659)

    * adpod category support test
    
    * Revert "adpod category support test"
    
    This reverts commit 70a3cf2.
    
    * adpod category support test
    
    * Revert "adpod category support test"
    
    This reverts commit 70a3cf2.
    
    * Adhese bid adapter: make the vastContentAsUrl setting configurable
    
    Co-authored-by: Tim Sturtewagen <[email protected]>
    Co-authored-by: Paweł L <[email protected]>
    Co-authored-by: westerschmal <[email protected]>
    4 people authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    39b26b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1463ed9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. IX Bid Adapter: add support for handling vastXML responses in PBJS (p…

    …rebid#7661)
    
    * Add Index Exchange Video Adapter
    
    * add support for handling vastXML responses in PBJS
    
    * Remove Video Adapter code
    
    Co-authored-by: Michael Harris <[email protected]>
    Co-authored-by: Arven Ding <[email protected]>
    Co-authored-by: IX Prebid Support <[email protected]>
    Co-authored-by: Michael Burns <[email protected]>
    Co-authored-by: shahin.rahbariasl <[email protected]>
    Co-authored-by: Kajan Umakanthan <[email protected]>
    7 people authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    fc9caa2 View commit details
    Browse the repository at this point in the history
  2. PubMatic Bid Adapter: add Groupm as alias bidder (prebid#7692)

    * Changed net revenue to True
    
    * Added groupm as alias in pubmaticBidAdapter
    
    * Added gvlid for groupm alias
    
    * add space for linting
    
    Co-authored-by: Azhar <[email protected]>
    Co-authored-by: Chris Huie <[email protected]>
    3 people authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    701eebc View commit details
    Browse the repository at this point in the history
  3. GPT Pre Auction: setting GPID (prebid#7671)

    * set gpid
    
    * fix gptPreAuction tests
    
    * clean logic + add test
    robertrmartinez authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    bd6f395 View commit details
    Browse the repository at this point in the history
  4. Do not lint node_modules (prebid#7689)

    Running npm ci with npm 8.x installs dependencies in plugins/eslint/node_modules, which chokes the linter.
    dgirardi authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8163a23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4809a4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b289d73 View commit details
    Browse the repository at this point in the history
  7. Prebid 6.1.0 Release

    jsnellbaker committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    379519b View commit details
    Browse the repository at this point in the history
  8. increment pre version

    jsnellbaker committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2e2fdd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. YieldOne Bid Adapter: add Flux Wrapper support. (prebid#7555)

    * YieldOne Bid Adapter: add Flux Wrapper support.
    
    * YieldOne Bid Adapter: fix "import utils functions as needed and not the whole module (prebid#7502)"
    
    * YieldOne Bid Adapter: fix minor feedback.
    
    Co-authored-by: kenichi-ichijo <[email protected]>
    kyoya-takei and dacichijo authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    38fdca9 View commit details
    Browse the repository at this point in the history
  2. PubMatic : Check for 'bid.ext.bidtype' key instead of 'bid.ext.Bidtyp…

    …e' key in translator response object. (prebid#7683)
    
    * Replaced bid.ext.BidType with bid.ext.bidType
    
    * Replaced bidType with bidtype
    
    Co-authored-by: Kapil Tuptewar <[email protected]>
    kapil-tuptewar and Kapil Tuptewar authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7cbfe92 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Invibes Bid Adapter - support for adUnitCode differentiation in multi…

    …position (prebid#7652)
    
    * Invibes Bid Adapter - support for adUnitCode differentiation in multiposition when same placement is used
    
    * TheMediaGrid Bid Adapter: added adlivetech as alias (prebid#7649)
    
    * 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
    
    Co-authored-by: Chris Huie <[email protected]>
    
    * move targets to packag.json (prebid#7641)
    
    * TrustX Bid Adapter: added support of PBAdSlot module (prebid#7653)
    
    * Add trustx adapter and tests for it
    
    * update integration example
    
    * Update trustx adapter
    
    * Post-review fixes of Trustx adapter
    
    * Code improvement for trustx adapter: changed default price type from gross to net
    
    * Update TrustX adapter to support the 1.0 version
    
    * Make requested changes for TrustX adapter
    
    * Updated markdown file for TrustX adapter
    
    * Fix TrustX adapter and spec file
    
    * Update TrustX adapter: r parameter was added to ad request as cache buster
    
    * Add support of gdpr to Trustx Bid Adapter
    
    * Add wtimeout to ad request params for TrustX Bid Adapter
    
    * TrustX Bid Adapter: remove last ampersand in the ad request
    
    * Update TrustX Bid Adapter to support identical uids in parameters
    
    * Update TrustX Bid Adapter to ignore bids that sizes do not match the size of the request
    
    * Update TrustX Bid Adapter to support instream and outstream video
    
    * Added wrapperType and wrapperVersion parameters in ad request for TrustX Bid Adapter
    
    * Update TrustX Bid Adapter to use refererInfo instead depricated function utils.getTopWindowUrl
    
    * HOTFIX for referrer encodind in TrustX Bid Adapter
    
    * Fix test for TrustX Bid Adapter
    
    * TrustX Bid Adapter: added keywords passing support
    
    * TrustX Bid Adapter: added us_privacy parameter in bid request
    
    * TrustX Bid Adapter: fix us_privacy parameter in bid request
    
    * Fix alias error for TrustX Bid Adapter
    
    * TrustX Bid Adapter: added new request format
    
    * TrustX Bid adapter: fix new format endpoint
    
    * TrustX Bid Adapter: update md file to support useNewFormat parameter
    
    * TrustX Bid Adapter: added additional sync url
    
    * TrustX Bid Adapter: added check for enabled syncs number + added gdpr data to sync urls
    
    * TrustX Bid Adapter: added support of meta.advertiserDomains
    
    * TrustX Bid Adapter: added support rtd permutive and jwplayer for new and old request format
    
    * TrustX Bid Adapter: Use new format by default + new keywords logic
    
    * TrustX Bid Adapter: fix md file
    
    * TrustX: Convert all id-like request fields to a string
    
    * TrustX: added vastUrl support
    
    * TrustX: fix segments format
    
    * TrustX: added support of PBAdSlot module
    
    * OpenX Bid adapter: Handle new user Ids (prebid#7642)
    
    * Saamba Bid Adapter: support  video params, and the floors module (prebid#7448)
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Submit Advangelists Prebid Adapter Changes
    
    * Update Bidder Code
    
    To make adapter downloadable from git biddercode change is needed.
    
    * Changes to Support Prebid 5.0.
    
    prebid#6650
    supporting advertiserDomains
    
    prebid#6512
    Support video params at the adunit level
    
    prebid#6465
    
    * Delete advangelistsBidAdapter.js.bak
    
    * Delete advangelistsBidAdapter.md.bak
    
    * Delete advangelistsBidAdapter_spec.js.bak
    
    * Update advangelistsBidAdapter.js
    
    * Add files via upload
    
    * Update advangelistsBidAdapter.js
    
    * Update advangelistsBidAdapter.js
    
    * Update advangelistsBidAdapter.js
    
    * Delete url.js
    
    * Add files via upload
    
    * Update advangelistsBidAdapter.js
    
    * Update saambaaBidAdapter.js
    
    * Update saambaaBidAdapter.js
    
    * Update saambaaBidAdapter.js
    
    * Update saambaaBidAdapter.js
    
    * Update saambaaBidAdapter.js
    
    Co-authored-by: Chandra Prakash <[email protected]>
    
    * IX Bid Adapter: capture errors in LS and send errors in request (prebid#7630)
    
    * capture errors in LS and send errors in request
    
    * fix linting
    
    * Deepintent: secure flag set using proper protocol value (prebid#7655)
    
    * VIS.X: fix url for timeout pixel (prebid#7657)
    
    * appnexus bid adapter - add support for brandId (prebid#7658)
    
    * Invibes Bid Adapter - redo tests
    
    * Engageya bid adapter improvements (prebid#7656)
    
    * Validate image size
    
    * Support net revenue
    
    * Add widget view pixel
    
    * Eplanning & Adapter Manager: fix testing of innerwidth to fix current build (prebid#7679)
    
    * console log innerWidth
    
    * hmmm
    
    * more debug
    
    * weird
    
    * if I change to larger mediaQuery it works I think
    
    * stub window.top becasue we are mocking just window
    
    * stub similar to sizeConfig test
    
    * addressing window things
    
    * i camel cased
    
    * stub stuff right
    
    * remove debug logs
    
    * Smaato: Pass through bidRequest.schain (prebid#7675)
    
    Co-authored-by: Bernhard Pickenbrock <[email protected]>
    
    * expose seedtag gvl id for TFC2 support (prebid#7674)
    
    * docs only: remove reference to release notes page and some documentation links (prebid#7672)
    
    * Capture target demand provider (prebid#7636)
    
    - Use the provided storage manager
    - Capture target demand provider & account id
    - Add flag to trigger randomly-generated demo bid response
    
    * Invibes Bid Adapter - added unit tests for adUnitCode logic
    
    * Invibes Bid Adapter - fixed lint
    
    * Datablocks Bid Adapter: update url (prebid#7680)
    
    * updated url
    
    * update metrics url
    
    Co-authored-by: John Mayor <[email protected]>
    
    * Datablocks Tests: fix failing tests (prebid#7687)
    
    * Datablocks Tests: fix failing tests
    
    * take out source
    
    * RichAudience Bid Adapter: Update GetFloors (prebid#7664)
    
    * Update GetFloors
    
    * Update Strings must use singlequote
    
    * Update push
    
    * Update remove space
    
    * Push Test
    
    * Push Test 2
    
    * New Attempt
    
    * New Attempt 2
    
    * New Attempt 3
    
    * New Attempt 5
    
    Co-authored-by: sgimenez <[email protected]>
    
    * Adhese Bid Adapter: Configurable vast as url (prebid#7659)
    
    * adpod category support test
    
    * Revert "adpod category support test"
    
    This reverts commit 70a3cf2.
    
    * adpod category support test
    
    * Revert "adpod category support test"
    
    This reverts commit 70a3cf2.
    
    * Adhese bid adapter: make the vastContentAsUrl setting configurable
    
    Co-authored-by: Tim Sturtewagen <[email protected]>
    Co-authored-by: Paweł L <[email protected]>
    Co-authored-by: westerschmal <[email protected]>
    
    * add bidderDefaultFunction (prebid#7628)
    
    * IX Bid Adapter: add support for handling vastXML responses in PBJS (prebid#7661)
    
    * Add Index Exchange Video Adapter
    
    * add support for handling vastXML responses in PBJS
    
    * Remove Video Adapter code
    
    Co-authored-by: Michael Harris <[email protected]>
    Co-authored-by: Arven Ding <[email protected]>
    Co-authored-by: IX Prebid Support <[email protected]>
    Co-authored-by: Michael Burns <[email protected]>
    Co-authored-by: shahin.rahbariasl <[email protected]>
    Co-authored-by: Kajan Umakanthan <[email protected]>
    
    * PubMatic Bid Adapter: add Groupm  as alias bidder (prebid#7692)
    
    * Changed net revenue to True
    
    * Added groupm as alias in pubmaticBidAdapter
    
    * Added gvlid for groupm alias
    
    * add space for linting
    
    Co-authored-by: Azhar <[email protected]>
    Co-authored-by: Chris Huie <[email protected]>
    
    * GPT Pre Auction: setting GPID (prebid#7671)
    
    * set gpid
    
    * fix gptPreAuction tests
    
    * clean logic + add test
    
    * Do not lint node_modules (prebid#7689)
    
    Running npm ci with npm 8.x installs dependencies in plugins/eslint/node_modules, which chokes the linter.
    
    * send all custom params to the bidder (prebid#7685)
    
    * Revert "RichAudience Bid Adapter: Update GetFloors (prebid#7664)" (prebid#7695)
    
    This reverts commit 6b027f5.
    
    * Prebid 6.1.0 Release
    
    * increment pre version
    
    * Invibes Bid Adapter - support for adUnitCode differentiation in multiposition when same placement is used
    
    * Invibes Bid Adapter - redo tests
    
    * Invibes Bid Adapter - added unit tests for adUnitCode logic
    
    * Invibes Bid Adapter - fixed lint
    
    Co-authored-by: TheMediaGrid <[email protected]>
    Co-authored-by: Chris Huie <[email protected]>
    Co-authored-by: PWyrembak <[email protected]>
    Co-authored-by: Luigi Sayson <[email protected]>
    Co-authored-by: NeerajKrRai <[email protected]>
    Co-authored-by: Chandra Prakash <[email protected]>
    Co-authored-by: Kajan Umakanthan <[email protected]>
    Co-authored-by: Parth Shah <[email protected]>
    Co-authored-by: Michael Kuryshev <[email protected]>
    Co-authored-by: jsnellbaker <[email protected]>
    Co-authored-by: Miko Stern <[email protected]>
    Co-authored-by: Robert Ray Martinez III <[email protected]>
    Co-authored-by: el-chuck <[email protected]>
    Co-authored-by: Bernhard Pickenbrock <[email protected]>
    Co-authored-by: Yohan Boutin <[email protected]>
    Co-authored-by: Scott Menzer <[email protected]>
    Co-authored-by: Samuel Dobbie <[email protected]>
    Co-authored-by: jmayor <[email protected]>
    Co-authored-by: John Mayor <[email protected]>
    Co-authored-by: Rich Audience <[email protected]>
    Co-authored-by: sgimenez <[email protected]>
    Co-authored-by: mefjush <[email protected]>
    Co-authored-by: Tim Sturtewagen <[email protected]>
    Co-authored-by: Paweł L <[email protected]>
    Co-authored-by: westerschmal <[email protected]>
    Co-authored-by: eknis <[email protected]>
    Co-authored-by: shahinrahbariasl <[email protected]>
    Co-authored-by: Michael Harris <[email protected]>
    Co-authored-by: Arven Ding <[email protected]>
    Co-authored-by: IX Prebid Support <[email protected]>
    Co-authored-by: Michael Burns <[email protected]>
    Co-authored-by: shahin.rahbariasl <[email protected]>
    Co-authored-by: pm-azhar-mulla <[email protected]>
    Co-authored-by: Azhar <[email protected]>
    Co-authored-by: dgirardi <[email protected]>
    Co-authored-by: antoinezaz <[email protected]>
    Co-authored-by: Jason Snellbaker <[email protected]>
    Configuration menu
    Copy the full SHA
    2e00b21 View commit details
    Browse the repository at this point in the history
  2. Smartx Bid Adapter: enable pbjs log for bid request & outstream playe…

    …r config adjustment (prebid#7701)
    
    * 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
    
    Co-authored-by: smartclip AdTechnology <[email protected]>
    Co-authored-by: Gino Cirlini <[email protected]>
    3 people authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1cdedca View commit details
    Browse the repository at this point in the history
  3. Undertone Bid Adapter - update canonical and referral URLs 31599 (pre…

    …bid#7693)
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
     * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * fix lint issue in undertone adapter spec
    
    * added user sync function to undertone adapter
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * added user sync function to undertone adapter
    
    * added user sync function to undertone adapter
    
    * revert package-lock.json
    
    * added user sync function to undertone adapter
    
    * Update undertoneBidAdapter.js
    
    * Update browsers.json
    
    * sending both page url & commons.referrer
    
    * revert indentation
    
    * sending both commons.canonicalUrl & commons.referrer
    
    Co-authored-by: omerko <[email protected]>
    Co-authored-by: Omer Koren <[email protected]>
    Co-authored-by: AnnaPerion <[email protected]>
    Co-authored-by: Oran Hollaender <[email protected]>
    Co-authored-by: tamirnPerion <[email protected]>
    6 people authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    51f9244 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    a8cdf2b View commit details
    Browse the repository at this point in the history
  2. Prebid Core: Restore use of server-side adapter without client-side a…

    …dapter (prebid#7662)
    
    * requestBids bug fix for s2sBidders and getConfig
    
    * merged duplicate variables in requestBids
    jorgeluisrocha authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    b927d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    412b745 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d6b3ed View commit details
    Browse the repository at this point in the history
  5. Tappx Bid Adapter: add vendor id (prebid#7709)

    * Tappx :: Add vendor id
    
    * add unit test
    
    Co-authored-by: Albert Grandes <[email protected]>
    Co-authored-by: Chris Huie <[email protected]>
    3 people authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    35bb363 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Gumgum Bid Adapter: add adUnitCode to requests (prebid#7704)

    * Gumgum: add adUnitCode to requests
    
    * added unit test
    
    * simplify comment since ticket name is available
    lbenmore authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    dcb5f34 View commit details
    Browse the repository at this point in the history
  2. AdPlus Bid Adapter: add new bid adapter (prebid#7668)

    * New bid adapter-AdPlus Bid Adapter added
    
    * AdPlus bid adapter session storage issue fix
    
    Co-authored-by: TCCDENIZ <[email protected]>
    cnsndnz and TCCDENIZ authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ea45a98 View commit details
    Browse the repository at this point in the history
  3. Prebid Core: add new setting to allow zero cpm bids (prebid#7633)

    * add new setting to allow zero cpm bids
    
    * move logic to bidderSettings
    
    * update logic
    jsnellbaker authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5d70ca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9823f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed70fc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Relaido Bid Adapter: Modified to response ads in a single API request. (

    prebid#7598)
    
    * add relaido adapter
    
    * remove event listener
    
    * fixed UserSyncs and e.data
    
    * fix conflicts
    
    * make single requests.
    
    Co-authored-by: ishigami_shingo <[email protected]>
    Co-authored-by: cmertv-sishigami <[email protected]>
    Co-authored-by: t_bun <[email protected]>
    4 people authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    61136d8 View commit details
    Browse the repository at this point in the history
  2. fix link to adapters (prebid#7727)

    adapters are inside `/modules`
    mxdvl authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    95ab11e View commit details
    Browse the repository at this point in the history
  3. Missena Bid Adapter: add back adapter to latest prebid version (prebi…

    …d#7648)
    
    * Re-enable Missena Adapter
    
    * Refactor utils use
    
    * Add advertiserDomains to spec testing.
    pdamoc authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    05f25c3 View commit details
    Browse the repository at this point in the history
  4. Ventes Bid Adapter: fix web placement support (prebid#7715)

    * Ventes Avenues initial changes
    
    * Ventes Avenues initial changes
    
    * Support Web Placments
    
    * Support Web Placements
    
    * Support Web Placements
    
    * Support Web Placements
    
    * Support Web Placements
    
    * Support Web Placements
    jessoventes authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    76a5864 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c86d069 View commit details
    Browse the repository at this point in the history
  6. Smaato: Pass through instl (prebid#7725)

    Co-authored-by: Bernhard Pickenbrock <[email protected]>
    el-chuck and el-chuck authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b205477 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. goldbachXandr Bid Adapter: add new bid adapter (prebid#7650)

    * added goldbach adapter
    
    * updated logic
    
    * removed serverResponse condition from interpretResponse
    
    * removed xandr reference
    
    * fixed typo
    
    * removed gvlid and storage manager
    
    * changed utils import to named
    dveljovicTX authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    c7b155b View commit details
    Browse the repository at this point in the history
  2. AdmixerBidAdapter: add native media type support (prebid#7717)

    * add native support
    
    * fix single quote linting error
    
    Co-authored-by: atkachov <[email protected]>
    Co-authored-by: Chris Huie <[email protected]>
    3 people authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    0e35dbd View commit details
    Browse the repository at this point in the history
  3. iprom Bid Adapter: restore adapter in prebid master (prebid#7700)

    * Restore ipromBidAdapter >5.x
    
    * Import only used utils functions instead of all
    
    Co-authored-by: Gašper <[email protected]>
    iprom-adserver and Gašper authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    2b81fdb View commit details
    Browse the repository at this point in the history
  4. LuponMedia Bid Adapter: add adapter back to prebid master (prebid#7602)

    * LuponMedia BidAdapter 5.X
    
    * manually try to kick off circleci tests
    
    * kick off tests
    
    * kick off tests
    
    * Update luponmediaBidAdapter.js
    
    using isFn from utils
    
    Co-authored-by: adxpremium <[email protected]>
    Co-authored-by: Chris Huie <[email protected]>
    3 people authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    59dd4e0 View commit details
    Browse the repository at this point in the history
  5. VIS.X Bid Adapter: check ad slot existence (prebid#7730)

    * VIS.X: add ad slot check
    
    * VIS.X: update ad slot check helpers
    
    Co-authored-by: Vladimir Fedoseev <[email protected]>
    vfedoseev and vfedoseev authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    7b536dd View commit details
    Browse the repository at this point in the history
  6. showheroes-bs Bid Adapter: fix for outstream render (prebid#7604)

    * add ShowHeroes Adapter
    
    * ShowHeroes adapter - expanded outstream support
    
    * Revert "ShowHeroes adapter - expanded outstream support"
    
    This reverts commit bfcdb91.
    
    * ShowHeroes adapter - expanded outstream support
    
    * ShowHeroes adapter - fixes (prebid#4222)
    
    * ShowHeroes adapter - banner and outstream fixes (prebid#4222)
    
    * ShowHeroes adapter - description and outstream changes (prebid#4222)
    
    * ShowHeroes adapter - increase test coverage and small fix
    
    * ShowHeroes Adapter - naming convention issue
    
    * Mixed AdUnits declaration support
    
    * ITDEV-4723 PrebidJS adapter support with SupplyChain module object
    
    * ITDEV-4723 Fix tests
    
    * ITDEV-4723 New entry point
    
    * showheroes-bsBidAdapter: Add support for advertiserDomains
    
    * showheroes-bsBidAdapter: hotfix for outstream render
    
    * showheroes-bsBidAdapter: update renderer url
    
    Co-authored-by: veranevera <[email protected]>
    Co-authored-by: Elizaveta Voziyanova <[email protected]>
    3 people authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    23f4da7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08695ba View commit details
    Browse the repository at this point in the history
  8. Testing Browserlist: remove browsers for testing that are not being b…

    …uilt as a target (prebid#7696)
    
    * Build: remove browsers for testing not building to
    
    * update chrome version
    
    * change chrome to v95
    
    * upgrade to v93 for firefox
    
    * try latest flag with chrome
    
    * update to latest can-i-use for new browsers
    
    * Revert "update to latest can-i-use for new browsers"
    
    This reverts commit 9e07037.
    
    * change to latest version and oldest chrome
    
    * fix os for safari
    
    * update big sur browser
    
    * try again with mac version os
    
    * fix typo
    
    * fix catalina safari version
    
    * update concurrency
    ChrisHuie authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    a266172 View commit details
    Browse the repository at this point in the history
  9. freewheel-ssp Bid Adapter: add schain in request params (prebid#7504)

    * freewheel add schain in the request
    
    * Fix an error on test case
    
    * Update freewheel-sspBidAdapter_spec.js
    
    Update test case
    
    * Update freewheel-sspBidAdapter_spec.js
    
    fix the test
    
    * Update freewheel-sspBidAdapter_spec.js
    
    Fix the test error
    xwang202 authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    10516b5 View commit details
    Browse the repository at this point in the history
  10. UserID Module: allow userid to ppid sync (prebid#7681)

    * sync PPID with googletag
    
    * dont need to export
    
    * add log warning if not right length
    robertrmartinez authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    664f284 View commit details
    Browse the repository at this point in the history
  11. EMX Digital Bid Adapter: add GPID support (prebid#7720)

    * adding ccpa support for emx_digital adapter
    
    * emx_digital ccpa compliance: lint fix
    
    * emx 3.0 compliance update
    
    * fix outstream renderer issue, update test spec
    
    * refactor formatVideoResponse function to use core-js/find
    
    * Add support for schain forwarding
    
    * Resolved issue with Schain object location
    
    * prebid 5.0 floor module and advertiserDomain support
    
    * liveramp idl and uid2.0 support for prebid
    
    * gpid support
    
    * remove utils ext
    
    * remove empty line
    
    * remove trailing spaces
    
    * move gpid test module
    
    * move gpid test module
    
    * removing trailing spaces from unit test
    
    * remove comments from unit test
    
    Co-authored-by: Nick Colletti <[email protected]>
    Co-authored-by: Nick Colletti <[email protected]>
    Co-authored-by: Kiyoshi Hara <[email protected]>
    Co-authored-by: Dan Bogdan <[email protected]>
    Co-authored-by: Jherez Taylor <[email protected]>
    Co-authored-by: EMXDigital <[email protected]>
    Co-authored-by: Rakesh Balakrishnan <[email protected]>
    Co-authored-by: EMX Digital <[email protected]>
    Co-authored-by: Kevin <[email protected]>
    10 people authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    ad90df5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    24ac6e3 View commit details
    Browse the repository at this point in the history
  13. adyoulike Bid Adapter: Add userIds to bidrequest (prebid#7660)

    * 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
    guiann authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    34a7ce0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3958012 View commit details
    Browse the repository at this point in the history
  15. add first-party data support to beachfront adapter (prebid#7733)

    Co-authored-by: John Salis <[email protected]>
    jsalis and John Salis authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    29bf57d View commit details
    Browse the repository at this point in the history
  16. Prebid 6.2.0 Release

    ChrisHuie committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    89a6e55 View commit details
    Browse the repository at this point in the history
  17. Increment pre version

    ChrisHuie committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    898f1f6 View commit details
    Browse the repository at this point in the history
  18. SharedID module: update tests to assert on behavior rather than logs (p…

    …rebid#7738)
    
    Update tests that fail spuriously: prebid#7355
    I was not able to reproduce the failures, but in debugging I ruled out the possibility of module loading order and I believe the most likely culprit is other tests asynchronously calling `utils.logInfo` that sometimes happen in-between these tests' setup and assertions.
    
    This may not be the real issue, but IMO testing log messages makes little sense anyway, so I updated them to test the actual SOT behavior.
    dgirardi authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    8f6f3b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. gumgum & adagio Bid Adapters: remove extra defensive code to solve lg…

    …tm alert (prebid#7737)
    
    * Update gumgumBidAdapter.js
    
    * Update adagioBidAdapter.js
    patmmccann authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    a1f3038 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. 33acrossBidAdapter: Add Support for SRA (prebid#7703)

    * SRA support
    
    * apply code review feedback SRA
    
    * removed redundant config check
    
    * Replace not-supported array flat method.
    
    Co-authored-by: Carlos Felix <[email protected]>
    curlyblueeagle and carlosfelix authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    dd33c8c View commit details
    Browse the repository at this point in the history
  2. Remove redundant alias (prebid#7742)

    Fix an issue with the `gdprEnforcement` module. See prebid#7741
    muuki88 authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    329deb8 View commit details
    Browse the repository at this point in the history
  3. Lotame panorama id submodule: handle consent (prebid#7644)

    * feat: Add handling for a custom client id
    feat: Send us privacy string
    
    * test: Add test case to make sure the expiry is also not touched and update the mocked response
    
    Co-authored-by: Mike Marcus <[email protected]>
    markaconrad and Tonsil authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    2a60735 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Yahoo SSP Bid Adapter: interstitial fix (prebid#7746)

    * ortb2Imp.instl
    
    * ortb2Imp.instl unit-test
    
    * numeric boolean validations
    
    * refacotor for false 0
    
    * tests stable
    adam-browning authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    678b06d View commit details
    Browse the repository at this point in the history
  2. Kinesso fixing the endpoint construction (prebid#7743)

    Co-authored-by: skocheri <[email protected]>
    SKOCHERI and skocheri authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b9953ee View commit details
    Browse the repository at this point in the history
  3. VidoomyBidAdapter: fix video mediatype sizes format (prebid#7716)

    * fix: add delay between cookie sync calls
    
    * fix(VidoomyBidAdapter): use default triggerPixel
    
    * fix: use getUserSyncs hook to sync cookies
    
    * fix: handle 204 no response without error log
    
    * chore: refactor getUserSyncs
    
    * test: update vidoomyBidAdapter tests
    
    * fix: remove Macro
    
    * fix: query params
    
    * fix: gdpr consent
    
    * fix: vidoomyBidAdapter tests
    
    * fix: use USP_CONSENT in cookie sync urls
    
    * fix(vidoomyBidAdapter): sizes format for video mediatype
    
    * fix: vast xml
    
    * fix: send gdpr as string
    
    * chore: add adUnitCode to prebid request
    sasanfarokh authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    782b32b View commit details
    Browse the repository at this point in the history
  4. Prebid core: move generation of 'installedModules' to babel (prebid#7739

    )
    
    `pbjs.installedModules` does not work correctly when using prebid as an npm dependency (prebid#7287), because it's generated by a gulp task.
    
    This moves generation of `installedModules` to the `pbjsGlobals` babel plugin that we ask npm consumers to use for prebid.
    dgirardi authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e0a253d View commit details
    Browse the repository at this point in the history
  5. Add 'targetingControls.addTargetingKeys' configuration option (prebid…

    …#7690)
    
    This adds 'addTargetingKeys' as a config option that means 'allow all default targeting keys, plus these'.
    
    prebid#7249
    dgirardi authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    7d5da66 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. add alias futureads (prebid#7753)

    Co-authored-by: atkachov <[email protected]>
    AdmixerTech and altkachov authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    c8265eb View commit details
    Browse the repository at this point in the history
  2. Weborama Rtd Provider: access user profiles in local storage and add …

    …support to wam2gam and smartadserver (prebid#7728)
    
    * update .submodules.json to include weborama rtd
    
    update .submodules.json to include weborama rtd submodule
    
    * fix jsdoc
    
    * add support to wam2gam
    
    * fix unit test
    
    * fix bad copy paste
    
    * save dev
    
    * add feature
    
    * rename properties
    
    * update unit tests
    
    * fix doc
    
    * fix doc ~
    
    * fix doc 3
    
    * rename bigsea contextual
    
    * rename wam2gam
    
    * refactor code
    
    * rename setGAMTargeting
    
    * improve doc, example
    
    * update conf
    
    * fix doc
    
    * fix identation
    
    * fix identation 2
    
    * remove empty line into end
    
    * remove empty line 2
    
    * fix jsdoc
    
    * add support to wam2gam
    
    * fix unit test
    
    * fix bad copy paste
    
    * save dev
    
    * add feature
    
    * rename properties
    
    * update unit tests
    
    * fix doc
    
    * fix doc ~
    
    * fix doc 3
    
    * rename bigsea contextual
    
    * rename wam2gam
    
    * refactor code
    
    * rename setGAMTargeting
    
    * improve doc, example
    
    * update conf
    
    * fix doc
    
    * fix identation
    
    * fix identation 2
    
    * remove empty line into end
    
    * remove empty line 2
    
    * add intersection RtdProvider and spec (prebid#7710)
    
    Co-authored-by: atkachov <[email protected]>
    
    Co-authored-by: AdmixerTech <[email protected]>
    Co-authored-by: atkachov <[email protected]>
    3 people authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    a1d2aa0 View commit details
    Browse the repository at this point in the history
  3. Zeta Ssp Bid Adapter: vast xml for bid (prebid#7740)

    * vastXml as bid.ad
    
    * test added
    
    * logic with ext.bidtype
    
    * fix tests
    
    * fix tests(3)
    
    * change .md for video support sample
    
    Co-authored-by: Surovenko Alexey <[email protected]>
    asurovenko-zeta and surovenko authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    820afe7 View commit details
    Browse the repository at this point in the history
  4. NextMillennium Bid Adapter: add getUserSyncs function (prebid#7749)

    * Add getUserSyncs function
    
    * add unit tests
    
    * add unit tests
    
    Co-authored-by: mifanich <[email protected]>
    Mikhail Ivanchenko and mifanich authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    e41bbed View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. BeOp Bid Adapter: fix tracking params (prebid#7759)

    * [BeOp adapter] Fix tracking params
    
    * Missing comma
    Jean BOUDET authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    d3cfa64 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. PBS Bid adapter: timeout user syncs if they never load (prebid#7744)

    * PBS Bid adapter: timeout user syncs if they never load
    
    In some situations the browser never triggers load/error events for user syncs, so the PBS adapter remains stuck (prebid#6354). This adds a timeout for image/iframe syncs.
    
    * Clear timeout in utils.waitForElementToLoad
    dgirardi authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    4f3a8aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb0f83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    960215d View commit details
    Browse the repository at this point in the history
  4. TargetVideo Bid Adapter: add new bid adapter (prebid#7718)

    * TargetVideo bid adapter
    
    * TargetVideo bid adapter
    
    * TargetVideo bid adapter
    
    * TargetVideo Bid Adapter update
    
    * TargetVideo Bid Adapter implementing requested changes
    grajzer authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    4fd5009 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Adman Bidder Adapter: add lotamePanoramaId (prebid#7763)

    * Add Adman bid adapter
    
    * Add supportedMediaTypes property
    
    * Update ADman Media bidder adapter
    
    * Remove console.log
    
    * Fix typo
    
    * revert package-json.lock
    
    * Delete package-lock.json
    
    * back to original package-lock.json
    
    * catch pbjs error
    
    * catch pbjs error
    
    * catch pbjs error
    
    * log
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * Update admanBidAdapter.js
    
    add consnet to sync url
    
    * Update admanBidAdapter.js
    
    fix import
    
    * Update admanBidAdapter.js
    
    lint fix
    
    * Update admanBidAdapter.js
    
    lint fix
    
    * Update admanBidAdapter.js
    
    check consent object data availability
    
    * сompatible with prebid v5
    
    * add Lotame Panorama ID
    
    Co-authored-by: minoru katogi <[email protected]>
    Co-authored-by: minoru katogi <[email protected]>
    Co-authored-by: ADman Media <[email protected]>
    Co-authored-by: SmartyAdman <[email protected]>
    5 people authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    c763f7a View commit details
    Browse the repository at this point in the history
  2. ZetaSspBidAdapter: provide media type (prebid#7762)

    * provideMediaType
    
    * checkstyle issue
    
    Co-authored-by: Surovenko Alexey <[email protected]>
    asurovenko-zeta and surovenko authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    a5b0d64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37fcad3 View commit details
    Browse the repository at this point in the history
  4. Mediasquare bidder: remove old user sync method (prebid#7780)

    * remove old userSyncs method
    
    * Update mediasquareBidAdapter.js
    
    * Update mediasquareBidAdapter.js
    
    * Update mediasquareBidAdapter_spec.js
    matthieularere-msq authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d481238 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. PubCommonID module: use topmost domain for cookie storage (prebid#7773)

    This reintroduces logic to have sharedIdSystem/pubCommonID use the TLD for cookie storage
    dgirardi authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    adca40d View commit details
    Browse the repository at this point in the history
  2. adxcgBidAdapter: updated backend protocol (prebid#7750)

    * adxcgBidAdapter: updated backend protocol
    
    * adxcgBidAdapter: changed onBidWon from ajax() to triggerPixel()
    
    Co-authored-by: dev adxcg.com <[email protected]>
    adxcgcom and mvreg authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f011bbc View commit details
    Browse the repository at this point in the history
  3. Adnuntius Bid Adapter: no cookie feature. (prebid#7768)

    * Added option to pass a user id through ortb2.
    
    * check if use cookie is present in config, and use it accordingly.
    
    * Adding test for no cookie url addition.
    mikael-lundin authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    3905480 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa275a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    750de6a View commit details
    Browse the repository at this point in the history
  6. Ventes Bid Adapter: fix web support and code maintenance (prebid#7766)

    * Ventes Avenues initial changes
    
    * Ventes Avenues initial changes
    
    * Support Web Placments
    
    * Support Web Placements
    
    * Support Web Placements
    
    * Support Web Placements
    
    * Support Web Placements
    
    * Support Web Placements
    
    * Support Web Placments
    jessoventes authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    68c833f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb0a73a View commit details
    Browse the repository at this point in the history
  8. PBS Bid Adapter: do not pass aspectratios in ORTB2 ext data if native…

    … image definition doesn't have ratio_height/ratio_width (prebid#7722)
    
    * Prebid server adapter: do not pass aspectratios in ORTB2 ext data if native image definition does not have ratio_height/ratio_width
    
    * Prebid server adapter: include all valid aspect ratios in ext.aspectratios
    dgirardi authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    75c776d View commit details
    Browse the repository at this point in the history
  9. NextMillennium Bid Adapter: refresh_count for adUnitCode is added (pr…

    …ebid#7754)
    
    * refresh count
    
    * Update tests
    
    Co-authored-by: mifanich <[email protected]>
    Mikhail Ivanchenko and mifanich authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    5c427b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    001781f View commit details
    Browse the repository at this point in the history
  2. Colossus SSP Bidder Adapter: add onBidWon() (prebid#7758)

    * 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
    
    Co-authored-by: Vladislav Isaiko <[email protected]>
    Co-authored-by: Aiholkin <[email protected]>
    Co-authored-by: Mykhailo Yaremchuk <[email protected]>
    4 people authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    ac02f5f View commit details
    Browse the repository at this point in the history
  3. RTD Module: add 'onBidRequest' event handler for RTD submodules (preb…

    …id#7729)
    
    * RTD: Add 'onBidRequest' event handler for RTD submodules
    
    prebid#7078
    
    * RTD module: update documentation
    dgirardi authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5989563 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ccf4ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    713d923 View commit details
    Browse the repository at this point in the history
  6. Improve Digital adapter: support for Google's additional consent (pre…

    …bid#7787)
    
    * HBT-156: Added Google's additional consent (#1)
    
    * HBT-156: Added Google's additional consent
    
    * HBT-156: Code refactored
    
    Co-authored-by: Faisal Islam <[email protected]>
    
    * Update improvedigitalBidAdapter.js
    
    Updated version
    
    Co-authored-by: Samiul Amin Shanto <[email protected]>
    Co-authored-by: Faisal Islam <[email protected]>
    3 people authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    93f9fe4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    613bb08 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Build system: improve build for development workflow (prebid#7778)

    * Build system: improve build for development workflow
    
    This adds a "test-only" gulp task that runs only tests (without clean/lint) and makes the single-spec test environment consistent with the whole-suite case.
    
    * Build system: remove tests from 'serve-fast' task; add 'serve-and-test' task
    dgirardi authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    f50b7ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46a8e85 View commit details
    Browse the repository at this point in the history
  3. Pubx.ai Analytics Adapter: added additional fields to the Auction obj…

    …ect (prebid#7723)
    
    * Update: Added additional fields to auction object
    
    * Removed export from getStorage function
    pnhegde authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    a68b072 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Aniview Bid Adapter: add a new alias (prebid#7807)

    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Fix Consent parameters
    
    * Update aniviewBidAdapter.js
    
    V3 support
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    Update refererInfo
    
    * Update aniviewBidAdapter.js
    
    Fix tabs and spaces
    
    * Update aniviewBidAdapter.js
    
    fixes
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    Add ccpa support
    
    * Update aniviewBidAdapter.js
    
    Typo
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    * Fix size and sample
    
    Fixed sizes from playerSize
    Updated md sample
    
    * Fix tabs
    
    * Fix sizes
    
    * Recheck
    
    * Add tgt parameter
    
    * Update sample
    
    * Add support for cookie sync + tests
    
    * Add support for cookie sync + tests
    
    * Add support for cookie sync + tests
    
    * Support aliases
    
    Support aliases
    
    * Update
    
    Update
    
    * Fix lint
    
    Fix lint
    
    * Update spec
    
    Update spec
    
    * Aniview Bid Adapter: Added the new alias
    
    * Aniview Bid Adapter: Added the new configs for the renderer
    
    * Aniview Bid Adapter: Added unit tests for the renderer
    
    * Aniview Bid Adapter: Have added gvlid
    
    * Aniview Bid Adapter: added meta.advertiserDomains to bidResponse and extended cookie sync logic
    
    * Support BANNER mediaType
    
    Support BANNER mediaType
    
    * Aniview BANNER support
    
    Fix spaces
    
    * Aniview Bid Adapter: add a new alias and update the doc
    
    * Aniview Bid Adapter: add a new alias
    
    Co-authored-by: Itay Nave <[email protected]>
    Co-authored-by: Itay Nave <[email protected]>
    3 people authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    f8b7e01 View commit details
    Browse the repository at this point in the history
  2. TheMediaGrid, TrustX: fix sync url workflow (prebid#7812)

    * 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
    
    Co-authored-by: Chris Huie <[email protected]>
    TheMediaGrid and ChrisHuie authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    4431dad View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Adomik Analytics Adapter: add key value pair (prebid#7617)

    * adomik/add_key_value
    
    * adomik/add_key_value/spec
    thomasferal authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3085ba1 View commit details
    Browse the repository at this point in the history
  2. Fix an issue when gdpr is undefined (prebid#7817)

    Co-authored-by: mifanich <[email protected]>
    Mikhail Ivanchenko and mifanich authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f63450f View commit details
    Browse the repository at this point in the history
  3. Multiple Modules: fix constants JSON imports for webpack (prebid#7800)

    * Fix constants JSON imports
    
    * kick off tests in circleci
    
    * undo change
    
    Co-authored-by: Chris Huie <[email protected]>
    gpoitch and ChrisHuie authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c1907ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    243af6c View commit details
    Browse the repository at this point in the history
  5. Invibes Bid Adapter: support for custom domainId (prebid#7797)

    * Invibes Bid Adapter - support for custom domainId
    
    * Invibes Bid Adapter - changes according to review
    rcheptanariu authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    fe10f37 View commit details
    Browse the repository at this point in the history
  6. Index Exchange adapter: Webpack v5 complain about named export from J…

    …SON modules (prebid#7774)
    
    * fix: Webpack v5 complain about named export from JSON modules
    
    * Index Exchange Adapter: fix "Should not import the named export 'EVENTS'.'AUCTION_DEBUG' (imported as 'EVENTS') from default-exporting module (only default export is available soon)""
    
    Co-authored-by: Javier Marín <[email protected]>
    javiermarinros and Javier Marín authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    b4d0385 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    441d8d1 View commit details
    Browse the repository at this point in the history
  2. FeedAd Bid Adapter: add pass through of additional bid parameters (pr…

    …ebid#7814)
    
    * 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
    couchcrew-thomas authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    08cd303 View commit details
    Browse the repository at this point in the history
  3. IX Bid Adapter: fix for infinite loop (prebid#7805)

    * ix infinite loop fix
    
    * moved deviceaccess check
    
    * changed auction debug event handler
    
    Co-authored-by: Love Sharma <[email protected]>
    lksharma and Love Sharma authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    7988d21 View commit details
    Browse the repository at this point in the history
  4. Daily Hunt Bid Adapter: update prebid compliance and add adapter back (

    …prebid#7755)
    
    * version update 5.X
    
    * test case for v5.X
    
    * review points resolution
    
    * dailyhunt bid adapter doc update
    
    * indentention fixes
    
    * re-commit for doc info
    
    Co-authored-by: shivam.pradhan <[email protected]>
    shivam-pradhan and shivam.pradhan authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    e8d1d32 View commit details
    Browse the repository at this point in the history
  5. Prebid Core: after auction is held, if more bids are matched by adUni…

    …tCode next apply filter for bidId (prebid#7736)
    
    * if more bids are matched, filter on bidId
    
    * go with simpler approach
    FilipStamenkovic authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ee8ae32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    822ff85 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    a6758c9 View commit details
    Browse the repository at this point in the history
  2. BEop Bid Adapter: fix page url in request params (prebid#7811)

    * [BEOP] Fix page url in request params
    
    * Fix test
    Jean BOUDET authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    3d02c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53e6b8e View commit details
    Browse the repository at this point in the history
  4. Compass Adapter: add new adapter (prebid#7798)

    * add Compass Adapter
    
    * fix
    
    * fix
    
    * fix
    CompassSSP authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    876b518 View commit details
    Browse the repository at this point in the history
  5. Prebid 6.4.0 Release (prebid#7842)

    Co-authored-by: Eric Harper <[email protected]>
    harpere and Eric Harper authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    fa5113f View commit details
    Browse the repository at this point in the history
  6. Increment Pre Version (prebid#7843)

    Co-authored-by: Eric Harper <[email protected]>
    harpere and Eric Harper authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    5998842 View commit details
    Browse the repository at this point in the history
  7. GPT Pre Auction: New logic options - customPreAuction & useDefaultPre…

    …Auction (prebid#7784)
    
    * updated new logic
    
    * no need to export
    
    * missed a test update
    robertrmartinez authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    df54d4b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. bidderFactory import path mistake (prebid#7836)

    An error occurs :
    ERROR in ./node_modules/prebid.js/modules/bliinkBidAdapter.js 15:0-63
    Module not found: Error: Can't resolve 'src/adapters/bidderFactory.js'
    eugene-krivenko authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    596e6c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

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

Commits on Dec 13, 2021

  1. Doceree bid adaptor: New GDPR related parameters (prebid#7815)

    * Update docereeBidAdapter.md
    
    * Update docereeBidAdapter.js
    
    * Update docereeBidAdapter.js
    
    * Update docereeBidAdapter.md
    
    * Function to check gdpr consent present
    
    * Unit test case to check if gdpr consent present
    
    * Update docereeBidAdapter_spec.js
    
    * Fixed build errors
    shubhendu-singh-doceree authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    3696261 View commit details
    Browse the repository at this point in the history
  2. Consent management module: allow auction to continue when CMP does no…

    …t respond (prebid#7769)
    
    This reproduces the behavior of `allowAuctionWithoutConsent` when a TCFv2 CMP times out.
    prebid#7156
    dgirardi authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    72921a3 View commit details
    Browse the repository at this point in the history
  3. Loglylift Bid Adapter: add new bid adapter (prebid#7761)

    * make buildRequests
    
    * remove useless code
    
    * change ENDPOINTN_URL
    
    * add spec test
    
    * format code
    
    * fix serverResponse
    
    * add test
    
    * add overview
    
    * fix the bid adpter to adapt the actual response
    
    * treat adspotId as integer
    
    * add getUserSyncs
    
    * add serverResponses.length > 0 on 'if' condition
    
    * fix typo
    
    * use test adspotId which has a test ad
    
    * fix prebidJsVersion test
    
    * adapt advertiserDomains
    HashimotoLogly authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    e722a30 View commit details
    Browse the repository at this point in the history
  4. addd GPID support (prebid#7838)

    Co-authored-by: Love Sharma <[email protected]>
    lksharma and Love Sharma authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    9e7ae65 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Limelight Bid Adapter: add field user id as eids to payload (prebid#7858

    )
    
    * Add userIdAsEids field
    
    * Add tests userIdAsEids field
    
    * kick off tests
    
    Co-authored-by: dbelousov <[email protected]>
    Co-authored-by: Chris Huie <[email protected]>
    3 people authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    dc8747a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578f571 View commit details
    Browse the repository at this point in the history
  3. ZetaGlobal SSP Analytics Adapter: add new analytics adapter (prebid#7790

    )
    
    * Zeta Global SSP Analytics Adapter
    
    * Trigger the build
    
    * Trigger the build
    abermanov-zeta authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f542ff9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9fbb83 View commit details
    Browse the repository at this point in the history
  5. siteId to string (prebid#7818)

    Co-authored-by: Love Sharma <[email protected]>
    lksharma and Love Sharma authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    07d1efc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. IX Bid Adapter: Add support for ID5, Lotame Panorama ID, Epsilon Publ…

    …isher Link, Audigent Halo ID, SharedID (prebid#7809)
    
    * add id5, lotame panorama id, epsilon publink, audigent halo id
    
    * add sharedId + diagnostics for pubProvidedId
    
    Co-authored-by: Amy Yang <[email protected]>
    amykwyang and Amy Yang authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    2740872 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Prebid Core: mergeConfig and mergeBidderConfig functions (prebid#7396)

    * Finished mergeConfig and mergeBidderConfig functions with unit test coverage
    
    * Added a unit test for array duplication edge case and modified mergeDeep
    
    * Fixed LGTM alerts and merge conflicts
    
    * Fixed readConfig export and package-lock
    
    * Fixing tests
    
    * Fixed circle ci errors
    
    * restore package-lock file
    
    * pull master package-lock file to untrack
    
    * add globals for merge and mergeBidder
    
    * renamed flag variable
    
    Co-authored-by: Patrick Loughrey <[email protected]>
    Co-authored-by: Chris Huie <[email protected]>
    Co-authored-by: bretg <[email protected]>
    4 people authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    31cc4b4 View commit details
    Browse the repository at this point in the history
  2. Adyoulike bidder: improve robustness to multiple mediatypes (prebid#7863

    )
    
    * 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
    guiann authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    101c416 View commit details
    Browse the repository at this point in the history
  3. Ozone Bid Adapter: Support schain module (prebid#7856)

    * ozone 2.7.0 adapter updates
    
    * ozone 2.7.0 - removed multiple-empty-lines to pass upstream circleci tests
    
    * ozone 2.7.0 adapter bugfix - unused variable assignment
    
    * ozone 2.7.0 - removed multiple-empty-lines to pass upstream circleci tests
    
    * ozone 2.7.0 - typo fix
    
    * ozone 2.7.0 - removed newline
    
    Co-authored-by: Afsheen Bigdeli <[email protected]>
    afsheenb and Afsheen Bigdeli authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    8ea96a5 View commit details
    Browse the repository at this point in the history
  4. Prebid 6.5.0 Release

    ChrisHuie committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    02d0f54 View commit details
    Browse the repository at this point in the history
  5. Increment pre version

    ChrisHuie committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    4e3173e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Logly Lift Bid Adapter_spec: Fix test (prebid#7869)

    Version changes as package.json does
    robertrmartinez authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c6af188 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Bliink Bid Adapter: Add support gdprApplies when consent string does …

    …not exist (prebid#7860)
    
    * feat(adapter): Add bliink bid adapter
    
    * feat(tests): Add tests unit file
    
    * refactor: code optimisation and fix cookie sync
    
    * fix(bliinkAdapter): get meta value
    
    * update: Update documentation bliinkBidAdapter.md
    
    * update: Fix sizes in buildBid function
    
    * fix: step build
    
    * Revert "fix: step build"
    
    This reverts commit 9a746f5a175190ddd209f6f51bd71946a5575fe7.
    
    * fix: step build
    
    * fix: step build
    
    * fix: step build
    
    * fix: tests units
    
    * fix: js doc
    
    * fix: tests units
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: fix path when import registerBidder module
    
    * Update bliinkBidAdapter.js
    
    * fix: gdprApplies and consentString update
    
    * fix: test units gdprApplies and consentString
    
    Co-authored-by: Jonathan <[email protected]>
    Co-authored-by: samuel.kerboeuf <[email protected]>
    3 people authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    ca76b67 View commit details
    Browse the repository at this point in the history
  2. Fix prebid issue prebid#7156 (prebid#7876)

    Co-authored-by: francesco <[email protected]>
    onetag-dev and forazini authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    a4bcf1f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. id Import Library: update with more params to capture email (prebid#7772

    )
    
    * Updating IdImportLibrary with more parameters to get email ids
    
    * Updating IdImportLibrary with more parameters to get email ids
    
    * Updating unit test for IdImportLibrary
    
    Co-authored-by: skocheri <[email protected]>
    SKOCHERI and skocheri authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    76a6ceb View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Adomik Analytics Adapter: update sampling (prebid#7846)

    * AdomikAnalyticsAdapter sampling
    
    * kick off tests
    
    Co-authored-by: Chris Huie <[email protected]>
    liabas-b and ChrisHuie authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    0e501a6 View commit details
    Browse the repository at this point in the history
  2. showheroes-bs Bid Adapter: refactoring + fix test (prebid#7882)

    * add ShowHeroes Adapter
    
    * ShowHeroes adapter - expanded outstream support
    
    * Revert "ShowHeroes adapter - expanded outstream support"
    
    This reverts commit bfcdb91.
    
    * ShowHeroes adapter - expanded outstream support
    
    * ShowHeroes adapter - fixes (prebid#4222)
    
    * ShowHeroes adapter - banner and outstream fixes (prebid#4222)
    
    * ShowHeroes adapter - description and outstream changes (prebid#4222)
    
    * ShowHeroes adapter - increase test coverage and small fix
    
    * ShowHeroes Adapter - naming convention issue
    
    * Mixed AdUnits declaration support
    
    * ITDEV-4723 PrebidJS adapter support with SupplyChain module object
    
    * ITDEV-4723 Fix tests
    
    * ITDEV-4723 New entry point
    
    * showheroes-bsBidAdapter: Add support for advertiserDomains
    
    * showheroes-bsBidAdapter: hotfix for outstream render
    
    * showheroes-bsBidAdapter: update renderer url
    
    * showheroes-bsBidAdapter: use only the necessary fields from the gdprConsent
    
    Co-authored-by: veranevera <[email protected]>
    Co-authored-by: Elizaveta Voziyanova <[email protected]>
    3 people authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    9e5db16 View commit details
    Browse the repository at this point in the history
  3. Adquery ID System: add new ID module (prebid#7852)

    * added adqueryID module
    
    * Adquery QID module - Added missing files and fixed test
    
    Co-authored-by: m.czerwiak <[email protected]>
    adquery and m.czerwiak authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    da5a28e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    527851c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    084ee18 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    1934e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae47b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. PubMatic Analytics Adapter: add logging for "advertiser domain" (preb…

    …id#7888)
    
    * Changed net revenue to True
    
    * Logging adomain in logger
    
    * Handled with different variable names
    
    * Changed string in double quotes to single quotes
    
    Co-authored-by: Azhar <[email protected]>
    pm-azhar-mulla and Azhar authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    3391e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f459c44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b63db83 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Rise Bid Adapter: pass hp in supply schain (prebid#7898)

    * 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
    
    * fixed schain hp parameter encode
    
    * updated schain test
    
    Co-authored-by: Noam Tzuberi <[email protected]>
    Co-authored-by: noamtzu <[email protected]>
    Co-authored-by: Noam Tzuberi <[email protected]>
    Co-authored-by: Laslo Chechur <[email protected]>
    Co-authored-by: Inna Yaretsky <[email protected]>
    6 people authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    4af6271 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    b6b98e7 View commit details
    Browse the repository at this point in the history
  2. Compass Adapter: update bid params (prebid#7897)

    * add Compass Adapter
    
    * fix
    
    * fix
    
    * fix
    
    * add endpointId
    CompassSSP authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    57fc865 View commit details
    Browse the repository at this point in the history
  3. RTD module: set targeting on onAuctionEnd event (prebid#7877)

    * Adding getAdUnitTargeting to the auctionEnd event. (prebid#7871)
    
    * Add test for RTD getAdUnitTargeting
    
    Co-authored-by: mcallari <[email protected]>
    dgirardi and mcallari authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    5311e17 View commit details
    Browse the repository at this point in the history
  4. Improve Digital bid adapter: added support for cat and genre (prebid#…

    …7899)
    
    * Feature Prebid First Party Data (#2)
    
    * HBT-166: Added PageCategory and Genre to request object from First-Party-Data
    
    * HBT-166: Added PageCategory and Genre to request object from First-Party-Data and Rewrite Test Cases
    
    * Update improvedigitalBidAdapter.js
    
    Version increased
    
    Co-authored-by: Faisal Islam <[email protected]>
    jbartek25 and faisalvs authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    b3fd85e View commit details
    Browse the repository at this point in the history
  5. Welect Bid Adapter: update prebid compliance and add adapter back to …

    …master (prebid#7776)
    
    * readd welectBidAdapter
    
    * readd test
    
    * use es6 modules from utils
    nduitz authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    1b24953 View commit details
    Browse the repository at this point in the history
  6. Prebid Core: async submodule loading (prebid#7861)

    * async submodule loading
    
    * add post install config
    
    Co-authored-by: atkachov <[email protected]>
    AdmixerTech and altkachov authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    8873edb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    c73f6c6 View commit details
    Browse the repository at this point in the history
  2. Capture publisher-supplied first party data (prebid#7833)

    - Capture site and user level first party data
    - Move bidder config params to unit-level to follow convention
    - Remove account id (now captured within the placement id path)
    - Remove demo flag (now enabled by setting demand source to 'demo')
    
    Discussion that led to these changes: prebid/prebid.github.io#3397
    samueldobbie authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    9a5f52e View commit details
    Browse the repository at this point in the history
  3. creative comment injection spot reverted: (prebid#7874)

    - reverted injection point of creative comment to pre-PR 6860
    - added code to reinject comment in case it was removed upon rendering
    denys-berzoy-confiant authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    6beb23b View commit details
    Browse the repository at this point in the history
  4. Adman Bid Adapter: update getUserSyncs() (prebid#7884)

    * Add Adman bid adapter
    
    * Add supportedMediaTypes property
    
    * Update ADman Media bidder adapter
    
    * Remove console.log
    
    * Fix typo
    
    * revert package-json.lock
    
    * Delete package-lock.json
    
    * back to original package-lock.json
    
    * catch pbjs error
    
    * catch pbjs error
    
    * catch pbjs error
    
    * log
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * Update admanBidAdapter.js
    
    add consnet to sync url
    
    * Update admanBidAdapter.js
    
    fix import
    
    * Update admanBidAdapter.js
    
    lint fix
    
    * Update admanBidAdapter.js
    
    lint fix
    
    * Update admanBidAdapter.js
    
    check consent object data availability
    
    * сompatible with prebid v5
    
    * add Lotame Panorama ID
    
    * update getUserSyncs
    
    * fix
    
    * fix tests
    
    * remove package-lock.json
    
    Co-authored-by: minoru katogi <[email protected]>
    Co-authored-by: minoru katogi <[email protected]>
    Co-authored-by: ADman Media <[email protected]>
    Co-authored-by: SmartyAdman <[email protected]>
    5 people authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    b7c2bfb View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. NextMillennium Bid Adapter: refresh_count variable moved to into ext (p…

    …rebid#7904)
    
    * moved into ext
    
    * added space
    
    * updated test file with new refresh_count location
    JacobKlein26 authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    b738e2b View commit details
    Browse the repository at this point in the history
  2. Tappx Bid Adapter: fix adtypes bug (prebid#7905)

    * Tappx :: Adtypes bug :: solved
    
    * Tappx ::Mimes param is not mandatory now
    
    * Circle CI :: Aesthetic changes
    
    * Test hotfix :: Mimes is not mandatory now
    
    * Tappx :: Mimes is not longer mandatory
    
    * Tappx :: Remove mimes references. Is not mandatory
    
    Co-authored-by: Albert Grandes <[email protected]>
    prebidtappx and agrandes-tappx authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    ca432f5 View commit details
    Browse the repository at this point in the history
  3. Prebid 6.6.0 Release

    jsnellbaker committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    cc90bbc View commit details
    Browse the repository at this point in the history
  4. increment pre version

    jsnellbaker committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    355f45f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Kargo Bid Adapter: Fix issue with double-array for advertiserDomains (p…

    …rebid#7910)
    
    * Fix issue with double-array for advertiserDomains
    
    * Updated test to reflect correct advertiserDomains rray
    
    * clickUrl to pull first advertiserDomain
    jsadwith authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    30c6f40 View commit details
    Browse the repository at this point in the history
  2. Colossus Bid Adapter: update bid params (prebid#7907)

    * 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
    
    Co-authored-by: Vladislav Isaiko <[email protected]>
    Co-authored-by: Aiholkin <[email protected]>
    Co-authored-by: Mykhailo Yaremchuk <[email protected]>
    4 people authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    0ba84b6 View commit details
    Browse the repository at this point in the history
  3. Prebid Core: fix typeerror from reading properties of undefined ('get…

    …SlotElementId') (prebid#7890)
    
    * fix: Webpack v5 complain about named export from JSON modules
    
    * Index Exchange Adapter: fix "Should not import the named export 'EVENTS'.'AUCTION_DEBUG' (imported as 'EVENTS') from default-exporting module (only default export is available soon)""
    
    * fix: Uncaught TypeError: Cannot read properties of undefined (reading 'getSlotElementId')
    
    * fix: Uncaught TypeError: Cannot read properties of undefined (reading 'getSlotElementId')
    
    Co-authored-by: Javier Marín <[email protected]>
    javiermarinros and Javier Marín authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    55b9d66 View commit details
    Browse the repository at this point in the history
  4. Gumgum Bid Adapter: fix failing test (prebid#7913)

    * Gumgum - ADTS-174-Fix-failing-Prebid-JS-test
    
    * removed extra line to fix lint issue
    
    Co-authored-by: John Bauzon <[email protected]>
    john-ivan and john-bauzon-gumgum authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    62a6f59 View commit details
    Browse the repository at this point in the history
  5. Sharethrough Bid Adapter: Add First Party Data and Outstream Support (p…

    …rebid#7857)
    
    * [PGE-178206477] Ingest First Party Data and send to Ad Server
    
    * Use nullish
    
    * [PGE-178206515] Allow outstream video
    
    * Fix ortb2 usage in specs
    Mathieu Pheulpin authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    a5c29b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. seeding Alliance Bid Adapter: no bids and netRevenue bugfix (prebid#7919

    )
    
    * add seedingAlliance Adapter
    
    * add two native default params
    
    * ...
    
    * ...
    
    * seedingAlliance Adapter: add two more default native params
    
    * updating seedingAlliance Adapter
    
    * seedingAlliance Adapter
    
    * quickfix no bids + net revenue
    
    Co-authored-by: Jonas Hilsen <[email protected]>
    SeedingAllianceTech and sag-jonhil authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    a07f47d View commit details
    Browse the repository at this point in the history
  2. AdHash Bidder Adapter: minor changes (prebid#7920)

    We're operating on a com TLD now.
    Added publisher in URL for easier routing.
    wyand-sp authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    f99fdac View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    8c81a6e View commit details
    Browse the repository at this point in the history
  2. Synacormedia bid adapter: add support for floors module (prebid#7682)

    * issue 6465 add support for floors module
    
    * issue 6465 fix typo
    
    Co-authored-by: rajkumar.natarajan <[email protected]>
    rajcspsg and rajkumar.natarajan authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    8ef677b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9dc39c View commit details
    Browse the repository at this point in the history
  4. Colossus Bid Adapter: fix validator (prebid#7926)

    * 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
    
    Co-authored-by: Vladislav Isaiko <[email protected]>
    Co-authored-by: Aiholkin <[email protected]>
    Co-authored-by: Mykhailo Yaremchuk <[email protected]>
    4 people authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    de3b797 View commit details
    Browse the repository at this point in the history
  5. Integration examples: update the AMP creative (prebid#7911)

    * fixing the AMP creative
    
    There's no way the original version of this ever worked. AMP requires calling out to Prebid Cache. The original example was calling for Prebid.js, which isn't present in an AMP environment. 
    
    I just copied the instructions at https://docs.prebid.org/adops/setting-up-prebid-for-amp-in-dfp.html
    
    * added quotes
    bretg authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    44f6bdb View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Generic viewability module: add new module (prebid#7643)

    * - custom viewability core
    
    * - IntersectionObserver implementation
    
    * - support different type of trackers
    
    * - viewability tests wip
    
    * - increase test coverage for viewability
    
    * - move viewability module js
    
    * - remove uneccesary changes
    
    * - allow uncomplete observers to be registered again
    
    * - import explicitly from utils
    
    * - add viewability.md
    
    * - add module name to log messages
    
    * update for higher legibility
    aleksatr authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    a2a1710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cca19b View commit details
    Browse the repository at this point in the history
  3. Compass Adapter: fix validator (prebid#7931)

    * add Compass Adapter
    
    * fix
    
    * fix
    
    * fix
    
    * add endpointId
    
    * fix
    CompassSSP authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    69e8195 View commit details
    Browse the repository at this point in the history
  4. RTD module: allow submodules to setBidRequestData without waitForIt (

    …prebid#7862)
    
    This change allows all RTD submodules at least one shot to see the `setBidRequestData` hook even if they are not flagged `waitForIt` (previously they would not be run at all in some cases).
    
    Addresses prebid#7117
    dgirardi authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    a13a04a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Pilotx Bid Adapter: add new bid adapter (prebid#7816)

    * adding pilotx bid adapter and tests
    
    * removing commented code
    
    * appending review changes
    
    Co-authored-by: AnthonyBoozan <[email protected]>
    AnthonyBoozan and PilotxMachineUser authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    4183f5d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    a897fa6 View commit details
    Browse the repository at this point in the history
  2. Gnet Bid Adapter: Change endpoint and add parameter (prebid#7934)

    * Add files via upload
    
    * Add files via upload
    
    * Change params on gnetBidder
    
    * ADJ - Use parseSizesInput to get sizes
    ADJ - Check serverResponse object
    ADJ - Remove getUserSyncs function
    
    * ADJ - Change prebid endpoint
    
    * ADJ - Change endpoint on test
    
    * GnetBidAdapter update for Prebid 5.x
    
    * Change endpoint and add parameter
    
    * import only used function from utils
    
    Co-authored-by: Roberto Hsu Wu <[email protected]>
    Co-authored-by: Roberto Hsu <[email protected]>
    Co-authored-by: Denise Balesteros Silva <[email protected]>
    4 people authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    9783e9f View commit details
    Browse the repository at this point in the history
  3. JwPlayer RTD module: Write to oRTB content segments (prebid#7886)

    * adds example code
    
    * enriches the ortb2 object
    
    * resolves build errors
    
    * tests content id and data getters
    
    * respects data integrity
    
    * updates documentation
    karimMourra authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    378cf5a View commit details
    Browse the repository at this point in the history
  4. Prebid 6.7 Release

    ChrisHuie committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    1083a9d View commit details
    Browse the repository at this point in the history
  5. Increment pre version

    ChrisHuie committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    fcd9c0c View commit details
    Browse the repository at this point in the history
  6. Prebid core & currency module: fix race condition on slow fetch of cu…

    …rrency conversion file (prebid#7851)
    
    The currency module hooks into the auction's `addBidResponse` flow to modify bid responses with currency info. To do this it needs to fetch conversion rates from the network, but the auction expects `addBidResponse` to complete synchronously, and things break down if all bidder network calls complete before the currency file fetch.
    
    This fix allows the `addBidResponse` hook to return a promise. If it does, the auction will wait for it before ending.
    
    Addresses prebid#7765
    dgirardi authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    d48e7fa View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Brandmetrics RTD Module: add new RTD module (prebid#7756)

    * First version of brandmetrics RTD- module
    
    * Implement brandmetricsRtdProvider
    
    * Add gdpr and usp consent- checks
    
    * Add user- consent related tests
    
    * Set targeting keys in a more generic way
    
    * Test- logic updates
    johanbrandmetrics authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    55e7cdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9febf1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d26211f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dabba16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    150e402 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Expose vendor ID for TCFv2 enforcement (prebid#7927)

    Co-authored-by: slimkrazy <[email protected]>
    slimkrazy and slimkrazy authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    d86b409 View commit details
    Browse the repository at this point in the history
  2. displayio bid adapter, tests, doc (prebid#7906)

    Co-authored-by: Anna Philippova <[email protected]>
    philan15 and philan15 authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    5b47f53 View commit details
    Browse the repository at this point in the history
  3. Core: fix pbjs.validateAdUnitPos() to handle 0 value (prebid#7944)

    Ortb2 spec uses the value `0` for "unknow" position.
    osazos authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    08446fa View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Sovrn Bid Adaptter: add video to Sovrn adapter (prebid#7929)

    * Add video to Sovrn adapter
    
    * Update sovrnBidAdapter.js
    
    * Update sovrnBidAdapter.md
    
    * Update sovrnBidAdapter.md
    
    Co-authored-by: Maxim Pakhomov <[email protected]>
    cpabst and maximpakhomov authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    386a619 View commit details
    Browse the repository at this point in the history
  2. Undertone bid adapter: support for floors module (prebid#7914)

    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
     * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * fix lint issue in undertone adapter spec
    
    * added user sync function to undertone adapter
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * added user sync function to undertone adapter
    
    * added user sync function to undertone adapter
    
    * revert package-lock.json
    
    * added user sync function to undertone adapter
    
    * Update undertoneBidAdapter.js
    
    * Update browsers.json
    
    * bidfloor support
    
    * package-lock.json master
    
    * bidfloor support
    
    Co-authored-by: omerko <[email protected]>
    Co-authored-by: Omer Koren <[email protected]>
    Co-authored-by: AnnaPerion <[email protected]>
    Co-authored-by: Oran Hollaender <[email protected]>
    Co-authored-by: tamirnPerion <[email protected]>
    6 people authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    efe3802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7a3596 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    1454067 View commit details
    Browse the repository at this point in the history
  2. Prebid core: accept and propagate AD_RENDER_FAILED / AD_RENDER_SUCCEE…

    …DED events from cross-origin ads (prebid#7917)
    
    * Prebid core: accept and propagate AD_RENDER_FAILED / AD_RENDER_SUCCEEDED events from cross-origin ads
    
    This adds a new type of cross-origin message ('Prebid Event') to allow PUC and other cross-origin renderings to correctly report rendering result, and generates the appropriate events.
    
    Addresses prebid#7702
    
    Related PUC changes: prebid/prebid-universal-creative#152
    Documentation changes TBD
    
    * Emit AD_RENDER_FAILED on x-origin communication errors
    
    * Do not consider bid won if x-origin render fails
    
    * Cleanup (address prebid#7917 (review))
    dgirardi authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    4ad4024 View commit details
    Browse the repository at this point in the history
  3. Prebid 6.8.0 Release

    robertrmartinez committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    0f7b0da View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    459f1d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    559fa4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca62b8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b123ac2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84fb6e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a08a12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e2faf9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cd95a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    680a1ec View commit details
    Browse the repository at this point in the history