Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

merge master #3

Merged
merged 92 commits into from
Oct 12, 2020
Merged

merge master #3

merged 92 commits into from
Oct 12, 2020

Commits on Sep 11, 2020

  1. Zeotap ID+ submodule (#5640)

    * IDU-117 IDU-119 Add zeotap submodule
    
    * IDU-117 IDU-119 Add tests for zeotapId+ module
    
    * add zeotapId+ module spec
    
    * Add IDP base64 decode logic
    
    * remove unwanted file changes
    
    * rename zeotapId+ to zeotapIdPlus
    
    * add zeotapIdPlus submodule to submodules.json
    
    * refactor code for requested changes: remove storage from configParams
    
    * add tests to eids_spec
    
    * rebase n resolve conflicts
    shikharsharma-zeotap authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    1e9be73 View commit details
    Browse the repository at this point in the history
  2. Prebid Server returns exp rather than ttl (#5715)

    Updating how pbsBidAdapter sets the "TTL" for bids. 
    
    TTL in PBJS terms is how long the bid can stay in cache. However, the OpenRTB standard location for this value is `exp`.
    bretg authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    896cc0f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Update the checking rule of bid param for bridgewellBidAdapter (#5736)

    * Update the checking rule of bid param for bridgewellBidAdapter
    
    * Update bridgewellBidAdapter.js
    
    Co-authored-by: rigel_home <[email protected]>
    rigelbibi and rigel_home authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    65b8dc0 View commit details
    Browse the repository at this point in the history
  2. Add gvlid (#5737)

    GLStephen authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    fd38cff View commit details
    Browse the repository at this point in the history
  3. Triplelift: fpd and advertiser name support (#5731)

    * Add IdentityLink support and fix UnifiedId.
    
    It appears we've been looking for UnifiedId userIds
    on the bidderRequest object, when they are found on bidRequests.
    This commit fixes that error, and adds support for IdentityLink.
    
    * change maintainer email to group
    
    * TripleLift: Sending schain (#1)
    
    * Sending schain
    
    * null -> undefined
    
    * Hardcode sync endpoint protocol
    
    * Switch to EB2 sync endpoint
    
    * Add support for image based user syncing
    
    * Rename endpoint variable
    
    * Add assertion
    
    * Add CCPA query param
    
    * Simplify check for usPrivacy argument
    
    * put advertiser name in the bid.meta field if it exists
    
    * update unit tests with meta.advertiserName field
    
    * Triplelift: FPD key value pair support (#5)
    
    * Triplelift: Add support for global fpd
    
    * don't filter fpd
    
    * adds coppa support back in
    
    Co-authored-by: Will Chapin <[email protected]>
    Co-authored-by: David Andersen <[email protected]>
    Co-authored-by: Brandon Ling <[email protected]>
    Co-authored-by: Kevin Zhou <[email protected]>
    Co-authored-by: kzhouTL <[email protected]>
    6 people authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    0bd72ab View commit details
    Browse the repository at this point in the history
  4. Package Lock Should Match Package.json (#5734)

    This drifted away for some reason, likely some quirk of update order, in a PR that added "deep-equal". 477fe0c
    GLStephen authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1e065e4 View commit details
    Browse the repository at this point in the history
  5. PubMatic BidAdapter: pass auctionId as default value for wiid param (#…

    …5744)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * pass auctionId as default value for wiid param in pubmatic adpater external call
    pm-harshad-mane authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1704572 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Audigent HaloID User Id System Module (#5524)

    * audigentRtdProvider
    
    * fix line error
    
    * fix tests
    
    * deep equal test fix
    
    * conditionally set data in html5 local storage, add markdown readme
    
    * add integration test instructions to audigent readme
    
    * halo id update
    
    * add halo id to userid hpt example, submoduleparams check
    
    * haloId submodule update
    
    * remove script tag from haloid submodule
    
    * add eid tests
    
    * update docs
    
    * merge upstream master
    
    * name update
    
    * url update, name update
    
    * eid test update
    
    * remove getIds
    
    * remove unused import
    
    * style update
    
    * remove erroneous chars
    
    * remove comments
    
    * fix updated tests
    
    * fix id count check placement
    
    * style update
    
    * style update in eids.js
    
    * trailing space fix
    
    * documentation update
    antlauzon authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    30a069c View commit details
    Browse the repository at this point in the history
  2. Fix typo in TheMediaGrid Bid Adapter (#5589)

    * 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
    TheMediaGrid authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    7da0521 View commit details
    Browse the repository at this point in the history
  3. Check localstorage availability before accessing it (#5616)

    * Check localstorage availability before accessint it
    
    * Fix UTest for IE11
    
    * Restore window.localStorage property descriptor after each test
    
    Co-authored-by: Hugo Duthil <[email protected]>
    Swiiip and Hugo Duthil authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    183ff52 View commit details
    Browse the repository at this point in the history
  4. Add Supply Supply Chain Object Module support for Yieldlab Adapter (#…

    …5521)
    
    * Add Supply Chain Support for Yieldlab Adapter
    
    * Add minor changes based on PR comments
    
    * Make createSchainString method leaner (additional input from PR review)
    mirkorean authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f61be0c View commit details
    Browse the repository at this point in the history
  5. Livewrapped support for video (#5724)

    * 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
    bjorn-lw authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    cb733da View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Intentiq id value change (#5746)

    * Intent iq id to use plain id string
    
    * getId from http resp as a string instead of as a json object
    
    * getId from http resp as a string instead of as a json object
    yuvalgg authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    04ea603 View commit details
    Browse the repository at this point in the history
  2. add quantcast ID submodule (#5727)

    * add quantcast ID submodule
    
    * use setCookie in test
    
    * add comment for consent signals
    mckurt authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    298139f View commit details
    Browse the repository at this point in the history
  3. upgrade ci resource (#5725)

    Fawke authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    bce32dc View commit details
    Browse the repository at this point in the history
  4. Rubicon analytics v2 (#5698)

    * temp check in
    
    * add
    
    * dev almost done
    
    * add rule name to payload
    
    * update rubi analytics tests
    
    * add functionality to mock gpt
    
    * revert analyticsAdapter update
    
    * minor cleanup
    
    * handle edge cases more gracefully
    
    * logic for when cookies not enabled
    new param `channel`
    tests
    
    * use timeToRespond if available on bidResponse
    
    * Updating with review comments
    robertrmartinez authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    140a67c View commit details
    Browse the repository at this point in the history
  5. Add gdpr support to ablida bid adapter (#5741)

    * add onBidWon function, add bidder adapter version to bid requests
    
    * add support for native
    
    * use triggerPxel instead of ajax, because ajax was called 3 times with native
    
    * add gdpr consent to bid requests
    
    * update tests
    Dan authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    fd9a0d4 View commit details
    Browse the repository at this point in the history
  6. added onBidWon event (#5679)

    * added onBidWon event
    
    * luponmedia onBidWon event + test
    
    * luponmedia onbidwon event + unit test
    
    * luponmedia onbidwon event + test
    
    * luponmedia onbidwon + unit testing
    
    * luponmedia onbidwon event + unit tests
    
    * luponmedia onbidwon event ajax
    
    * package-log revert
    adxpremium authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    a3aa5f4 View commit details
    Browse the repository at this point in the history
  7. mapping spotx dealid to bid object (#5745)

    Co-authored-by: Danny Khatib <[email protected]>
    khatibda and Danny Khatib authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9452050 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfb182a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    a2c6128 View commit details
    Browse the repository at this point in the history
  2. Added instream BID_WON tracking (#5481)

    Co-authored-by: monis.q <[email protected]>
    monis0395 and monisq authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    172980b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db225e9 View commit details
    Browse the repository at this point in the history
  4. Prebid 4.8.0 Release

    robertrmartinez committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    5911c6e View commit details
    Browse the repository at this point in the history
  5. Increment pre version

    robertrmartinez committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    cd4d0d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. 【MediaGoBidderAdapter】notify server if the page is secure and check m…

    …atch size (#5753)
    
    * notify server if the page is secure
    
    * remove undefined initial
    
    Co-authored-by: [email protected] <[email protected]>
    SylviaF and [email protected] authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    89d829f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. ConnectAd Update: gvlid, better bidfloor support, transform type for …

    …S2S (#5702)
    
    * ConnectAd Update: gvlid, better bidfloor support, transform type for S2S
    
    * ConnectAd Update: gvlid, better bidfloor support, transform type for S2S
    rtuschkany authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    6480715 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. No bid version 1.2.8 (#5630)

    * Enable supplyChain support
    
    * Added support for COPPA
    
    * Added support for TCF 2.0
    
    * Fixed the test coverage.
    
    * Fixed lint issue.
    
    Co-authored-by: Reda Guermas <[email protected]>
    redaguermas and Reda Guermas authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    743d6fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1793d3 View commit details
    Browse the repository at this point in the history
  3. Change the data type of gdpr and schain object in Payload (#5770)

    I update a little bit of data type of object gdpr and object schain in Payload data sent to endpoint. This helps to normalize my endpoint data handling
    thuyhq authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    e7501a9 View commit details
    Browse the repository at this point in the history
  4. Update Openx analytics adapter (#5761)

    * OpenX: track bidRequest.timeout in openxAnalyticsAdapter
    
    * OpenX: decode campaign data in openxAnalyticsAdapter
    kenan-gillet authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    8ef4f9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c9c60d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b211409 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. welect: update parameters to match backend specs of tcf2.0 (#5613)

    * update parameters to match backend specs of tcf2.0
    
    * add gvlid to spec
    nduitz authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    9297612 View commit details
    Browse the repository at this point in the history
  2. Initial checkin jixie adapter files (#5751)

    * Initial checkin jixie adapter files
    
    * Update jixieBidAdapter.js
    
    as per suggestion by reviewers, for cookie access, using instead the storagemanager from prebid.
    Will also fix up the unit test too.
    
    * Update jixieBidAdapter_spec.js
    
    as per suggestion by reviewers, for cookie access, using instead the storagemanager from prebid.
    the adaptor was updated and now this unit test also updated.
    jxdeveloper1 authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    52ff5e6 View commit details
    Browse the repository at this point in the history
  3. Rubicon Bid Adapter: Let host be configurable (#5779)

    * let host be configurable
    
    * update with google meet code reviews
    robertrmartinez authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    c210287 View commit details
    Browse the repository at this point in the history
  4. Rubicon Analytics Adapter: Custom Key Value reporting (#5778)

    * Setting fpkvs now in adapter
    
    * add logging for bad input
    
    * make sure it is an object
    
    * ooops
    
    * google meet code review
    robertrmartinez authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    4bddb0b View commit details
    Browse the repository at this point in the history
  5. Prebid 4.9.0 Release

    jsnellbaker committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    b3e81e4 View commit details
    Browse the repository at this point in the history
  6. increment pre version

    jsnellbaker committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    540c7de View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Britepool user id module update (#5750)

    * adding britepool_pubparams dynamic variable lookup and merge into submodule params if exists
    
    * adding support for gdpr consent string in query params
    
    * adding tests for britepool_pubparams
    
    * adding doc block for consentData
    
    * adding pixel on success
    
    * - ensures id resolution pixel only fires when authoritative information is not present
     - adds tests for id resolution pixel
    bansawbanchee authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    1b932a0 View commit details
    Browse the repository at this point in the history
  2. Add a new param cid to bridgewellBidAdapter (#5764)

    * pass a new param cid to bridgewellBidAdapter
    * update the markdown file for bridgewellBidAdpter
    rigelbibi authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    5f598b4 View commit details
    Browse the repository at this point in the history
  3. Refactor refererDetection to allow for URL discovery on AMP pages. (#…

    …4846)
    
    * Refactor refererDetection to allow for URL discovery on AMP pages.
    
    * Update import to include extension.
    mgriego authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    8b9b86a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Intentiq id add url params (#5771)

    * Add new url params from config
    
    * Add intentIqIdSystem_spec.js tests class
    yuvalgg authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    6ea04f9 View commit details
    Browse the repository at this point in the history
  2. added instream video ad support (#5766)

    * added adapters for gjirafa and malltv
    
    * interpretResponse fix for empty result
    
    * updated testing propertyId and placementId
    
    * added instream video ad support
    
    * Single request for multple bids
    drilon-kastrati authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    7f2d81a View commit details
    Browse the repository at this point in the history
  3. feat(sublimeBidAdapter): updating sublimeBidAdapter module (#5726)

    - handle new notifyId parameter;
    - bumping version to 0.6.0.
    fgcloutier authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    80fc5b6 View commit details
    Browse the repository at this point in the history
  4. Add GVL ID and bidder code to CriteoId module (#5781)

    * Add GVL ID and bidder code to CriteoId module
    
    * Add gvlid as property to CriteoIdSubmodule
    
    Co-authored-by: Jesus Alberto Polo Garcia <[email protected]>
    jesusalber1 and Jesus Alberto Polo Garcia authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    27fe52a View commit details
    Browse the repository at this point in the history
  5. Update BrightMountainMedia cookie sync URL (#5740)

    BrightMountainMedia authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    3612308 View commit details
    Browse the repository at this point in the history
  6. Convert id5id to an object to support passing additional data points …

    …to platforms (#5756)
    
    * move id5id to an object to support passing linkType and other data in the future
    
    * update bid adapters supporting the ID5 ID to use the new object instead of a string
    
    * remove `.only` from test
    smenzer authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    f1ea594 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    7aff389 View commit details
    Browse the repository at this point in the history
  2. Added GVLID to Media.net Analytics Adapter (#5789)

    Co-authored-by: monis.q <[email protected]>
    monis0395 and monisq authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    0fd7205 View commit details
    Browse the repository at this point in the history
  3. Add video ad support to ablida bid adapter (#5782)

    * add onBidWon function, add bidder adapter version to bid requests
    
    * add support for native
    
    * use triggerPxel instead of ajax, because ajax was called 3 times with native
    
    * add gdpr consent to bid requests
    
    * update tests
    
    * add video ad support
    Dan authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    c8176d7 View commit details
    Browse the repository at this point in the history
  4. Add adrelevantis adapter (#5735)

    * Update adrelevantis adapter
    
    * Update Adrelevantis Bid Adapter and Add Unit Tests
    
    Commit changes suggested by @jsnellbaker on pull request #5735
    ghguo authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    05a5a96 View commit details
    Browse the repository at this point in the history
  5. Adnow bidder (#5738)

    * Add AdNow bid Adaptor
    
    * Fix problems by PR comments.
    
    * PR comments:
    - Use only secure endpoint.
    - Use adUnit mediaTypes instead of mediaType param in buildRequests.
    - Pass correct sizes to the endpoint for banner and native.
    - Fix adnowBidAdaper.md examples.
    - Fix and add new tests in adnowBidAdaper_spec.js
    
    * rename test
    
    * Restore package-lock.json from master
    
    * Fix sizes of bid response object for banners.
    
    * Fix adapters tests.
    vingood authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    ecd05a3 View commit details
    Browse the repository at this point in the history
  6. Improve error and documentation for publisherId (#5788)

    - The error message you get if you use a publisherId that is a JS numeric instead of a JS string is not
      super helpful if you aren't familiar with JS internals. Update the warning message to give a suggestion
      on a solution, and update the markdown documentation to explictly state that the ID needs to be wrapped
      in quotes.
    jsut authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    b2f0c6d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    280e957 View commit details
    Browse the repository at this point in the history
  2. Media.net Analytics improvements (#5755)

    * medianetAnalyticsAdapter improvements
    
    * medianetAnalyticsAdapter improvements
    
    * review changes
    
    * fixed eslint
    
    Co-authored-by: monis.q <[email protected]>
    monis0395 and monisq authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    ebb51fb View commit details
    Browse the repository at this point in the history
  3. adagio Bid Adapter: add support for CCPA, COPPA (#5749)

    Co-authored-by: Clément besse <[email protected]>
    osazos and Clement3 authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c696e00 View commit details
    Browse the repository at this point in the history
  4. PubMatic analytics adapter: Not passing GDPR information (#5791)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * not passing GDPR data in analytics
    pm-harshad-mane authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    a054aa0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. GumGum: adds support for new field - iriscat (#5790)

    * adds support for zone and pubId params
    
    * adds support for iriscat field
    susyt authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    8168453 View commit details
    Browse the repository at this point in the history
  2. fix a few id5 docs (#5793)

    * update id5 eids value and add html storage example
    
    * html5, not html
    smenzer authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    eb9cf3f View commit details
    Browse the repository at this point in the history
  3. New PubProvided Id UserId Submodule (#5767)

    * PubProvided Module
    
    * -
    
    * formatting
    
    * formatting
    
    * Added rubiconBidAdapter support
    Added unit tests
    
    * formatting
    
    * formatting
    
    * formatting
    
    * formatting
    
    * commit to rerun build
    
    * type changes
    
    * type changes
    
    * type changes
    
    * Revert "type changes"
    
    This reverts commit af408b0
    
    * Revert "type changes"
    
    This reverts commit af408b0
    
    * formatting
    
    * formatting
    
    * formatting
    
    * formatting
    
    * formatting
    
    * Revert "type changes"
    
    This reverts commit 114005a
    
    * formatting
    
    * formatting
    
    * formatting
    
    * formatting
    
    * commit to rerun build
    
    * commit to rerun build
    
    * commit to rerun build
    
    * rubiconBidAdapter changes
    
    * rubiconBidAdapter changes
    
    * rubiconBidAdapter changes
    
    * trigger build
    
    * fix
    
    * fix
    
    * fix
    
    * rebuild
    
    Co-authored-by: myerkovich <[email protected]>
    YerkovichM and MarkoYerkovichRP authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    739bad8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92e234c View commit details
    Browse the repository at this point in the history
  5. Prebid 4.10.0 Release

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

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

Commits on Sep 30, 2020

  1. Add Inmar bidder adapter (#5674)

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

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

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

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

Commits on Oct 1, 2020

  1. cointrafficBidAdapter: added support responding in different currenci…

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

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

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

Commits on Oct 5, 2020

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

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

Commits on Oct 6, 2020

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

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

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

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

Commits on Oct 7, 2020

  1. Appnexus: Add omid support (#5821)

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

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

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

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

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

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

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

Commits on Oct 8, 2020

  1. IDx user id submodule (#5826)

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

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

Commits on Oct 9, 2020

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

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

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

Commits on Oct 12, 2020

  1. add stroeerCoreBidAdapter (#5830)

    * add stroeerCoreBidAdapter
    
    * test correction
    
    * refactroring
    
    * add gvl id to spec
    
    Co-authored-by: Jakub Dlouhý <[email protected]>
    Co-authored-by: karel koule <[email protected]>
    Co-authored-by: Lukáš Havrlant <[email protected]>
    4 people authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e39a812 View commit details
    Browse the repository at this point in the history