Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update prebid ver to 5.20.0 #5

Merged
merged 115 commits into from
Nov 17, 2021
Merged

Update prebid ver to 5.20.0 #5

merged 115 commits into from
Nov 17, 2021

Commits on Sep 29, 2021

  1. Increment pre version

    Mike Chowla committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    f4ac2ff View commit details
    Browse the repository at this point in the history
  2. Yieldmo Bid Adapter: add shared id support and cleaned up device.ip (p…

    …rebid#7501)
    
    * sharedID support added
    
    * cleaned up device.ip support
    
    * utils import change
    ym-abaranov authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    fe9d68d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Slimcut Bid Adapter: porting from 4.x with adomain (prebid#7514)

    * slimcut adapter: porting from 4.x with adomain
    
    * fix utils imports
    
    * fix linting
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    bretg and ChrisHuie authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    84d5650 View commit details
    Browse the repository at this point in the history
  2. Nativo Bid Adapter: update to adUnit param usage (prebid#7517)

    * Initial nativoBidAdapter document creation (js, md and spec)
    
    * Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs.
    
    * Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params.
    
    * Changed bidder endpoint url
    
    * Changed double quotes to single quotes.
    
    * Reverted package-json.lock to remove modifications from PR
    
    * Added optional bidder param 'url' so the ad server can force- match an existing placement
    
    * Lint fix. Added space after if.
    
    * Added new QS param to send various adUnit data to adapter endpopint
    
    * Updated unit test for new QS param
    
    * Added qs param to keep track of ad unit refreshes
    
    * Updated bidMap key default value
    jsfledd authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    a696789 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d4daa4 View commit details
    Browse the repository at this point in the history
  4. Gumgum Bid Adapter: use nearest matching h/w dimensions from bid requ…

    …est (prebid#7505)
    
    * Gumgum: ADTS-157 use nearest matching h/w dimensions from bid request
    
    * updated method calls from utils
    lbenmore authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    34c189d View commit details
    Browse the repository at this point in the history
  5. Pubmatic Bid Adapter: add support for JW player (prebid#7450)

    * changes to support jwplayer segment data in pubmatic s2s endpoint
    
    * remove additional '|' getting added if dctr is blank
    
    * changes utils.convertType to remove reference to utils
    pm-manasi-moghe authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    60a12e0 View commit details
    Browse the repository at this point in the history
  6. fix(vidoomyBidAdapter): macro replacement and gdprConsent null fix (p…

    …rebid#7518)
    
    Co-authored-by: Sasan Farrokh <sasan.farrokh@vidoomy.com>
    SasanFarrokh and sasanfarokh authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    9ba6750 View commit details
    Browse the repository at this point in the history
  7. Relaido Bid Adapter: support imuid module (prebid#7422)

    * add relaido adapter
    
    * remove event listener
    
    * fixed UserSyncs and e.data
    
    * fix conflicts
    
    * supports imuid module
    
    Co-authored-by: ishigami_shingo <s.ishigami@relaido.co.jp>
    Co-authored-by: cmertv-sishigami <s.ishigami@cmertv.com>
    Co-authored-by: t_bun <t.bun@cmertv.com>
    4 people authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    0ee71d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7fc1a7 View commit details
    Browse the repository at this point in the history
  9. Relaido Bid Adapter: support imuid (with utils fix after revert) (pre…

    …bid#7521)
    
    * Relaido Bid Adapter: support imuid 
    
    `utils.` no longer needed because of specific import of functions
    
    * update testing
    
    * fix spaces
    
    * fix test linting
    
    * fix blank line padding
    ChrisHuie authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    cd53743 View commit details
    Browse the repository at this point in the history
  10. Mytarget Bid Adapter : update adapter to comply with Prebid 5 (prebid…

    …#7397)
    
    * Add myTargetBitAdapter for Prebid 5.0
    
    * added support advertiserDomains
    
    * fixed utils import
    
    Co-authored-by: Denis Lavrov <d.lavrov@corp.mail.ru>
    Denislavrov and Denis Lavrov authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7e558a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    80bc6e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Mediakeys bid adapter: native and video support (prebid#7452)

    * Mediatypes native and video support
    
    * fix utils reference
    
    * add isNumber & isInteger to imports
    
    * fix typo in isNumber
    
    * Ensure instream tracking sends bidWon event
    
    * Use production endpoint
    
    Co-authored-by: François Maturel <francoismaturel@dijit.fr>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    3 people authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    68b21be View commit details
    Browse the repository at this point in the history
  2. Prebid Core: Support for Devcontainer for VSCode, Docker Desktop, Cod…

    …espaces, etc. (prebid#7487)
    
    * support common ports, add chrome headless for testing
    
    * change Dockefile variant to match passed in variant initially
    GLStephen authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    35c1db8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Ats Analytics Adapter: handle preflight request error & increase _lr_…

    …sample_rate cookie expiration (prebid#7462)
    
    * ATS-analytics-adapter - increase sampling rate cookie expiration time, handle error on preflight request
    
    * ATS-analytics-adapter - increase adapter version to 2
    
    * ATS-analytics-adapter - fix logs
    
    * ATS-analytics-adapter - add unit tests
    
    * ATS-analytics-adapter - code improvements, add more unit tests
    mamatic authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    c6e74d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f62ad03 View commit details
    Browse the repository at this point in the history
  3. tappxBidAdapter: fix wrong params (prebid#7528)

    Co-authored-by: marc_tappx <marc@tappx.com>
    prebidtappx and marc_tappx authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    3d606de View commit details
    Browse the repository at this point in the history
  4. TheMediaGridNM: Fix bug with wrong vastUrl (prebid#7530)

    * Added TheMediaGridNM Bid Adapter
    
    * Updated required params for TheMediaGridNM Bid Adapter
    
    * Update TheMediGridNM Bid Adapter
    
    * Fix tests for TheMediaGridNM Bid Adapter
    
    * Fixes after review for TheMediaGridNM Bid Adapter
    
    * Add support of multi-format in TheMediaGrid Bid Adapter
    
    * Update sync url for grid and gridNM Bid Adapters
    
    * TheMediaGrid Bid Adapter: added keywords adUnit parameter
    
    * Update TheMediaGrid Bid Adapter to support keywords from config
    
    * Implement new request format for TheMediaGrid Bid Adapter
    
    * Fix jwpseg params for TheMediaGrid Bid Adapter
    
    * Update unit tests for The Media Grid Bid Adapter
    
    * Fix typo in TheMediaGrid Bid Adapter
    
    * Added test for jwTargeting in TheMediaGrid Bid Adapter
    
    * The new request format was made by default in TheMediaGrid Bid Adapter
    
    * Update userId format in ad request for TheMediaGrid Bid Adapter
    
    * Added bidFloor parameter for TheMediaGrid Bid Adapter
    
    * Fix for review TheMediaGrid Bid Adapter
    
    * Support floorModule in TheMediaGrid Bid Adapter
    
    * Fix empty bidfloor for TheMediaGrid Bid Adapter
    
    * Some change to restart autotests
    
    * Fix userIds format for TheMediaGrid Bid Adapter
    
    * Remove digitrust userId from TheMediaGrid Bid Adapter
    
    * Protocols was added in video section in ad request for TheMediaGrid Bid Adapter
    
    * TheMediaGrid: fix trouble with alias using
    
    * TheMediaGridNM: fix trouble with alias
    
    * TheMediaGrid Bid Adapter: added support of PBAdSlot module
    
    * TheMediaGrid Bid Adapter: fix typo
    
    * GridNM Bid Adapter: use absent in params data from mediaTypes
    
    * GridNM Bid Adapter: fix md file + add advertiserDomains support
    
    * TheMediaGrid and gridNM Bid Adapter: minor netRevenue fixes
    
    * gridNM Bid Adapter updates after review
    
    * TheMediaGrid Bid Adapter: fix keywords workflow
    
    * fix testing and kick off lgtm again
    
    * TheMediaGrid: added ext.bidder.grid.demandSource processing
    
    * TheMediaGrid: added user.id from fpd cookie
    
    * TheMediaGrid: control cookie setting via bidder config
    
    * TheMediaGrid: use localStorage instead cookie
    
    * TheMediaGridNM Bid Adapter: update adapter to use /hbjson endpoint
    
    * TheMediaGridNM: fix unnecessary conditions
    
    * TheMediaGrid: fix bug with nurl field in response
    
    * TheMediaGrid: update test
    
    * TheMediaGridNM: fix possible bug with nurl
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    TheMediaGrid and ChrisHuie authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    20e0c44 View commit details
    Browse the repository at this point in the history
  5. sspBC Bid Adaptor : add native support, instream video support, & tes…

    …t coverage updates (prebid#7447)
    
    * Update tests for sspBC adapter
    
    Update tests for sspBC adapter:
    - change userSync test (due to tcf param appended in v4.6)
    - add tests for onBidWon and onTimeout
    
    * [sspbc-adapter] RC for 5.2 version of sspBCBidAdapter
    
    * [sspbc-adapter] RC for 5.2 version of sspBCBidAdapter(fixed commit)
    
    Co-authored-by: Wojciech Biały <wb@WojciechBialy.local>
    wojciech-bialy-wpm and Wojciech Biały authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    d15d519 View commit details
    Browse the repository at this point in the history
  6. TrustX Bid Adapter: added vastUrl support (prebid#7531)

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

Commits on Oct 5, 2021

  1. Update glimpse adapter and test spec (prebid#7476)

    - Capture network ids and GDPR consent choice
    - Retrieve and set vault JWT
    - Increase code coverage
    - General refactor / tidy
    samueldobbie authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    bc95618 View commit details
    Browse the repository at this point in the history
  2. fix(vidoomyBidAdapter): ensure cookie sync is triggered once (prebid#…

    …7534)
    
    Co-authored-by: Sasan Farrokh <sasan.farrokh@vidoomy.com>
    SasanFarrokh and sasanfarokh authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    73615a3 View commit details
    Browse the repository at this point in the history
  3. Sharethrough Bid Adapter: bugfixes, removed unused methods, and one H…

    …TTP request per impression (prebid#7509)
    
    * Ensure that a separate openRTB request object is created for each bid request.
    Each request will have one imp object in the array for the imp field.
    
    * Cleanup specs for Sharethrough adapter and ensure that mediaType is set from the request data (impression object) instead of passing all bid request data through to the adserver.
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    Co-authored-by: Eddy Pechuzal <epechuzal@sharethrough.com>
    
    * Increment version of sharethrough adapter to v4.0.1 from v4.0.0
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    Co-authored-by: Eddy Pechuzal <epechuzal@sharethrough.com>
    
    * Remove unnecessary strData attribute
    
    * Remove extra newline
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    epechuzal and Josh Becker authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    ae55944 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Kargo Bid Adapter: Support video mediaType (prebid#7428)

    * KRAK-3001 adding video support to prebid adapter
    
    * Simplified video implementation
    
    * Linting
    
    * Removed video context validation
    
    * Revert merge bidIDs->bidIds
    
    * Updated placement ID for video test
    
    Co-authored-by: fionasequeira <fiona.sequeira891@gmail.com>
    jsadwith and fionasequeira authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    846bc8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    718c94c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22ca1d8 View commit details
    Browse the repository at this point in the history
  4. NoBid Bid Adapter: add support for config.ortb2 (prebid#7503)

    * Enable supplyChain support
    
    * Added support for COPPA
    
    * rebuilt
    
    * Added support for Extended User IDs.
    
    * Added support for the "meta" attribute in bid response.
    
    * Added support for config.ortb2.
    
    * Delete nobidBidAdapter.js.orig
    
    * Delete .project
    
    * Delete .jsdtscope
    
    * Delete org.eclipse.wst.jsdt.ui.superType.container
    
    * Delete org.eclipse.wst.jsdt.ui.superType.name
    
    * Delete a
    
    * Tests for "ortb2" support.
    
    Co-authored-by: Reda Guermas <reda.guermas@nobid.io>
    redaguermas and Reda Guermas authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    1acfbe3 View commit details
    Browse the repository at this point in the history
  5. Nextroll Bid Adapter: update to comply with Prebid 5 (prebid#7465)

    * Recover nextroll module
    
    This reverts commit 412277f.
    
    * Update NextRoll BidAdapter for v5
    
    * Use individual imports for utils module
    abijr authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    c2c9676 View commit details
    Browse the repository at this point in the history
  6. Adnuntius Bidder: Deal ID and domain change (prebid#7540)

    * Adnuntius Bid Adapter: Added tests for gdpr and segments
    
    * Changed bidder to read segments from ortb2.
    
    * Adding deals to response.
    mikael-lundin authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    c223cdf View commit details
    Browse the repository at this point in the history
  7. Prebid 5.17.0 Release

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

    smenzer committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    15c57b9 View commit details
    Browse the repository at this point in the history
  9. Unicorn Bid Adapter: fix bid_request cur and site.publisher.id to com…

    …ply with OpenRTB 2.5 (prebid#7545)
    
    * fix bid_request cur and site.publisher.id to comply with OpenRTB 2.5
    
    * increment version
    faithnh authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    893299a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Cwire bid adapter: initial release (prebid#7421)

    * working prebid response
    
    * add cwid to local storage
    
    * wip
    
    * write prebid tests, and prepare for release
    
    * cleanup
    
    * change param types & add cw refgroups array url parser
    
    * working prebid response
    
    * add cwid to local storage
    
    * wip
    
    * write prebid tests, and prepare for release
    
    * cleanup
    
    * change param types & add cw refgroups array url parser
    
    * required changes
    
    * remove double line
    
    * revert file to old content
    
    * bump
    
    * import only used functions from utils
    kodi authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    630b24e View commit details
    Browse the repository at this point in the history
  2. PubMatic Bid Adapter: fix a typo in outstreamAU param name docs (preb…

    …id#7547)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * import utils functions as needed and not the whole module
    
    * import utils functions as needed and not the whole module
    
    * import utils functions as needed and not the whole module
    
    * Revert "import utils functions as needed and not the whole module"
    
    This reverts commit bc6c9f6.
    
    * Revert "import utils functions as needed and not the whole module"
    
    This reverts commit ef500ab.
    
    * Revert "import utils functions as needed and not the whole module"
    
    This reverts commit 7e3fa3f.
    
    * fixing a typo in outstreamAU param
    pm-harshad-mane authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    88bbec1 View commit details
    Browse the repository at this point in the history
  3. Ad Generation: adding new format and adomain support (prebid#7533)

    * adding new format.
    
    adding test spec.
    
    adding test spec.
    
    * fix adgeneration adapter
    banakemi authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    9c35483 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Ogury Bid Adapter: adding onTimeout support (prebid#7535)

    * [SPY-10216] adding onTimeout support
    
    * [SPY-12216] reformulating test name
    mbouallagui authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    6d8a146 View commit details
    Browse the repository at this point in the history
  2. Dgkeeword RTD: add content type to request (prebid#7550)

    * change to stop preflight.
    
    * stop preflight
    mediaconsortium-develop authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    2e83adc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

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

Commits on Oct 12, 2021

  1. Talkads Bid Adapter: add new bid adapter (prebid#7546)

    * Add files via upload
    
    * Add files via upload
    
    * Params update
    
    * Params update
    
    * Add test feature with fake test bid
    natexo-technical-team authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a9e1060 View commit details
    Browse the repository at this point in the history
  2. Pubmatic Bid Adapter: video.placement param missing message in debug (p…

    …rebid#7561)
    
    * Added video.placement param missing debug message
    
    * Added Adunit code along with message
    
    * Updated test cases for video placement missing scenario
    
    Co-authored-by: Kapil Tuptewar <kapiltuptewar@L1290.local>
    kapil-tuptewar and Kapil Tuptewar authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    7123eae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2fe194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b14589b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74cd51a View commit details
    Browse the repository at this point in the history
  6. Support yahoo.com eid source value (prebid#7563)

    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    slimkrazy and slimkrazy authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9d9621d View commit details
    Browse the repository at this point in the history
  7. Ogury Bid Adapter: Handle TTD as a new source (prebid#7558)

    * add TTD URL in getUserSyncs method and related unit tests
    
    * Refactor unit tests naming
    
    * refactor unit test name
    AurelienMozoo authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    e54ec61 View commit details
    Browse the repository at this point in the history
  8. Yieldlab Adapter: add support for iab content (prebid#7413)

    * Yieldlab Adapter: add support for iab content
    
    * Yieldlab Adapter: use array.indexOf instead of array.includes
    
    * Yieldlab Adapter: support content object from first party data
    
    Co-authored-by: Yu Tong <y.tong@yieldlab.de>
    rey1128 and Yu Tong authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    424d9a0 View commit details
    Browse the repository at this point in the history
  9. Proxistore Bid Adapter: export vendor id in gvlid (prebid#7553)

    * export vendor id
    
    * reformat
    
    * rollback package.json
    
    * change double quotes to single
    
    * fix line 185 single quote
    
    * fix last quotes
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    vincentproxistore and ChrisHuie authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a5ffc7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e60d065 View commit details
    Browse the repository at this point in the history
  11. Livewrapper Analytics Adapter: prioritize reporting Livewrapped floor…

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

Commits on Oct 13, 2021

  1. BLIINK Bid Adapter : Add new format, outstream, banner (prebid#7529)

    * feat(adapter): Add bliink bid adapter
    
    * feat(tests): Add tests unit file
    
    * refactor: code optimisation and fix cookie sync
    
    * fix(bliinkAdapter): get meta value
    
    * update: Update documentation bliinkBidAdapter.md
    
    * update: Fix sizes in buildBid function
    
    * fix: step build
    
    * Revert "fix: step build"
    
    This reverts commit 9a746f5a175190ddd209f6f51bd71946a5575fe7.
    
    * fix: step build
    
    * fix: step build
    
    * fix: step build
    
    * fix: tests units
    
    * fix: js doc
    
    * fix: tests units
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    * fix: Fix build Circle CI
    
    Co-authored-by: Jonathan <jonathan@bliink.io>
    Co-authored-by: samuel.kerboeuf <samuel@bliink.io>
    3 people authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    cf2395e View commit details
    Browse the repository at this point in the history
  2. Nativo Bid Adapter : refresh increment logic change (prebid#7569)

    * Initial nativoBidAdapter document creation (js, md and spec)
    
    * Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs.
    
    * Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params.
    
    * Changed bidder endpoint url
    
    * Changed double quotes to single quotes.
    
    * Reverted package-json.lock to remove modifications from PR
    
    * Added optional bidder param 'url' so the ad server can force- match an existing placement
    
    * Lint fix. Added space after if.
    
    * Added new QS param to send various adUnit data to adapter endpopint
    
    * Updated unit test for new QS param
    
    * Added qs param to keep track of ad unit refreshes
    
    * Updated bidMap key default value
    
    * Updated refresh increment logic
    
    Co-authored-by: Joshua Fledderjohn <jfledderjohn@nativo.com>
    jsfledd and jsfledd authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    c514d20 View commit details
    Browse the repository at this point in the history
  3. add docReferrer (prebid#7551)

    Co-authored-by: atkachov <atkachov@admixer.ua>
    AdmixerTech and altkachov authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    719523b View commit details
    Browse the repository at this point in the history
  4. Yahoo SSP Bid Adapter: fix for adId (prebid#7571)

    * Added ysspBidAdapter
    
    * Renaming to Yahoo SSP
    
    * changing all internal references from yssp to yahoossp
    
    * added alias for aol, onemobile, onedisplay
    
    * Removing aliases from adapter
    
    * Pass EU consent string in the correct location in the payload.
    
    * WIP
    
    * WIP
    
    * pubId support 1st draft
    
    * WIP
    
    * WIP
    
    * WIP pubId unit tests
    
    * WIP
    
    * WIP
    
    * pubid tests stable
    
    * pubId support
    
    * md update
    
    * site id inventory mapping fix
    
    * update to md file
    
    * update to md file
    
    * order userId list
    
    * added user id yahoo.com
    
    * placementId support
    
    * inventoryId & placementId stable unit tests
    
    * maintainer group update
    
    * maintainer group update
    
    * Redirecting to PubGW urls without .ads.
    
    * url switch fix
    
    * fetch specific utils
    
    * lint
    
    * change inventoryId to siteId
    
    * WIP
    
    * custom key-value pair support
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * updated FPD support
    
    * unit tests stable
    
    * unit tests stable
    
    * check includes
    
    * md file update
    
    * code review updates
    
    * WIP
    
    * WIP
    
    * code review comments
    
    * WIP
    
    * review comments implemented
    
    * update to md file
    
    * update to md file
    
    * update to md file
    
    * type fix
    
    * type fix
    
    * typo fix
    
    * readme structure
    
    * typo
    
    * yarn.lock removed
    
    * revert yarn.lock
    
    * SRA Mode adId fix
    
    * SRA adId patch v1.0.1
    
    * SRA adId patch v1.0.1
    
    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    Co-authored-by: Samuel Adu <samuel.adu@gmail.com>
    3 people authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    b8a7ee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    e20c46f View commit details
    Browse the repository at this point in the history
  2. Pixfuture Bid Adapter: updated the getUserSyncs method (prebid#7456)

    * Add files via upload
    
    * Add files via upload
    
    * Update pixfutureBidAdapter.md
    
    * Update pixfutureBidAdapter.md
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter_spec.js
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    Bug fixing: has been lost "pubext" parameter
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.md
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    Removing the trailing spaces in lines: 168 and 172
    
    * Add files via upload
    
    * Update pixfutureBidAdapter.js
    
    removing trilling spaces in the lines: 168,172,178
    
    * Update pixfutureBidAdapter.md
    
    * Update pixfutureBidAdapter.md
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Update pixfutureBidAdapter.js
    
    * Pixfuture Bid Adapter: updated the getUserSyncs method and changed utils import by separated methods instead whole utils
    
    updated the getUserSyncs method and changed utils import by separated methods instead whole utils
    
    * Fixed utls import
    
    Fixed utls import
    
    * Bugfixing remove non used fill import
    
    Bugfixing remove non used fill import
    
    * Update pixfutureBidAdapter.js
    
    * resolving conflicts
    
    * multiline fix
    
    Co-authored-by: polischukPix <o.polishchuk@pixfuture.com>
    Co-authored-by: Alexandr <i.polischukalexandr@gmail.com>
    3 people authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8cb2250 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b6aad6 View commit details
    Browse the repository at this point in the history
  4. Prebid Server Adapter: fix eid permissions for ie11 (prebid#7583)

    * Update index.js
    
    * Update index.js
    patmmccann authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9ad4b84 View commit details
    Browse the repository at this point in the history
  5. Prebid 5.18.0 Release

    robertrmartinez committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8c62165 View commit details
    Browse the repository at this point in the history
  6. Increment pre version

    robertrmartinez committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0bbea5e View commit details
    Browse the repository at this point in the history
  7. Codefuel Bid Adapter: add new bid adapter (prebid#7489)

    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
     * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * fix lint issue in undertone adapter spec
    
    * added user sync function to undertone adapter
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * added user sync function to undertone adapter
    
    * added user sync function to undertone adapter
    
    * revert package-lock.json
    
    * added user sync function to undertone adapter
    
    * Update undertoneBidAdapter.js
    
    * Update browsers.json
    
    * sanity
    
    * indentation
    
    * cf adapter, md and spec
    
    * spec.js fix
    
    * spec.js fix (2)
    
    * final fixes:
    - browsers.json -> remove newline
    - adapter -> import only used functions
    
    * adomain -> meta.advertiserDomains
    
    * re-check
    
    * re-check-2
    
    Co-authored-by: omerko <omer.koren@perion.com>
    Co-authored-by: Omer Koren <omerko@users.noreply.github.com>
    Co-authored-by: AnnaPerion <annat@perion.com>
    Co-authored-by: Oran Hollaender <oran@perion.com>
    5 people authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    ff18876 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. VideoByte Bid Adapter: added new params placementid & nid (prebid#7578)

    * videobyte - added params: placementId, nid, content.url; changed endpoint; minor cleanup
    
    * videobyte - added params docs
    
    * videobyte - new params fixed tests
    
    * videobyte - new params fixed tests eslint
    videobyte20 authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    a8461eb View commit details
    Browse the repository at this point in the history
  2. InskinBidAdapter: add schain object from the schain module if used by…

    … the publisher (prebid#7541)
    
    * Add schain object from the schain module if used by the publisher
    
    * Fix linting issues
    cciocov authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    c5efe4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38b9816 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    0e50635 View commit details
    Browse the repository at this point in the history
  2. Limelight Digital Bid Adapter: Add user sync (prebid#7560)

    * Limelight Digital Bid Adapter: Add user sync
    
    * improve tests
    
    * Improve unique size checking
    
    * fix adunit sizes
    
    * remove unused variable
    imedvedko authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    7123fa2 View commit details
    Browse the repository at this point in the history
  3. OpenX Bid Adapter: Handle site.content.data & bug fixes (prebid#7576)

    * make OpenX bid adapter send data from site.content.data
    
    * lint
    
    * fix merkleId for openxBidAdapter
    
    Co-authored-by: Brian Schmidt <brian.schmidt@openx.com>
    luigi-sayson and bwschmidt authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c225b87 View commit details
    Browse the repository at this point in the history
  4. Prebid Core: use gptSlot.updateTargetingFromMap than gptSlot.setTarge…

    …ting in targeting.resetPresetTargeting (prebid#7552)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * import utils functions as needed and not the whole module
    
    * import utils functions as needed and not the whole module
    
    * import utils functions as needed and not the whole module
    
    * Revert "import utils functions as needed and not the whole module"
    
    This reverts commit bc6c9f6.
    
    * Revert "import utils functions as needed and not the whole module"
    
    This reverts commit ef500ab.
    
    * Revert "import utils functions as needed and not the whole module"
    
    This reverts commit 7e3fa3f.
    
    * use updateTargetingFromMap than setTargeting in targeting.resetPresetTargeting
    
    * indent
    
    * using arrow functions
    pm-harshad-mane authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    e59a314 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92ba116 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fed466 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. PBJS IX adapter should signal 1PA (prebid#7596)

    Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
    shahinrahbariasl and shahin-rahbariasl authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    a68796a View commit details
    Browse the repository at this point in the history
  2. BetweenBidAdapter: add video support (prebid#7594)

    * add video
    
    * Between Bid Adapter: update video
    
    * BetweenBidAdapter: jst fix
    
    * BetweenBitAdapter: update test
    anastasya123 authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    6895104 View commit details
    Browse the repository at this point in the history
  3. Undertone Bid Adapter: add schain support (prebid#7590)

    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
     * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * fix lint issue in undertone adapter spec
    
    * added user sync function to undertone adapter
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * added user sync function to undertone adapter
    
    * added user sync function to undertone adapter
    
    * revert package-lock.json
    
    * added user sync function to undertone adapter
    
    * Update undertoneBidAdapter.js
    
    * Update browsers.json
    
    * schain support
    
    * undertoneBidAdapter.js - fixed indentation
    
    Co-authored-by: omerko <omer.koren@perion.com>
    Co-authored-by: Omer Koren <omerko@users.noreply.github.com>
    Co-authored-by: AnnaPerion <annat@perion.com>
    Co-authored-by: Oran Hollaender <oran@perion.com>
    Co-authored-by: tamirnPerion <44399211+tamirnPerion@users.noreply.github.com>
    6 people authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    92b4367 View commit details
    Browse the repository at this point in the history
  4. Support adomain (prebid#7579)

    * Add adomain to bid
    * Handle better tests
    mikomgk authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    9b063c7 View commit details
    Browse the repository at this point in the history
  5. Ogury Bid Adapter: use utils functions to get ad content (prebid#7573)

    * handle bid object context
    
    * update test naming
    
    * Update unit test naming
    AurelienMozoo authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    7dba619 View commit details
    Browse the repository at this point in the history
  6. Adf adapter: new bidder params added, multiformat bids supported (pre…

    …bid#7570)
    
    * Adf adapter: additional bidder parameters
    
    * allow multi media type bids
    braizhas authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ce28fe4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10f52a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a32b39b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Yieldmo Synthetic Inventory Module: add new module (prebid#7537)

    * Yieldmo Synthetic Inventory Module: initial commit
    
    * Updating Documentation
    
    * Test coverage improved
    
    * Fixes after PR (using isGptPubadsDefined and window.googletag instead of window.top.googletag)
    
    Co-authored-by: Nayan <nsavla@yieldmo.com>
    Co-authored-by: Dmitriy Labuzov <dlabuzov@yieldmo.com>
    3 people authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    12a6c7f View commit details
    Browse the repository at this point in the history
  2. Prebid Core: native puc multiple events fix (prebid#7543)

    * fire bidWon and impression tracker only once
    
    * add special test case for 'fireNativeTrackers'
    FilipStamenkovic authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    f1c5abd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f874aa4 View commit details
    Browse the repository at this point in the history
  4. NextMillennium Bid Adapter: add gdpr support (prebid#7593)

    * Add gdpr to NextMillennium adapter
    
    * Added us_privacy and unit-tests
    
    * restore package-lock.json
    
    Co-authored-by: Mihail Ivanchenko <mihail.ivanchenko@nextmillennium.io>
    Mikhail Ivanchenko and mifanich authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    1693ed0 View commit details
    Browse the repository at this point in the history
  5. DeepIntent Bid Adapter: instream video support added (prebid#7494)

    * instream video support added
    
    * additional tests and docs added
    
    * tests changed
    
    * addressed comments
    
    * add video type support
    
    * tagId is mandatory
    
    * test suite fixes
    
    Co-authored-by: Sourabh Gandhe <sourabh@Sourabhs-MacBook-Pro.local>
    Co-authored-by: Parth Shah <parth@deepintent.com>
    3 people authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    26599cf View commit details
    Browse the repository at this point in the history
  6. Gumgum Bid Adapter: add local time and timezone offset in requests (p…

    …rebid#7587)
    
    * Gumgum: ADTS-164 Send local time and timezone offset in ad requests
    
    * object existence check before accessing property
    lbenmore authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    fdfe85e View commit details
    Browse the repository at this point in the history
  7. Prebid 5.19.0 Release

    Eric Harper committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    4ecaeb0 View commit details
    Browse the repository at this point in the history
  8. Increment pre version

    Eric Harper committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8ebafdc View commit details
    Browse the repository at this point in the history
  9. Ventes Bid Adapter: add new bid adapter (prebid#7525)

    * Ventes Avenues initial changes
    
    * Ventes Avenues initial changes
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues
    
    * Ventes Avenues Solved issues for user agent
    
    * Added few more info
    
    * Ventes Avenues Solved issues for user agent
    jessoventes authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    191a3cb View commit details
    Browse the repository at this point in the history
  10. Jixiee Bid Adapter: add code to try get keywords from the page meta (p…

    …rebid#7592)
    
    * Adapter does not seem capable of supporting advertiserDomains prebid#6650
    added response comment and some trivial code.
    
    * removed a blank line at the end of file
    added a space behind the // in comments
    
    * in response to comment from reviewer. add the aspect of advertiserdomain in unit tests
    
    * added the code to get the keywords from the meta tags if available.
    jxdeveloper1 authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    2a4f678 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. multibid module: Use array instead of string template to allow . in a…

    …dUnitCode value (prebid#7434)
    
    * Use array instead of string template to allow . in adUnitCode value
    
    * Change deepAccess param from string literal to array and modify unit test adUnitCode to include . in value
    wallacebt authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d61717b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5282aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cd4eba View commit details
    Browse the repository at this point in the history
  4. TheMediaGrid Bid Adapter: add playwire as alias (prebid#7603)

    * Added TheMediaGridNM Bid Adapter
    
    * Updated required params for TheMediaGridNM Bid Adapter
    
    * Update TheMediGridNM Bid Adapter
    
    * Fix tests for TheMediaGridNM Bid Adapter
    
    * Fixes after review for TheMediaGridNM Bid Adapter
    
    * Add support of multi-format in TheMediaGrid Bid Adapter
    
    * Update sync url for grid and gridNM Bid Adapters
    
    * TheMediaGrid Bid Adapter: added keywords adUnit parameter
    
    * Update TheMediaGrid Bid Adapter to support keywords from config
    
    * Implement new request format for TheMediaGrid Bid Adapter
    
    * Fix jwpseg params for TheMediaGrid Bid Adapter
    
    * Update unit tests for The Media Grid Bid Adapter
    
    * Fix typo in TheMediaGrid Bid Adapter
    
    * Added test for jwTargeting in TheMediaGrid Bid Adapter
    
    * The new request format was made by default in TheMediaGrid Bid Adapter
    
    * Update userId format in ad request for TheMediaGrid Bid Adapter
    
    * Added bidFloor parameter for TheMediaGrid Bid Adapter
    
    * Fix for review TheMediaGrid Bid Adapter
    
    * Support floorModule in TheMediaGrid Bid Adapter
    
    * Fix empty bidfloor for TheMediaGrid Bid Adapter
    
    * Some change to restart autotests
    
    * Fix userIds format for TheMediaGrid Bid Adapter
    
    * Remove digitrust userId from TheMediaGrid Bid Adapter
    
    * Protocols was added in video section in ad request for TheMediaGrid Bid Adapter
    
    * TheMediaGrid: fix trouble with alias using
    
    * TheMediaGridNM: fix trouble with alias
    
    * TheMediaGrid Bid Adapter: added support of PBAdSlot module
    
    * TheMediaGrid Bid Adapter: fix typo
    
    * GridNM Bid Adapter: use absent in params data from mediaTypes
    
    * GridNM Bid Adapter: fix md file + add advertiserDomains support
    
    * TheMediaGrid and gridNM Bid Adapter: minor netRevenue fixes
    
    * gridNM Bid Adapter updates after review
    
    * TheMediaGrid Bid Adapter: fix keywords workflow
    
    * fix testing and kick off lgtm again
    
    * TheMediaGrid: added ext.bidder.grid.demandSource processing
    
    * TheMediaGrid: added user.id from fpd cookie
    
    * TheMediaGrid: control cookie setting via bidder config
    
    * TheMediaGrid: use localStorage instead cookie
    
    * TheMediaGridNM Bid Adapter: update adapter to use /hbjson endpoint
    
    * TheMediaGridNM: fix unnecessary conditions
    
    * TheMediaGrid: fix bug with nurl field in response
    
    * TheMediaGrid: update test
    
    * TheMediaGridNM: fix possible bug with nurl
    
    * TheMediaGrid: added alias as playwire
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    TheMediaGrid and ChrisHuie authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    ba0b9e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    7e67bbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e6b054 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    2c0f9f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb81c1 View commit details
    Browse the repository at this point in the history
  3. Ats Analytics Adapter: listen to bid won events (prebid#7577)

    * ATS-analytics-adapter - add bid_won logic
    
    * ATS-analytics-adapter - increase timeout in order to get bid_won events
    
    * ATS-analytics-adapter - make bid_won timeout configurable
    
    * ATS-analytics-adapter - change readme file
    mamatic authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6729f8f View commit details
    Browse the repository at this point in the history
  4. Nativo Bid Adapter - Refactored spread adapter for IE11 support (preb…

    …id#7625)
    
    * Initial nativoBidAdapter document creation (js, md and spec)
    
    * Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs.
    
    * Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params.
    
    * Changed bidder endpoint url
    
    * Changed double quotes to single quotes.
    
    * Reverted package-json.lock to remove modifications from PR
    
    * Added optional bidder param 'url' so the ad server can force- match an existing placement
    
    * Lint fix. Added space after if.
    
    * Added new QS param to send various adUnit data to adapter endpopint
    
    * Updated unit test for new QS param
    
    * Added qs param to keep track of ad unit refreshes
    
    * Updated bidMap key default value
    
    * Updated refresh increment logic
    
    * Refactored spread operator for IE11 support
    
    Co-authored-by: Joshua Fledderjohn <jfledderjohn@nativo.com>
    jsfledd and jsfledd authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    be35c1c View commit details
    Browse the repository at this point in the history
  5. support eids in outbrain (prebid#7567)

    Rok Sušnik authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    aee5039 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f54ccec View commit details
    Browse the repository at this point in the history
  7. support for adserverTargeting in response (prebid#7605)

    Co-authored-by: Norbert Włosiński <norbert.wlosinski@justpremium.com>
    nwlosinski and Norbert Włosiński authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    4dc1a22 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Between Bid Adapter & Airgrid rtd module: fix support for ie11 (prebi…

    …d#7619)
    
    * Update betweenBidAdapter.js
    
    * Update yahoosspBidAdapter.js
    
    * Update adapterManager_spec.js
    
    * Update adapterManager_spec.js
    
    * Update airgridRtdProvider.js
    
    * Update yahoosspBidAdapter.js
    patmmccann authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    df13627 View commit details
    Browse the repository at this point in the history
  2. Yahoo Bid Adapter: Support IE11 -> includes to indexOf (prebid#7627)

    * includes to indexOf
    
    * lint
    robertrmartinez authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    6c14892 View commit details
    Browse the repository at this point in the history
  3. TrustX Bid Adapter: fix for segments format (prebid#7629)

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

    * Delta Projects bid adapter: add new bid adapter
    
    * Delta Projects bid adapter: revert accidental change to hello_world.html
    
    * Remove unsupported functions by IE, add support for floor price
    
    remove bidderParams which is not currently supported
    
    remove bid parameter floor
    
    remove unused function so linting is happy
    
    Remove unused params in tests
    
    use adservercurrency
    
    include .js to make linter happy again
    
    Co-authored-by: Boris-Tang <boris.tang@deltaprojects.com>
    rikdru and Boris-Tang authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d0605ae View commit details
    Browse the repository at this point in the history
  5. operaads bid adapter: register user sync function (prebid#7613)

    * ADX-6971: register user sync function for operaads bid adapter
    
    * fixup! ADX-6971: register user sync function for operaads bid adapter
    yuansi-piao authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d4a5739 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e4a7d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43e6aba View commit details
    Browse the repository at this point in the history
  8. Browi RTD provider: code improvements (prebid#7589)

    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    
    * browsi real time data provider improvements
    
    * browsi rtd - refresh predictions & bid request data
    
    * Browsi RTD provider improvements
    
    * bid request key fix
    omerDotan authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    36200d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Revert "Added sizeId 92 (prebid#7631)" (prebid#7635)

    This reverts commit 43e6aba.
    bretg authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    8203cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e38772a View commit details
    Browse the repository at this point in the history
  3. Prebid Core: Fix Media Type Price Granularity (prebid#7607)

    * pass bidReq into targeting function and other fun stuff
    
    * pass through bidReq
    
    * allow granularity override
    
    * Superfluous argument passed
    robertrmartinez authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    213ef75 View commit details
    Browse the repository at this point in the history
  4. OTM Bid Adapter: Restore Adapter to pbjs 5 (prebid#7616)

    * support multiple size & update adapter
    
    * fix test
    
    * fix var
    
    * fix vars
    
    Co-authored-by: Kretsu Evgeniy <krecu.me@ya.ru>
    krecu and Kretsu Evgeniy authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    55b9cfa View commit details
    Browse the repository at this point in the history
  5. Prebid 5.20.0 release

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