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

Sync Master #4

Merged
merged 1,478 commits into from
Sep 15, 2021
Merged

Sync Master #4

merged 1,478 commits into from
Sep 15, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 1, 2021

  1. update handle, update tests (#7127)

    Co-authored-by: atkachov <atkachov@admixer.ua>
    AdmixerTech and altkachov authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    aea9e54 View commit details
    Browse the repository at this point in the history
  2. Unruly Bid Adapter: consolidated adapter with RhythmOne (#7073)

    * Unruly and RhythmOne consolidated adapter - first commit
    * Finished the request and bid validation side
    
    * removed the user sync since now the backend is responsible for that.
    
    * Unruly and RhythmOne consolidated adapter - second commit
    * Finished handling the response now the adapter supports banner/instream/outstream
    
    * Unruly and RhythmOne consolidated adapter - third commit
    * fixed the unit tests for the outstream response part (still missing new unit tests for instream and banner)
    
    * Unruly and RhythmOne consolidated adapter -
    * added new unit tests for instream and banner
    
    * Unruly and RhythmOne consolidated adapter
    * changed the endpoint to the new endpoint
    
    * unitTests indentations
    
    * Unruly and RhythmOne consolidated adapter
    * Added missing semicolons
    
    * Unruly and RhythmOne consolidated adapter
    * fixes after code review
    
    * Unruly and RhythmOne consolidated adapter
    * added the ability to overwrite the end point for testing reasons.
    * removed the floorInfo object and changed it to floor
    * added more unit tests
    * added unmissable configuration to md file
    
    * Unruly and RhythmOne consolidated adapter
    * added check in instream if the response has vastUrl or vastXml + unit test
    
    * Unruly and RhythmOne consolidated adapter
    * Updated the md file to product request
    
    * Unruly and RhythmOne consolidated adapter -
    * added https for the endpoint as requested from prebid reviewer.
    
    Co-authored-by: Tal Lavon <tlavon@tremorvideo.com>
    opeledtremor and tallavon authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    92be579 View commit details
    Browse the repository at this point in the history
  3. Add AD_RENDER_SUCCEEDED event (#7059)

    - this enables interaction with the just rendered ad, as well as
      additional opportunities for measuring the speed of rendering code
    jsut authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    abcf465 View commit details
    Browse the repository at this point in the history
  4. Logicad Bid Adapter: Add meta.advertiserDomains support (#7114)

    Co-authored-by: ytsuchiya <ytsuchiya@so-netmedia.jp>
    logicad and yuki-tsuchiya authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    86489e1 View commit details
    Browse the repository at this point in the history
  5. smartx Bid Adapter: update renderer url and internal renderer behavio…

    …ur (#7129)
    
    * Add smartclipBidAdapter
    
    * smartxBidAdapter.js - removed unused variables, removed debug, added window before the outstream related functions
    
    * - made outstream player configurable
    
    * remove wrong named files
    
    * camelcase
    
    * fix
    
    * Out-Stream render update to SmartPlay 5.2
    
    * ESlint fix
    
    * ESlint fix
    
    * ESlint fix
    
    * adjust tests, fixes
    
    * ESlint
    
    * adjusted desired bitrate examples
    
    * added bid.meta.advertiserDomains support
    
    * bug fix for numeric elementID outstream render
    
    * fix renderer url
    
    * support for floors module
    
    * bugfixes to be openRTB 2.5 compliant
    
    * update internal renderer usage
    
    * remove unused outstream_function logic
    
    Co-authored-by: smartclip AdTechnology <adtech@smartclip.com>
    Co-authored-by: Gino Cirlini <adtech@smartclip.tv>
    3 people authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    db68d4e View commit details
    Browse the repository at this point in the history
  6. Prebid 5.3.0 Release

    Mike Chowla committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    faa39d9 View commit details
    Browse the repository at this point in the history
  7. Increment pre version

    Mike Chowla committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    9058600 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Ogury Bid Adapter: fix hostname (#7135)

    * update ogury bidder hostname
    
    * fix test
    antoinezaz authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6a141e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Emx Digital Bid Adapter: support for liveramp id and uid2.0 (#7133)

    * adding ccpa support for emx_digital adapter
    
    * emx_digital ccpa compliance: lint fix
    
    * emx 3.0 compliance update
    
    * fix outstream renderer issue, update test spec
    
    * refactor formatVideoResponse function to use core-js/find
    
    * Add support for schain forwarding
    
    * Resolved issue with Schain object location
    
    * prebid 5.0 floor module and advertiserDomain support
    
    * liveramp idl and uid2.0 support for prebid
    
    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>
    Co-authored-by: Rakesh Balakrishnan <Rakesh.Balakrishnan@emxdigital.com>
    8 people authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    f48fa6f View commit details
    Browse the repository at this point in the history
  2. RtbSape Bid Adapter: restore for Prebid 5.x (#7081)

    * RtbSape Bid Adapter: restore for Prebid 5.x
    
    * RtbSape Bid Adapter: check adomain (#7081)
    
    Co-authored-by: Dmitry Latyshev <d.latyshev@gmail.com>
    ne0n and Dmitry Latyshev authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    498e748 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebf67ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed0a2f9 View commit details
    Browse the repository at this point in the history
  5. Orbidder Bid Adapter: add native support (#7047)

    * [ORBIDDER] add native support
    
    * [ORBIDDER] fix orbidder tests
    
    * ORBIDDER: fix test parameter documentation
    arneschulz1984 authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    089e43a View commit details
    Browse the repository at this point in the history
  6. TheMediaGrid Bid Adapter: fix keywords workflow (#7130)

    * Added TheMediaGridNM Bid Adapter
    
    * Updated required params for TheMediaGridNM Bid Adapter
    
    * Update TheMediGridNM Bid Adapter
    
    * Fix tests for TheMediaGridNM Bid Adapter
    
    * Fixes after review for TheMediaGridNM Bid Adapter
    
    * Add support of multi-format in TheMediaGrid Bid Adapter
    
    * Update sync url for grid and gridNM Bid Adapters
    
    * TheMediaGrid Bid Adapter: added keywords adUnit parameter
    
    * Update TheMediaGrid Bid Adapter to support keywords from config
    
    * Implement new request format for TheMediaGrid Bid Adapter
    
    * Fix jwpseg params for TheMediaGrid Bid Adapter
    
    * Update unit tests for The Media Grid Bid Adapter
    
    * Fix typo in TheMediaGrid Bid Adapter
    
    * Added test for jwTargeting in TheMediaGrid Bid Adapter
    
    * The new request format was made by default in TheMediaGrid Bid Adapter
    
    * Update userId format in ad request for TheMediaGrid Bid Adapter
    
    * Added bidFloor parameter for TheMediaGrid Bid Adapter
    
    * Fix for review TheMediaGrid Bid Adapter
    
    * Support floorModule in TheMediaGrid Bid Adapter
    
    * Fix empty bidfloor for TheMediaGrid Bid Adapter
    
    * Some change to restart autotests
    
    * Fix userIds format for TheMediaGrid Bid Adapter
    
    * Remove digitrust userId from TheMediaGrid Bid Adapter
    
    * Protocols was added in video section in ad request for TheMediaGrid Bid Adapter
    
    * TheMediaGrid: fix trouble with alias using
    
    * TheMediaGridNM: fix trouble with alias
    
    * TheMediaGrid Bid Adapter: added support of PBAdSlot module
    
    * TheMediaGrid Bid Adapter: fix typo
    
    * GridNM Bid Adapter: use absent in params data from mediaTypes
    
    * GridNM Bid Adapter: fix md file + add advertiserDomains support
    
    * TheMediaGrid and gridNM Bid Adapter: minor netRevenue fixes
    
    * gridNM Bid Adapter updates after review
    
    * TheMediaGrid Bid Adapter: fix keywords workflow
    
    * fix testing and kick off lgtm again
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    TheMediaGrid and ChrisHuie authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    3dcbb8a View commit details
    Browse the repository at this point in the history
  7. Video Reach Bid Adapter: update to v5 (#7142)

    * Update to v3
    
    * Prebid 5
    
    * Prebid 5 - 'adomain' Support
    
    Co-authored-by: VideoReach <hello@videoreach.com>
    VideoReach and VideoReach authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    612884b View commit details
    Browse the repository at this point in the history
  8. Upgrade Rise Bid Adapter: update to version 5.0 (#7143)

    * add Rise adapter
    
    * fixes
    
    * change param isOrg to org
    
    * Rise adapter
    
    * change email for rise
    
    * fix circle failed
    
    * bump
    
    * bump
    
    * bump
    
    * remove space
    
    * Upgrade Rise adapter to 5.0
    
    Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com>
    noamtzu and noamtzuberi authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    26aa81b View commit details
    Browse the repository at this point in the history
  9. Revcontent Bid Adapter: adjusted for Price Floors Module (#7093)

    * Original adapter
    
    * REVC-3691 | Prebid.js support for price floors module (#1)
    
    * REVC-3691 | Prebid.js support for price floors module | Call getFloor function; test-case is added
    
    * REVC-3691 | 1 - Snippet with multi-items (#2)
    
    * REVC-3691 | Prebid.js support for price floors module | Snippet for multi-item
    
    * REVC-3691 | Prebid.js support for price floors module | Muti-item + fixed test-cases (#3)
    
    * REVC-3691 | Prebid.js support for price floors module | Fixed demo pages
    
    * REVC-3691 | Prebid.js support for price floors module | Added demo with multi-items
    
    * manually kick off circleci tests
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    alexander-alexandrov and ChrisHuie authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    568a90d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Inject creativeComment after render so it actually persists (#6860)

    * Inject creativeComment after render so it sticks around
    
    * send the event last in all the renderer flows
    jsut authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    ebaa5e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2c68d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    797c7ef View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. AdGeneration Bid Adapter: adding adomain and updates for ver5.x. (#7150)

    * update AdGenerationBidAdapter for ver5.x. adding adomain
    
    * Fixed adomain value check.
    
    * Fixed test_spec for adomain
    
    * Fixed adomain value check.
    
    * Fixed test_spec for adomain
    banakemi authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5eeba1b View commit details
    Browse the repository at this point in the history
  2. Adnuntius Bid Adater: URL changes (#7154)

    * Master merge issues
    
    * Adnuntius Bid Adapter: Added tests for gdpr and segments
    
    * Moved segments to read from ortb2 instead of a custom value.
    
    * Changed bidder to read segments from ortb2.
    
    * fixing lgtm alert
    
    * Read USI from meta-information in browser.
    
    * Changing URL and appending parameters.
    mikael-lundin authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    70ba09c View commit details
    Browse the repository at this point in the history
  3. Prebid 5.4.0 Release

    smenzer committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ee22d5a View commit details
    Browse the repository at this point in the history
  4. Increment pre version

    smenzer committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    bd8832e View commit details
    Browse the repository at this point in the history
  5. Zeta Ssp Bid Adapter: multiple bid responses (#7034)

    Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
    asurovenko-zeta and surovenko authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    d1ef14a View commit details
    Browse the repository at this point in the history
  6. BrightMountainMedia: add UserId support (#7148)

    * Update BrightMountainMedia cookie sync URL
    
    * Bright Mountain Media: Update bidder code
    
    * Bright Mountain Media: Add brightmountainmedia as alias
    
    * Bright Mountain Media: Update Bid Endpoint
    
    * BrightMountainMedia Bid Adapter: add floors module support
    
    * BrightMountainMedia Bid Adapter: support advertiserDomains
    
    * BrightMountainMedia Bid Adapter: support userId
    
    * BrightMountainMedia: update read userid form userIdAsEids
    BrightMountainMediaInc authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    53e7dac View commit details
    Browse the repository at this point in the history
  7. Proxistore Bid Adapter: support advertiserDomains (#7136)

    * support advertiserDomains
    
    * Revert "support advertiserDomains"
    
    This reverts commit e7488d0.
    
    * remove package-lock.json
    
    * Revert "remove package-lock.json"
    
    This reverts commit cd9dd5d.
    
    * Revert "Revert "support advertiserDomains""
    
    This reverts commit b80f1c1.
    
    * add adapter
    
    * Revert "Revert "support advertiserDomains""
    
    This reverts commit b80f1c1.
    
    * copy package-lock.json from prebid master
    vincentproxistore authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c643334 View commit details
    Browse the repository at this point in the history
  8. Merkle userid module: storing session data and domain (#7100)

    * Merkle userid module: storing session data
    
    * Merkle: Setting session data
    
    * Fixing review comments
    
    * Updating to get the root domain if “sv_domain” is not configured
    
    Co-authored-by: skocheri <skocheri@rubiconproject.com>
    SKOCHERI and skocheri authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ee21999 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Sortable Bid Adapter: update to comply with Prebid 5.x (#7157)

    * Re-add Sortable bid adapter and tests as they existed in Prebid 4.x.
    
    * Update Sortable bid adapter to comply with Prebid 5.x updates.
    
    Use the price floors module.
    Remove floor size map logic.
    Add advertiserDomains to bid responses.
    Update unit tests.
    nlavallee-sortable authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    cdea788 View commit details
    Browse the repository at this point in the history
  2. GrowAdvertising: add native support (#7126)

    * Add native support
    
    * Update docs
    lexerom authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    237c88b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. TheMediaGrid: added keywords formatting in the ad request (#7164)

    * Added TheMediaGridNM Bid Adapter
    
    * Updated required params for TheMediaGridNM Bid Adapter
    
    * Update TheMediGridNM Bid Adapter
    
    * Fix tests for TheMediaGridNM Bid Adapter
    
    * Fixes after review for TheMediaGridNM Bid Adapter
    
    * Add support of multi-format in TheMediaGrid Bid Adapter
    
    * Update sync url for grid and gridNM Bid Adapters
    
    * TheMediaGrid Bid Adapter: added keywords adUnit parameter
    
    * Update TheMediaGrid Bid Adapter to support keywords from config
    
    * Implement new request format for TheMediaGrid Bid Adapter
    
    * Fix jwpseg params for TheMediaGrid Bid Adapter
    
    * Update unit tests for The Media Grid Bid Adapter
    
    * Fix typo in TheMediaGrid Bid Adapter
    
    * Added test for jwTargeting in TheMediaGrid Bid Adapter
    
    * The new request format was made by default in TheMediaGrid Bid Adapter
    
    * Update userId format in ad request for TheMediaGrid Bid Adapter
    
    * Added bidFloor parameter for TheMediaGrid Bid Adapter
    
    * Fix for review TheMediaGrid Bid Adapter
    
    * Support floorModule in TheMediaGrid Bid Adapter
    
    * Fix empty bidfloor for TheMediaGrid Bid Adapter
    
    * Some change to restart autotests
    
    * Fix userIds format for TheMediaGrid Bid Adapter
    
    * Remove digitrust userId from TheMediaGrid Bid Adapter
    
    * Protocols was added in video section in ad request for TheMediaGrid Bid Adapter
    
    * TheMediaGrid: fix trouble with alias using
    
    * TheMediaGridNM: fix trouble with alias
    
    * TheMediaGrid Bid Adapter: added support of PBAdSlot module
    
    * TheMediaGrid Bid Adapter: fix typo
    
    * GridNM Bid Adapter: use absent in params data from mediaTypes
    
    * GridNM Bid Adapter: fix md file + add advertiserDomains support
    
    * TheMediaGrid and gridNM Bid Adapter: minor netRevenue fixes
    
    * gridNM Bid Adapter updates after review
    
    * TheMediaGrid Bid Adapter: fix keywords workflow
    
    * fix testing and kick off lgtm again
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    TheMediaGrid and ChrisHuie authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f150d71 View commit details
    Browse the repository at this point in the history
  2. Smartico Bid Adapter: add adomain for Prebid 5.0 (#7115)

    * Adding smartico adapter
    
    * bug #6486 fix, added maintainer email
    
    * bug #6486 fix, modified test parameters
    
    * bug #6486 fix, modified test parameters #2
    
    * #6486 applied review related updates & fixes
    
    * #6486 applied review related updates & fixes #2
    
    * #6486 applied review related updates & fixes #3
    
    * samrtico adapter bug fix
    
    * smartico adapter unit test update after bug fixing
    
    * smartico adapter bug fix #2
    
    * smartico adapter bug fix #3
    
    * fix linting errors
    
    Co-authored-by: Dmitri <dmitri@atomdev.net>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    3 people authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    dcd2789 View commit details
    Browse the repository at this point in the history
  3. Aniview Bid Adapter: add support for BANNER (#7162)

    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Fix Consent parameters
    
    * Update aniviewBidAdapter.js
    
    V3 support
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    Update refererInfo
    
    * Update aniviewBidAdapter.js
    
    Fix tabs and spaces
    
    * Update aniviewBidAdapter.js
    
    fixes
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    Add ccpa support
    
    * Update aniviewBidAdapter.js
    
    Typo
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    * Fix size and sample
    
    Fixed sizes from playerSize
    Updated md sample
    
    * Fix tabs
    
    * Fix sizes
    
    * Recheck
    
    * Add tgt parameter
    
    * Update sample
    
    * Add support for cookie sync + tests
    
    * Add support for cookie sync + tests
    
    * Add support for cookie sync + tests
    
    * Support aliases
    
    Support aliases
    
    * Update
    
    Update
    
    * Fix lint
    
    Fix lint
    
    * Update spec
    
    Update spec
    
    * Aniview Bid Adapter: Added the new alias
    
    * Aniview Bid Adapter: Added the new configs for the renderer
    
    * Aniview Bid Adapter: Added unit tests for the renderer
    
    * Aniview Bid Adapter: Have added gvlid
    
    * Aniview Bid Adapter: added meta.advertiserDomains to bidResponse and extended cookie sync logic
    
    * Support BANNER mediaType
    
    Support BANNER mediaType
    
    * Aniview BANNER support
    
    Fix spaces
    
    Co-authored-by: Roman Shevchenko <iroman.via@gmail.com>
    itaynave and roshecode authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b6318de View commit details
    Browse the repository at this point in the history
  4. PBS adapter - fix logic for undefined endpoint URLs (#7076)

    * PBS adapter - fix logic for undefined endpoint URLs
    
    * update messages and add unit test
    
    * fix lint error
    
    * new tests and other changes
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    jsnellbaker and ChrisHuie authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    dc5f028 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab2f319 View commit details
    Browse the repository at this point in the history
  6. ParrableIdSystem: cache request filter status in first-party cookie (#…

    …7044)
    
    * Add tpcSupport, read it from xxhr and store it in compound cookie
    
    * Parse a cookie boolean number (0, 1) as a boolean value
    
    * Improve conditions
    
    * Add tests
    
    * Tests passing
    
    * Read the cookie splitting parrableId and params (tpc, tpcUntil)
    
    * Adapt tests
    
    * Revert linting in test task
    
    * Add request filter status handling
    
    * Improve date treatment
    
    * Replace Math.trunc with Math.floor
    
    * Run only parrable tests
    
    * Run all tests
    
    * Add tpcSupport, read it from xxhr and store it in compound cookie
    
    * Parse a cookie boolean number (0, 1) as a boolean value
    
    * Improve conditions
    
    * Add tests
    
    * Tests passing
    
    * Read the cookie splitting parrableId and params (tpc, tpcUntil)
    
    * Adapt tests
    
    * Revert linting in test task
    
    * Add request filter status handling
    
    * Improve date treatment
    
    * Replace Math.trunc with Math.floor
    
    * Run only parrable tests
    
    * Run all tests
    
    * Increase cookie TTL
    
    * Remove line break
    
    * Increase cookie expire time to 20s
    
    * Fix lint problems
    
    * Increase cookie time to 30s
    
    * Trigger CI run
    
    Co-authored-by: Ian Flournoy <ian@parrable.com>
    
    Co-authored-by: Victor <victorigualada@gmail.com>
    Co-authored-by: victorigualada <21220224+victorigualada@users.noreply.github.com>
    Co-authored-by: Ian Flournoy <ian@parrable.com>
    4 people authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    932e20f View commit details
    Browse the repository at this point in the history
  7. Innity Bid Adapter: support adomains for Prebid 5.0 (#7168)

    * Innity Adapter for Prebid.js 1.0
    
    * Fix Innity Adapter Test Spec Error (#2180)
    
    * Fix utils.timestamp and remove userSyncs (#2180)
    
    * Added Prebid.js 3.0 Support
    
    * Innity Bid Adapter: Add meta adomain support
    engtat authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    2281aad View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    a633a63 View commit details
    Browse the repository at this point in the history
  2. PubMatic Analytics Adapter: added support for Bidder alias (#7153)

    * Changed net revenue to True
    
    * Added support for bidderAlias
    
    * Removed the code converting bidder to lowercase
    
    Co-authored-by: Azhar <azhar@L1119.local>
    pm-azhar-mulla and Azhar authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3cfbf9d View commit details
    Browse the repository at this point in the history
  3. ID5 Analytics: redaction process skips 'ext' on ID5 ID (#7141)

    * #26 id5analytics redactin process skips 'ext' on ID5 ID
    
    * #26 stop using startsWith because IE11 doesn't like it
    
    Co-authored-by: Marco Cosentino <mcosentino@id5.io>
    cosenmarco and cosenmarco authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    2852ab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e9e832 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc10b15 View commit details
    Browse the repository at this point in the history
  6. Openx Analytics Adapter: optimize config, endpoint override, & send l…

    …ate impression (#7158)
    
    * openxAnalyticsAdapter: add endpoint override
    
    * openxAnalyticsAdapter: remove unused config
    
    * openxAnalyticsAdapter: record configId/optimizerConfig
    
    * openxAnalyticsAdapter: Send impressions separately if late
    
    * openxAnalyticsAdapter: add auctionId in auction payload
    
    Co-authored-by: Luigi Sayson <luigi.sayson@openx.com>
    kenan-gillet and luigi-sayson authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    f81220c View commit details
    Browse the repository at this point in the history
  7. AdtelligentIdSystem : add new ID submodule (#6948)

    * Adtelligent User Id module
    
    * Adtelligent User Id module
    
    * fix lint
    
    * add unit tests to user id
    
    * Add markdown file
    GeneGenie authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    d517ed8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39dde9a View commit details
    Browse the repository at this point in the history
  9. Support Liveramp (#7165)

    atamak authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    79379b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    188ff81 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. UserID: bugfix for refreshUserIds with updated info (#7105)

    * BugFix UserID module refreshUserIds
    
    * break from for loop
    aaroniniguez authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    48f3133 View commit details
    Browse the repository at this point in the history
  2. showheroes-bs Bid Adapter: Add support for advertiserDomains (#7169)

    * add ShowHeroes Adapter
    
    * ShowHeroes adapter - expanded outstream support
    
    * Revert "ShowHeroes adapter - expanded outstream support"
    
    This reverts commit bfcdb91.
    
    * ShowHeroes adapter - expanded outstream support
    
    * ShowHeroes adapter - fixes (#4222)
    
    * ShowHeroes adapter - banner and outstream fixes (#4222)
    
    * ShowHeroes adapter - description and outstream changes (#4222)
    
    * ShowHeroes adapter - increase test coverage and small fix
    
    * ShowHeroes Adapter - naming convention issue
    
    * Mixed AdUnits declaration support
    
    * ITDEV-4723 PrebidJS adapter support with SupplyChain module object
    
    * ITDEV-4723 Fix tests
    
    * ITDEV-4723 New entry point
    
    * showheroes-bsBidAdapter: Add support for advertiserDomains
    
    Co-authored-by: veranevera <vera.yukhina@showheroes.com>
    Co-authored-by: Elizaveta Voziyanova <44549195+h2p4x8@users.noreply.github.com>
    3 people authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    f970727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a24e4d View commit details
    Browse the repository at this point in the history
  4. interpretResponse video enhancements (#7171)

    Co-authored-by: francesco <f.orazini@onetag.com>
    onetag-dev and forazini authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    6ce4162 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc60a2c View commit details
    Browse the repository at this point in the history
  6. TheMediaGrid: added ext.bidder.grid.demandSource processing (#7179)

    * Added TheMediaGridNM Bid Adapter
    
    * Updated required params for TheMediaGridNM Bid Adapter
    
    * Update TheMediGridNM Bid Adapter
    
    * Fix tests for TheMediaGridNM Bid Adapter
    
    * Fixes after review for TheMediaGridNM Bid Adapter
    
    * Add support of multi-format in TheMediaGrid Bid Adapter
    
    * Update sync url for grid and gridNM Bid Adapters
    
    * TheMediaGrid Bid Adapter: added keywords adUnit parameter
    
    * Update TheMediaGrid Bid Adapter to support keywords from config
    
    * Implement new request format for TheMediaGrid Bid Adapter
    
    * Fix jwpseg params for TheMediaGrid Bid Adapter
    
    * Update unit tests for The Media Grid Bid Adapter
    
    * Fix typo in TheMediaGrid Bid Adapter
    
    * Added test for jwTargeting in TheMediaGrid Bid Adapter
    
    * The new request format was made by default in TheMediaGrid Bid Adapter
    
    * Update userId format in ad request for TheMediaGrid Bid Adapter
    
    * Added bidFloor parameter for TheMediaGrid Bid Adapter
    
    * Fix for review TheMediaGrid Bid Adapter
    
    * Support floorModule in TheMediaGrid Bid Adapter
    
    * Fix empty bidfloor for TheMediaGrid Bid Adapter
    
    * Some change to restart autotests
    
    * Fix userIds format for TheMediaGrid Bid Adapter
    
    * Remove digitrust userId from TheMediaGrid Bid Adapter
    
    * Protocols was added in video section in ad request for TheMediaGrid Bid Adapter
    
    * TheMediaGrid: fix trouble with alias using
    
    * TheMediaGridNM: fix trouble with alias
    
    * TheMediaGrid Bid Adapter: added support of PBAdSlot module
    
    * TheMediaGrid Bid Adapter: fix typo
    
    * GridNM Bid Adapter: use absent in params data from mediaTypes
    
    * GridNM Bid Adapter: fix md file + add advertiserDomains support
    
    * TheMediaGrid and gridNM Bid Adapter: minor netRevenue fixes
    
    * gridNM Bid Adapter updates after review
    
    * TheMediaGrid Bid Adapter: fix keywords workflow
    
    * fix testing and kick off lgtm again
    
    * TheMediaGrid: added ext.bidder.grid.demandSource processing
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    TheMediaGrid and ChrisHuie authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    391ecc0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98fbd9c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    ad36dcd View commit details
    Browse the repository at this point in the history
  2. Update gridBidAdapter.js

    patmmccann authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    485c0e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2367550 View commit details
    Browse the repository at this point in the history
  4. Prebid 5.5.0 Release

    robertrmartinez committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    d6b646f View commit details
    Browse the repository at this point in the history
  5. Increment pre version

    robertrmartinez committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    fba096d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Deep Intent Bid Adapter: backward compatible eids added (#7187)

    * backward compatible eids added
    
    * eslint fixes
    
    Co-authored-by: Sourabh Gandhe <sourabh@Sourabhs-MacBook-Pro.local>
    sourabhg and Sourabh Gandhe authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    63b8929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d41af07 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Opera Ads Bid Adapter: add new bid adapter (#7152)

    * feat(operaads): add Opera Ads bid adapter
    
    * fix(operaads): fix sharedId support
    
    * chore(operaads): remove user sync support
    
    * feat(operaads): no need to set width and height when native ad is requested
    
    * fix(operaads): decode native icon url
    
    * test(operaads): add more test cases
    
    * fix(operaads): fix native response parse
    
    * feat(operaads): track bid won
    
    * test(operaads): update test cases
    xingwangl authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    7e95a31 View commit details
    Browse the repository at this point in the history
  2. add mantis (#7173)

    ChrisHuie authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    35736f9 View commit details
    Browse the repository at this point in the history
  3. Leverage defined methods from utils in secureCreatives (#7196)

    - use isGptPubadsDefined instead of rolling our own
    - add isApnGetTagDefined to utils, which does a deeper existence
      confirmation and start using it.
    jsut authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    980a22d View commit details
    Browse the repository at this point in the history
  4. Sublime Bid Adapter : send notid in pixel & use timeout from timeoutD…

    …ata (#7167)
    
    * DL-1746: Remove trId and use notid instead (#31)
    
    * Remove trId and use notid instead
    * Update version to 0.7.3
    * Set default value to empty string
    
    Co-authored-by: SublimeJeremy <jeremy@sublimeskinz.com>
    
    * DL-1780: Fix pubtimeout (#32)
    
    * Update timeout value with onTimeout data
    * Add test for onTimeout
    * Update state with timeout asap
    
    Co-authored-by: SublimeJeremy <jeremy@sublimeskinz.com>
    Léo and SublimeJeremy authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    4d38732 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. add meta.advertiserDomains (#7190)

    Co-authored-by: Mark Monday <mmonday@rubiconproject.com>
    msm0504 and Mark Monday authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    750ea2b View commit details
    Browse the repository at this point in the history
  2. adds meta.advertiserDomains (#7191)

    Co-authored-by: Mark Monday <mmonday@rubiconproject.com>
    msm0504 and Mark Monday authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    2a899c6 View commit details
    Browse the repository at this point in the history
  3. adds meta.advertiserDomains (#7192)

    Co-authored-by: Mark Monday <mmonday@rubiconproject.com>
    msm0504 and Mark Monday authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    eef3277 View commit details
    Browse the repository at this point in the history
  4. adds meta.advertiserDomains (#7193)

    Co-authored-by: Mark Monday <mmonday@rubiconproject.com>
    msm0504 and Mark Monday authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d0d6cbf View commit details
    Browse the repository at this point in the history
  5. MARJAVA-889 Update getintentBidAdapter to Prebid 5.0 requirements (#7197

    )
    
    - use floors module for bid floors
    - add advertiserDomains to bid response
    - support video parameters at the adunit level
    - update tests
    afominov authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d03a458 View commit details
    Browse the repository at this point in the history
  6. SharedIdSystem: return pubcid instead of sharedId (#7149)

    * Sharedid fix
    
    * Sharedid fix
    
    * Sharedid fix
    
    * Sharedid fix
    
    * Sharedid fix
    
    * Sharedid fix
    
    * Sharedid fix
    
    * Sharedid fix
    
    * Fix test failure
    
    * Fix test failure
    
    * Fix test failure
    
    * Fix test failure
    
    * Fixing decode on optout
    
    Co-authored-by: skocheri <skocheri@rubiconproject.com>
    SKOCHERI and skocheri authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    42529cd View commit details
    Browse the repository at this point in the history
  7. Nobid Bid Adapter: add support for alias duration (#7177)

    * Enable supplyChain support
    
    * Added support for COPPA
    
    * rebuilt
    
    * Added support for Extended User IDs.
    
    * Added support for the "meta" attribute in bid response.
    
    * Added "duration" alias.
    
    * Removed package-lock.json
    
    * Added test for the Duration media alias.
    
    * Removed nobidBidAdapter.js.orig
    
    * Fixed aliad "gvlid" instead of "gvlib".
    Added use case.
    
    * Removed mistake file.
    
    * Remove IDE files.
    
    * Put back the original package-lock.json
    
    Co-authored-by: Reda Guermas <reda.guermas@nobid.io>
    redaguermas and Reda Guermas authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    9a91886 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11ce031 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. DSPX Adapter: Fix userSync problem with passback responses (#7199)

    Co-authored-by: Alexander <avj83@list.ru>
    onlsol and avj83 authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    17aad75 View commit details
    Browse the repository at this point in the history
  2. Rads Adapter: Fix userSync problem with passback responses (#7200)

    Co-authored-by: Alexander <avj83@list.ru>
    onlsol and avj83 authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    b39e27b View commit details
    Browse the repository at this point in the history
  3. Realvu Analytics Adapter: improve flagging of 'display:none' containe…

    …rs (#7182)
    
    * Remove _ps in _f=conf request
    
    * Replace "
    
    * realvuAnalyticsAdapter_spec updated
    
    * Update realvuAnalyticsAdapter.js
    
    * Update realvuAnalyticsAdapter.js
    
    Improve value returned by addUnitById()
    
    * Update realvuAnalyticsAdapter.js
    
    improve flagging of 'display:none' containers
    
    * Update realvuAnalyticsAdapter.js
    
    Co-authored-by: Igor Tchibirev <igor@realvu.com>
    tchibirev and Igor Tchibirev authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1381f34 View commit details
    Browse the repository at this point in the history
  4. tappx Bid Adapter: add internal Tappx params and refactor pageUrl (#7181

    )
    
    * tappxBidAdapter :: update adapter version
    
    * tappxBidAdapter :: update and add tappx internal params
    
    * tappxBidAdapter :: add mktag to overview
    
    * tappxBidAdapter :: update way getting pageUrl
    
    * tapppxBidAdapter :: update pageUrl
    
    * tappxBidAdapter :: remove unused params
    
    * tappxBidAdapter :: add bcid and bcrid to requests
    
    Co-authored-by: marc_tappx <marc@tappx.com>
    prebidtappx and marc_tappx authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    df23aec View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Smartico Bid Adapter: Add meta fields to interpreted response object (#…

    …7203)
    
    * Adding smartico adapter
    
    * bug #6486 fix, added maintainer email
    
    * bug #6486 fix, modified test parameters
    
    * bug #6486 fix, modified test parameters #2
    
    * #6486 applied review related updates & fixes
    
    * #6486 applied review related updates & fixes #2
    
    * #6486 applied review related updates & fixes #3
    
    * samrtico adapter bug fix
    
    * smartico adapter unit test update after bug fixing
    
    * smartico adapter bug fix #2
    
    * smartico adapter bug fix #3
    
    * fix linting errors
    
    * update for version 5.0: meta.advertiserDomains is added
    
    * update for version 5.0: meta.advertiserDomains is added (unit test) update
    
    * Update smarticoBidAdapter_spec.js
    
    Co-authored-by: Dmitri <dmitri@atomdev.net>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    Co-authored-by: Patrick McCann <patmmccann@gmail.com>
    4 people authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    b4c2552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3232ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f873332 View commit details
    Browse the repository at this point in the history
  4. Prebid 5.6.0 Release

    Eric Harper committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ea26df5 View commit details
    Browse the repository at this point in the history
  5. Increment pre version

    Eric Harper committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    f2ab198 View commit details
    Browse the repository at this point in the history
  6. PBS Bid Adapter: outstream video renderer bugfix (#7038)

    * PBS Bid Adapter: outstream renderer bugfix
    
    * Update modules/prebidServerBidAdapter/index.js
    
    Co-authored-by: Nepomuk Seiler <muuki88@users.noreply.github.com>
    
    * revert to &&
    
    * remove parens
    
    Co-authored-by: Nepomuk Seiler <muuki88@users.noreply.github.com>
    ChrisHuie and muuki88 authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ad14def View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    84a39c6 View commit details
    Browse the repository at this point in the history
  2. PBS bid adapter: revised outstream unit test for 7038 (#7208)

    * PBS Bid Adapter: outstream renderer bugfix
    
    * Update modules/prebidServerBidAdapter/index.js
    
    Co-authored-by: Nepomuk Seiler <muuki88@users.noreply.github.com>
    
    * revert to &&
    
    * remove parens
    
    * PBS bid adapter: check on unit test for 7038
    
    * Update prebidServerBidAdapter_spec.js
    
    * Update prebidServerBidAdapter_spec.js
    
    * Update prebidServerBidAdapter_spec.js
    
    * Update prebidServerBidAdapter_spec.js
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    Co-authored-by: Nepomuk Seiler <muuki88@users.noreply.github.com>
    3 people authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    f53232d View commit details
    Browse the repository at this point in the history
  3. AdYouLike bidder adapter: handle size given in bid params (#7198)

    * add required clickurl in every native adrequest
    
    * allows the native response to be given as is to prebid if possible
    
    * add unit tests on new Native case
    
    * Handle meta object in bid response with default addomains array
    
    * fix icon retrieval in Native case
    
    * Update priorities in case of multiple mediatypes given
    
    * improve robustness and fix associated unit test on picture urls
    
    * add support for params.size parameter
    
    * add unit test on new size format
    guiann authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    f0dbdf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Smaato: Support Floor Price Module (#7188)

    * Smaato: Floor Price Module Support
    - split multiple media types into individual requests
    
    * Smaato: Floor Price Module Support
    - use floor price module
    
    * Smaato: Floor Price Module Support
    - increase client version
    
    * Smaato: Floor Price Module Support
    - Improve getBidFloor and cover with tests
    
    * Smaato: Floor Price Module Support
    - Fix linting errors
    
    * Smaato: Floor Price Module Support
    - Replace flatMap
    
    Co-authored-by: Bernhard Pickenbrock <bernhard.pickenbrock@smaato.com>
    el-chuck and el-chuck authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    70bb6e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. ajax: if xfr.open() explodes let the caller know (#7161)

    IE11 explodes on .open for deleted URLs created from URL.createObjectURL
    jimdigriz authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    7a2ca92 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Halo ID url params, RTD dupe protection, doc update (#7204)

    * halo allow id url config, rtd dedupe array merge, doc update
    
    * add per-bidder dedupe test
    
    * refresh pbjs haloId when available
    
    * doc update
    
    * update docs
    
    * doc update
    Anthony Lauzon authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    b4a04c9 View commit details
    Browse the repository at this point in the history
  2. Adyoulike bidder - Video playerSize format (#7227)

    * add required clickurl in every native adrequest
    
    * allows the native response to be given as is to prebid if possible
    
    * add unit tests on new Native case
    
    * Handle meta object in bid response with default addomains array
    
    * fix icon retrieval in Native case
    
    * Update priorities in case of multiple mediatypes given
    
    * improve robustness and fix associated unit test on picture urls
    
    * add support for params.size parameter
    
    * add unit test on new size format
    
    * Makes sure the playerSize format is consistent
    guiann authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    813aa02 View commit details
    Browse the repository at this point in the history
  3. Permutive RTD submodule: TrustX update (#7001)

    * Update Premutive <> TrustX integration
    
    * remove old TrustX code
    
    * use ortb2 for trustx
    
    * enable ortb2 setBidderConfig
    
    * remove superfluous argument
    
    * Readme update
    dreischer authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    3bbcf66 View commit details
    Browse the repository at this point in the history
  4. add halo id support to beachfront adapter (#7225)

    Co-authored-by: John Salis <john@beachfront.com>
    jsalis and John Salis authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e130657 View commit details
    Browse the repository at this point in the history
  5. Bizzclick Bid Adapter: update bid adapter for prebid 5 (#7212)

    * init bizzclick v5 bid adapter
    
    * fix unit tests, fix gdpr and ccpa
    BizzClick authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    01ed155 View commit details
    Browse the repository at this point in the history
  6. AdYouLike Bidder - enable Vast response format (#7229)

    * add required clickurl in every native adrequest
    
    * allows the native response to be given as is to prebid if possible
    
    * add unit tests on new Native case
    
    * Handle meta object in bid response with default addomains array
    
    * fix icon retrieval in Native case
    
    * Update priorities in case of multiple mediatypes given
    
    * improve robustness and fix associated unit test on picture urls
    
    * add support for params.size parameter
    
    * add unit test on new size format
    
    * Makes sure the playerSize format is consistent
    
    * enable Vast response on bidder adapter
    
    * fix lint errors
    
    * add test on Vast format case
    guiann authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9d7fdc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. VIS.X Bid Adapter: fix handling of bid response (#7233)

    * VIS.X: add failing test
    
    * VIS.X: additional check for instream video
    
    * VIS.X: missing semicolon
    mk0x9 authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0f7d5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0896f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed036b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caa329a View commit details
    Browse the repository at this point in the history
  5. 5.7.0 release

    mkendall07 authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    541fc70 View commit details
    Browse the repository at this point in the history
  6. Pubmatic Analytics Adapter: extend timeout on flaky tests (#7235)

    * Pubmatic Analytics Adapter: extend timeout
    
    * fix linting
    ChrisHuie authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    50793be View commit details
    Browse the repository at this point in the history
  7. 5.8.0-pre

    mkendall07 authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7511963 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    09ea8e2 View commit details
    Browse the repository at this point in the history
  2. Unicorn BidAdapter: add support for meta.advertiserDomain for Prebid 5 (

    #7241)
    
    * Readd unicornBidAdapter
    
    * remove adomain from test code, because not support adomain
    
    * remove bidFloorCpm because not support
    
    * Support adomain
    faithnh authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    3e71ab4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. InteractiveOffers BidAdapter: New endpoint (#7243)

    Co-authored-by: EC2 Default User <ec2-user@ip-172-31-93-198.ec2.internal>
    IOTiagoFaria and EC2 Default User authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    4d2c6c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. MathildeAds Bid Adapter: add new bid adapter (#7224)

    * add MathildeAds adapter
    
    * fixes
    
    * fix
    
    Co-authored-by: Mykhailo Yaremchuk <m.yaremchuk@smartyads.com>
    mathilde-ads and Mykhailo Yaremchuk authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    89abb6f View commit details
    Browse the repository at this point in the history
  2. Openweb Bid Adapter: change remote url (#7250)

    * Add markdown file
    
    * change params
    
    * Change remote url
    GeneGenie authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    df534b5 View commit details
    Browse the repository at this point in the history
  3. Teads Bid Adapter: support floc and uid2 user IDs (#7116)

    * Teads adapter: support some user IDs
    
    * review changes
    
    * Stub access to storage functions in tests of Teads adapter
    
    Co-authored-by: Kylian Deau <kylian.deau@teads.tv>
    ruizb and nailyk authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    665ffba View commit details
    Browse the repository at this point in the history
  4. Mediasquare bidder: add metrics to onBidWon Event (#7252)

    * Update mediasquareBidAdapter.js
    
    * Update mediasquareBidAdapter.js
    
    * Update mediasquareBidAdapter_spec.js
    
    * Update mediasquareBidAdapter_spec.js
    
    * Update mediasquareBidAdapter.js
    matthieularere-msq authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    71c1c67 View commit details
    Browse the repository at this point in the history
  5. gptPreAuction Module: update to include MCM support (#7242)

    * Updating gptPreAuction module to include MCM support
    
    * Fix lint error
    
    * Default getConfig to object
    
    * Added unit tests
    
    * Fix unit test desc typo
    
    Co-authored-by: Michael  Moschovas <mmoschovas@mmoschovas-mac.fios-router.home>
    mmoschovas and Michael Moschovas authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    3162aa9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adb1731 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Next Millennium Bid Adapter: update to comply with Prebid v5 (#7209)

    * Start
    
    * nextMillenniumBidAdapter for v5
    
    * add test page
    
    * undo changes in hello_world
    
    * manually kick off tests
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    Mikhail Ivanchenko and ChrisHuie authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    ca7ab18 View commit details
    Browse the repository at this point in the history
  2. Boldwin Bid Adapter: add advertiserDomains and getFloor handling (#7254)

    * new boldwin bid adapter
    
    * fix
    
    * Restarting ci / circleci
    
    * changes
    
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    Co-authored-by: Vladislav Isaiko <vladis@smartyads.com>
    Co-authored-by: Mykhailo Yaremchuk <m.yaremchuk@smartyads.com>
    4 people authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    72eacfa View commit details
    Browse the repository at this point in the history
  3. Colossus Bid Adapter: add advertiserDomains and video params support (#…

    …7245)
    
    * add video&native traffic colossus ssp
    
    * Native obj validation
    
    * Native obj validation #2
    
    * Added size field in requests
    
    * fixed test
    
    * fix merge conflicts
    
    * move to 3.0
    
    * move to 3.0
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * https for 3.0
    
    * add https test
    
    * add ccp and schain features
    
    * fix test
    
    * sync with upstream, fix conflicts
    
    * Update colossussspBidAdapter.js
    
    remove commented code
    
    * Update colossussspBidAdapter.js
    
    lint fix
    
    * identity extensions
    
    * identity extensions
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add tests for user ids
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add gdpr support
    
    * add gdpr support
    
    * id5id support
    
    * Update colossussspBidAdapter.js
    
    add bidfloor parameter
    
    * Update colossussspBidAdapter.js
    
    check bidfloor
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter_spec.js
    
    * use floor module
    
    * Revert "use floor module"
    
    This reverts commit f0c5c24.
    
    * use floor module
    
    * update to 5v
    
    * fix
    
    Co-authored-by: Vladislav Isaiko <vladis@smartyads.com>
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    Co-authored-by: Mykhailo Yaremchuk <m.yaremchuk@smartyads.com>
    4 people authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    9eed220 View commit details
    Browse the repository at this point in the history
  4. Added gptSlotCode field to the auction logs object. Updated master fr…

    …om the upstream (#7257)
    
    Co-authored-by: Phaneendra Hegde <phaneendra.hegde@gmail.com>
    pnh-pubx and pnhegde authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    369f1d3 View commit details
    Browse the repository at this point in the history
  5. integr8 Bid Adapter: add new bid adapter (#6882)

    * Added integr8 adapter
    
    * Double quote to single quote
    
    * Added floor module support
    
    * Added floor tests
    ardit-baloku authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    b6b35af View commit details
    Browse the repository at this point in the history
  6. Rise Bid Adapter: add optional placementId param (#7246)

    * add placementId optional param
    
    * add testing for placementId param
    lasloche authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    55b8611 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51f4f48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de3976e View commit details
    Browse the repository at this point in the history
  9. Smartadserver Bid Adapter: add support for multiple media types (#7216)

    * Handling banner+video mediaTypes in adUnit configuration.
    
    * SIM-1146 CSync only if not null, test added.
    
    * Fixing an issue of undefined videoParams
    
    * Fixing an issue with video startdelay got crushed
    
    * Fixing indenting issues and startdelay
    
    * Fixed a bunch of tests
    
    * Fixing a test for IE11 not okay with find method
    
    * Added multi mediatype to .md file
    
    Co-authored-by: tadam75 <tadam@smartadserver.com>
    lowendavid and tadam75 authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    6cb6593 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90cc699 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Smartadserver Bid Adapter: add support for floors module (#7259)

    * SADR-2305 Add support for floors module
    
    * SADR-2305 Add unit test for unknown currency
    
    * lint fix
    krzysztofequativ authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    efc7341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b8181 View commit details
    Browse the repository at this point in the history
  3. OpenX Bid Adapter: read first party data segments (#7202)

    * OpenX Bid Adapter: read fpd data from ortb2.user.data for permutive
    
    * OpenX Bid Adapter: read liveintent segments from request
    
    * OpenX Bid Adapter: read segtax
    
    * OpenX Bid Adapter: fix IE11 Object.entries() unsupported issue
    
    addresses #7202 (comment)
    laurb9 authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d4ad23f View commit details
    Browse the repository at this point in the history
  4. Aniview Bid Adapter: add a new alias and update the doc (#7262)

    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Support new aniview bid adapter
    
    * Fix Consent parameters
    
    * Update aniviewBidAdapter.js
    
    V3 support
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    Update refererInfo
    
    * Update aniviewBidAdapter.js
    
    Fix tabs and spaces
    
    * Update aniviewBidAdapter.js
    
    fixes
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    Add ccpa support
    
    * Update aniviewBidAdapter.js
    
    Typo
    
    * Update aniviewBidAdapter.js
    
    * Update aniviewBidAdapter.js
    
    * Fix size and sample
    
    Fixed sizes from playerSize
    Updated md sample
    
    * Fix tabs
    
    * Fix sizes
    
    * Recheck
    
    * Add tgt parameter
    
    * Update sample
    
    * Add support for cookie sync + tests
    
    * Add support for cookie sync + tests
    
    * Add support for cookie sync + tests
    
    * Support aliases
    
    Support aliases
    
    * Update
    
    Update
    
    * Fix lint
    
    Fix lint
    
    * Update spec
    
    Update spec
    
    * Aniview Bid Adapter: Added the new alias
    
    * Aniview Bid Adapter: Added the new configs for the renderer
    
    * Aniview Bid Adapter: Added unit tests for the renderer
    
    * Aniview Bid Adapter: Have added gvlid
    
    * Aniview Bid Adapter: added meta.advertiserDomains to bidResponse and extended cookie sync logic
    
    * Support BANNER mediaType
    
    Support BANNER mediaType
    
    * Aniview BANNER support
    
    Fix spaces
    
    * Aniview Bid Adapter: add a new alias and update the doc
    
    Co-authored-by: Itay Nave <itay@aniview.com>
    Co-authored-by: Itay Nave <38345760+itaynave@users.noreply.github.com>
    3 people authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    95456b6 View commit details
    Browse the repository at this point in the history
  5. Prebid 5.8.0 Release

    jsnellbaker committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    ddf083e View commit details
    Browse the repository at this point in the history
  6. increment pre version

    jsnellbaker committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    67dba7f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Adprime Bid Adapter: add advertiserDomains, getFloor handler and vide…

    …o params support (#7263)
    
    * initial
    
    * fix
    
    * remove redundant language mod, use player sizes in video traff
    
    * test modify
    
    * fix
    
    * Adding Tests
    
    * add keywords param
    
    * log
    
    * log
    
    * log
    
    * fix
    
    * add idl
    
    * add idl
    
    * fix test
    
    * lint
    
    * lint
    
    * fix
    
    * lint
    
    * lint
    
    * lint
    
    * lint
    
    * add sync
    
    * fix
    
    * add video params, advertiserDomains and getFloor
    
    * add audiences param
    
    * fix test
    
    Co-authored-by: Aigolkin1991 <Aigolkin1991@gmail.com>
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    3 people authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    3ce5f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51448cd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Logan Bid Adapter: add new bid adapter (#7223)

    * initial
    
    * change vasturl to vastxml
    
    * fixes
    
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    Co-authored-by: Mykhailo Yaremchuk <m.yaremchuk@smartyads.com>
    3 people authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    3d4a139 View commit details
    Browse the repository at this point in the history
  2. Brave Bid Adapter: add new bid adapter (#7271)

    * added Brave bidder adapter with test and docs 
    
    Commit has standard bidder adapter 2 new files adapter js, adapter md
    
    * added test spec file witch covered code least 80 %
    thebraveio authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    376b0e7 View commit details
    Browse the repository at this point in the history
  3. Changed directory path in the line #115 (#7278)

    Changed directory path in the line #115  from url: `${hostname}/auc/auc.php` to ${hostname}/
    pixfuture-media authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    d7f6802 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    c06dca5 View commit details
    Browse the repository at this point in the history
  2. add-adsyield-alias (#7282)

    Co-authored-by: atkachov <atkachov@admixer.ua>
    AdmixerTech and altkachov authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    dc6f54d View commit details
    Browse the repository at this point in the history
  3. Krushmedia Bid Adapter: updates for Prebid 5.0 (#7266)

    * inital
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add maintener to md
    
    * Added native support
    
    * add syncing
    
    * updates for prebid 5 compliance
    
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    Krushmedia and Aiholkin authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    6ab8791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f568a5 View commit details
    Browse the repository at this point in the history
  5. ContentExchange Bid Adapter: add new bid adapter (#7213)

    * add contentexchange bid adapter
    
    * fixes
    
    * fix
    
    * fix test
    
    * validate meta
    
    * fix
    contentexchange authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    20d9243 View commit details
    Browse the repository at this point in the history
  6. bidViewablityIO Module: add new submodule for detecting viewability w…

    …ithout ad server dependancies (#7151)
    
    * Add bidViewablityIO module
    
    - Emits a BID_VIEWABLE event for banner ads when a bid meets IAB
      viewable specifications, using the browsers IntersectionObserver API,
      if it is available
    - adds the new module, markdown documentation, an integration example, and tests
    
    * fix issues in integration example and tests
    
    * only register the event handler if the module is configured
    
    * fix config example in markdown
    
    * use getConfig's subscribe functionality
    
    * use indexOf instead of includes
    
    * wrap logMessage to prefix MODULE_NAME on messages
    jsut authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    ecd7845 View commit details
    Browse the repository at this point in the history
  7. Between Bid Adapter: add sharedid for Prebid 5.0 (#7222)

    * Add back in sharedid
    
    #7221
    
    * fix linting
    
    * add tests for sharedid
    
    * remove trailing spaces
    ChrisHuie authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    e679fe7 View commit details
    Browse the repository at this point in the history
  8. PubMatic: if multi-format ad-unit does not have outstreamAU or render…

    …er (for out-stream) then continue w/o video (#7275)
    
    * Bug fix to still bid banner and/or native when no outstream renderer is available
    pm-harshad-mane authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    11df18d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. InteractiveOffers : parameters changed & dynamic endpoint (#7286)

    * InteractiveOffers BidAdapter: New endpoint
    
    * InteractiveOffers - Parameters changed & dynamic endpoint
    
    * InteractiveOffers - Fix lint errors
    
    * InteractiveOffers - Change the spec file
    
    * InteractiveOffers - Fix spec file
    
    Co-authored-by: EC2 Default User <ec2-user@ip-172-31-93-198.ec2.internal>
    IOTiagoFaria and EC2 Default User authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    6df0219 View commit details
    Browse the repository at this point in the history
  2. Mediakeys: add bidder adapter (#7268)

    * Mediakeys: add bidder adapter
    
    * Removed superfluous argument
    
    Co-authored-by: Jean-Paul COSAL <jean-paul.cosal@mediakeys.com>
    MK Platform and jp-mediakeys authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    17aa264 View commit details
    Browse the repository at this point in the history
  3. Intimate Merger Universal Identifier System: add imuid submodule (#7239)

    * add imuidIdSystem
    
    * add test and refactoring imuid module
    eknis authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d0a5fe6 View commit details
    Browse the repository at this point in the history
  4. CPMStar Bid Adapter: Add adomain support for Prebid 5.x (#7284)

    * added cpmstarBidAdapter with meta.advertiserDomains support
    
    * fix linting
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    JoshuaMGoldstein and ChrisHuie authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    217c8f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    3d8ed53 View commit details
    Browse the repository at this point in the history
  2. targeting: allow non-string (eg. numeric) targeting segments (#7160)

    Documentation[1] shows a numeric example which causes an exception as we
    try to call .split(',').
    
    [1] https://docs.prebid.org/dev-docs/add-rtd-submodule.html#gettargetingdata
    jimdigriz authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    3b59a2b View commit details
    Browse the repository at this point in the history
  3. Prebid 5.9.0 Release

    Mike Chowla committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    7f5a3be View commit details
    Browse the repository at this point in the history
  4. Increment pre version

    Mike Chowla committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    707d73f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. add an auctionId to request (#7293)

    Mikhail Ivanchenko authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    32587e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Conversant Bid Adapter: add getUserSync (#7185)

    * add getUserSyncs to the conversant adapter
    
    * Review Changes
    johnwier authored Aug 14, 2021
    Configuration menu
    Copy the full SHA
    95e3400 View commit details
    Browse the repository at this point in the history
  2. SmartyAds Bid Adapter: add support for adomain (#6940)

    * add support adomain
    
    * Update smartyadsBidAdapter_spec.js
    
    * fix linting error
    
    Co-authored-by: eryomindiman <raul.92@mail.ru>
    Co-authored-by: Patrick McCann <patmmccann@gmail.com>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    4 people authored Aug 14, 2021
    Configuration menu
    Copy the full SHA
    f360f39 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

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

Commits on Aug 17, 2021

  1. ogury Bid Adapter: handle onBidWon event on prebid.js (#7298)

    * oguryBidAdapter: handle onBidWon event on prebid.js
    
    * oguryBidAdapter: remove blank space at end of file
    
    * oguryBidAdapter: fix new line at end of file
    
    * trigger rebuild on CI
    
    * trigger rebuild on CI
    jogury authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    51eb7d0 View commit details
    Browse the repository at this point in the history
  2. IX Bid Adapter: First Party Data Support (#7265)

    * pass fpd data to r object
    
    * remove .repeat() func in tests
    
    * check if r.site.page exists
    
    * use config.getConfig('ortb2')
    
    * use JSON.stringify to calculate fpd length
    
    * explicitly calculate request size for fpd
    
    * check for impressionObjects.length
    umakajan authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    07ab54d View commit details
    Browse the repository at this point in the history
  3. BrightMountainMedia: update server request format (#7210)

    * Update BrightMountainMedia cookie sync URL
    
    * Bright Mountain Media: Update bidder code
    
    * Bright Mountain Media: Add brightmountainmedia as alias
    
    * Bright Mountain Media: Update Bid Endpoint
    
    * BrightMountainMedia Bid Adapter: add floors module support
    
    * BrightMountainMedia Bid Adapter: support advertiserDomains
    
    * BrightMountainMedia Bid Adapter: support userId
    
    * BrightMountainMedia: update read userid form userIdAsEids
    
    * BrightMountainMedia: refactor request format
    BrightMountainMediaInc authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5a9bbb3 View commit details
    Browse the repository at this point in the history
  4. Malltv Analytics Adapter: add new analytics adapter (#7218)

    * Added malltv analytics adapter
    
    * Removed error endpoint and added vastUrl
    
    * Removed ad render failed test
    
    * Check if bid.getCpmInNewCurrency is a function
    
    * refactor getCpmInEur
    
    * Fixed tests failing when run with other tests
    ardit-baloku authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    2eb70e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    284dd71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c2cd54 View commit details
    Browse the repository at this point in the history
  7. Kinesso ID: add UserId module and fixes conflicts on pr 7077 (#7283)

    * Kinesso User id module
    
    * Kinesso User id module
    
    * fix conflicts
    
    * fix test
    
    * fix error to kinessoId
    
    Co-authored-by: skocheri <skocheri@rubiconproject.com>
    ChrisHuie and skocheri authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c544033 View commit details
    Browse the repository at this point in the history
  8. Resetdigital Bid Adapter: update default endpoint domain (#7230)

    * Add alias, update valid opts
    
    * Update bidder tests
    
    * Initial ResetDigital adapter
    
    * Update resetdigital checks
    
    * Use prebid utils for domain info
    
    * Address lint and adomain items
    
    * Update default endpoint
    evanmsmrtb authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    bce3396 View commit details
    Browse the repository at this point in the history
  9. etarget Bid Adapter: update support for using priceFloor module (#7305)

    * new feature getMetaData
    
    * metaData unit test
    
    * advertiserDomains
    
    * advertiserDomains
    
    * added ortb2
    
    * getMetaData feature moved into bidderRequest object
    
    * getMetaData featured moved into bidderRequest object
    
    * getMetaData feature moved into bidderRequest object
    
    * implemented priceFloor
    
    * priceFloor test values
    
    * added priceFloor
    
    * deepClone import
    
    * priceFloor test
    
    * priceFloor test
    
    * floorPrice test
    
    * priceFloor test
    
    * priceFloor test
    
    * priceFloor test
    
    * priceFloor test
    
    * priceFloor test
    
    * priceFloor update
    etargetse authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a4207df View commit details
    Browse the repository at this point in the history
  10. ZetaSspBidAdapter: provide gdpr and sspa values in bidRequest (#7311)

    Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
    asurovenko-zeta and surovenko authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    718e164 View commit details
    Browse the repository at this point in the history
  11. Gumgum: fix how we send TTD global placement ID (#7310)

    * Gumgum: ADJS-1064 Fix how we send TTD global placement ID
    
    * updated unit tests
    
    * undo unnecessary changes
    lbenmore authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d43427d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da239c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. fix doc cid is number (#7314)

    eknis authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    5998ad7 View commit details
    Browse the repository at this point in the history
  2. ZetaSspBidAdapter: rename files across ${bidderCode}BidAdapter.js (#7317

    )
    
    Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
    asurovenko-zeta and surovenko authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    dc14496 View commit details
    Browse the repository at this point in the history
  3. Prebid 5.10.0 release

    jsnellbaker committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    c4ec6a4 View commit details
    Browse the repository at this point in the history
  4. increment pre version

    jsnellbaker committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    6a3d586 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. GumGum: sends maxw and maxh query parameters for slot requests (#7232)

    * adds meta field to bidresponse
    
    * adds meta mediatype and advertiserdomain default
    
    * use response sizes in bidresponse
    
    * sends maxw and maxh query params for slot requests
    susyt authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    e9a6b69 View commit details
    Browse the repository at this point in the history
  2. Build Process: avoid Eslint spread operator error (#7313)

    * Eslint: avoid spread operator error
    
    * Lint config files
    
    * Include all .js files with `gulp lint`
    osazos authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    a437b05 View commit details
    Browse the repository at this point in the history
  3. BeOp Bid Adapter : New Bid Adapter (#7195)

    * Init BeOp adapter
    
    * Init BeOp prebid Adapter (#1)
    
    * Init BeOp prebid Adapter
    
    * Partial commit
    
    * TC String, currency, floor
    
    * onTimeout fn implem
    
    * onBidWon implem
    
    * common tracking setup and still testing
    
    * Fix tests
    
    * Final test
    
    * Add tests on consent and response
    
    * Post review Commit
    
    * change markdown bidder name and sizes in examples
    
    * Change BeOp endpoint to get bid responses
    
    * Valid params to test the module
    
    * Remove package-lock changes
    
    * Fix keyword access
    
    * Fix
    
    Co-authored-by: bloodyowl <bloodyowl@icloud.com>
    sebrobert and bloodyowl authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    686c70c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    0d673f4 View commit details
    Browse the repository at this point in the history
  2. Dev Tools (Babel): update babel target browser versions (#7248)

    * Babel : change babel target browser versions
    
    * mod versions
    
    * update versions
    
    * update ios version
    ChrisHuie authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    3f56bad View commit details
    Browse the repository at this point in the history
  3. Vrtcal Bid Adapter: added Non-Static Bid Floor Support (#7324)

    * Added Non-Static Bid Floor Support
    
    * Added floors module test cases and removed unsupported bid.params.bidFloor coding
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-92.us-west-1.compute.internal>
    vrtcal-dev and Ubuntu authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    a1c8a1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4da2c8a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Impactify Bid Adapter: testing parameter (#7332)

    * Update for Prebid 5.X
    
    * Update to Prebid 5.X
    
    * Small update for custom parameter for testing
    thomasdseao authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    b426ae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    593e03f View commit details
    Browse the repository at this point in the history
  3. Zeta Ssp Bid Adapter: support video (#7295)

    * Zeta Ssp Bid Adapter: video support
    
    * fixes(1)
    
    * fixes(2)
    
    * fixes(3)
    
    * remove unused import
    
    Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
    asurovenko-zeta and surovenko authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    96da9dd View commit details
    Browse the repository at this point in the history
  4. EX-3165 Make getConfig call a clone (#7333)

    Co-authored-by: Mikhalovich <emihalovich@sovrn.com>
    mikhalovich and Mikhalovich authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    63de894 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. TrustX Bid Adapter: Use new format as default + new format for keywor…

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

    … device detection fix (#7327)
    
    * feat(sublimeBidAdapter): moving notifyId from an external to an internal ref
    
    * fix(sublimeBidAdapter): fixing device detection regexps
    
    * feat(sublimeBidAdapter): improve bid request validation
    
    Co-authored-by: François-Georges Cloutier <fg.cloutier@sublime.xyz>
    Co-authored-by: Mathieu Darse <code@mathieudarse.fr>
    3 people authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    ca5c28c View commit details
    Browse the repository at this point in the history
  3. remove weborama bid adapter markdown, since the original module was d…

    …eleted on version 3.0.0 (see issue #4580) (#7339)
    
    Co-authored-by: Tiago Peczenyj <tpeczenyj@weborama.com>
    peczenyj and peczenyj authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    584f420 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    412150d View commit details
    Browse the repository at this point in the history
  5. tappx Bid Adapter: add video outstream feature (#7325)

    * tappx: upate adapter version
    
    * tappx: add outstream to video support context
    
    * tappx: outstream with adnxs player
    
    * tappx: add external tappx renderer
    
    * tappx: update md description
    
    * tappx :: improve null control, log text,
    
    * tappx: test - update valid bid for video outstream
    
    * tappx: fix issue obtaining url player
    
    * tappx: test - update for video
    
    * tappx: fix adapter version
    
    Co-authored-by: marc_tappx <marc@tappx.com>
    prebidtappx and marc_tappx authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    54d537d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Mgid Bid Adapter: make changes to comply with 5.x requirements (#7319)

    * restore mgidBidAdapter.js with 5.x support
    
    * use gvlid
    
    * restore mgidBidAdapter.js with 5.x support
    
    * read pos in standard way
    
    Co-authored-by: gaudeamus <dmitry.markelov@mgid.com>
    Gaudeamus and gaudeamus authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    d151e00 View commit details
    Browse the repository at this point in the history
  2. Revert "Sublime Bid Adapter : refactoring notifyId, bid request valid…

    …ation, & device detection fix (#7327)" (#7346)
    
    This reverts commit ca5c28c.
    ChrisHuie authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    4be2da9 View commit details
    Browse the repository at this point in the history
  3. Multiple changes added (#7343)

    * Video request schain support
    * Optional device.ip param support
    * gpid support added
    ym-abaranov authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    d917622 View commit details
    Browse the repository at this point in the history
  4. Advangelists Bid Adapter: support adomain, video params, and the floo…

    …rs module (#7226)
    
    * Submit Advangelists Prebid Adapter
    
    * Submit Advangelists Prebid Adapter 1.1
    
    * Submit Advangelists Prebid Adapter Changes
    
    * Update Bidder Code
    
    To make adapter downloadable from git biddercode change is needed.
    
    * Changes to Support Prebid 5.0.
    
    #6650
    supporting advertiserDomains
    
    #6512
    Support video params at the adunit level
    
    #6465
    
    * Delete advangelistsBidAdapter.js.bak
    
    * Delete advangelistsBidAdapter.md.bak
    
    * Delete advangelistsBidAdapter_spec.js.bak
    
    * Update advangelistsBidAdapter.js
    
    * Add files via upload
    
    * Update advangelistsBidAdapter.js
    
    * Update advangelistsBidAdapter.js
    
    * Update advangelistsBidAdapter.js
    
    * Delete url.js
    
    Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
    NeerajKrRai and Chandra Prakash authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    2de4b7b View commit details
    Browse the repository at this point in the history
  5. Vrtcal Bid Adapter: Added Price Floors Module Support (#7342)

    * Vrtcal Bid Adapter: Added Price Floors Module Support
    
    * Updated to utilize isFn and isPlainObject
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-92.us-west-1.compute.internal>
    vrtcal-dev and Ubuntu authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    3f01ab1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Insticator Bid Adapter: add new bid adapter (#7277)

    * Added Insticator Bidder Adapter
    
    * Insticator Bidder Adapter fixes
    
    * Insticator Bidder Adapter - updated example
    
    * Insticator Bidder Adapter - add meta.advertiserDomains
    
    * minor change
    
    * rerun circle ci build
    
    Co-authored-by: Artur Nabiullin <artur.nabiullin@gmail.com>
    zyk70n and Artur Nabiullin authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    8e466ef View commit details
    Browse the repository at this point in the history
  2. Adding back: Sublime Bid Adapter : refactoring notifyId, bid request …

    …validation, & device detection fix (#7350)
    
    * Revert "Revert "Sublime Bid Adapter : refactoring notifyId, bid request validation, & device detection fix (#7327)" (#7346)"
    
    This reverts commit 4be2da9.
    
    * IE is annoying
    robertrmartinez authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9ba1030 View commit details
    Browse the repository at this point in the history
  3. Impactify Bid Adapter : patch sizes and variable type (#7352)

    * Update for Prebid 5.X
    
    * Update to Prebid 5.X
    
    * impactify - Change default video size and variable type
    
    Set the variable type to integer and change the default size of video
    thomasdseao authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    8d2c4a2 View commit details
    Browse the repository at this point in the history
  4. Prebid 5.11.0 Release

    robertrmartinez committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    3826d56 View commit details
    Browse the repository at this point in the history
  5. Increment pre version

    robertrmartinez committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    4f76c4f View commit details
    Browse the repository at this point in the history
  6. Ad partner Bid Adapter: advertiser domains for Prebid 5 compliance (#…

    …7347)
    
    * Add advertiserDomains field to adapter
    
    * Add working Unit ID
    
    * kick of Circle Ci tests
    
    * Change Unit ID
    
    * kick off CircleCi tests
    
    Co-authored-by: lovephp-sweety <sweety@dream.com>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    3 people authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    61f4090 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Prebid Core: emitting BEFORE_BIDDER_HTTP event per bidder network req…

    …uest (#7296)
    
    * emitting BEFORE_BIDDER_REQUEST event per bidder network request
    
    * kick off circleci tests
    
    * renaming BEFORE_BIDDER_REQUEST to BEFORE_BIDDER_HTTP
    
    Signed-off-by: Elad Yosifon <elad@kueez.com>
    
    * kick off CircleCI tests manually
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    elad-yosifon and ChrisHuie authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    b4cf8b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Opera Ads Adapter: fix floor price support (#7357)

    * Opera Ads Adapter: update example parameters in docs
    
    * Opera Ads Adapter: fix floor price support
    
    * Our OpenRTB server only supports USD, any other currency request will
      be ignored
    xingwangl authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    c978365 View commit details
    Browse the repository at this point in the history
  2. change request method (#7360)

    Co-authored-by: atkachov <atkachov@admixer.ua>
    AdmixerTech and altkachov authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    695e480 View commit details
    Browse the repository at this point in the history
  3. Colossus Bid Adapter: add Unified ID 2.0 (#7358)

    * add video&native traffic colossus ssp
    
    * Native obj validation
    
    * Native obj validation #2
    
    * Added size field in requests
    
    * fixed test
    
    * fix merge conflicts
    
    * move to 3.0
    
    * move to 3.0
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * https for 3.0
    
    * add https test
    
    * add ccp and schain features
    
    * fix test
    
    * sync with upstream, fix conflicts
    
    * Update colossussspBidAdapter.js
    
    remove commented code
    
    * Update colossussspBidAdapter.js
    
    lint fix
    
    * identity extensions
    
    * identity extensions
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add tests for user ids
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add gdpr support
    
    * add gdpr support
    
    * id5id support
    
    * Update colossussspBidAdapter.js
    
    add bidfloor parameter
    
    * Update colossussspBidAdapter.js
    
    check bidfloor
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter_spec.js
    
    * use floor module
    
    * Revert "use floor module"
    
    This reverts commit f0c5c24.
    
    * use floor module
    
    * update to 5v
    
    * fix
    
    * add uid2 and bidFloor support
    
    * fix
    
    Co-authored-by: Vladislav Isaiko <vladis@smartyads.com>
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    Co-authored-by: Mykhailo Yaremchuk <m.yaremchuk@smartyads.com>
    4 people authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    d16aada View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Navegg UserId: add new userid submodule (#7123)

    * navegg userid
    
    * remove unused variable results
    
    * fix submodules json
    
    * unit test to find navegg id
    
    * Adjustments according to revision
    
    * new unit tests
    
    * add akamai module
    
    * add akamai module
    hugopenha-navegg authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    9960c27 View commit details
    Browse the repository at this point in the history
  2. iasRtdProvider: implements getTargetingData method (#7344)

    * PREP-285 Previd v.5 adapter for publisher optimization
    
    * PREP-285 update getBidRequestData function response
    
    * PREP-285 add test case for getTargetingData function
    
    * PREP-185 refactor code
    
    * PREP-285 add test cases
    
    * PREP-285 fix test case
    
    * PREP-285 change to use getAdUnitSizes function to get sizes
    raguilar-ias authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    60ce3e6 View commit details
    Browse the repository at this point in the history
  3. byData Analytics Adapter: add new analytics adapter (#7260)

    * initial commit-byDataAnalyticsAdapter
    
    * update metadata fields at byDataAnalyticsAdapter.md
    
    * eslint import error fixed
    
    * update unneeded defective code and insecure randomness
    
    * updated unique  userid function
    
    * samplerate update-suggested changes
    
    Co-authored-by: Jitendra Kumar <jitendra@ascendeum.com>
    Prebid-bydata and ascendeum authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    ad8f4cc View commit details
    Browse the repository at this point in the history
  4. im rtd segment module (#7359)

    eknis authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    46751bd View commit details
    Browse the repository at this point in the history
  5. Pubmatic Bid Adapter: add support for JW Player (#7291)

    * changes to support jw player in pubmatic adapter
    
    * changed incorrect variable name in function
    
    * code optimisation changes
    
    * unmix quotes for linting
    
    Co-authored-by: Manasi <manasi@L1144.local>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    3 people authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    51caaef View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. add IQZone adapter (#7309)

    LGTM
    IQZoneAdx authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    c4feb70 View commit details
    Browse the repository at this point in the history
  2. smartx Bid Adapter: bugfix outstream options for default outstream re…

    …nderer configuration (#7372)
    
    * Add smartclipBidAdapter
    
    * smartxBidAdapter.js - removed unused variables, removed debug, added window before the outstream related functions
    
    * - made outstream player configurable
    
    * remove wrong named files
    
    * camelcase
    
    * fix
    
    * Out-Stream render update to SmartPlay 5.2
    
    * ESlint fix
    
    * ESlint fix
    
    * ESlint fix
    
    * adjust tests, fixes
    
    * ESlint
    
    * adjusted desired bitrate examples
    
    * added bid.meta.advertiserDomains support
    
    * bug fix for numeric elementID outstream render
    
    * fix renderer url
    
    * support for floors module
    
    * bugfixes to be openRTB 2.5 compliant
    
    * update internal renderer usage
    
    * remove unused outstream_function logic
    
    * bugfix outstream options for default outstream renderer configuration
    
    Co-authored-by: smartclip AdTechnology <adtech@smartclip.com>
    Co-authored-by: Gino Cirlini <adtech@smartclip.tv>
    3 people authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    e485e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fffa3e3 View commit details
    Browse the repository at this point in the history
  4. Prebid 5.12.0 Release

    Eric Harper committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    343bae2 View commit details
    Browse the repository at this point in the history
  5. Increment pre version

    Eric Harper committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    68c2a4d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Finteza Analytics Adapter: bugfix for flaky test (Issue #7348) (#7356)

    * Testing if Another Adapter is the Issue
    
    * researching error
    
    * add time to test latency
    
    * add this
    
    * fix undefined
    
    * move length check after other checks
    
    * fix linting
    
    * move other length test
    
    * update other length check to test
    ChrisHuie authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    253600d View commit details
    Browse the repository at this point in the history
  2. IX Adapter: buildRequests refactor (#7364)

    * buildRequests refactor
    
    * remove use of Array.includes
    
    Co-authored-by: Love Sharma <love.sharma@indexexchange.com>
    Co-authored-by: Kajan Umakanthan <umakajan@umakajan.com>
    3 people authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    b3c0916 View commit details
    Browse the repository at this point in the history
  3. Onetag Bid Adapter: extend mediaType support (#7363)

    * add support for all mediaType fields
    
    * fix test unit
    
    Co-authored-by: francesco <f.orazini@onetag.com>
    onetag-dev and forazini authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    28202c9 View commit details
    Browse the repository at this point in the history
  4. Impactify Bid Adapter: add userid schain support (#7377)

    * Update for Prebid 5.X
    
    * Update to Prebid 5.X
    
    * Add support for UserID and Schain Modules.
    
    * Remove ESL-lint for no console
    
    * Add the UserID in test
    thomasdseao authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    697abe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. VIS.X Bid Adapter: migrate from GET to POSTs & send additional userID…

    …s as an EIDS object (#7328)
    
    * VIS.X: migrate from GET to POSTs & send additional userIDs
    
    * VIS.X: fix tests
    mk0x9 authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    9945c02 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Rise Bid Adapter: improve isBidRequestValid and size detection along …

    …with other updates (#7362)
    
    * add Rise adapter
    
    * fixes
    
    * change param isOrg to org
    
    * Rise adapter
    
    * change email for rise
    
    * fix circle failed
    
    * bump
    
    * bump
    
    * bump
    
    * remove space
    
    * Upgrade Rise adapter to 5.0
    
    * improvments
    
    * fixes & extra improcments
    
    * fix bug
    
    * revert packege-lock.json
    
    * rollback getsizes changes
    
    * fix
    
    * bump
    
    Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com>
    Co-authored-by: Laslo Chechur <laslo.chechur@ironsrc.com>
    3 people authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    b029e51 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    126e165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4daf00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b87fdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ba6888 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab4a664 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    5e11575 View commit details
    Browse the repository at this point in the history
  2. VIS.X Bid Adapter: pass targeting to bidResponse.adserverTargeting (#…

    …7391)
    
    * VIS.X: migrate from GET to POSTs & send additional userIDs
    
    * VIS.X: fix tests
    
    * VIS.X: pass bid.ext.prebid.targeting to bidResponse.adserverTargeting
    mk0x9 authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    906f908 View commit details
    Browse the repository at this point in the history
  3. ADman Media Adapter: compatible with version 5 and support uid2 (#7383)

    * Add Adman bid adapter
    
    * Add supportedMediaTypes property
    
    * Update ADman Media bidder adapter
    
    * Remove console.log
    
    * Fix typo
    
    * revert package-json.lock
    
    * Delete package-lock.json
    
    * back to original package-lock.json
    
    * catch pbjs error
    
    * catch pbjs error
    
    * catch pbjs error
    
    * log
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * Update admanBidAdapter.js
    
    add consnet to sync url
    
    * Update admanBidAdapter.js
    
    fix import
    
    * Update admanBidAdapter.js
    
    lint fix
    
    * Update admanBidAdapter.js
    
    lint fix
    
    * Update admanBidAdapter.js
    
    check consent object data availability
    
    * сompatible with prebid v5
    
    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 Sep 8, 2021
    Configuration menu
    Copy the full SHA
    9f6daea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd92870 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c80a694 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3257dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    663d3d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ef13cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b2cb24 View commit details
    Browse the repository at this point in the history
  10. PBS Bid Adapter: Add additional ortb2 fields in request object (#7315)

    * add additional fields in ortb2 object
    
    * merge entire ortb2 object to the request object without if checks
    
    * add findRootDomain func
    
    Co-authored-by: nsen <neelanjan.sen@xandr.com>
    Fawke and nsen authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    a2d11b3 View commit details
    Browse the repository at this point in the history
  11. Documentation: adding no-adserver example (#7308)

    * adding no-adserver example
    
    * Update basic_noadserver.html
    bretg authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    45e0f8d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1cd74ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e8b344d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. IX Bid Adapter: Adding support for IX Outstream Renderer (#7390)

    * add ix renderer support
    
    * add unit tests
    
    * lint fix
    umakajan authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    5e2dcbd View commit details
    Browse the repository at this point in the history
  2. A publisher requested that we remove the bid.ad value for outstream s…

    …ince we provide the vastUrl (#7394)
    JonGoSonobi authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    5e0e473 View commit details
    Browse the repository at this point in the history
  3. BLIINK Bid Adapter : Add new adapter (#7299)

    * feat(adapter): Add bliink bid adapter
    
    * feat(tests): Add tests unit file
    
    * refactor: code optimisation and fix cookie sync
    
    * fix(bliinkAdapter): get meta value
    
    Co-authored-by: Jonathan <jonathan@bliink.io>
    Co-authored-by: samuel.kerboeuf <samuel@bliink.io>
    3 people authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    545d903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ac1dbf View commit details
    Browse the repository at this point in the history
  5. Between Bid Adapter: add ids (#7316)

    * between adapter: add ids
    
    * between-adapter: update ids
    anastasya123 authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    71cb998 View commit details
    Browse the repository at this point in the history
  6. "Prebid 5.13 Release"

    ChrisHuie committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    300db10 View commit details
    Browse the repository at this point in the history
  7. Increment pre version

    ChrisHuie committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    bbb73bb View commit details
    Browse the repository at this point in the history
  8. TargetVideo Bid Adapter: add new adapter (#7336)

    * TargetVideo bid adapter
    
    * TargetVideo bid adapter
    
    * TargetVideo bid adapter
    grajzer authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    6b1d704 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Merkle endpoint configurable (#7400)

    Co-authored-by: skocheri <skocheri@rubiconproject.com>
    SKOCHERI and skocheri authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    2b92153 View commit details
    Browse the repository at this point in the history
  2. Revert "Merkle endpoint configurable (#7400)" (#7401)

    This reverts commit 2b92153.
    patmmccann authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    35b5dca View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Timeout RTD module: initial release (#7395)

    * Add Prebid timeout RTD module
    
    * increase test coverage
    
    * Add header to doc
    
    * Lint fixes
    
    * Add unknown connection speed to doc
    
    * Fix doc, add unit test
    luigi-sayson authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    46fe440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    848ae9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f7d0ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27a9067 View commit details
    Browse the repository at this point in the history
  5. add custom error messages for beachfront bid validation (#7412)

    Co-authored-by: John Salis <john@beachfront.com>
    jsalis and John Salis authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    d9bc98e View commit details
    Browse the repository at this point in the history
  6. Add new sizes (#7414)

    Dimensions: 320x431
    Size ID: 564
    
    Dimensions: 320x300
    Size ID: 566
    
    Dimensions: 300x150
    Size ID: 568
    
    Dimensions: 300x125
    Size ID: 570
    
    Dimensions: 250x350
    Size ID: 572
    
    Dimensions: 620x891
    Size ID: 574
    
    Dimensions: 610x877
    Size ID: 576
    
    Dimensions: 980x552
    Size ID: 578
    
    Dimensions: 505x656
    Size ID: 580
    hdeodhar authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    c064ea9 View commit details
    Browse the repository at this point in the history
  7. PulsePoint Bid Adapter: support for additional user id providers (#7389)

    * 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
    
    * ET-9372: PulsePoint Adapter - support for additional user id providers
    
    * Fix for haloId
    anand-venkatraman authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    648b08d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. smartx Bid Adapter: fix empty title not configurable (#7417)

    * Add smartclipBidAdapter
    
    * smartxBidAdapter.js - removed unused variables, removed debug, added window before the outstream related functions
    
    * - made outstream player configurable
    
    * remove wrong named files
    
    * camelcase
    
    * fix
    
    * Out-Stream render update to SmartPlay 5.2
    
    * ESlint fix
    
    * ESlint fix
    
    * ESlint fix
    
    * adjust tests, fixes
    
    * ESlint
    
    * adjusted desired bitrate examples
    
    * added bid.meta.advertiserDomains support
    
    * bug fix for numeric elementID outstream render
    
    * fix renderer url
    
    * support for floors module
    
    * bugfixes to be openRTB 2.5 compliant
    
    * update internal renderer usage
    
    * remove unused outstream_function logic
    
    * bugfix outstream options for default outstream renderer configuration
    
    * [PREB-10] fix empty title not configurable
    
    Co-authored-by: smartclip AdTechnology <adtech@smartclip.com>
    Co-authored-by: Gino Cirlini <adtech@smartclip.tv>
    3 people authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    be25401 View commit details
    Browse the repository at this point in the history