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

[LSSP-110] Update Prebid core #16

Closed
wants to merge 273 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    92e234c View commit details
    Browse the repository at this point in the history
  2. Prebid 4.10.0 Release

    Eric Harper committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    242efdc View commit details
    Browse the repository at this point in the history
  3. Increment pre version

    Eric Harper committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    08e2bf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Add Inmar bidder adapter (#5674)

    * Add Inmar bidder adapter
    
    * Update Inmar adapter
    
    * Small fix
    
    * Update Inmar params
    
    * Remove domain and bidFloor, add meta
    
    * Remove unused data
    
    * Fix unit tests
    zandree-owneriq authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    61e1485 View commit details
    Browse the repository at this point in the history
  2. added detect referer (#5759)

    Co-authored-by: Ignat Khaylov <khaylov@betweenx.com>
    ignat-one and Ignat Khaylov authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    083d76e View commit details
    Browse the repository at this point in the history
  3. Qwarry bid adapter (#5662)

    * qwarry bid adapter
    
    * formatting fixes
    
    * fix tests for qwarry
    
    * qwarry bid adapter
    
    * add header for qwarry bid adapter
    
    * bid requests fix
    
    * fix tests
    
    * response fix
    
    * fix tests for Qwarry bid adapter
    
    Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com>
    Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com>
    3 people authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    0c9bbf9 View commit details
    Browse the repository at this point in the history
  4. Allow selection of supported default targeting keys at configuration …

    …time. (#5763)
    
    * initial check-in: add ability to selectively allow default keys into GAM KV targeting.
    
    * add more descriptive test documentation to explain that the default targeting keys is checking against the key prefix to accomodate bid landscape.
    
    collate and remove targeting surrounding the key removal process.
    mimenet authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    9573a42 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. cointrafficBidAdapter: added support responding in different currenci…

    …es (#5800)
    
    * New adapter "Cointraffic" added
    
    * removed mobile detection
    
    * The sizes property has been updated, added supportedMediaTypes.
    
    * feat: added support responding in different currencies
    
    * change: module description
    stsepelin authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    1df6a22 View commit details
    Browse the repository at this point in the history
  2. Send proper slot info in case of adUnitPath (#5810)

    - using `getGptSlotInfoForAdUnitCode` to get `divId` in case of `adUnitPath`
    - added test case for visibility via `adUnitPath`
    
    Co-authored-by: monis.q <monis.q@media.net>
    monis0395 and monisq authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    303ccae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1c6aaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    804ff2f View commit details
    Browse the repository at this point in the history
  5. Intentiq id add validation (#5797)

    * Add validity check to ignore not-available response
    
    * Added tests
    
    * Added error log
    yuvalgg authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    907a9c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    b5cf481 View commit details
    Browse the repository at this point in the history
  2. add native preset handling and automatic price macro replacement (#5807)

    Co-authored-by: Maxime Lequain <maxime.lequain@adotmob.com>
    mlequain and Maxime Lequain authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    ca22a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    664ec3b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. expose full user id config (including storage) to user id modules (#5803

    )
    
    * expose full user id config (including storage) to user id modules, rather than just the params object
    
    * update docs to `SubmoduleConfig`
    
    * more doc fixes
    
    * missed one doc
    smenzer authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    aa1e5e3 View commit details
    Browse the repository at this point in the history
  2. Fix timeToFirstByte unit test (#5820)

    * Debug timeToFirstByte unit test
    
    * review
    Viewtiful authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ea498f9 View commit details
    Browse the repository at this point in the history
  3. rubicon: adding pubcid support (#5824)

    * rubicon: adding pubcid support
    
    * adding to orderedParams
    
    * removed eids filter so all eids will be supported
    
    * fix eids test
    
    * fixed eids assertions
    
    Co-authored-by: Isaac A. Dettman <idettman@rubiconproject.com>
    bretg and Isaac A. Dettman authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    8982e09 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Appnexus: Add omid support (#5821)

    * basic implementation complete
    
    * add unit tests
    
    * remove redundant field tags[].video.frameworks
    Fawke authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    16fabf4 View commit details
    Browse the repository at this point in the history
  2. new userId module - neustar's fabrick (#5802)

    * submitting userId module for neustar's fabrick - https://www.home.neustar/fabrick
    
    * fixing 'gulp test' errors
    
    * fixing another test issue (related to ie)
    
    * removing another (last) repeat
    
    * - expose full user id config (including storage) to user id modules (#5803
    - removing TODO from test
    
    * - updates to test
    
    Co-authored-by: Anderson, Ben <Ben.Anderson@team.neustar>
    andersonbd1 and Anderson, Ben authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f907ee6 View commit details
    Browse the repository at this point in the history
  3. Integrate option to pass clickThrough urls to renderAd method (#5796)

    * adding options to renderAd method
    
    * adding replaceClickThrough method to utils
    
    * implemented replaceClickThrough method in render ad to enable ssps adding url param clickthrough for publisher side counting
    
    * update to cover some validation and unit tests as requested by harpere
    
    * adding unit test for clickthrough implementation;
    renebaudisch authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    c57bab7 View commit details
    Browse the repository at this point in the history
  4. Add credentials and explicit options to CriteoIdSystem (#5822)

    Co-authored-by: Hugo Duthil <h.duthil@criteo.com>
    Swiiip and Hugo Duthil authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    ba1a35c View commit details
    Browse the repository at this point in the history
  5. AdYouLike bidAdapter - Add information in bid request (#5828)

    * Remove useless bidderCode in bid response
    
    * send all the available sizes in the bid request
    
    * Use the banner sizes if given
    
    * avoid compatibility issue with old bid format
    
    * ad iframe and publisher domain paramters to bid requests
    
    * add publisher domain info in ad request
    
    * add a check in unit tests for publisherDomain
    
    * encode uri components
    
    Co-authored-by: Guillaume <guiandouard@gmail.com>
    guiann and guiann authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    e082c83 View commit details
    Browse the repository at this point in the history
  6. 4.11.0 release

    mkendall07 authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    84e7121 View commit details
    Browse the repository at this point in the history
  7. 4.12.0-pre

    mkendall07 authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    752bd27 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. IDx user id submodule (#5826)

    * add idx user id
    
    * Update modules/idxIdSystem.js to match new SubmoduleConfig param
    
    Co-authored-by: Scott <smenzer@gmail.com>
    
    Co-authored-by: Scott <smenzer@gmail.com>
    rtoscani and smenzer authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    7d27095 View commit details
    Browse the repository at this point in the history
  2. Adding Test mode for the IronSource bidder (#5831)

    * Change ironsource to be lower case all over code
    
    * Add test mode to the IronSource bidder
    liranbaruch authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    ab4f80a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    32495f9 View commit details
    Browse the repository at this point in the history
  2. Add vuukle adapter (#5773)

    * add vuukle adapter
    
    * add readme
    
    * doc: add email
    Hamper authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    8449994 View commit details
    Browse the repository at this point in the history
  3. Handling video outstream in smartadserver adapter. (#5739)

    * Handling video outstream in smartadserver adapter.
    
    * Fixing the outstream example with the queue handler.
    
    Co-authored-by: tadam <tadam@smartadserver.com>
    tadam75 and tadam authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    b6bfbef View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. add stroeerCoreBidAdapter (#5830)

    * add stroeerCoreBidAdapter
    
    * test correction
    
    * refactroring
    
    * add gvl id to spec
    
    Co-authored-by: Jakub Dlouhý <jakub.dlouhy@ibillboard.com>
    Co-authored-by: karel koule <koulekarel@gmail.com>
    Co-authored-by: Lukáš Havrlant <lukas.havrlant@gmail.com>
    4 people authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e39a812 View commit details
    Browse the repository at this point in the history
  2. Added the ability to send multiple bids in one ad request for mediafo…

    …rce bid adapter (#5834)
    
    * Added the ability to send multiple bids in one ad request for mediaforce bid adapter
    
    * Fixes after review for mediaforce bid adapter
    Niksok authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    ad41a19 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Force refresh userId (#5819)

    * Added global function for refreshing user id's
    
    * Refactored submodule initialization to allow for refresh
    
    * Added submodule initialization when refreshing user id's
    
    * Refactored refresh parameter to be optional
    
    Refactored refresh user id's parameter to be optional where an empty list will result in all modules being refreshed.
    
    * Added unit tests for refresh user id's
    
    * Added single module refresh test
    
    * Test callback in refreshUserIds test
    
    * Remove zeotapIdPlus expiration on cookie in test because it caused it to intermittently fail
    
    Co-authored-by: chammon <chammon@rubiconproject.com>
    TLadd and chammon authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    77293a4 View commit details
    Browse the repository at this point in the history
  2. Hybrid adapter. Added support In-Image format (#5754)

    * Added Hybrid.ai adapter
    
    * Is used 'find' from 'core-js/library/fn/array/find' instead Array.find
    
    * Fixed missing file extensions for imports
    
    * Typo fixed
    
    * Fixed missing file extensions for imports
    
    * Added support In-Image format
    
    * Added more test
    
    * Fixed errors of lint
    
    * Deleted debug line
    
    Co-authored-by: s.shevtsov <s.shevtsov@targetix.net>
    hybrid-ai and s-shevtsov authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    511e16a View commit details
    Browse the repository at this point in the history
  3. PubMatic Analytics: internal kgpv param support in analytics (#5849)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * not passing GDPR data in analytics
    
    * adding support for OpenWrap regex support
    
    * added unit test cases
    pm-harshad-mane authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a2c63e1 View commit details
    Browse the repository at this point in the history
  4. TrueReach Bidder Adapter: Added User Sync Support (#5846)

    * Added Trureach Prebid Adapter
    
    * cleaned up truereach bidder adapter for release
    
    * truereach bidder adapter md file for release
    
    * [truereach] bidder adapter and md files update. bidderUrl no more configurable.
    
    * [Prebid] supporting nurl
    
    * [Prebid] changes required due to code style
    
    * [Prebid] prebid unit test
    
    * [Prebid] added advertiserDomains in response object
    
    * [Prebid] Secure Bidder Url.
    
    * Added usersync support
    
    * changes in bidder url
    
    Co-authored-by: Nitin Kumar <nitin.kumar@momagic.com>
    Co-authored-by: arnav <arnav.mishra@momagic.com>
    Co-authored-by: arnav <arnav.mishra@momgaic.com>
    4 people authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    666c82f View commit details
    Browse the repository at this point in the history
  5. Don't parse the querystring when extracting the protocolHost (#5851)

    Co-authored-by: Karim El Shabrawy <k.elshabrawy@criteo.com>
    kero75 and Karim El Shabrawy authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1b76f45 View commit details
    Browse the repository at this point in the history
  6. Add rubicon size 548 (#5853)

    * Rubicon Adapter: Add multiple sizes to sizeMap
    
    * Add new size 500x1000 (ID: 548) in Rubicon Adapter
    
    Co-authored-by: Bret Gorsline <bgorsline@rubiconproject.com>
    ACannuniRP and bretg authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3bc0bf9 View commit details
    Browse the repository at this point in the history
  7. PR Review Process: Adding RTD, UserId. General modernization. (#5829)

    * Adding RTD, UserId. General modernization.
    
    * Update PR_REVIEW.md
    
    Co-authored-by: Scott Menzer <scott@id5.io>
    
    Co-authored-by: Scott Menzer <scott@id5.io>
    bretg and smenzer authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c251ad5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. ATS-analytics - add retry logic to not fire request for envelope ever…

    …y time, and cut down analytics requests to 1/10 (#5839)
    
    * ATS-analytics - add retry logic to not fire request for envelope every time, and cut down analytics requests to 1/10
    
    * ATS-analytics - fix test naming
    mamatic authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    916972b View commit details
    Browse the repository at this point in the history
  2. Add examples and tests for criteo User Id Module (#5838)

    Co-authored-by: Hugo Duthil <h.duthil@criteo.com>
    Swiiip and Hugo Duthil authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c4d0f99 View commit details
    Browse the repository at this point in the history
  3. Fix size validate (#5841)

    * add relaido adapter
    
    * remove event listener
    
    * fixed UserSyncs and e.data
    
    * fix conflicts
    
    * updated size validate
    
    Co-authored-by: cmertv-sishigami <s.ishigami@cmertv.com>
    r-ishigami and cmertv-sishigami authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    681b4ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9d1fb5 View commit details
    Browse the repository at this point in the history
  5. PubMatic Analytics: pass device platform related information (#5855)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * not passing GDPR data in analytics
    
    * adding support for OpenWrap regex support
    
    * added unit test cases
    
    * passing device platform in logger call; test cases added
    pm-harshad-mane authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    4df3696 View commit details
    Browse the repository at this point in the history
  6. Prebid 4.12.0 Release

    robertrmartinez committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    2c1cd89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13a0425 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. add ooloAnalyticsAdapter (#5852)

    * oolo analytics adapter added
    
    * update md
    
    * fix startsWith undefined
    
    * adjust tests
    
    * update tests - replace .find with .filter
    
    * update .md description
    roygiladi authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    f545a56 View commit details
    Browse the repository at this point in the history
  2. Add sharedid support to pubcommon (#5850)

    * Add sharedid support to pubcommon
    
    * Add sharedid support to pubcommon - fix typos
    
    * Add sharedid support to pubcommon - delete sharedid cookie when opt-out
    
    * Add sharedid support to pubcommon - disable sharedid by default
    pycnvr authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    4662f06 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. PR Review process tweaks (#5862)

    Incorporating feedback
    bretg authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    aaa7dc9 View commit details
    Browse the repository at this point in the history
  2. Added basic support for ID Module (#5835)

    Co-authored-by: John Rosendahl <jrosendahl@gmailcom>
    jrosendahl and John Rosendahl authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    368b602 View commit details
    Browse the repository at this point in the history
  3. Rename pubProvidedSystem.js to pubProvidedIdSystem.js (#5861)

    * Rename pubProvidedSystem.js to pubProvidedIdSystem.js
    
    * Update userId_spec.js
    GLStephen authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    926ccc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    d8f43de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449a9fa View commit details
    Browse the repository at this point in the history
  3. Real Time Data Module - Phase3 (#5783)

    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * RTD module extend #4610
    
    * add hook for submodule init
    variables naming
    
    * RTD bug fix
    
    * remove auction delay and related hooks
    
    * RTD phase 3
    
    * design changes
    
    * fix loop continuation
    
    * proper fix this time
    
    * linter
    
    * reduce loops
    
    Co-authored-by: bretg <bgorsline@gmail.com>
    omerDotan and bretg authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    5d9a0e6 View commit details
    Browse the repository at this point in the history
  4. Audigent RTD Provider HaloId Support & RTD Phase 3 Compliance (#5777)

    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * RTD module extend #4610
    
    * add hook for submodule init
    variables naming
    
    * RTD bug fix
    
    * remove auction delay and related hooks
    
    * update audigent rtd provider
    
    * style update
    
    * change onDone() logic
    
    * RTD phase 3
    
    * return on data unavailable
    
    * api endpoint update
    
    * update audigent RTD provider for new spec
    
    * design changes
    
    * fix loop continuation
    
    * proper fix this time
    
    * linter
    
    * update rtd parameters, onDone semantics
    
    * reduce loops
    
    * documentation update
    
    * working update to rtd3 spec, update segment example, documentation
    
    * remove unused vars, reference module name
    
    * resolve haloid for segments
    
    * update documentation to markdown
    
    * update description in documentation
    
    * minify optimizations
    
    Co-authored-by: omerdotan <omerdo@gobrowsi.com>
    Co-authored-by: bretg <bgorsline@gmail.com>
    3 people authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    c4eb742 View commit details
    Browse the repository at this point in the history
  5. [AD-963] - Update JW Player RTD Provider for compliance with RTD Modu…

    …le Phase 3 (#5844)
    
    * updates grid adapter
    
    * adds response to bids
    
    * separates responsibilities
    
    * refactos success block
    
    * renames functions
    
    * tests getCache and formatting
    
    * tests data enrichment
    
    * adds tests for bid enhancement
    
    * updates documentation
    
    * adds clarification that sample params are placeholders
    
    * adds instructions to replace placeholder ids in example
    
    Co-authored-by: karimJWP <karimJWP@github.com>
    karimMourra and karimJWP authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    291caa1 View commit details
    Browse the repository at this point in the history
  6. Reconciliation Real Time Data Provider (#5774)

    * FID-162: Add Reconciliation RTD Provider
    
    * FID-162: Update Reconciliation RTD Provider API
    
    * FID-162: Update getTargetingData method
    
    * FID-162: Add tests
    vfedoseev authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    9c1d1a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Update instream logic to account for multimp (#5872)

    * initial commit, instream poc done
    
    * push in poc changes
    
    * push in poc changes
    
    * restore instream.html
    
    * push in poc changes
    
    * restore instream.html
    
    * restore instream.html v2
    
    * adding instream unit tests v1
    
    * catch up to bidfloor changes
    
    * unit tests finalized!
    
    * update adapter md
    
    * add support for mediaTypes.video
    
    * merge in prebid master
    
    * add instream validation
    
    * add unit test for instream validation
    
    Co-authored-by: Sy Dao <iam.sydao@gmail.com>
    sdao-tl and iam-sydao authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    01eb953 View commit details
    Browse the repository at this point in the history
  2. Verizon Media user id module (#5786)

    * Initial work on Verizon Media User ID module
    
    * Submodule tests
    
    * Add sample eid object for Verizon Media
    
    * Documentation update
    
    * Switch to HTTP GET, update tests.
    
    * Remove single test restriction.
    
    * Documentation update
    
    * Addressing initial PR feedback.
    
    * Accept pixelId parameter to construct VMUID URL
    
    * Fix tests following API signature change
    
    * Add IAB vendor ID
    
    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    slimkrazy and slimkrazy authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    3423e7b View commit details
    Browse the repository at this point in the history
  3. Use new ad request format by default in TheMediaGrid Bid Adapter (#5840)

    * 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
    TheMediaGrid authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    820ec1d View commit details
    Browse the repository at this point in the history
  4. Floors Module update to include floorMin (#5805)

    * Update to floors module to allow floorMin definition using setConfig({floors:...});
    1) If floorMin exists, set floorValue to new property floorRuleValue.
    2) If floorMin is greater than floorValue, set floorValue to floorMin.
    
    Update to Rubicon Analytics Adapter to pass floorMin under auction.floors.floorMin if exists. Also includes update to pass floorRuleValue for each bid if floorMin exists
    
    Update to floorsModule roundup functionality to fix to one decimal place prior to roundup. This will fix issues in which JS evalutates a whole number to include a very small decimal value that forces a roundup to the next whole number.
    
    * Remove extra spaces
    
    * Package Lock revert
    
    * Updates to commit
    
    * Remove comment
    
    * Remove excess spaces
    
    * Update to priceFloor and rubiconAnalytics adapters
    mmoschovas authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    73b4fc7 View commit details
    Browse the repository at this point in the history
  5. Prebid 4.13.0 Release

    mike-chowla committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    372fbbd View commit details
    Browse the repository at this point in the history
  6. Increment pre version

    Mike Chowla committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    73d880f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3c0ded View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. PulsePoint Adapter: Fix on multi-format support (#5857)

    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per #509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing #866
    
    * Minor fix
    
    * Adding mandatory parameters to Bid
    
    * APPS-3774
    anand-venkatraman authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    05606c6 View commit details
    Browse the repository at this point in the history
  2. ID5 user id module: migrate publishers to use local storage instead o…

    …f 1p cookies (#5874)
    
    * change storage name
    
    * id5 user id module will now prefer localstorage over cookies with a specific name.
    - for now, the requirement is a warning, but in a future release it will be a strict requirement and the module will not work if it's not configured properly by the publisher
    - remove code to support legacy endpoint / storage since all publishers using ID5 have upgraded past v3.25.0
    - once a publisher is using localstorage, remove any legacy cookies that are not longer needed
    
    * add id5 markdown file
    
    * update example docs to use html5 and new storage name
    
    * add todo
    
    * code review updates
    
    * update version
    
    * doc tweaks
    
    * doc tweaks
    
    * address PR feedback
    - fix bug in storage expiration dates
    - remove unnecessary check
    smenzer authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    0576ee2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2ecc7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    081a9f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. [Synacormedia] Config override for site.domain property (#5885)

    * CAP-1992 - use get config for site.domain
    slaufer authored Oct 23, 2020
    Configuration menu
    Copy the full SHA
    22677c1 View commit details
    Browse the repository at this point in the history
  2. AOL Adapter: User ID Support (#5886)

    * Added support for passing VMUID to SSP endpoints
    
    * Remove 'only' command
    
    * Do not create user.ext object unless required
    
    * Add support for passing Liveramp envelope to VM SSP
    
    * WIP
    
    * Updated tests
    
    * Remove trailing comma
    
    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    slimkrazy and slimkrazy authored Oct 23, 2020
    Configuration menu
    Copy the full SHA
    da480f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb95850 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. fix: schain complete can be 0 (#5902)

    Ivan J authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    6360492 View commit details
    Browse the repository at this point in the history
  2. [AD-1020] JWPlayer RTD: Obtain targeting params from FPD (#5892)

    * reads jwTargeting from fpd
    
    * refactors param extraction
    
    * updates documentation
    
    * mentions support of config fpd
    
    * reduces auction delay examples
    
    Co-authored-by: karimJWP <karimJWP@github.com>
    karimMourra and karimJWP authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    894c1d7 View commit details
    Browse the repository at this point in the history
  3. Add support for Publisher Common ID Module (#5871)

    - New user id value to be sent to STR Ad Server as `pubcid` of the bid request object
    
    Story: [#175125639](https://www.pivotaltracker.com/story/show/175125639)
    madma authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    6f531d5 View commit details
    Browse the repository at this point in the history
  4. Liveintent id module doesn't fall back to the default implementations…

    … of ajax, pixel and storage. (#5859)
    
    Liveintent id module reads an email hash that is provided in the configuration.
    Yevhenii Melnyk authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    5bda2f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. aol bid adapter: support IE (#5894)

    * support IE in aol spec
    
    * array includes not supported IE11
    robertrmartinez authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    7da5dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d37b25 View commit details
    Browse the repository at this point in the history
  3. Prebid 4.14.0 Release

    smenzer committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    9dbc998 View commit details
    Browse the repository at this point in the history
  4. Increment pre version

    smenzer committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d966829 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Media type renderers (#5760)

    * allow publisher to define a renderer specific to the mediaType
    
    * validate outstream bid with a renderer defined on the video mediaType
    
    * get the mediaTypes from the bidReqest
    
    * tests for publisher-defined, media-specific renderers
    
    * use single quote
    
    * undo inadvertent package-lock.json changes
    
    Co-authored-by: Michael Sperone <msperone@usnews.com>
    MikeSperone and msperone authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    78a2d28 View commit details
    Browse the repository at this point in the history
  2. Added GVL_ID & addtl_consent for smartadserverBidAdapter (#5870)

    * SIM-875 Adding GVL_ID
    
    * SIM-875 Added addtl_consent
    
    * SIM-875 removing trailing whitespaces
    lowendavid authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    9a75d26 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. New krushmedia Prebid.js adapter (#5833)

    * inital
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add maintener to md
    
    * Added native support
    
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    Krushmedia and Aiholkin authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    51f2405 View commit details
    Browse the repository at this point in the history
  2. eTarget: adapter update (#5881)

    * adapter update
    
    Send response reason
    
    * Update etargetBidAdapter.js
    
    Adding optional response parameter
    
    * Update etargetBidAdapter_spec.js
    etargetse authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    348a4f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. DMX Fix video bug (#5910)

    * adding DMX
    
    test @97%, two files added one updated
    
    * Update districtm_spec.js
    
    * Update districtmDMX.js
    
    * adding all districtm needed file
    
    * remove legacy file
    
    * remove typo || 0 in the test method
    
    * force default to return a valid width and height
    
    * update unit test code for failing test
    
    * changed class for an object
    
    * remove package-lock.json
    
    * change file name for dmx adapter
    
    * renamed files
    
    * restaure package-lock.json
    
    * update to last package-lock state
    
    * update gdpr user consent
    
    * fix sizes issue
    
    * Documentation updates
    
    Adding the readme.md info
    
    * update file name and update unit testing import file location
    
    * current machine state
    
    * lint correction
    
    * remove variable assigment duplicate
    
    * adding CCPA support for DMX
    
    * adding test for ccpa and gdpr
    
    * districtm dmx adding deal id field
    
    * idsync support ccpa & gdpr
    
    * fix error on vast response that failed
    
    Co-authored-by: Steve Alliance <steve@districtm.ca>
    Co-authored-by: Luis <luissastreverzun@gmail.com>
    Co-authored-by: Steve Alliance <stevealliance@Steves-Air.localdomain>
    Co-authored-by: Steve Alliance <stevealliance@Steves-MacBook-Air.local>
    Co-authored-by: steve-a-districtm <steve@districtm.net>
    6 people authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e3a9c60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb55e67 View commit details
    Browse the repository at this point in the history
  3. IX missing sizes testing and diagnosis (#5856)

    * Added support for Liveramp userId submodule
    
    * Fixing URL length for large requests
    
    * adding telemetry to missing sizes feature
    
    * adding markdown file with detectMissingSizes
    
    * example value update
    
    Co-authored-by: IX-Prebid-Support <ix-prebid-support@indexexchange.com>
    ix-certification and IX-Prebid-Support authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    1a76a46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae1b4d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    640a3cd View commit details
    Browse the repository at this point in the history
  6. Add skip params to Beachfront adapter (#5847)

    * feat: add skip params and standard params to video bid request
    
    * refactor: add props to exclude list
    
    * refactor: bump adapter version
    
    Co-authored-by: John Salis <johnsalis@beachfrontmedia.com>
    jsalis and John Salis authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    78d5117 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39df31f View commit details
    Browse the repository at this point in the history
  8. feat: add the elapsed time to events for debugging (#5868)

    * feat: add the elapsed time to events for debugging
    
    * naming
    gpolaert authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    d19f4ca View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    024cac8 View commit details
    Browse the repository at this point in the history
  2. Add Auction Options Config (#5787)

    * feature/auction-timing
    
    * rename to auctionOptions
    
    * move filtering outside of loop and organized logic.
    
    * remove auctionOptions test page
    ncolletti authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    07ec2bc View commit details
    Browse the repository at this point in the history
  3. TL: Add GVLID, update validation method, add unit tests (#5904)

    * Add IdentityLink support and fix UnifiedId.
    
    It appears we've been looking for UnifiedId userIds
    on the bidderRequest object, when they are found on bidRequests.
    This commit fixes that error, and adds support for IdentityLink.
    
    * change maintainer email to group
    
    * TripleLift: Sending schain (#1)
    
    * Sending schain
    
    * null -> undefined
    
    * Hardcode sync endpoint protocol
    
    * Switch to EB2 sync endpoint
    
    * Add support for image based user syncing
    
    * Rename endpoint variable
    
    * Add assertion
    
    * Add CCPA query param
    
    * Simplify check for usPrivacy argument
    
    * put advertiser name in the bid.meta field if it exists
    
    * update unit tests with meta.advertiserName field
    
    * Triplelift: FPD key value pair support (#5)
    
    * Triplelift: Add support for global fpd
    
    * don't filter fpd
    
    * adds coppa support back in
    
    * add gvlid, update validation method, add unit tests
    
    * remove advertiserDomains logic
    
    * typo
    
    * update _buildResponseObject to use new instream validation
    
    Co-authored-by: Will Chapin <wrchapin@gmail.com>
    Co-authored-by: colbertk <50499465+colbertk@users.noreply.github.com>
    Co-authored-by: David Andersen <davidwoodsandersen@gmail.com>
    Co-authored-by: Brandon Ling <bling@triplelift.com>
    Co-authored-by: colbertk <kcolbert@triplelift.com>
    Co-authored-by: Kevin Zhou <kzhou@triplelift.com>
    Co-authored-by: kzhouTL <43545828+kzhouTL@users.noreply.github.com>
    Co-authored-by: Sy Dao <iam.sydao@gmail.com>
    9 people authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    84649e8 View commit details
    Browse the repository at this point in the history
  4. rubicon - support all userIds (#5923)

    * rubicon - support all userIds
    
    * rubicon - support all userIds update
    
    * rubicon update to userId logic
    
    Co-authored-by: Eric Harper <eharper@rubiconproject.com>
    harpere and Eric Harper authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    38a1c8e View commit details
    Browse the repository at this point in the history
  5. Adds tcf v2 support (#5883)

    Co-authored-by: francesco <f.orazini@onetag.com>
    onetag-dev and forazini authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    97766fb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. get dynamic ttl from the server response (#5896)

    * Change ironsource to be lower case all over code
    
    * Add test mode to the IronSource bidder
    
    * get dynamic ttl from the server response
    liranbaruch authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    1da9ca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2394f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bbb053 View commit details
    Browse the repository at this point in the history
  4. Mediasquare: add native and video support (#5823)

    * Mediasquare: Add support for uspConsent + schain userIds support. Plus enhance userSync
    
    * fix iframeEnabled and pixelEnabled + suggested shortand statement
    
    * mediasquare bidder: add metrics to onBidWon Event
    
    * mediasquare bidder: fix getUserSyncs
    
    * MediaSquare: add native and video support
    matthieularere-msq authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    7729bb7 View commit details
    Browse the repository at this point in the history
  5. 33Across: Added Video Support (#5884)

    * check gdpr in buildRequest
    
    * User sync based on whether gdpr applies or not
    
    * check if consent data exists during user sync
    
    * split user sync into further branches: 1) when gdpr does not apply 2) when consent data is unavailable
    
    * contribute viewability to ttxRequest
    
    * update tests
    
    * remove window mock from tests
    
    * use local variables
    
    * introduce ServerRequestBuilder
    
    * add withOptions() method to ServerRequestBuilder
    
    * add semicolons
    
    * sync up package-lock.json with upstream/master
    
    * stub window.top in tests
    
    * introduce getTopWindowSize() for test purpose
    
    * reformat code
    
    * add withSite() method to TtxRequestBuilder
    
    add withSite() method to TtxRequestBuilder
    
    * add isIframe() and _isViewabilityMeasurable()
    
    * handle NON_MEASURABLE viewability in nested iframes
    
    * consider page visibility, stub utils functions getWindowTop() and getWindowSelf()
    
    * contribute viewability as 0 for inactive tab
    
    * add prebidjs version to ttx request
    
    * send caller as an array
    
    * send viewability as non measurable when unable to locate target HTMLElement, add warning message
    
    * fix JSDoc in utils.js
    
    * introduce mapAdSlotPathToElementId()
    
    * introduce getAdSlotHTMLElement(), add logging
    
    * introduce mapAdSlotPathToElementId()
    
    * update logging in ad unit path to element id mapping
    
    * rephrase logging, fix tests
    
    * update adapter documentation
    
    * remove excessive logging
    
    * improve logging
    
    * revert change
    
    * fix return of _mapAdUnitPathToElementId()
    
    * improve logging of _mapAdUnitPathToElementId()
    
    * do not use Array.find()
    
    * return id once element is found
    
    * return id once element is found
    
    * let -> const
    
    * Removing killswitch behavior for GDPR
    
    * Updated comments to reflect current gdpr logic
    
    * URI encode consent string
    
    * Updated example site ID to help Prebid team e2e test our adapter
    
    * send page url in ortb
    
    * Removed redundant pageUrl default
    
    * Restored package-log.json that mirrors prebid's repo
    
    * Sending USP string during buildRequest
    
    * Adding USP consent data to user sync
    
    * add unit test for syncing without bidrequest
    
    * Changed to uspConsent to make the connatation consistent
    
    * Resetting adapter state in adapter after user sync rather than exposing it.
    
    * removed console log
    
    * Adding schain info
    
    * remove setting empty format ext
    
    * better tests invalid values
    
    * removing validation of schain
    
    * Fixed lint errors
    
    * First cut for bidfloors support
    
    * fixed where getFloors is read
    
    * fixed merge conflicts
    
    * support the guid in the api endpoint
    
    * Reformat + validation updates
    
    * refactor banner to conform to mediaType format
    
    * Building video ORTB
    
    * code review changes for better refactor
    
    * Building video ORTB
    
    * Interpret video response
    
    * Updated documentation
    
    * Updated supported mediatypes
    
    * Added bidfloors
    
    * Adding support bidder specific overrides
    
    * only validate startdelay when instream
    
    * fixed incorrect params for instream
    
    * Removed usage of an actual GUID for safety.
    
    * Added mimes and protocols as required
    
    * placement is +ve int
    
    * fix for sizes + valid sample GUID
    
    Co-authored-by: Gleb Glushtsov <gleb.glushtsov@33across.com>
    Co-authored-by: Gleb Glushtsov <glebglushtsov@users.noreply.github.com>
    Co-authored-by: Gleb Glushtsov <gleb.glushtsov@gmail.com>
    Co-authored-by: Aparna Hegde <ahegde@pool-10-1-150-29-nyc.internal.33across.com>
    Co-authored-by: Aparna Hegde <ahegde@admins-MacBook-Pro.local>
    Co-authored-by: Aparna Hegde <ahegde@pool-10-1-150-137-nyc.internal.33across.com>
    Co-authored-by: Aparna Hegde <ahegde@pool-10-1-150-96-nyc.internal.33across.com>
    Co-authored-by: Aparna Hegde <ahegde@AHEGDE-MAC.local>
    Co-authored-by: Aparna Hegde <ahegde@AHEGDE-MAC.fios-router.home>
    Co-authored-by: terryc33x <64039851+terryc33x@users.noreply.github.com>
    Co-authored-by: Terry Chen <terry.chen@33across.com>
    12 people authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    31e00f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    014b65f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3eec3a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Improve Digital adapter: eids support (#5935)

    * Improve Digital adapter: eids support
    
    * Fix quotes
    jbartek25 authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    28473bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb60431 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

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

Commits on Nov 9, 2020

  1. Add User ID Targeting to googletag.cmd as a fallback when GPT API is …

    …not ready (#5925)
    
    * Add User IDs to googletag.cmd
    
    The purpose of this change is to allow the userIdTargeting module to function even when googletag has not been defined yet.
    
    * Fixing indentation errors
    
    Fixing indentation errors thrown by
    
    * Fix 'googletag' is not defined errors
    
    * Added unit test for userIdTargeting fallback
    lyubomirshishkov authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7efc333 View commit details
    Browse the repository at this point in the history
  2. No bid version 1.2.9 (#5794)

    * Enable supplyChain support
    
    * Added support for COPPA
    
    * rebuilt
    
    * Added support for Extended User IDs.
    
    Co-authored-by: Reda Guermas <reda.guermas@nobid.io>
    redaguermas and Reda Guermas authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    83279da View commit details
    Browse the repository at this point in the history
  3. EMX Adding Schain forwarding (#5946)

    * 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
    
    Co-authored-by: Nick Colletti <nick.colletti@emxdigital.com>
    Co-authored-by: Nick Colletti <gnomish@gmail.com>
    Co-authored-by: Kiyoshi Hara <Kiyoshi.Hara@emxdigital.com>
    Co-authored-by: Dan Bogdan <daniel.bogdan@emxdigital.com>
    Co-authored-by: Jherez Taylor <jherez.taylor@emxdigital.com>
    Co-authored-by: EMXDigital <emxdigital@emxdigital.com>
    7 people authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    49f0be3 View commit details
    Browse the repository at this point in the history
  4. pubGENIUS bid adapter: fix bug that requestBids timeout is not respec…

    …ted (#5940)
    
    * fix requestBids timeout
    
    * fix pubgenius bid adapter test
    edmonl authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    0a6b322 View commit details
    Browse the repository at this point in the history
  5. Updated the text in line 292 (#5937)

    Updated the text in line 292
    rimaburder-index authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    ffc6210 View commit details
    Browse the repository at this point in the history
  6. Update for Qwarry bid adapter (#5936)

    * qwarry bid adapter
    
    * formatting fixes
    
    * fix tests for qwarry
    
    * qwarry bid adapter
    
    * add header for qwarry bid adapter
    
    * bid requests fix
    
    * fix tests
    
    * response fix
    
    * fix tests for Qwarry bid adapter
    
    * add pos parameter to qwarry bid adapter
    
    Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com>
    Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com>
    3 people authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7070b1f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    9676ce0 View commit details
    Browse the repository at this point in the history
  2. userId module: fix auctionDelay submodules with callbacks (#5891)

    * clearTimeout only after all submodules are done
    
    * check that setTimeout function was not cleared
    FilipStamenkovic authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    690709b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee75c7 View commit details
    Browse the repository at this point in the history
  4. PR-Review process: fleshing out RTD review (#5948)

    * PR-Review process: fleshing out RTD review
    
    * align bidrequest attribute
    bretg authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    1bbe837 View commit details
    Browse the repository at this point in the history
  5. delete pubcommon test cookie for domainOverride after writing it in a…

    …ll cases (#5943)
    
    * delete pubcommon test cookie after writing it in all cases, not just when it is found again
    
    * fix lunamediahbBidAdapter lint issue
    
    * call domainOverride only when needed in the module, not ahead of time when the module is registered.
    smenzer authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    0de9caf View commit details
    Browse the repository at this point in the history
  6. Gamoshi - Add new alias (#5895)

    * add logic to prefer prebid modules over external modules in build process (#4124)
    
    * add check in getModules helper function
    
    * update logic based on feedback
    
    * update node version of project
    
    * Improve Digital adapter: adding bid floor, referrer, more native fields (#4103)
    
    * Bid floor, https, native ad update
    
    * Update the ad server protocol module
    
    * Adding referrer
    
    * YIELDONE adapter - change urls to adapt https (#4139)
    
    * update: change urls to adapt https
    
    * fix test code
    
    * Added SupplyChain Object support and an onTimeout Callback (#4137)
    
    * - Implemented the 'onTimeout' callback to fire a pixel when there's a timeout.
    - Added the ability to serialize an schain object according to the description provided here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md
    
    * some mods to the schain tag generation
    
    * - added tests for schain param checking.
    
    * - fixed a malformed url for timeouts
    
    * - Removed a trailing ',' while generating a schain param.
    
    * Revert "Added SupplyChain Object support and an onTimeout Callback (#4137)"
    
    This reverts commit e61b246b45bd2c2390350eaeca693f208b1a3a24.
    
    This commit doesn't use the schain module added in #4084
    
    * Nobid Prebid Adapter commit (#4050)
    
    * Nobid Prebid Adapter commit
    
    * Fixed global replace and unit tests
    
    * Fixed find function
    
    * Added nobidBidAdapter.md
    
    * Removed description and added "Bid Params" section.
    
    * Added test siteId 2 for testing.
    
    * Refactored the Adapter to remove most references to the nobid object. We still need the nobid object because we have a passback tag in DFP that makes reference to it.
    
    * Fix concurrent responses on the page
    
    * Cosmetic change to log an error in case of missing ad markup
    
    * Keep nobid.bidResponses cross adapters.
    
    * Added GDPR support in user sync and added test coverage.
    gulp test-coverage
    gulp view-coverage
    
    * Padding issues
    
    * Fix padding issues
    
    * Fix padding
    
    * update outstream prod url (#4104)
    
    * support pubcid and uids (#4143)
    
    * Fix misspelling and minor cleanup of schain docs (#4150)
    
    * Prebid 2.31.0 Release
    
    * Increment pre version
    
    * Rubicon: tuning logged messages (#4157)
    
    * Rubicon: tuning logged messages
    
    * Update rubiconBidAdapter.js
    
    * fixed indentation
    
    * Rubicon Video COPPA fix (#4155)
    
    * Rubicon Video COPPA fix
    
    * Unit test for Rubicon Video COPPA fix
    
    * Playground XYZ adapter - iframe usersync bug fix (#4141)
    
    * corrected user sync type
    
    * removed support for iframe usersync
    
    * added unit tests for getUserSyncs
    
    * update nvmrc file (#4162)
    
    * update gulp-footer package (#4160)
    
    * Datablocks bid/analytics adapter (#4128)
    
    * add datablocks Analytics and Bidder Adapters
    
    * remove preload param
    
    * remove preloadid
    
    * better coverage of tests
    
    * better coverage
    
    * IE doesn't support array.find
    
    * lint test
    
    * update example host
    
    * native asset id should be integer
    
    * update logic of ad_types field in appnexusBidAdapter (#4065)
    
    * Shorten SomoAudience to just Somo (#4163)
    
    * Shorten SomoAudience to just Somo
    
    * Make package-lock return
    
    * Quantcast: Fix for empty video parameters (#4145)
    
    * Copy params from bid.params.video.
    
    * Added test for missing video parameters.
    
    * Include mimes from adunit.
    
    * One Video adding Rewarded Video Feature (#4142)
    
    * outstream changes
    
    * removing global filtet
    
    * reverting page
    
    * message
    
    * adapter change
    
    * remove space
    
    * testcases
    
    * testpage
    
    * spaces for test page
    
    * renderer exist case
    
    * reverting package-lock.json
    
    * adding schain object
    
    * adding tagid
    
    * syntaxx error fix
    
    * video.html
    
    * space trailing
    
    * space
    
    * tagid
    
    * inventoryId and placement
    
    * rewarded video
    
    * added unit test case
    
    * Module to pass User Ids to DFP (#4140)
    
    * first commit
    
    * renamed
    
    * minor doc change
    
    * documentation
    
    * small change
    
    * EB
    
    * removed unused imports
    
    * minor changes
    
    * reanmaed a const
    
    * adding more methods to test shareUserIds module
    
    * unit tets cases for shareUserIds
    
    * indentation
    
    * renamed DFP to GAM
    
    * renamed shareUserIds to userIdTargeting
    
    * Update userIdTargeting.md
    
    * trying to restart CI
    
    * digitrust userId case handled
    
    * minor comment change
    
    * using auctionEnd event instead of requestBids.before
    
    * using events.on
    
    * Buzzoola bid adapter (#4127)
    
    * initial commit for buzzoola adapter
    
    * leave only banners for now
    
    * fix bid validation
    
    * change endpoint url
    
    * add video type
    
    * restore renderer
    
    * fix renderer
    
    * add fixed player sizes
    
    * switch bids
    
    * convert dimentions to strings
    
    * write tests
    
    * 100% tests
    
    * remove new DOM element creation in tests
    
    * handle empty response from server
    
    * change description
    
    * E2e tests for Native and Outstream video Ad formats. (#4116)
    
    * reorganize e2e/ tests into separate directories
    
    * new test page for e2e-banner testing
    
    * add test to check if Banner Ad is getting loaded
    
    * change location of the spec files to reflect change in test/e2e directory structure
    
    * add test case to check for generation of valid targeting keys
    
    * create Native Ad test page
    
    * add test case to check validity of the targeting keys and correct rendering of the Ad
    
    * update old browser versions to new
    
    * update browser version
    
    * update title
    
    * remove console.log statements
    
    * add basic functional test for e2e outstream video ad format
    
    * Update LockerDome adUnitId bid param (#4176)
    
    This is not a breaking change
    
    * fix several issues in appnexus video bids (#4154)
    
    * S2s testing disable client side (#4123)
    
    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * New testServerOnly flag
    
    * Tests and a bug fix
    
    * Removed dead code
    
    * Fixes requested in review
    
    * Check each adUnit
    
    * isTestingServerOnly changes per Eric
    
    * Fixed IE 11 bug
    
    * More tests
    
    * improved test case names
    
    * New option to Include deal KVPs when enableSendAllBids === false (#4136)
    
    * new option to include KVPs which have deals when
    enableSendAllBids === false
    
    * updating tests to be more realistic
    
    * Prebid 2.32.0 Release
    
    * increment pre version
    
    * Rubicon doc: changing video test zone (#4187)
    
    * added schain support to sonobi adapter (#4173)
    
    * if schain config is not defined then error should not be thrown (#4165)
    
    * if schain config is not defiend then error should not be thrown
    
    * relaxed mode nodes param not defined error handled
    
    * added test cases for config validation
    
    * a curly bracket was missing in the example
    
    * Rubicon: updating test params (#4190)
    
    * myTargetBidAdapter: support currency config (#4188)
    
    * Update README.md (#4193)
    
    * Update README.md
    
    * Update README.md
    
    * cedato bid adapter instream video support (#4153)
    
    * Added adxpremium prebid analytics adapter (#4181)
    
    * feat(OAFLO-186): added support for schain (#4194)
    
    * Sonobi - send entire userid payload (#4196)
    
    * added userid param to pass the entire userId payload to sonobis bid request endpoint
    
    * removed console log
    git p
    
    * fixed lint
    
    * OpenX Adapter fix: updating outdated video examples (#4198)
    
    * userId - Add support for refreshing the cached user id (#4082)
    
    * [userId] Added support for refreshing the cached user id: refreshInSeconds storage parameter, related tests and implementation in id5 module
    
    * [userId] Added support for refreshing the cached user id: refreshInSeconds storage parameter, related tests and implementation in id5 module
    
    * UserId - ID5 - Updated doc with new contact point for partners
    
    * UserId - Merged getStoredValue and getStoredDate
    
    * [UserId] - ID5 - Moved back ID5 in ./modules
    
    * UserId - ID5 - Fixed incorrect GDPR condition
    
    * [UserId] - Doc update and test cleanup
    
    * Prebid 2.33.0 Release
    
    * Increment pre version
    
    * SupplyChainObject support and fires a pixel onTimeout (#4152)
    
    * - Implemented the 'onTimeout' callback to fire a pixel when there's a timeout.
    - Added the ability to serialize an schain object according to the description provided here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md
    
    * some mods to the schain tag generation
    
    * - added tests for schain param checking.
    
    * - fixed a malformed url for timeouts
    
    * - Removed a trailing ',' while generating a schain param.
    
    * - Using the schain object from validBidRequest if present. Reverting to checking if params has it if not.
    
    * - reverting changes to merge with master
    
    * - Resolving merge issues
    
    * Feature/add profile parameter (#4185)
    
    * Add optional profile parameter
    
    * EMXDigital Bid Adapter: Add video dimensions in request (#4174)
    
    * addressed feedback from #3731 ticket
    
    * removed commented code from emx test spec
    
    * logging removed from spec
    
    * flip h & w values from playerSize for video requests
    
    * adding Outstream mediaType to EMX Digital
    
    * adding device info. update to grab video param. styling changes.
    
    * add video dimensions from playerSize
    
    * fix test for video dimensions
    
    * Added keywords parameter support in TrustX Bid Adapter (#4183)
    
    * 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
    
    * rubicon: avoid passing unknown position (#4207)
    
    * rubicon: not passing pos if not specified
    
    * added comment
    
    * not sending pos for video when undefined
    
    * cleaning up test
    
    * fixed unit test
    
    * correctly reference bidrequest and determine mediatype of bidresponse (#4204)
    
    * GumGum: only send gdprConsent when found (#4205)
    
    * adds digitrust module, mods gdpr from bool to int
    
    * update unit test
    
    * only send gdprconsent if present
    
    * LKQD: Use refererInfo.referer as fallback pageurl (#4210)
    
    * Refactored URL query parameter passthrough for additional values, changed SSP endpoint to v.lkqd.net, and updated associated unit tests
    
    * Use refererInfo.referer as fallback pageurl
    
    * Removed logs and testing values
    
    * [UserId] - ID5 - Fixed case when consentData is undefined (No CMP) (#4215)
    
    * create stubs for localStorage in widespaceBidAdapter test file (#4208)
    
    * added adId property to adRenderFailed event (#4097)
    
    When no bid (therefore no adUnitCode) is available in the adRenderFailed event it can be difficult to identify the erroring slot.But in almost all cases the given slot still has the adId targeting.
    
    * OpenX Adapter: Forcing https requests and adding UserID module support for LiveRamp and TTD (#4182)
    
    * OpenX Adapter: Updated requests to force https
    
    * OpenX Adapter: Added support for TTD's UnifiedID and LiveRamp's IDL
    
    * PubMatic to support userId sub-modules (#4191)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * TripleLift support for UnifiedId and IdentityLink (#4197)
    
    * Add IdentityLink support and fix UnifiedId.
    
    It appears we've been looking for UnifiedId userIds
    on the bidderRequest object, when they are found on bidRequests.
    This commit fixes that error, and adds support for IdentityLink.
    
    * change maintainer email to group
    
    * Added lemma adapter (#4126)
    
    * lemmaBidAdapter.js
    
    Added lemma bid adapter file
    
    * lemmaBidAdapter.md
    
    Added lemma bid adapter md file
    
    * lemmaBidAdapter_spec.js
    
    Added lemma bid adapter test spec file
    
    * Update lemmaBidAdapter.js
    
    Fixed automated code review alert comparison between inconvertible types
    
    * Update lemmaBidAdapter.js
    
    Fixed review changes
    
    * Update lemmaBidAdapter.md
    
    Correct parameter value.
    
    * Adkernel adapter new alias (#4221)
    
    * Force https scheme for Criteo Bidder (#4227)
    
    * assign adapter version number
    
    * Ensure that Criteo's bidder is always called through https
    
    * Add Video Support for Datablocks Bid Adapter (#4195)
    
    * add datablocks Analytics and Bidder Adapters
    
    * remove preload param
    
    * remove preloadid
    
    * better coverage of tests
    
    * better coverage
    
    * IE doesn't support array.find
    
    * lint test
    
    * update example host
    
    * native asset id should be integer
    
    * add datablocks Video
    
    * remove isInteger
    
    * skip if empty
    
    * update adUnit, bidRequest and bidResponse object (#4180)
    
    * update adUnit, bidRequest and bidResponse object
    
    * add test for mediaTypes object
    
    * 3 display banner and video vast support for rads (#4209)
    
    * add stv adapter
    
    * remove comments from adapter file
    
    * start rads adapter
    
    * fix adapter and tests
    
    * fixes
    
    * fix adapter and doc
    
    * fix adapter
    
    * fix tests
    
    * little fix
    
    * add ip param
    
    * fix dev url
    
    * #3 radsBidAdapter.md
    
    * #3 radsBidAdapter.md: cleanup
    
    * fix code and doc
    
    * UserId - Add SameSite and server-side pubcid support (#3869)
    
    * Add SameSite and server-side pubcid support
    
    * Fix emoteevBidAdapter unit test
    
    * added schain to appnexus bid adapter (#4229)
    
    * added schain to appnexus bid adapter
    
    * semicolon
    
    * update doubleclick url (#4179)
    
    * Prebid 2.34.0 release
    
    * increment pre version
    
    * Rubi Analytics handles > 1 bidResponse per bidRequest (#4224)
    
    * videoNow bid adapter (#4088)
    
    * -- first commit
    
    * -- cors and bidder's name fixed
    
    * -- almost ready
    
    * -- added docs
    
    * -- added nurl tracking
    
    * -- bid params
    
    * -- tests added
    
    * -- test fixed
    
    * -- replace placeholder in the onBidWon pixel's url
    
    * -- commit for restart tests
    
    * -- change response data format for display ad
    
    * -- tests updated
    
    * -- 100% tests coverage
    
    * -- a few clean the test's code
    
    * -- custom urls from localStorage
    
    * -- tests updated
    
    * -- a few clean the test's code
    
    * -- new init model
    
    * -- spec for new init model
    
    * -- fix for new init model
    
    * -- code cleaned
    
    * -- 100% tests coverage
    
    * -- 100% tests coverage
    
    * -- fixed test
    
    * -- commit for restart tests
    
    * djax new bidder adapter  (#4192)
    
    * djax bidder adapter
    
    * djax bidder adapter
    
    * Update hello_world.html
    
    * Added Turk Telekom Bid Adapter (#4203)
    
    * Added Turk Telekom Bid Adapter
    
    * Fix md file for Turk Telekom Bid Adapter
    
    * MicroAd: Use HTTPS in all requests (#4220)
    
    * Always use HTTPS endpoint in MicroAd
    
    * Update code
    
    * Fixed a broken test in MicroAd
    
    * Schain: avoiding Object.values as it is breaking on IE11 (#4238)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * avoiding use of Object.values
    
    * 3952 delay auction for ids (#4115)
    
    * 3952 delay auction for user ids
    
    * 3952 add integration example
    
    * 3952 add tests
    
    * 3952 fix html example
    
    * add todos
    
    * 3952 continue auction if ids received
    
    * 3952 add tests for auction delay
    
    * increase test coverage
    
    * set config for test
    
    * remove todo
    
    * add a few more checks to tests
    
    * add comment, force tests to rerun
    
    * Feature: adUnitBidLimit  (#3906)
    
    * added new feature to config to limit bids when sendallbids is enabled
    
    * cleaned up code. removed extra spaces etc
    
    * removed trailing spaces in config
    
    * remove .flat() and replaced with spread operator
    
    * removed flat function and instead pushing using spread operator
    
    * updated to use sendBidsControl instead
    
    * updated targeting_spec to test bidLimit
    
    * removed trailing spaces from targeting_spec
    
    * Update Rubicon Adapter netRevenue default (#4242)
    
    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * update changed default value of netRevenue to true
    
    * Removed AdastaMadia from alias (#4255)
    
    * Update appnexusBidAdapter.js (#4251)
    
    * IdentityLink - change expiration time to 30 days (#4239)
    
    * Add coppa support for AppNexus adapter (#4253)
    
    * Add coppa support for AppNexus adapter
    
    * test name
    
    * add new longform e2e tests (#4206)
    
    * Konduit module (#4184)
    
    * Adding Konduit module
    
    * Removed superfluous arguments passed to obtainVastUrl function
    
    * Removed superfluous arguments passed to obtainVastUrl function.
    
    * Build trigger (empty commit)
    
    * Module documentation updated according to the comments
    
    * Logic in obtainVastUrl function updated according to the review comment.
    
    * Removed hook, enabled eslint
    
    * Circle CI runs e2e tests on every push (#4200)
    
    * run functional tests on circle ci on push to any remote branch
    
    * remove extraneous key from config file
    
    * add test.localhost as alias to 127.0.0.1
    
    * check 0: execute circle-ci
    
    * move /etc/config to a separate command
    
    * change bid partner to rubicon
    
    * test appnexus bid adapter in ci
    
    * comment browserstack command
    
    * remove console.log statement
    
    * test1: circle-ci
    
    * change reference dev -> prod while loading prebid
    
    * add console.log statement
    
    * check-2: circle-ci
    
    * comment browserstack testing
    
    * change bid adapter
    
    * change bid adapter
    
    * remove test case for checking targeting keys
    
    * remove the ci flag
    
    * uncomment test for checking correct generation of targeting keys
    
    * swap AN -> Rubicon for testing targeting keys
    
    * Outcon bid adapter. (#4161)
    
    * Outcon bid adapter.
    
    * Fix identation
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Spec fixes
    
    * Fixes
    
    * Fix urls
    
    * Fix
    
    * Fix parameters
    
    * Fix space operators
    
    * Fix bidder timeout
    
    * Update
    
    * Fix whitespace
    
    * no message
    
    * Outcon unit test
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Fixes
    
    * Fixes
    
    * Change url
    
    * no message
    
    * no message
    
    * no message
    
    * Added bidId
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Wrapping url with html
    
    * no message
    
    * no message
    
    * no message
    
    * Adding workflow to run end to end tests (#4230)
    
    * Adding workflow to run end to end tests
    
    * trying self branch
    
    * Update to run at 12 every day
    
    * cleanup config using aliases
    
    * update branch and cron time
    
    * add command
    
    * update prebid path for e2e test pages (#4274)
    
    * Prebid 2.35.0 release
    
    * Increment pre version
    
    * Add usersync to adpone adapter (#4245)
    
    * add user sync to adpone adapter
    
    * move adpone usersync to global variable
    
    * added withcredentials to http request
    
    * fix http request options
    
    * fix http request options
    
    * add withCredentials: true
    
    * add withCredentials: true
    
    * added test coverage to usersync
    
    * update sync function
    
    * add test coverage
    
    * adpone adapter
    
    * package lock
    
    * add more testing
    
    * add more testing
    
    * testing for onBidWon fucntion
    
    * test onbidwon function
    
    * trigger build
    
    * Revert GumGum Adapter 2.28 resizing changes (#4277)
    
    * changed resizing unit tests to return the first size dimensions in the sizes array
    
    * added some changes
    
    * reverted adapter changes
    
    * SpotX Bid Adapter: Support schain, ID5 object, Google consent object, and hide_skin (#4281)
    
    * Add SpotXBidAdapter
    
    * Minor updates
    
    * Undo testing changes to shared files
    
    * Fix relative imports
    
    * Remove superfluous imports and write a few more tests
    
    * Formatting, ID5 object, Google consent objects
    
      - Added ID5 object support
      - Added Google Consent object
      - Reformatted indentaiton on spec file
    
    * Revert content_width and content_height changes in docs
    
      - not sure how these got moved, lets put them back
    
    * Remove click_to_replay flag in example
    
      - no reason to use this one in the example
    
    * Spotx adapter - Add schain support and update unit tests
    
    * Update schain path in ORTB 2.3 request body
    
    	- schain object is now added to ortb request body
    	  at request.ext.source.ext.schain
    
    * Add hide_skin to documentation
    
      - whoops, this got removed, let's add it back
    
    * Update Rubicon Analytics Adapter `bidId` to match PBS (#4156)
    
    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * update for rubicon analytics to send seat[].bid.id for PBS video and banner
    
    * fixed conditional for server and video or banner
    
    * updated with optimized value test for bidid
    
    * update changed default value of netRevenue to true
    
    * remove var declaration for rightSlot to correct lgtm error for unused variable
    
    * update defineSlot div id to match div id defined in html body
    
    * update test ad unit test props
    
    * revert lock to match remote master
    
    * add seatBidId to bidObj in rpBidAdapter interpretResponse
    
    * update setTargeting to execute in the bids back handler
    
    * remove dev integration test page
    
    * meaningless commit to get lgtm to re-run
    
    * SmartRTB adapter update (#4246)
    
    * modules: Implement SmartRTB adapter and spec.
    
    * Fix for-loop syntax to support IE; refactor getDomain out of exported set.
    
    * Remove debugs, update doc
    
    * Update test for video support
    
    * Handle missing syncs. Add video to media types in sample ad unit
    
    * Add null response check, update primary endpoint
    
    * Note smrtb video requires renderer
    
    * Support Vast Track (#4276)
    
    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * update changed default value of netRevenue to true
    
    * Add parameters if config.cache.vasttrack is true
    
    * Use requestId instead of adId
    
    * Test new vasttrack payload params
    
    * Removed commented out code
    
    * Relaxed conditional check per review
    
    * Removed commented out line
    
    * Added 1000x250 size (#4295)
    
    * prepare vidazoo adapter for v3.0 (#4291)
    
    * Improve Digital adapter: support schain (#4286)
    
    * LiveIntent Identity Module. (#4178)
    
    * LiveIntentIdSystem. Initial implementation.
    
    * LiveIntentIdSystem. Removed whitespace.
    
    * Fixed typo
    
    * Renamed variables, cookiesm added md.
    
    * Changed the default identity url.
    
    * Composite id, with having more than just the lipbid passed around.
    
    * Composite id.
    
    * Merge conflict resolution.
    
    * Changed docs and param description.
    
    * Added typedoc & mentioned liveIntentIdSystem in submodule.json.
    
    * Extracted the LiveIntentIdSystem under modules, removed it from default userId modules.
    
    * Fixing the 204 + no body scenario.
    
    * Added liveIntent to submodule.json
    
    * Fixing docs indentation.
    
    * Updated prebidServer & specs.
    
    * Minor specs update.
    
    * updating liveintent eids source (#4300)
    
    * updating liveintent eids source
    
    these are supposed to be domains
    
    * updating unit test
    
    * fix appnexusBidAdapter view-script regex (#4289)
    
    * fix an view script regex
    
    * minor syntax update
    
    * 33Across adding bidder specific extension field (#4298)
    
    * - add 33across specific ext field for statedAt
    
    * - fix unit test for 33Across adapter
    
    * PubMatic to support LiveIntent User Id sub-module (#4306)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * supporting LiveIntent Id in PubMatic adapter
    
    * updated source for liveintent
    
    * Finteza Analytics Adapter: fix cookies (#4292)
    
    * fix reading and sending cookies
    
    * fix lint errors
    
    * clear comments
    
    * add unit tests
    
    * fix calling of setCookies for IE
    
    * clear cookies after test
    
    * use own setCookie method inside tests
    
    * Update LockerDome adapter to support Prebid 3.0 (#4301)
    
    * Returning the `IdResponse` type with an obj + callback. Fix for 4304 (#4305)
    
    *  Returning the `IdResponse` type with an obj + callback.
    
    * Renamed resp -> result.
    
    * Removed whitespace.
    
    * ShowHeroes adapter - expanded outstream support (#4222)
    
    * add ShowHeroes Adapter
    
    * ShowHeroes adapter - expanded outstream support
    
    * Revert "ShowHeroes adapter - expanded outstream support"
    
    This reverts commit bfcdb913b52012b5afbf95a84956b906518a4b51.
    
    * ShowHeroes adapter - expanded outstream support
    
    * ShowHeroes adapter - fixes (#4222)
    
    * ShowHeroes adapter - banner and outstream fixes (#4222)
    
    * ShowHeroes adapter - description and outstream changes (#4222)
    
    * ShowHeroes adapter - increase test coverage and small fix
    
    * [Orbidder-Adapter] Add bidRequestCount and remove bid.params.keyValues (#4264)
    
    * initial orbidder version in personal github repo
    
    * use adUnits from orbidder_example.html
    
    * replace obsolete functions
    
    * forgot to commit the test
    
    * check if bidderRequest object is available
    
    * try to fix weird safari/ie issue
    
    * ebayK: add more params
    
    * update orbidderBidAdapter.md
    
    * use spec.<function> instead of this.<function> for consistency reasons
    
    * add bidfloor parameter to params object
    
    * fix gdpr object handling
    
    * default to consentRequired: false when not explicitly given
    
    * wip - use onSetTargeting callback
    
    * add tests for onSetTargeting callback
    
    * fix params and respective tests
    
    * remove not used bid.params.keyValues
    
    * add bidRequestCount to orbidder.otto.de/bid Post request
    
    * add bidRequestCount to test object defaultBidRequest
    
    * PulsePoint: remove usage of deprecated utils method / prep for 3.0 (#4257)
    
    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per https://github.com/prebid/Prebid.js/issues/509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing https://github.com/prebid/Prebid.js/issues/866
    
    * Minor fix
    
    * Adding mandatory parameters to Bid
    
    * Removing usage of deprecated utils method
    
    * minor refactor
    
    * Use isArray method (#4288)
    
    * Add Parrable ID submodule (#4266)
    
    * add parrable id submodule
    
    * fix integration test config
    
    * fix var name
    
    * always refresh sotredId for parrable
    
    * add submodulesThatAlwaysRefresh concept
    
    * remove comment
    
    * add parrable url as one string
    
    * add parrable prod endpoint
    
    * use .indexOf instead of .includes
    
    * add params to test config
    
    * comment failing test
    
    * uncomment failing assertion
    
    * add parrable ID to prebid server adapter
    
    * add parrableIdSystem to .submodules.json
    
    * extract parrableId unit tests from userId spec
    
    * remove breakline between imports
    
    * remove unused param
    
    * remove userId generic feature from parrableId module
    
    * remove trailing space
    
    * fix failing test due to none merged conflict
    
    * Prebid 2.36.0 Release
    
    * Increment pre version
    
    * Support schain module and send bidfloor param in Sharethrough adapter (#4271)
    
    * Add support for supply chain object module
    
    Story: [#168742394](https://www.pivotaltracker.com/story/show/168742394)
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    
    * Add bidfloor parameter to bid request sent to STX
    
    Story: [#168742573](https://www.pivotaltracker.com/story/show/168742573)
    
    * Platform One Analytics Adapter (#4233)
    
    * Added Y1 Analytics Adapter
    
    * rename y1AnalyticsAdapter in yieldoneAnalyticsAdapter
    
    * Yieldone Bid Adapter: fixes from lint check
    
    * Yieldone Analytics Adapter: fix endpoint protocol
    
    * Added spec file for yieldone Analytics Adapter
    
    * Fix parrable id integration example (#4317)
    
    * fix parrableId integration example
    
    * add parentheses
    
    * Improve Digital adapter: support for video (#4318)
    
    * Bid floor, https, native ad update
    
    * Update the ad server protocol module
    
    * Adding referrer
    
    * Improve Digital support for video
    
    * Improve Digital adapter: video
    
    * adapter version -> 6.0.0
    
    * Gamoshi: Update aliases list. Add support for userSync. (#4319)
    
    * Add support for multi-format ad units. Add favoredMediaType property to params.
    
    * Add tests for gdpr consent.
    
    * Add adId to outbids
    
    * Modify media type resolving
    
    * Refactor multi-format ad units handler.
    
    * Modify the way of sending GDPR data.
    Update aliases.
    
    * Add new consent fields. Add unit test.
    
    * Add new consent fields. Add unit test.
    
    * Add support for id5 and unified id cookie sync.
    
    * Add support for id5 and unified id cookie sync.
    
    * Add restricted check for gdpr consent.
    
    * fix for userSync endpoint getting called with bidder alias names, instead of actual bidder names (#4265)
    
    * modify ixBidAdapater to always use the secure endpoint (#4323)
    
    * PubMatic to support Parrable User Id sub-module (#4324)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * PubMatic to support parrable id
    
    * VISX: currency validation & fix double escape of referer (#4299)
    
    * PubMatic to support coppa (#4336)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * added coppa compliance
    
    * vuble: outstream has fullscreen option (#4320)
    
    * Mod: vuble oustream has fullscreen option
    
    * Add: vuble test for outstream scenario
    
    * EMXDigital: hotfix to resolve URIError from decodeURIComponent (#4333)
    
    * hotfix to resolve URIError from decodeURIComponent
    
    * added unit for decoding adm
    
    * Specify second parameter for parseInt for pubmaticBidAdapter (#4347)
    
    * Remove usage of getTopWindowUrl in Prebid Adapter (#4341)
    
    * Conversant Bid Adapter update for 3.0 (#4284)
    
    * Add cpmDistribution function for Google Analytics adapter (#4240)
    
    * Add cpmDistribution function for Google Analytics adapter
    
    * Add test for the cpmDistribution function
    
    * Remove half written comment
    
    * fixing SRA p_pos (#4337)
    
    * In Sonobi Adapter, only read sizes from bid.mediaTypes (#4311)
    
    * Fix mediaTypes (#4332)
    
    * Outcon bid adapter.
    
    * Fix identation
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Spec fixes
    
    * Fixes
    
    * Fix urls
    
    * Fix
    
    * Fix parameters
    
    * Fix space operators
    
    * Fix bidder timeout
    
    * Update
    
    * Fix whitespace
    
    * no message
    
    * Outcon unit test
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Fixes
    
    * Fixes
    
    * Change url
    
    * no message
    
    * no message
    
    * no message
    
    * Added bidId
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Wrapping url with html
    
    * no message
    
    * no message
    
    * no message
    
    * Fix mediaTypes
    
    * no message
    
    * Update outconBidAdapter_spec.js
    
    * Adding VAS response
    
    * no message
    
    * no message
    
    * no message
    
    * Fix
    
    * Changed ttl
    
    * no message
    
    * supportedMediaTypes
    
    * no message
    
    * no message
    
    * Prebid 2.37.0 release
    
    * increment pre version
    
    * Add vast xml support and other minor changes to Beachfront adapter (#4350)
    
    * Add support for vast xml in the bid response
    
    * add secure protocol to outstream player url
    
    * add device connection type
    
    * add player setting for poster color
    
    * add new value for creative Id
    
    * Update smartrtbBidAdapter (#4362)
    
    * modules: Implement SmartRTB adapter and spec.
    
    * Fix for-loop syntax to support IE; refactor getDomain out of exported set.
    
    * Remove debugs, update doc
    
    * Update test for video support
    
    * Handle missing syncs. Add video to media types in sample ad unit
    
    * Add null response check, update primary endpoint
    
    * Note smrtb video requires renderer
    
    * Remove old params checks, fix documentation playerSize field name
    
    * Revert "Update smartrtbBidAdapter (#4362)" (#4368)
    
    This reverts commit be6704bcec65a28d80b6d09a8d1c51ef9a8ba824.
    
    * Add userSync in onetagBidAdapter (#4358)
    
    * Minor bug fixing in onetagBidAdapter.js
    
    Fixed a minor bug. Updated TTL in response to align the correct specifications.
    
    * Update onetagBidAdapter
    
    Added additional page info and user sync function.
    
    * Update onetagBidAdapter_spec.js
    
    Added the test for getUserSyncs function.
    
    * Fix about userSync
    
    * getUserSyncs: test update with gdpr params
    
    * Sovrn adapter updates: schain, digitrust, pixel syncing, and 3.0 upgrades (#4335)
    
    * schain and digitrust
    
    * pixel beacons
    
    * unit tests and fixes from testing
    
    * Prebid 3.0 updates
    
    * review fix
    
    * Add bid adapter for ablida (#4256)
    
    * Add ablida adapter
    
    * rename category parameter, add documentation
    
    * AdKernel: added waardex_ak alias (#4290)
    
    * added alias
    
    Added a new alias
    
    * fixing unit test
    
    * Revert "Sovrn adapter updates: schain, digitrust, pixel syncing, and 3.0 upgrades (#4335)" (#4376)
    
    This reverts commit 6114a3dba93815dcfb535707d7b4d84f1adb2bc7.
    
    * Vrtcal Markets Inc. Bid Adapter Addition (#4259)
    
    * Added 3 key Vrtcal Adapter files: adapter,markdown,unit tests
    
    * Removed unused getUserSyncs;Added mediaTypes.banner.sizes support;Raised test coverage to 85%
    
    * lint formatting errors corrected
    
    * Update schain path in ORTB path for spotxBidAdapter (#4377)
    
    - Move schain object from request.ext.source.ext.schain to
    	  request.source.ext.schain
    
    * Update Grid Bid Adapter (#4379)
    
    * Added Grid Bid Adapter
    
    * remove priceType from TheMediaGrid Bid Adapter
    
    * Add video support in Grid Bid Adapter
    
    * Added test parameter for video slot
    
    * update Grid Bid Adapter to set size in response bid
    
    * Update Grid Bid Adapter to support identical uids in parameters
    
    * Fix typo in test file for Grid Bid Adapter
    
    * Update The Grid Media Bidder Adapter to send refererInfo.referer as 'u' parameter in ad request
    
    * Hotfix for referrer in Grid Bid Adapter
    
    * Grid Bid Adapter: added wrapperType and wrappweVersion to the ad request
    
    * TripleLift: Sending schain (#4375)
    
    * Add IdentityLink support and fix UnifiedId.
    
    It appears we've been looking for UnifiedId userIds
    on the bidderRequest object, when they are found on bidRequests.
    This commit fixes that error, and adds support for IdentityLink.
    
    * change maintainer email to group
    
    * TripleLift: Sending schain (#1)
    
    * Sending schain
    
    * null -> undefined
    
    * DistrictmDMX: adding support for schain and remove content type to default to prebid selection (#4366)
    
    * adding DMX
    
    test @97%, two files added one updated
    
    * Update districtm_spec.js
    
    * Update districtmDMX.js
    
    * adding all districtm needed file
    
    * remove legacy file
    
    * remove typo || 0 in the test method
    
    * force default to return a valid width and height
    
    * update unit test code for failing test
    
    * changed class for an object
    
    * remove package-lock.json
    
    * change file name for dmx adapter
    
    * renamed files
    
    * restaure package-lock.json
    
    * update to last package-lock state
    
    * update gdpr user consent
    
    * fix sizes issue
    
    * Documentation updates
    
    Adding the readme.md info
    
    * update file name and update unit testing import file location
    
    * current machine state
    
    * lint correction
    
    * remove variable assigment duplicate
    
    * Support for ID5 + receive meta data (#4352)
    
    * Livewrapped bid and analytics adapter
    
    * Fixed some tests for browser compatibility
    
    * Fixed some tests for browser compatibility
    
    * Changed analytics adapter code name
    
    * Fix double quote in debug message
    
    * modified how gdpr is being passed
    
    * Added support for Publisher Common ID Module
    
    * Corrections for ttr in analytics
    
    * ANalytics updates
    
    * Auction start time stamp changed
    
    * Detect recovered ad blocked requests
    Make it possible to pass dynamic parameters to adapter
    
    * Collect info on ad units receiving any valid bid
    
    * Support for ID5
    Pass metadata from adapter
    
    * Typo in test + eids on wrong level
    
    * Rubicon Adapter: Always make requests using HTTPS (#4380)
    
    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * update changed default value of netRevenue to true
    
    * Always make bids requests using https
    
    * rp_secure and imp.secure should always be 1
    
    * 7xbid adapter (#4328)
    
    * 7xbid adapter
    
    * fix error when cli build
    
    * - update 33across adapter cookie sync end point (#4345)
    
    - update unit test for 33across adapter
    
    * Adform adapter: add renderer for outstream bids (#4363)
    
    * Prebid 2.38.0 Release
    
    * Increment pre version
    
    * Adagio: update with external js (#4217)
    
    * Add external loader in AdagioBidAdapter
    
    * Change adagioAnalyticsAdapter to "endpoint" type
    
    * Change _setPredictions for a generic method
    
    * Improve AdagioBidAdapter test coverage
    
    * Add features detection in Adagio adapter
    
    * Fix adagioBidAdapter tests
    
    * Add featuresVersion field to bidRequest
    
    * Refacto adagio.queue
    
    * Expose versions in ADAGIO namespace
    
    * Generate a ADAGIO.pageviewId if missing
    
    * Move ad-server events tracking to adagioBidAdapter
    
    * Store adUnitCodes in ADAGIO namespace
    
    * Update documentation
    
    Better description of test parameters.
    
    * Add internal array to prevent empty pbjs.adUnits
    
    * Be sure to access to window.top - does not work in safe-frame env
    
    * Add PrintNumber feature
    
    * Be sure to compute features on window.top
    
    * Bump versions
    
    * Add Post-Bid support
    
    - ad-server events are listen in current window (instead of window.top)
    - a new "outerAdUnitElementId" property is set to ADAGIO.pbjsAdUnits array in case of Post-Bid scenario. This property is the 1st parent element id attribute of the iframe in window.top.
    
    * Set pagetype param as optional
    
    * Add AdThink ad-server support
    
    * Improve internal `pbjsAdUnits.sizes` detection
    
    Use the adUnit `mediaTypes.banner.sizes` property if exists to build the `ADAGIO.pbjsAdUnits.sizes`.
    The use of the `sizes` root property is deprecated.
    
    * adagioAnalyticsAdapter: add and improve tests
    
    * adagioBidAdapter: add and improve tests
    
    # Conflicts:
    #	modules/adagioBidAdapter.js
    #	test/spec/modules/adagioBidAdapter_spec.js
    
    * adagioBidAdapter: Bump version 1.5
    
    * Adagio: fix import path
    
    * PostBid: insure window.top is accessible for specifics functions
    
    * Consistency: use Prebid.js utils and fix deprecated
    
    * PostBid: do not build a request if in safeframe
    
    * Bump version 2.0.0
    
    * Try to fix tests without UA stubing
    
    * Try to fix adagioAnalytics failling tests on CI
    
    * Consistency: use Prebid loadExternalScript()
    
    * Add "adagio" to Prebid.js adloader vendor whitelist
    
    * Remove proprietary ad-server listeners
    
    * Add RSA validation to adagio external script
    
    * add viewdeosDX whitelabel (#4231)
    
    * add viewdeosDX hitelabel
    
    * Fixed tests and support for sizes
    
    * Fix strings
    
    * Fix strings
    
    * remove only
    
    * Fix tests
    
    * fix codereview
    
    * Fix test + Code review
    
    * code review + tests
    
    * One video display ad (#4344)
    
    * outstream changes
    
    * removing global filtet
    
    * reverting page
    
    * message
    
    * adapter change
    
    * remove space
    
    * testcases
    
    * testpage
    
    * spaces for test page
    
    * renderer exist case
    
    * reverting package-lock.json
    
    * adding schain object
    
    * adding tagid
    
    * syntaxx error fix
    
    * video.html
    
    * space trailing
    
    * space
    
    * tagid
    
    * inventoryId and placement
    
    * rewarded video
    
    * added unit test case
    
    * testing display ad
    
    * adding banner
    
    * validating banner object
    
    * display=1 changes
    
    * checking whether diplsy == 1
    
    * html page change
    
    * reverting video.html
    
    * adding more test cases
    
    * spaces
    
    * md file change
    
    * updated working oneVideoBidAdapter.md file
    
    * Update oneVideoBidAdapter.md
    
    * Update oneVideoBidAdapter.md
    
    * updated the file with both video params and banner
    
    * Update video.html
    
    * fix double-urlecoded referrer (#4386)
    
    * fix double-urlecoded referer (#4388)
    
    * PulsePoint Adapter - update for ttl logic (#4400)
    
    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per https://github.com/prebid/Prebid.js/issues/509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing https://github.com/prebid/Prebid.js/issues/866
    
    * Minor fix
    
    * Adding mandatory parameters to Bid
    
    * Using the TTL from the bid.ext
    
    * Minor refactor
    
    * IdentityLink - add logic for sending consent string (#4346)
    
    * Fix adagio analytics adapter circleci (#4409)
    
    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * update changed default value of netRevenue to true
    
    * update to skip broken circleci tests
    
    * skip all
    
    * Feature/7xbid remove unneeded params (#4402)
    
    * 7xbid adapter
    
    * fix error when cli build
    
    * remove unneeded params
    
    * Empty commit
    
    * Empty commit
    
    * Remove none ssl (#4406)
    
    * adding DMX
    
    test @97%, two files added one updated
    
    * Update districtm_spec.js
    
    * Update districtmDMX.js
    
    * adding all districtm needed file
    
    * remove legacy file
    
    * remove typo || 0 in the test method
    
    * force default to return a valid width and height
    
    * update unit test code for failing test
    
    * changed class for an object
    
    * remove package-lock.json
    
    * change file name for dmx adapter
    
    * renamed files
    
    * restaure package-lock.json
    
    * update to last package-lock state
    
    * update gdpr user consent
    
    * fix sizes issue
    
    * Documentation updates
    
    Adding the readme.md info
    
    * update file name and update unit testing import file location
    
    * current machine state
    
    * lint correction
    
    * remove variable assigment duplicate
    
    * remove none ssl element from all request]
    
    * fixed reference to global object (#4412)
    
    * ucfunnel adapter support supply chain (#4383)
    
    * Add a new ucfunnel Adapter and test page
    
    * Add a new ucfunnel Adapter and test page
    
    * 1. Use prebid lib in the repo to keep updated
    2. Replace var with let
    3. Put JSON.parse(JSON.stringify()) into try catch block
    
    * utils.getTopWindowLocation is a function
    
    * Change to modules from adapters
    
    * Migrate to module design
    
    * [Dev Fix] Remove width and height which can be got from ad unit id
    
    * Update ucfunnelBidAdapter to fit into new spec
    
    * Correct the endpoint. Fix the error of query string
    
    * Add test case for ucfunnelBidAdapter
    
    * Fix lint error
    
    * Update version number
    
    * Combine all checks on bid request
    
    * Add GDPR support for ucfunnel adapter
    
    * Add in-stream video and native support for ucfunnel adapter
    
    * Remove demo page. Add more test cases.
    
    * Change request method from POST to GET
    
    * Remove unnecessary comment
    
    * Support vastXml and vastUrl for video request
    
    * update TTL to 30 mins
    
    * Avoid using arrow function which is not discuraged in mocha
    
    * ucfunnel tdid support
    
    * ucfunnel adapter support supply chain
    
    * LiveIntent support in RP Adapter and PBS Adapter update to pass segments (#4303)
    
    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * update changed default value of netRevenue to true
    
    * added semi-colon
    
    * update eid source to use domain
    
    * update video oRTB with liveintent segments
    
    * update pbs adapter with liveintent segments support
    
    * update rp adapter liveintent support for fastlane
    
    * reverted package lock, fix for unintentional update
    
    * added unit tests for fastlane.json and ortb, fix to join segments with commas
    
    * fix obj property path data.tpid
    
    * update remove unnecessary function call
    
    * re-ordering query string params
    
    * Rubicon Adapter: Add multiple sizes to sizeMap (#4407)
    
    * Add Utils to remove item in LocalStorage (#4355)
    
    * Making originalCpm and originalCurrency fields in bid object always available (#4396)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * moving originalCurrency declaration from currency to bidderFactory
    
    * added a comment
    
    * trying to re-run the CI job
    
    * added unit test case
    
    * trying to re-run the CI job
    
    * Placement and inventory (#4353)
    
    * outstream changes
    
    * removing global filtet
    
    * reverting page
    
    * message
    
    * adapter change
    
    * remove space
    
    * testcases
    
    * testpage
    
    * spaces for test page
    
    * renderer exist case
    
    * reverting package-lock.json
    
    * adding schain object
    
    * adding tagid
    
    * syntaxx error fix
    
    * video.html
    
    * space trailing
    
    * space
    
    * tagid
    
    * inventoryId and placement
    
    * rewarded video
    
    * added unit test case
    
    * inventory_id and placement
    
    * removed unnecessary file
    
    * lint error
    
    * Update oneVideoBidAdapter.js
    
    * lint error fix
    
    * Fixes for Platform One Analytics Adapter (#4359)
    
    * Added Y1 Analytics Adapter
    
    * rename y1AnalyticsAdapter in yieldoneAnalyticsAdapter
    
    * Yieldone Bid Adapter: fixes from lint check
    
    * Yieldone Analytics Adapter: fix endpoint protocol
    
    * Added spec file for yieldone Analytics Adapter
    
    * Add adUnitName to analytics data for Yieldone Analytics Adapter
    
    * Fix yieldone Analytics Adapter to log only id from adUnitPath
    
    * Fix bug with timeout event in Yieldone Analytics Adapter
    
    * Added protocol to url (#4395)
    
    * initial commit
    
    * updated contact and tag details
    
    * changes ti support the renderers
    
    * changes to pass dimId
    
    * fixed names of internal mapping
    
    * added comment
    
    * added gdpr param to request and other fixes
    
    * modified api url
    
    * fix
    
    * fixed the secure api call
    
    * rolled back video event callback till we support it
    
    * updated doc with video details
    
    * added bid won and timeout pixel
    
    * added testcase for bid events
    
    * modified testcase
    
    * fixed the url logged
    
    * tag param values passed ot renderer
    
    * added a conditioal check
    
    * changes to support new param to adserver for purpose of tracking
    
    * passed param to renderer
    
    * missing variable defined
    
    * added protocol to url
    
    * fixed test for protocol
    
    * changed urls to secure only
    
    * Update emoteev endpoints (#4329)
    
    * JustPremium: Update to Prebid 3.0 (#4410)
    
    * Update underdogmedia adapter for pbjs 3.0 (#4390)
    
    * Update underdogmedia adapter for pbjs 3.0
    
    * Ensure request to endpoint is secure
    
    * Update prebid version
    
    * Lint fix
    
    * Update Consumable adapter for Prebid.js 3.0 (#4401)
    
    * Consumable: Clean up tests.
    
    * Consumable: Update use of deprecated function.
    
    * Consumable: Read sizes from mediaTypes.banner.sizes.
    
    * Consumable: Fix lint violation.
    
    * CriteoId User Module (#4287)
    
    * Add CriteoId module
    
    * Update the return type of getId in Criteo Id module
    
    Changes:
    - Use of url parsing function from url lib
    - Update the return type of getId()
    - Update the jsdoc to reflect the real return types
    
    * Fix failing tests for Criteo user module
    
    * Add CriteoIdSystem submodule to .submodule.json.
    
    * 2019/10/18 Create Mobsmart bidder adapter (#4339)
    
    * Adpod deal support (#4389)
    
    * Adpod deal support
    
    * Replacing filterBids with minTier
    
    * fix potential issue
    
    * remove querystringify package (#4422)
    
    * Browsi real time data module (#4114)
    
    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * Prebid 2.39.0 Release
    
    * increment pre version
    
    * OpenX Adapter: Prebid 3.0 Compatibility Update (#4413)
    
    * Removed usage of deprecated functions
    * Removed beacons
    * Banner sizes now reads from bidRequest.mediaTypes.banner.sizes instead of bidRequest.sizes
    * Updated tests to reflect changes.
    
    * GumGum: use mediaTypes.banner.sizes (#4416)
    
    * adds digitrust module, mods gdpr from bool to int
    
    * update unit test
    
    * only send gdprconsent if present
    
    * uses mediaTypes before trying bidRequest sizes
    
    * removes use of deprecated method
    
    * RTBhouse Bid Adapter update for 3.0 (#4428)
    
    * add viewable rendering format (#4201)
    
    * Feature/adapter (#4219)
    
    * feat(bidrequest): code for making bidrequest
    
    * feat(bidresponse): format and return the response
    
    * feat(tests): added tests for adapter
    
    * feat(docs): added docs for the adapter
    
    * refactor(url): changed adserver url
    
    * test(user sync): added unit tests for the user syncs
    
    * refactor(endpoint): changed endpoint for prebid
    
    * refactor(endpoint): changed endpoint for prebid
    
    * doc(tagid): mandatory param definition added
    
    * fix(imp id): fix for correct impression id
    
    * fix(width/height): fix for correct width and height sequence
    
    * PulsePoint Bid Adapter: Support for schain (#4433)
    
    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per https://github.com/prebid/Prebid.js/issues/509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing https://github.com/prebid/Prebid.js/issues/866
    
    * Minor fix
    
    * Adding mandatory parameters to Bid
    
    * ET-5938 SupplyChain Object Support
    
    * Formatting
    
    * Code review
    
    * Code review
    
    * Fix to currency parsing on response
    
    * Add supply chain support for Teads adapter (#4420)
    
    * Rubicon: support SupplyChain (schain) (#4315)
    
    * Add microadBidAdapter
    
    * Remove unnecessary encodeURIComponent from microadBidAdapter
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Correct procudtion endpoint for prebid
    
    * analytics update with wrapper name
    
    * reverted error merge
    
    * update changed default value of netRevenue to true
    
    * Starting schain
    
    * More tests for banner schain support
    
    * Video tests
    
    * Encoding tweaks, required fields and comments
    
    * Removed .only() from tests
    
    * Change requests per Bret
    
    * Add 1ad4good bidder (#4081)
    
    * adding bidder code and
    
    A bidder for non-profit free ads.
    more info about this bidder project can be found on project site
    http://1ad4good.org
    
    * removed unused code
    
    test coverage is improved to >80%
    tested for instream video support
    
    * removed some legacy code, unused params
    
    * hardcoding https to endpoint
    
    * Improve Digital adapter fix: don't send sizes for instream video (#4427)
    
    * Bid floor, https, native ad update
    
    * Update the ad server protocol module
    
    * Adding referrer
    
    * Improve Digital support for video
    
    * Improve Digital adapter: video
    
    * adapter version -> 6.0.0
    
    * Improve Digital adapter: don't send sizes for video
    
    * Fix a typo in code comment (#4450)
    
    * Inventory id and schain support for display (#4426)
    
    * supporting schain
    
    * Update coinzillaBidAdapter.js (#4438)
    
    Update sizes const.
    
    * Support schain in ZEDO adapter (#4441)
    
    
    * changes to pass schain
    
    * PubMatic supporting updated Criteo User Id module (#4431)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * PubMatic supporting updated Criteo User Id module
    
    * added a comment to re-start CI
    
    * Remove duplicate param to fix unit tests (#4459)
    
    * Brightcom Bid Adapter update for 3.0 (#4343)
    
    * add support for min_height field in pbs native requests (#4434)
    
    * Supporting Alias via Video Requests (#4460)
    
    * New adapter Proxistore (#4365)
    
    * add test adapter and documentation
    
    * integration test with hello_world
    
    * reset package-lock.json
    
    * delete useless conditionnal
    
    * make integrate test work
    
    * revert hello-world
    
    * revert hello_world
    
    * fix descriptor
    
    * change adUnits for integration test
    
    * remove proxistore widget
    
    * uncomment file
    
    * change sizes
    
    * remove useless script tag
    
    * Implementation of setBidderConfig and bidder-specific data (#4334)
    
    * initial implementation of setBidderConfig
    
    * fix ie11 test errors
    
    * Support new setBidderConfig format. Include props from both config and bidderConfig in _getConfig
    
    * Use core-js Set to avoid issues with IE
    
    * Fix tests in IE
    
    * put registerSyncs back on bidderFactory
    
    * run bidder event methods with bidder config enabled
    
    * Prebid 2.40.0 Release
    
    * Increment pre version
    
    * Conversant Bid Adapter checks pubcid directly (#4430)
    
    * Cookie Sync functionality (#4457)
    
    * changing PID param value for testing
    
    * cookie sync integration
    
    * merge from upstream
    
    * Staq Adapter: update with meta envelope (#4372)
    
    * initial dev
    
    * fix staq adapter name
    
    * fix hello world staq call
    
    * get hello world working again
    
    * add user agent collection
    
    * fix some unite tests
    
    * Add STAQ Analytics Adapter doc
    
    * clean up hello world
    
    * fix tests to play nice with browserstack
    
    * fix around issues with browserstack and deep equals of objects
    
    * dump variable env testing since we can't mod user agent stuff in browserstack
    
    * Update STAQ adapter to stop using deprecated utils for referrer
    
    * remove package-lock.json changes via master rebase
    
    * improve call frequency for ref util
    
    * change ajax content type
    
    * adjust ajax request to not expect whitelisting
    
    * remove superflous commented-out code
    
    * update event package to use meta information in envelope rather than per event basis
    
    * fix formatting
    
    * more formatting fixes
    
    * more formatting!
    
    * Rhythmone Adapter - schain support (#4414)
    
    Circle CI failing tests are not related to this PR.
    
    * Media.net Adapter: Support Prebid 3.0 (#4378)
    
    * Media.net Adapter: Support Prebid 3.0
    
    * Media.net Adapter: add tests to increase code coverage
    
    * Vi Adapter: Passes additional param in the bid request (#4134)
    
    * Add focus check
    
    (cherry picked from commit 9d6d6dfb83580d6a5ffed8faa5762db48f8fd44d)
    
    * Pass focus as numeric value
    
    (cherry picked from commit 9fae56a637f87b0d39cc1d24eeb1f9ff9df88f64)
    
    * Add unit test
    
    (cherry picked from commit 946710f2e9960b3839613d4bdf730e57ba38a964)
    
    * Sovrn adapter updates: schain, digitrust, pixel syncing, and 3.0 upgrades (#4385)
    
    * schain and digitrust
    
    * pixel beacons
    
    * unit tests and fixes from testing
    
    * Prebid 3.0 updates
    
    * review fix
    
    * use backwards compatible flatMap impl
    
    * update pixel tests
    
    * unit test fix
    
    * update one more url to ssl
    
    * fixed test
    
    * review updates
    
    * TheMediaGrid Bid Adapter update (#4447)
    
    * Added Grid Bid Adapter
    
    * remove priceType from TheMediaGrid Bid Adapter
    
    * Add video support in Grid Bid Adapter
    
    * Added test parameter for video slot
    
    * update Grid Bid Adapter to set size in response bid
    
    * Update Grid Bid Adapter to support identical uids in parameters
    
    * Fix typo in test file for Grid Bid Adapter
    
    * Update The Grid Media Bidder Adapter to send refererInfo.referer as 'u' parameter in ad request
    
    * Hotfix for referrer in Grid Bid Adapter
    
    * Grid Bid Adapter: added wrapperType and wrappweVersion to the ad request
    
    * TheMediaGrid Bid Adapter: added sync url
    
    * TheMediaGrid Bid Adapter: added GDPR params to sync url
    
    * TheMediaGrid Bid Adapter: added tests for getUserSyncs function
    
    * Conversant Bid Adapter adds support for extended ids (#4462)
    
    * Adkernel 3.0 compatibility (#4477)
    
    * Rubicon Adapter pchain support (#4480)
    
    * rubicon pchain support
    
    * removed describe.only
    
    * Implemented changes required to provide support for video in the IX bidding adapter for Instream and Outstream contexts. (#4424)
    
    * Default size filter & KVP support (#4452)
    
    * adding DMX
    
    test @97%, two files added one updated
    
    * Update districtm_spec.js
    
    * Update districtmDMX.js
    
    * adding all districtm needed file
    
    * remove legacy file
    
    * remove typo || 0 in the test method
    
    * force default to return a valid width and height
    
    * update unit test code for failing test
    
    * changed class for an object
    
    * remove package-lock.json
    
    * change file name for dmx adapter
    
    * renamed files
    
    * restaure package-lock.json
    
    * update to last package-lock state
    
    * update gdpr user consent
    
    * fix sizes issue
    
    * Documentation updates
    
    Adding the readme.md info
    
    * update file name and update unit testing import file location
    
    * current machine state
    
    * lint correction
    
    * remove variable assigment duplicate
    
    * adding logic upto5
    
    * adding support for removing and shuffle sizes
    
    * adding array split test
    
    * re-assign none standard size to the request
    
    * resolve duplicate format inside format array
    
    * update .md and adaptor file for KVP support
    
    * remove array helper includes
    
    * inforce two digit after decimal
    
    * RUn error check nothing on my side but error form another adapter
    
    * add id5id to prebid server bid adapter (#4468)
    
    * Added _pbjsGlobals for tracking renames. Resolves #4254 (#4419)
    
    * Feature/smart video (#4367)
    
    * Adding outstream video support.
    
    * Fixing unit test.
    
    * Adding video instream support.
    
    * Handling video startDelay parameter.
    
    * Improving unit tests.
    
    * Fixing indent.
    
    * Handling the request when videoMediaType context is not supported.
    
    * Changing maintainer mail address.
    
    * Remove video outstream specific code.
    
    * Unit test updated.
    
    * do not select element that gets removed after dfp render (#4423)
    
    * add smms adapter (#4439)
    
    * add smms adapter
    
    * re-run ci, why adigo adapter failed??
    
    * review comments fix, remove deprecated functions, fix unit test
    
    * Prebid 2.41.0 release
    
    * Increment pre version
    
    * adds schain param (#4442)
    
    * Create newborntownWeb adapter (#4455)
    
    * Create newborntownWeb adapter
    
    * only https protocol
    
    * Provide criteoId to server by user.ext.eids (#4478)
    
    * ucfunnel adapter fix error message in debug mode (#4338)
    
    * Add a new ucfunnel Adapter and test page
    
    * Add a new ucfunnel Adapter and test page
    
    * 1. Use prebid lib in the repo to keep updated
    2. Replace var with let
    3. Put JSON.parse(JSON.stringify()) into try catch block
    
    * utils.getTopWindowLocation is a function
    
    * Change to modules from adapters
    
    * Migrate to module design
    
    * [Dev Fix] Remove width and height which can be got from ad unit id
    
    * Update ucfunnelBidAdapter to fit into new spec
    
    * Correct the endpoint. Fix the error of query string
    
    * Add test case for ucfunnelBidAdapter
    
    * Fix lint error
    
    * Update version number
    
    * Combine all checks on bid request
    
    * Add GDPR support for ucfunnel adapter
    
    * Add in-stream video and native support for ucfunnel adapter
    
    * Remove demo page. Add more test cases.
    
    * Change request method from POST to GET
    
    * Remove unnecessary comment
    
    * Support vastXml and vastUrl for video request
    
    * update TTL to 30 mins
    
    * Avoid using arrow function which is not discuraged in mocha
    
    * ucfunnel tdid support
    
    * ucfunnel fix error message in debug mode
    
    * explicitly check undefined to allow falsey values in getConfig (#4486)
    
    * Conversant Bid Adapter handles vast xml (#4492)
    
    * [feature] Add a config list of submodules that require refreshing the stored ID after each bid request (#4325)
    
    * add a feature to always refresh stored id on each bid request for submodules that require that
    
    * update test comments
    
    * Prebid 2.42.0 Release
    
    * Increment pre version
    
    * Make adhese adapter prebid 3.0 compatible (#4507)
    
    * Added 'adhese' attribute to bid that contains meta data - Jira AD-2642
    
    * added DALE to adhese determination
    
    * extra config option: no format, but use size array as format string
    
    * Read sizes from mediaTypes.banner.sizes + Apply Eslint suggestions
    
    * Use map and join, add originData to response
    
    * properly use originData obj
    
    * Remove duplicated ids
    
    * Update tests
    
    * BugFix: Site id missing (#4467)
    
    * outstream changes
    
    * removing global filtet
    
    * reverting page
    
    * message
    
    * adapter change
    
    * remove space
    
    * testcases
    
    * testpage
    
    * spaces for test page
    
    * renderer exist case
    
    * reverting package-lock.json
    
    * adding schain object
    
    * adding tagid
    
    * syntaxx error fix
    
    * video.html
    
    * space trailing
    
    * space
    
    * tagid
    
    * inventoryId and placement
    
    * rewarded video
    
    * added unit test case
    
    * adding site id
    
    * adding placement and siteis
    
    * site id param test case
    
    * removing deprecated functions
    
    * correcting test cases
    
    * indentation
    
    * test cases fix
    
    * Add new bid adaptor alias
    
    Co-authored-by: jsnellbaker <31102355+jsnellbaker@users.noreply.github.com>
    Co-authored-by: Jozef Bartek <31618107+jbartek25@users.noreply.github.com>
    Co-authored-by: koji-eguchi <50477903+DAC-KOJI-EGUCHI@users.noreply.github.com>
    Co-authored-by: Telaria Engineering <36203956+telariaEng@users.noreply.github.com>
    Co-authored-by: Mike Chowla <mike.chowla@pubmatic.com>
    Co-authored-by: robdubois <53589945+robdubois@users.noreply.github.com>
    Co-authored-by: sumit116 <sharmasumit116@gmail.com>
    Co-authored-by: nwlosinski <norbert.wlosinski@gmail.com>
    Co-authored-by: Bret Gorsline <bgorsline@rubiconproject.com>
    Co-authored-by: bretg <bgorsline@gmail.com>
    Co-authored-by: Artem Seryak <artem.seryak@umbrellait.com>
    Co-authored-by: Jonathan Mullins <mondojono@gmail.com>
    Co-authored-by: htang555 <htang555@gmail.com>
    Co-authored-by: Bryan DeLong <ananon@gmail.com>
    Co-authored-by: dpapworth-qc <50959025+dpapworth-qc@users.noreply.github.com>
    Co-authored-by: DeepthiNeeladri <deepthi.sravanaqa@gmail.com>
    Co-authored-by: Harshad Mane <harshad.mane@pubmatic.com>
    Co-authored-by: Roman <thecyric@gmail.com>
    Co-authored-by: Neelanjan Sen <14229985+Fawke@users.noreply.github.com>
    Co-authored-by: Margaret Liu <margs.liu@gmail.com>
    Co-authored-by: TJ Eastmond <tj.eastmond@gmail.com>
    Co-authored-by: Robert Ray Martinez III <rrmartinez1552@gmail.com>
    Co-authored-by: Jason Snellbaker <jsnellbaker@appnexus.com>
    Co-authored-by: JonGoSonobi <jgo@sonobi.com>
    Co-authored-by: Vladimir Fedoseev <vl.fedoseev@gmail.com>
    Co-authored-by: DJ Rosenbaum <djrosenbaum@gmail.com>
    Co-authored-by: Alex Khmelnitsky <alexkh13@gmail.com>
    Co-authored-by: adxpremium <55161519+adxpremium@users.noreply.github.com>
    Co-authored-by: Jimmy Tu <jimee02@users.noreply.github.com>
    Co-authored-by: Pierre-Antoine Durgeat <pa.durgeat@adventori.com>
    Co-authored-by: Eric Harper <eharper@rubiconproject.com>
    Co-authored-by: ujuettner <udo.juettner@gmail.com>
    Co-authored-by: Dan Bogdan <43830380+EMXDigital@users.n…
    Configuration menu
    Copy the full SHA
    e065e87 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. adot: add publisher id retrieval from bidder config (#5928)

    Co-authored-by: Maxime Lequain <maxime.lequain@adotmob.com>
    mlequain and Maxime Lequain authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    7d97720 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Lemma bid adapter: Add user sync support (#5934)

    * lemmaBidAdapter.js
    
    Added lemma bid adapter file
    
    * lemmaBidAdapter.md
    
    Added lemma bid adapter md file
    
    * lemmaBidAdapter_spec.js
    
    Added lemma bid adapter test spec file
    
    * Update lemmaBidAdapter.js
    
    Fixed automated code review alert comparison between inconvertible types
    
    * Update lemmaBidAdapter.js
    
    Fixed review changes
    
    * Update lemmaBidAdapter.md
    
    Correct parameter value.
    
    * Update lemmaBidAdapter.js
    
    Lemma Bid Adapter - v3.0 compliance
    
    * Update lemmaBidAdapter_spec.js
    
    Lemma Bid Adapter - v3.0 compliance
    
    * Update lemmaBidAdapter.md
    
    Lemma Bid Adapter - v3.0 compliance
    
    * Update lemmaBidAdapter.js
    
    Added user sync support into bid adapter.
    
    * updated include modules file extension.
    
    updated include modules js file extension.
    
    * Update lemmaBidAdapter_spec.js
    
    Added unit test for user sync feature.
    
    * Update lemmaBidAdapter.js
    
    Fixed format error.
    
    * Update lemmaBidAdapter_spec.js
    
    Fixed format error and typo error.
    lm-abhijit authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    2b0bd53 View commit details
    Browse the repository at this point in the history
  2. ID Library (#5863)

    * ID Library
    
    * build fix
    
    * build fix
    
    * build fix
    
    * build fix
    
    * Fixing review comments
    
    * Fixing review comments (debounce, full body scan option
    
    * Fixing review comments (var declaration, strict check)
    
    * Fixing space
    
    Co-authored-by: skocheri <skocheri@rubiconproject.com>
    SKOCHERI and skocheri authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    954acdb View commit details
    Browse the repository at this point in the history
  3. Zeta-Prebid (#5813)

    * Submit Zeta Adapter to Prebid
    
    * comments addressed
    
    * demo changes
    
    * additional polishing
    
    * additional polishing
    
    * Update hello_world.html
    
    * remove extraneous changes to hello_world.html
    
    * no, really this time
    
    * additional polishing
    
    * add unit test
    
    * stop tracking package-lock.json
    
    * stop tracking package-lock.json
    
    * stop tracking, please
    
    * Submit Zeta Adapter
    
    * refactor bidder_code value
    
    * fix markdown bidder code and include definerId in request
    mwehr-zeta authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    17beca2 View commit details
    Browse the repository at this point in the history
  4. Prebid 4.16.0 Release

    robertrmartinez committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d5c2c8f View commit details
    Browse the repository at this point in the history
  5. Increment pre version

    robertrmartinez committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    ef7fb86 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. [AD-1043] JW Player RTD - add targeting info to bid.rtd (#5950)

    * adds targeting to rtd
    
    * updates tmg module
    
    * updates unit tests
    
    * shortens realTimeData
    
    * updates grid adapter for rtd
    
    Co-authored-by: karimJWP <karimJWP@github.com>
    karimMourra and karimJWP authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    09468bf View commit details
    Browse the repository at this point in the history
  2. Update pubCommonIdSystem.js

    adding Prebid GVLID to getStorageManager function
    jdwieland8282 authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    5f36be9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Update pubCommonIdSystem.js (#5974)

    * Update pubCommonIdSystem.js
    
    adding GVLID to pubCommonIdSubmodule definition
    
    * Update pubCommonIdSystem.js
    
    adding GVLID to pubCommonIdSubmodule definition
    
    * Update pubCommonIdSystem.js
    
    removing duplicate reference to GVLID in pubCommonIdSubmodule defintion
    
    * Update pubCommonIdSystem.js
    
    fixing typo on ln 23 GLVID --> GVLID
    
    * Update pubCommonIdSystem.js
    
    fixing typos,
    
    * Update pubCommonIdSystem.js
    
    removing trailing white space
    
    * Update pubCommonIdSystem.js
    
    removing trailing white space
    jdwieland8282 authored Nov 15, 2020
    Configuration menu
    Copy the full SHA
    92a9a09 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. [CriteoId] Add local storage check and migrate cookie check to use St…

    …orageManager API (#5953)
    
    * [CriteoId] Check if local storage is writable.
    
    * [CriteoId] Check cookies are writable using StorageManager
    
    Co-authored-by: Jesus Alberto Polo Garcia <ja.pologarcia@criteo.com>
    jesusalber1 and Jesus Alberto Polo Garcia authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    840c04d View commit details
    Browse the repository at this point in the history
  2. Audigent RTD configurable per-bidder segment mappings (#5903)

    * configurable per bidder segment mappings, optional segment caching, documentation update
    
    * rubicon->appnexus in docs
    
    * apply fpd convention, remove publisher defined mappers, add unit tests, fixes
    
    * segment mapping arr->dict
    
    * add fpd data to bids
    
    * update audigent tests
    
    * openrtb fpd data descriptions, update docs, more tests
    
    * update docs, update integration example
    
    * integration update
    
    * documentation table update
    
    * add examples of adding and overriding segment mappers
    
    * fix documentation
    
    * add contact verbiage
    
    * requestParams object type
    
    * brand rtd provider
    
    * update appnexus segment function
    
    * support numerical segments for appnexus
    
    * no default appnexus segments
    
    * update url
    
    * update gpt example
    
    * conditionally set bid segments for generic
    
    * fixes for integration example
    
    * update integration example
    
    * add appnexus handler override
    Anthony Lauzon authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    fb32955 View commit details
    Browse the repository at this point in the history
  3. added feature/getNoBidsForAdUnitCode function (#5932)

    * added feature/getNoBidsForAdUnitCode function
    
    * added unit test
    r-schweitzer authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    ac686e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4a194c View commit details
    Browse the repository at this point in the history
  5. Update for Qwarry bid adapter: onBidWon hotfix (#5955)

    * qwarry bid adapter
    
    * formatting fixes
    
    * fix tests for qwarry
    
    * qwarry bid adapter
    
    * add header for qwarry bid adapter
    
    * bid requests fix
    
    * fix tests
    
    * response fix
    
    * fix tests for Qwarry bid adapter
    
    * add pos parameter to qwarry bid adapter
    
    * qwarryBidAdapter onBidWon hotfix
    
    Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com>
    Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com>
    3 people authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    a126dcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1664f4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5aa0fe6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. update quantcastBidAdapter to pass quantcast fpa in the bid request (#…

    …5947)
    
    * update quantcastBidAdapter to pass quantcast fpa in the bid request
    
    * remove empty line from lunamediahBidAdapter
    
    * pass quantcast vendor id when obtaining storage manager
    mckurt authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    c04bd6d View commit details
    Browse the repository at this point in the history
  2. improve console ogging of user id module by listing all user id modul…

    …es that have been enabled (#5975)
    smenzer authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    fe7acf8 View commit details
    Browse the repository at this point in the history
  3. Add IdentityLink support to Beachfront adapter (#5977)

    * add IdentityLink support to beachfront adapter
    
    * bump adapter version
    
    Co-authored-by: John Salis <johnsalis@beachfrontmedia.com>
    jsalis and John Salis authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f6e3465 View commit details
    Browse the repository at this point in the history
  4. Vidazoo Adapter: Feature/spec-gvlid (#5980)

    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(module): expose spec gvlid
    
    Co-authored-by: roman <shmoop207@gmail.com>
    uditalias and shmoop207 authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f47287e View commit details
    Browse the repository at this point in the history
  5. Update sharedIdSystem.js with GVLID (#5988)

    adding GVLID variable and spec definition, will come back and add it to getStorageManager once if I find that function referenced in the sharedid module.
    jdwieland8282 authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    842f21c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18afadd View commit details
    Browse the repository at this point in the history
  7. Fix request size validate (#5951)

    * add relaido adapter
    
    * remove event listener
    
    * fixed UserSyncs and e.data
    
    * fix conflicts
    
    * fixed request flow
    
    use cookie instead of local storage
    
    validate video size
    
    Co-authored-by: ishigami_shingo <s.ishigami@relaido.co.jp>
    Co-authored-by: cmertv-sishigami <s.ishigami@cmertv.com>
    Co-authored-by: t_bun <t.bun@cmertv.com>
    4 people authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    b73ab25 View commit details
    Browse the repository at this point in the history
  8. Prebid Server Bid Adapter: Expose errors and server response times al…

    …ways (#5866)
    
    * Expose pbs reported errors
    Expose serverLatencyMillis always
    
    * clean up logic for other weird edge case
    
    * review comment for make function
    
    * not sure how parenthesis got there
    robertrmartinez authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    96989ca View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Between: schain support was added (#5982)

    Co-authored-by: Ignat Khaylov <khaylov@betweenx.com>
    ignat-one and Ignat Khaylov authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    71e9cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efbc9d3 View commit details
    Browse the repository at this point in the history
  3. Add consent to sync url (#5981)

    * 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
    
    Co-authored-by: minoru katogi <mkatogi@gmail.com>
    Co-authored-by: minoru katogi <m_katogi@hotmail.com>
    Co-authored-by: ADman Media <admanmedia@users.noreply.github.com>
    Co-authored-by: SmartyAdman <adman@localhost.localdomain>
    5 people authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    da87e57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c308898 View commit details
    Browse the repository at this point in the history
  5. Prebid 4.17.0 Release

    Eric Harper committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    8340be8 View commit details
    Browse the repository at this point in the history
  6. Increment pre version

    Eric Harper committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    a84b4e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Instream video support for Yieldmo adapter (#5973)

    Co-authored-by: Dmitriy Labuzov <dlabuzov@yieldmo.com>
    arconamagi and ym-dlabuzov authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    57fb14c View commit details
    Browse the repository at this point in the history
  2. PubxAi analytics adapter (#5915)

    * Added PubxAi analytics adapter
    
    * Updated Pubxai Analytics Adapter documentation
    
    * Updated test cases
    
    * Fixed issues with test cases
    
    * Updated deviceType and platform in the specs to fix browserstack errors
    
    * Updated documentation with description of each property
    
    * Updated hostname in the documentation
    
    Co-authored-by: Phaneendra Hegde <phaneendra.hegde@gmail.com>
    pnh-pubx and pnhegde authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d5a08ce View commit details
    Browse the repository at this point in the history
  3. init bizzclick prebid.js adapter (#5914)

    * init bizzclick prebid.js adapter
    
    * increase test coverage
    
    * init bizzclick prebid.js adapter
    
    * increase test coverage
    
    * fix linting
    BizzClick authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    6fea844 View commit details
    Browse the repository at this point in the history
  4. Appnexus: Update maintainer (#5987)

    * Update maintainer
    
    * change maintainer
    
    Co-authored-by: Jaimin Panchal <email@example.com>
    Co-authored-by: fawke <neelanjan.sen@gmail.com>
    3 people authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    172df7f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Fix import warning for webpack 5 (#5933)

    Webpack 5 emits a warning when importing named exports from json files:
    
    ```
    "WARNING in ../../node_modules/prebid.js/src/secureCreatives.js 15:16-30
    Should not import the named export 'EVENTS'.'BID_WON' (imported as 'EVENTS') from default-exporting module (only default export is available soon)"
    ```
    
    Co-authored-by: Garth Poitras <411908+gpoitch@users.noreply.github.com>
    Co-authored-by: gpoitch <garth22@gmail.com>
    3 people authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    578213c View commit details
    Browse the repository at this point in the history
  2. PulsePoint Adapter: Fixing issue with multi-format requests (#5995)

    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per #509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing #866
    
    * Minor fix
    
    * Adding mandatory parameters to Bid
    
    * APPS-3793: Fixing multi-format request issue
    
    * Added test
    anand-venkatraman authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    c98a633 View commit details
    Browse the repository at this point in the history
  3. Fix/test code set cookie (#5996)

    * add relaido adapter
    
    * remove event listener
    
    * fixed UserSyncs and e.data
    
    * fix conflicts
    
    * use storage Class
    
    Co-authored-by: ishigami_shingo <s.ishigami@relaido.co.jp>
    Co-authored-by: cmertv-sishigami <s.ishigami@cmertv.com>
    Co-authored-by: t_bun <t.bun@cmertv.com>
    4 people authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    1e98aef View commit details
    Browse the repository at this point in the history
  4. Honour bidFloor key in params (#5999)

    Co-authored-by: monis.q <monis.q@media.net>
    monis0395 and monisq authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    04c941f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    8135e5d View commit details
    Browse the repository at this point in the history
  2. Add video response type param to Beachfront adapter (#6011)

    * add video response type param to beachfront bidder
    
    * run tests
    
    Co-authored-by: John Salis <johnsalis@beachfrontmedia.com>
    jsalis and John Salis authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    e5e899d View commit details
    Browse the repository at this point in the history
  3. fix appnexus segment field format (#6013)

    Anthony Lauzon authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    022bcea View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

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

Commits on Nov 24, 2020

  1. [Triplelift] Add advertiserDomains support (#5993)

    * Add IdentityLink support and fix UnifiedId.
    
    It appears we've been looking for UnifiedId userIds
    on the bidderRequest object, when they are found on bidRequests.
    This commit fixes that error, and adds support for IdentityLink.
    
    * change maintainer email to group
    
    * TripleLift: Sending schain (#1)
    
    * Sending schain
    
    * null -> undefined
    
    * Hardcode sync endpoint protocol
    
    * Switch to EB2 sync endpoint
    
    * Add support for image based user syncing
    
    * Rename endpoint variable
    
    * Add assertion
    
    * Add CCPA query param
    
    * Simplify check for usPrivacy argument
    
    * put advertiser name in the bid.meta field if it exists
    
    * update unit tests with meta.advertiserName field
    
    * Triplelift: FPD key value pair support (#5)
    
    * Triplelift: Add support for global fpd
    
    * don't filter fpd
    
    * adds coppa support back in
    
    * add gvlid, update validation method, add unit tests
    
    * remove advertiserDomains logic
    
    * typo
    
    * update _buildResponseObject to use new instream validation
    
    * add advertiserDomains support
    
    Co-authored-by: Will Chapin <wrchapin@gmail.com>
    Co-authored-by: colbertk <50499465+colbertk@users.noreply.github.com>
    Co-authored-by: David Andersen <davidwoodsandersen@gmail.com>
    Co-authored-by: colbertk <kcolbert@triplelift.com>
    Co-authored-by: Kevin Zhou <kzhou@triplelift.com>
    Co-authored-by: kzhouTL <43545828+kzhouTL@users.noreply.github.com>
    Co-authored-by: Sy Dao <iam.sydao@gmail.com>
    Co-authored-by: sdao-tl <49252703+sdao-tl@users.noreply.github.com>
    9 people authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8930be4 View commit details
    Browse the repository at this point in the history
  2. Browsi RTD provider docs (#5920)

    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * RTD docs
    omerDotan authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    015c48b View commit details
    Browse the repository at this point in the history
  3. Add Geoedge RTD provider submodule (#5869)

    * Add Geoedge RTD provider submodule
    
    * Add Geoedge RTD provider submodule accroding to RTD phase 3
    * Add tests
    * Add docs
    * Add integration example
    * Add as child module of RTD for easier builds
    
    * Update RTD submodule interface
    
    See https://docs.prebid.org/dev-docs/add-rtd-submodule.html
    
    * Update tests
    
    * Update integration example
    
    remove unnecessary param
    
    * Update docs
    
    * Update RTD submodule provider
    
    * Remove getConfig
    * Get params from init
    * Use beforeInit
    
    * Update docs
    
    Extend and document the wap param
    
    * Update tests
    
    * Remove unused config module
    
    * Update integreation example
    
    Relevant opening and inline comments
    
    * Update Geoedge RTD submodule provider
    
    * Hardcode HTTPS scheme
    * Rename to "donePreload" for clarity
    * Use regex to replace macros instead of loop
    
    * Update tests
    
    Preload request scheme is now always HTTPS
    
    * Remove integration example HTML page
    
    As for @Fawke request at #5869 (comment)
    
    Co-authored-by: daniel manan <mmndaniel@gmail.com>
    Co-authored-by: bretg <bgorsline@gmail.com>
    3 people authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1f24ee4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. sspBC adapter: update to v4.6 (notifications, user sync) (#5941)

    Update adapter to v4.6
    - add notification endpoint
    - send bidWon and onTimeout notifications
    - send CMP version to user sync endpoint
    
    Co-authored-by: Wojciech Biały <wb@WojciechBialy.local>
    wojciech-bialy-wpm and Wojciech Biały authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    678ffdf View commit details
    Browse the repository at this point in the history
  2. Appnexus - Send CriteoId in eids array. (#6025)

    * send criteo id in eids array
    
    * remove a line space
    Fawke authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    99fe1a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e202cf5 View commit details
    Browse the repository at this point in the history
  4. Admixer adapter update - add user syncs (#6024)

    * Migrating to Prebid 1.0
    
    * Migrating to Prebid 1.0
    
    * Fix spec
    
    * add gdpr and usp
    
    * remove changes in gdpr_hello_world.html
    
    * Update gdpr_hello_world.html
    
    add spaces
    
    * add user syncs
    
    * remove comments
    
    * tests
    
    Co-authored-by: atkachov <atkachov91@admixer.ua>
    Galphimbl and atkachov authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    1137a64 View commit details
    Browse the repository at this point in the history
  5. Add support for backupOnly option in mediaType video renderer (#5972)

    * Add support for `backupOnly` option in mediaType video renderer
    
    * Improve readability
    osazos authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    939c455 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. New mobfox prebid adapter (#5978)

    New mobfox prebid adapter
    mobfxoHB authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    18086e4 View commit details
    Browse the repository at this point in the history
  2. Update adkernelBidAdapter.js (#5957)

    * Update adkernelBidAdapter.js
    
    description: Prebid adbite Bidder Adaptor
    Host: cpm.adbite.com
    
    * Update adkernelBidAdapter_spec.js
    Avimobi authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    4b3faf4 View commit details
    Browse the repository at this point in the history
  3. RP Analytics Adapter update for UTM KVs (#5998)

    * RP Analytics Adapter update to scan URL query params to match 'utm_' params, convert to KV object format and pass data along as fpkvs. Unique query aram KVs will be added to the fpkvs object; whereas, query params will overwrite both matching KVs defined in localstorage or setConfig
    
    * Update to attempt to fix CircleCi errors
    
    * Update to use utils parseQS
    
    * Minor change to attempt to pass Safari tests
    
    * Switching spec logic to mock parseQS function as opposed to the window.location
    
    * Another attempt to determine Safari failure
    
    * Reverting last change and modifying fpkvs
    
    * Added sort to test to correctly evaluate on Safari browser and reverted back to windowLocation mock
    
    * Update to switch logic to utilize reduce()
    mmoschovas authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    a7beb57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57ef24a View commit details
    Browse the repository at this point in the history
  5. ID5 ID module - pass gdpr and usp parameters in body instead of query…

    …string (#6032)
    
    * move gdpr and usp parameters to the body rather than the querystring of calls to ID5
    
    * remove unnecessary variables
    smenzer authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    4638dff View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Prebidmanager analytics adapter: fix console error when utm is null a…

    …nd collect page info (#6002)
    
    * Fix PrebidManager analytics console error when utm data is null
    
    * collect pageInfo in PrebidManager analytics adapter
    
    * minor edit + add test for pageInfo in PrebidManager analytics adapter
    
    Co-authored-by: apuzanova <apuzanova@asteriosoft.com>
    Prebid-Manager and apuzanova authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6f147c6 View commit details
    Browse the repository at this point in the history
  2. Rp adapter unit tests - userid mod support (#5985)

    * ID5 support
    
    * ID5 support; tests passed
    
    * no-console:error
    
    * UserId catchall support
    
    * minor revision
    nickllerandi authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    d5f228b View commit details
    Browse the repository at this point in the history
  3. Read floor data in analytic + support for Criteo Id (#6003)

    * Livewrapped bid and analytics adapter
    
    * Fixed some tests for browser compatibility
    
    * Fixed some tests for browser compatibility
    
    * Changed analytics adapter code name
    
    * Fix double quote in debug message
    
    * modified how gdpr is being passed
    
    * Added support for Publisher Common ID Module
    
    * Corrections for ttr in analytics
    
    * ANalytics updates
    
    * Auction start time stamp changed
    
    * Detect recovered ad blocked requests
    Make it possible to pass dynamic parameters to adapter
    
    * Collect info on ad units receiving any valid bid
    
    * Support for ID5
    Pass metadata from adapter
    
    * Typo in test + eids on wrong level
    
    * Fix for Prebid 3.0
    
    * Fix get referer
    
    * http -> https in tests
    
    * Native support
    
    * Read sizes from mediatype.banner
    
    * Revert accidental commit
    
    * Support native data collection + minor refactorings
    
    * Set analytics endpoint
    
    * Support for app parameters
    
    * Fix issue where adunits with bids were not counted on reload
    
    * Send debug info from adapter to external debugger
    
    * SChain support
    
    * Send GDPR data in analytics request
    
    * video support
    
    Video support
    
    * Report back floor via analytic
    
    * Send auction id and adunit/bidder connection id
    
    * Criteo id support
    
    * Updated example
    
    * livewrapped Analytics Adapter info file
    bjorn-lw authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    0820790 View commit details
    Browse the repository at this point in the history
  4. Admixer adapter update - add deal id (#6042)

    * Migrating to Prebid 1.0
    
    * Migrating to Prebid 1.0
    
    * Fix spec
    
    * add gdpr and usp
    
    * remove changes in gdpr_hello_world.html
    
    * Update gdpr_hello_world.html
    
    add spaces
    
    * add user syncs
    
    * remove comments
    
    * tests
    
    * add-deal-id
    
    Co-authored-by: atkachov <atkachov91@admixer.ua>
    Galphimbl and atkachov authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    24cae18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2609a1b View commit details
    Browse the repository at this point in the history
  6. grid Bid Adapter: Fix empty bidfloor (#6031)

    * 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
    TheMediaGrid authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6963bb3 View commit details
    Browse the repository at this point in the history
  7. Add fabrick to eids file (#6022)

    * Add entry of fabrickId in Eids #6021
    
    * Add entry of fabrickId in Eids #6021
    
    * Add entry of fabrickId in Eids #6021
    
    * Add entry of fabrickId in Eids #6021
    
    Co-authored-by: Anderson, Ben <Ben.Anderson@team.neustar>
    andersonbd1 and Anderson, Ben authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    804d76c View commit details
    Browse the repository at this point in the history
  8. Added pubProvidedIdSystem to .submodules.json (#6056)

    Seemed to be missing, so added it.
    mkendall07 authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    1739faf View commit details
    Browse the repository at this point in the history
  9. Add getUserSync implementation into adapter (#6052)

    * Add getUserSync implementation into adapter
    Krushmedia authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    30fa056 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. .babelrc.js - changed IE target from 10 to 11 (#6035)

    IE 10 support was dropped a long time ago
    Slind14 authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a52e943 View commit details
    Browse the repository at this point in the history
  2. 6060 Fix for: Changing globalVarName causes gulp serve tests to fail (#…

    …6069)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * fixed the breaking test case when globalVarName is changed
    pm-harshad-mane authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    ca45244 View commit details
    Browse the repository at this point in the history
  3. update ttl value (#6041)

    * allow users to be sent to dmx even when gdpr is configured in prebid
    
    * Change default ttl value
    
    Change default ttl value for banner and video
    
    Co-authored-by: Menelik Tucker <menelik@districtm.net>
    Co-authored-by: Tucker <72400387+MenelikTucker-districtm@users.noreply.github.com>
    3 people authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    03ed221 View commit details
    Browse the repository at this point in the history
  4. oneVideo Adapter - Custom Key Value Pair targeting support (SAPR-1547…

    …8) (#6053)
    
    * Custom key value pair support
    
    * validate values are string or number terary
    
    * validate values are string or number if statement
    
    * custom key value pair unit tests
    
    * restored LiveIntentIdSystem failing unit tests
    
    * keep version 3.0.4
    
    * fix double quotes eslint
    
    * updated md file
    adam-browning authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    6d29360 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53b0ed0 View commit details
    Browse the repository at this point in the history
  6. Rubicon Bid Adapter remove rp_floor param if floor not set (#6062)

    * RP bid adapter update to not set rp_floor when floor param does not exist. Left logic to set rp_floor to value if above 0.01. If floor param exists and equals 0.01 or below, 0.01 will be passed
    
    * Updated floor logic to be if a value is set greater than or equal to 0.01 then pass it otherwise dont set rp_floor
    mmoschovas authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    bb501f0 View commit details
    Browse the repository at this point in the history
  7. Prebid 4.18.0 Release

    jsnellbaker committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    571c6a1 View commit details
    Browse the repository at this point in the history
  8. increment pre version

    jsnellbaker committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    b8eb346 View commit details
    Browse the repository at this point in the history
  9. LKQD: update adapter to include new parameters (#6033)

    * LKQD: update adapter to include new parameters
    
    * LKQD: update to use standardized coppa
    
    * LKQD: convert true to 1 for api
    david-carver authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    cfe9786 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. pubGENIUS bid adapter: support video (#6040)

    * pubGENIUS bid adapter: support video
    
    * update md doc to show more video params
    edmonl authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    19da021 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    ddebc4a View commit details
    Browse the repository at this point in the history
  2. adagioBidAdapter: add Video support (#6038)

    * adagioBidAdapter: add outstream video support
    
    * Lint: semi rule consistency
    
    * IE11 support: remove Array.includes()
    
    * Generate bidResponse.vastUrl based on vastXml dataUri encoding
    
    * Update .md file
    osazos authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    2b730a8 View commit details
    Browse the repository at this point in the history
  3. Not using utils.isEmpty on non objects (#6036)

    * Added telaria bid adapter
    
    * more documentation
    
    * Added more test cases. And improved some code in the adapter
    
    * Removed the check for optional params, they are handled in the server. Also updated certain param names used in  the test spec.
    
    * added some spaces to fix CircleCI tests
    
    * added some spaces to fix CircleCI tests
    
    * fixed code indentation in /spec/AnalyticsAdapter_spec.js which causing the CircleCI tests to fail.
    
    * Reverted the changes
    
    * merged with prebid master.
    
    * creative Id is required when we build a response but our server doesn't always have the crid, so using a sentinel value when we don't have the crid.
    
    * - removed an un used method
    - Removed the package-lock file.
    
    * merging to master
    
    * updated telaria bid adapter to use player size provided by the bid.mediaTypes.video.playerSize instead of bid.sizes.
    
    #3331
    
    * - removed the requirement for having player size
    - updated the test spec to reflect the above change
    - removed changes to the package-lock.json file.
    
    * added a param to the ad call url to let us know that the request is coming via hb.
    
    * to lower casing the bidder code.
    
    * Merge branch 'master' of https://github.com/prebid/Prebid.js
    
    # Conflicts:
    #	modules/telariaBidAdapter.js
    
    Added GDPR support
    
    * Sending the gdpr & gdpr consent string only if they're defined
    
    * - Updated the test ad unit to use 'telaria' as the bidder code.
    - Added an example URL.
    
    * using the bidder code constant
    
    * - Implemented the 'onTimeout' callback to fire a pixel when there's a timeout.
    - Added the ability to serialize an schain object according to the description provided here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md
    
    * some mods to the schain tag generation
    
    * - added tests for schain param checking.
    
    * - fixed a malformed url for timeouts
    
    * - Removed a trailing ',' while generating a schain param.
    
    * - Using the schain object from validBidRequest if present. Reverting to checking if params has it if not.
    
    * - reverting changes to merge with master
    
    * - Resolving merge issues
    
    * - some formatting changes
    
    * using val !== '' instead of utils.isEmpty(val)
    
    * Checking for undefined in the getEncodedValIfNotEmpty method
    
    Co-authored-by: Vinay Prasad <vprasad@tremorvideo.com>
    Co-authored-by: Vinay Prasad <vprasad@telaria.com>
    3 people authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    5552473 View commit details
    Browse the repository at this point in the history
  4. Update adkernelBidAdapter.js for client alias (#6055)

    * Update adkernelBidAdapter.js for client alias
    
    * Update test unit to match new alias bidder count
    iskmerof authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    4b0b82f View commit details
    Browse the repository at this point in the history
  5. Add GVLID RichaudienceAdapter (#6071)

    * Add GVLID RichaudienceAdapter
    
    * Update package-lock.json
    
    Co-authored-by: sgimenez <sergi.gimenez@richaudience.com>
    richaudience and richaudience authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    8107da6 View commit details
    Browse the repository at this point in the history
  6. GumGum: sets mediaType of bidRequest depending on product id (#6066)

    * adds support for zone and pubId params
    
    * adds support for iriscat field
    
    * sets mediatype depending on product id
    
    * Update doc for mediaType needed for video products
    susyt authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    8ea3f3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93536f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    b9a4cc6 View commit details
    Browse the repository at this point in the history
  2. 6012: Fix for passing US Privacy string in buildVideoUrl and buildAdp…

    …odVideoUrl (#6075)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * pass USP consent string in dfpVideoUrl and dfpAdpodVideoUrl
    
    * added test cases
    pm-harshad-mane authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    5f6dab3 View commit details
    Browse the repository at this point in the history
  3. fix prebid server playerwidth and height (#6073)

    Co-authored-by: Reinout Stevens <reinout@crazygames.com>
    ReinoutStevens and Reinout Stevens authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    dbd0d84 View commit details
    Browse the repository at this point in the history
  4. Fix iframe __tcfapi arguments (#6058)

    * Fix __tcfapi declaration in iframe
    
    * Add tests for cmp declaration in iframe
    polo2ro authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    93f393a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Feature/vmuid connectid rebrand (#6045)

    * Key name change from vmuid to vmcid
    
    * Change the userId key name to vmconnectid
    
    * Support new key in response payload + remain backward compatible.
    
    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    slimkrazy and slimkrazy authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    12d55b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Beachfront adapter: Add banner tagid param (#6086)

    * add tagid to banner request
    
    * bump version
    
    * update test case
    
    * run tests
    
    Co-authored-by: John Salis <johnsalis@beachfrontmedia.com>
    jsalis and John Salis authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    4c047f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbd1169 View commit details
    Browse the repository at this point in the history
  3. [Triplelift] Fix FPD key-value pairs logic (#6065)

    * follow spec to parse fpd
    * ad unit support stub
    * adunit method
    * ad unit etc
    * typo
    * fix test
    * typo
    * change to const
    Brandon Ling authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    478e045 View commit details
    Browse the repository at this point in the history
  4. Add new adapter - adWMGBidAdapter (#6070)

    * Add adWMG Bid Adapter
    
    * Fix unit tests
    
    Co-authored-by: Mikhail Dykun <m.dykun@wmgroup.us>
    nyakove and Mikhail Dykun authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    dd51f24 View commit details
    Browse the repository at this point in the history
  5. Add PubWise Bid Adapter (#6044)

    * updates for first cut at bidder
    
    * fix up height and width
    
    * adds test spec
    
    * remove hello_world from commit'
    
    * updates to support native and fix issues found in initial review
    
    * fix handling of new node in response for native vs banner
    
    * updates to handle OpenRTB base
    
    * updates to support RTB style calls
    
    * updates to get back to parity
    
    * updates to testing
    
    * updates to test media type handling
    
    * updates to handling testing
    
    * updates to testing
    
    * remove report file
    
    * updates to fix up unit/spec tests
    
    * updates to fix up unit/spec tests
    
    * updates to fix up unit/spec tests
    
    * updates to handling of gdpr
    
    * Delete hello_world.html
    
    * remove hellow-world-sample
    
    * Pubwise 481 (#7)
    
    * updates to support PubWise bid adapter, test cases and documentation
    
    * updates to fix param tes
    
    * Pubwise 481 (#8)
    
    * fixes for unit testing
    
    * remove unused variables and params
    
    * Updates to Remove Unused Vars (#9)
    
    * remove unused vars
    
    * updates to fix up used and unsused params
    
    * updates to fix up used and unsused params (#10)
    
    * updates to fix up used and unsused params
    
    * updates to remove usersync and add gvlid
    
    * Pubwise 481 (#11)
    
    * updates to remove usersync, add https, and add gvlid
    
    * Update pubwiseBidAdapter.js
    
    * updates to remove json, to remove options hit
    GLStephen authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    9143962 View commit details
    Browse the repository at this point in the history
  6. Vdoai adapter update - Added video mediaType support (#5970)

    * added video mediatype support to vdoai adapter
    
    * added unit test
    cpuBird authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a95f1db View commit details
    Browse the repository at this point in the history
  7. Price Floors update to include modelTimestamp displaying when the flo…

    …ors file was produced (#6061)
    
    Rubicon Anaytics Update to pass modelTimestamp if exists
    mmoschovas authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    c0af432 View commit details
    Browse the repository at this point in the history
  8. Adagio Bid Adapter: hotfix - detect support for intersectionObserver (#…

    …6095)
    
    * Detect support for intersectionObserver
    
    * Fix IE11
    
    * Add special params for non standard integration
    
    * Stronger IntersectionObserver detection
    
    * Fix test and add new params to .md file
    osazos authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a17c234 View commit details
    Browse the repository at this point in the history
  9. Adt new alias (#6004)

    * Add new alias
    
    * Add new aliases and fix endpoints
    
    * lint
    
    * Fix tests
    GeneGenie authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    83bafc0 View commit details
    Browse the repository at this point in the history
  10. Prebid 4.9.0 Release

    Mike Chowla committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    09601b6 View commit details
    Browse the repository at this point in the history
  11. Increment pre version

    Mike Chowla committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    3496b3f View commit details
    Browse the repository at this point in the history
  12. Add Release Drafter Instructions to PR_REVIEW.md (#6085)

    * Add Release Drafter Instructions to PR_REVIEW.md
    
    * Add Prettier Formatting
    
    Makes keywords more distinct.
    
    Co-authored-by: Scott Menzer <scott@id5.io>
    
    Co-authored-by: Scott Menzer <scott@id5.io>
    GLStephen and smenzer authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    f7a91ca View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    03b8213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754ce67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8353d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Add Kubient bid adapter, Remove alias from Fidelity bid adapter. (#6084)

    * Add New Kubient Bid Adapter
    
    * Add New Kubient Bid Adapter
    
    * Fidelity Bid Adapter Update. Less 'Kubient' Alias
    
    * New Kubient Bid Adapter. Errors fix.
    onaydenov authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    0a5f9db View commit details
    Browse the repository at this point in the history
  2. [Sharethrough] Add Support for badv/bcat and Identity Link User ID (#…

    …6100)
    
    * Add support for badv and bcat
    
    [#175358412]
    
    Co-authored-by: Michael Duran <mduran@sharethrough.com>
    
    * Add support for Identity Link
    
    [#175688307]
    
    Co-authored-by: Michael Duran <mduran@sharethrough.com>
    
    Co-authored-by: Michael Duran <mduran@sharethrough.com>
    maphe and madma authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    9f38423 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Sovrn: Pass the imp.ext.deals field (#6098)

    * EX-2549 Pass segments parameter as imp.ext.dealids array
    
    * EX-2549 Address Jon's feedback
    
    * EX-2549 Reworked the solution
    
    * EX-2549 Blackbird compatibility
    
    * EX-2549 Address Jon's comments
    
    * EX-2549 Addressed upstream PR comments
    egsgordeev authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    2527051 View commit details
    Browse the repository at this point in the history
  2. oneVideo Adapter - Dynamic TTL support (SAPR-15473) (#6108)

    * ttl incoming value or default 300
    
    * ttl validation 0-3600
    
    * Fix to oneVideo tests
    
    * added ttl unit tests
    
    * updated md file
    
    * update minor version 3.0.5
    
    * Updated unit test for minor version check
    
    * remove x from liveIntentIdSystem_spec.js
    
    * md conflict fix
    
    * fix missing comma in md file
    
    * update minor version 3.0.5
    
    * remove x from liveIntentIdSystem_spec.js
    
    * update md file
    
    * added ttl to md file
    
    * ttl incoming value or default 300
    
    * ttl validation 0-3600
    
    * Fix to oneVideo tests
    
    * added ttl unit tests
    
    * updated md file
    
    * update minor version 3.0.5
    
    * Updated unit test for minor version check
    
    * remove x from liveIntentIdSystem_spec.js
    
    * md conflict fix
    
    * update minor version 3.0.5
    
    * remove x from liveIntentIdSystem_spec.js
    
    * update md file
    
    * added ttl to md file
    
    * cleanup
    adam-browning authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    42be508 View commit details
    Browse the repository at this point in the history
  3. Add Gulp Review-Start Task (#6067)

    * add review-start gulp command
    
    * remove watch, unecessary for reviews
    
    * add instructions to reviewer file for new command
    
    * Updates to add back watch
    
    * updates to had reviewer hub page
    
    * Update PR_REVIEW.md
    GLStephen authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    a2454a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94c9dcc View commit details
    Browse the repository at this point in the history
  5. feat(sublimeBidAdapter): updating sublimeBidAdapter module (#6113)

    - using a simple-request for the POST bid request
    - renaming our internal ver pixel param to pbav
    fgcloutier authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    2102f4a View commit details
    Browse the repository at this point in the history
  6. oneTag Bid Adapter: bidRequest object adjustments (#6105)

    * Propagates server data directly without members picking, extracts userIds from the the validBidRequest object
    
    * Picks netRevenue value from received bid, defaulting to false
    
    Co-authored-by: francesco <f.orazini@onetag.com>
    onetag-dev and forazini authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    0fec20d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30711be View commit details
    Browse the repository at this point in the history
  8. Add Zemanta adapter (#6039)

    rokostik authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f6f27dd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. vdoai Bid Adapter: added multisize array in bid requests (#6101)

    * added multisize array in vdoai bid requests
    
    * fixing a bug dimentions
    cpuBird authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    6b4494c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Sovrn Bid Adapter: Change TTL field (#6083)

    * Change TTL field for SovrnBidAdapter
    
    * Fix unit tests
    
    * Fix codestyle in unit tests
    
    * Fix tests
    
    * Fix tests
    
    * Removed ext field from some tests
    
    * Trying to make ext field optional
    
    * Codestyle changes
    VadimGush authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    53e6291 View commit details
    Browse the repository at this point in the history
  2. Change bidder url for Qwarry adapter (#6128)

    * qwarry bid adapter
    
    * formatting fixes
    
    * fix tests for qwarry
    
    * qwarry bid adapter
    
    * add header for qwarry bid adapter
    
    * bid requests fix
    
    * fix tests
    
    * response fix
    
    * fix tests for Qwarry bid adapter
    
    * add pos parameter to qwarry bid adapter
    
    * qwarryBidAdapter onBidWon hotfix
    
    * Change bidder endpoint url for Qwarry adapter
    
    Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com>
    Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com>
    3 people authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    a9f1795 View commit details
    Browse the repository at this point in the history
  3. Add Automatic Release Drafter Functionality to Prebid Repository (#5954)

    * Create release-drafter.yml
    
    * Create release-drafter.yml
    
    * Update release-drafter.yml
    
    * Update release-drafter.yml
    GLStephen authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    1410a73 View commit details
    Browse the repository at this point in the history
  4. Price Floors update to include modelWeight in the bid request to give…

    … additional context for Analytics adapters that the Floors Module is schema mode 2, and the floors module picks a model prior to an auction based on the modelWeight supplied in the floors module definition (#6126)
    
    Rubicon Analytics Update to pass modelWeight if exists
    mmoschovas authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    54df547 View commit details
    Browse the repository at this point in the history
  5. Prebid 4.20.0 Release

    smenzer committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    eebdee2 View commit details
    Browse the repository at this point in the history
  6. Increment pre version

    smenzer committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    282866a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47e96ad View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Add support for tagId parameter (#6133)

    * Add support for tagId parameter
    
    * Update maintainer email to an alias
    readpeaktuomo authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    453e080 View commit details
    Browse the repository at this point in the history
  2. Inmar bidder adapter: Make adNetId an optional paramater (#6136)

    * Update Inmar bidder adapter
    
    * Set withCredentials to true
    
    * Remove inmarId from Inmar bidder adapter
    
    * Remove withCredentials because it defaults to true
    zandree-owneriq authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    78917f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Added VOX Bidder Adapter (#6030)

    * Added voxBidAdapter.js to get a bid from partners.hybrid.ai
    
    * Added placements ids for testing
    
    Co-authored-by: s-shevtsov <s.shevtsov@targetix.net>
    hybrid-ai and s-shevtsov authored Dec 19, 2020
    Configuration menu
    Copy the full SHA
    2c1e535 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. added Engageya bid adapter (#6109)

    * added Engageya bid adapter
    
    * moved test function from adapter to spec
    
    * remove function import
    
    * PAGE_URL should be String
    reemeng authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    5dd60a1 View commit details
    Browse the repository at this point in the history
  2. Fix userIds format for TheMediaGrid Bid Adapter (#6142)

    * 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
    TheMediaGrid authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    d68f2e0 View commit details
    Browse the repository at this point in the history
  3. ID Library feat: turn off fullscan by default (#6140)

    * chore: lint HTML example page
    
    * chore: add space to logging statement for clarity
    
    * chore: update package lock
    
    * feat: turn off fullscan by default
    
    * chore: format the HTML for readibility
    
    * chore: fix test
    
    * Revert "chore: update package lock"
    
    This reverts commit 4faf194.
    iamnewton authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    3e73c11 View commit details
    Browse the repository at this point in the history
  4. update release process for notes on release drafter checks (#6137)

    * update release process for notes on release drafter checks
    
    * update section titles
    smenzer authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    2f05506 View commit details
    Browse the repository at this point in the history
  5. Sspbc Bid Adapter: multiple updates (#6118)

    * add sspbc adapter
    
    * tests for sspbc adapter
    
    * sspBC adapter v4.5: set correct creativeId, add adomain to bid.meta, set test mode in adexchange, read site SN from bid response
    
    * sspBC adapter v4.5: set meta.advertiserDomains, update test to expect bid.meta
    
    * sspBC Adapter: add ajax tests (test ad with & without gdpr)
    
    * sspBC Adapter: remove ajax tests
    
    * Update adapter to v4.6
    
    Update adapter to v4.6
    - add notification endpoint
    - send bidWon and onTimeout notifications
    - send CMP version to user sync endpoint
    
    * Remove console logs for notification events
    
    * Change payload data in onTimeout event
    
    * Update tests for sspBC adapter
    
    Update tests for sspBC adapter: 
    - add onBidWon test
    - add onTimeout test
    - alter getUserSyncs test
    
    * Update sspBC adapter to v4.7; enable oneCodeId mode; change module name to ensure combatibility with prebid.org downloader
    
    * sspBc adapter: Bug fixes in v4.7 - change notification format, fix oneCode detection data, convert slot number to int
    
    Co-authored-by: Wojciech Biały <wb@WojciechBialy.local>
    wojciech-bialy-wpm and Wojciech Biały authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    5d2ccb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. oneVideo Adapter - Content Object support (SAPR-15477) (#6110)

    * updated object,str,num validations using pbjs utils
    
    * validation if statements for content object
    
    * validation if statements for content object
    
    * updated contetn object validations using utils
    
    * refractoring clean if statement
    
    * fixing typos
    
    * added todos
    
    * added category string & data object validations
    
    * fixed esling ENDPOINT issue
    
    * updated content obj unit tests
    
    * fixed cat & data validation
    
    * fixed producer as object
    
    * revert .includes() to .indexof() for IE
    
    * reduced content obj params accoriding to ad-server support
    
    * fixed typeOf typo
    
    * fixed episode to Number
    
    * gitignore
    
    * restore gitignore
    
    * removed unsupported params from md file
    
    * reverted package & pagkage-lock
    
    * fixed incorrect episdoe from str to num
    adam-browning authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    4bfd475 View commit details
    Browse the repository at this point in the history
  2. GumGum: adds support for new field - irisid (#6129)

    * adds support for new field - irisid
    
    * remove package-lock.json
    
    * revert psckage-lock.json to source
    lbenmore authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    be14e4c View commit details
    Browse the repository at this point in the history
  3. AdmixerBidAdapter - add alias , add adapter config (#6120)

    * add alias "adblender", custom endpoint
    
    * remove houseofpubs
    
    * add config example
    
    * update email
    
    * adblender.md fix naming
    Galphimbl authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    64c560b View commit details
    Browse the repository at this point in the history
  4. Zeta updates - Pass additional data through adapter (#6134)

    * Submit Zeta Adapter to Prebid
    
    * comments addressed
    
    * demo changes
    
    * additional polishing
    
    * additional polishing
    
    * Update hello_world.html
    
    * remove extraneous changes to hello_world.html
    
    * no, really this time
    
    * additional polishing
    
    * add unit test
    
    * Update Zeta bid adapter to pass more data
    mwehr-zeta authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    30af7a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

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