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

27th March 18: Merging Prebid Master into fork branch #18

Merged
merged 210 commits into from
Mar 27, 2018

Commits on Dec 12, 2017

  1. Added YIELDONE Bid Adapter for Prebid.js 1.0 (#1900)

    * Added YIELDONE Bid Adapter for Prebid.js 1.0
    
    * Update yieldoneBidAdapter.md
    
    change placementId to 44082
    
    * Changed to get size from bid.sizes
    
    * fix sizes array
    takuhou authored and Matt Kendall committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    93d33ca View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Add user-facing docs reminder to PR template (#1956)

    rmloveland authored and Matt Kendall committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    5fe1105 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

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

Commits on Dec 19, 2017

  1. Typo correction of YIELDONE md file (#1954)

    * Added YIELDONE Bid Adapter for Prebid.js 1.0
    
    * Update yieldoneBidAdapter.md
    
    change placementId to 44082
    
    * Changed to get size from bid.sizes
    
    * fix sizes array
    
    * Fix a typo
    takuhou authored and jaiminpanchal27 committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    bf3242b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b21369 View commit details
    Browse the repository at this point in the history
  3. use auctionId instead of requestId (#1968)

    jaiminpanchal27 authored and Matt Kendall committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    a936adb View commit details
    Browse the repository at this point in the history
  4. Add freewheel ssp bidder adapter for prebid 1.0 (#1793)

    * add stickyadsTV bidder adapter
    
    * init unit test file
    
    * ad some unit tests
    
    * fix unit test on ad format with parameters
    
    * add some unit tests
    
    * add unit tests on getBid method
    
    * add some test cases in unit tests
    
    * minor fix on component id tag.
    
    * remove adapters-sticky.json test file
    
    * use top most accessible window instead of window.top
    
    * Pass in the bid request in the createBid call.
    
    * use top most accessible window instead of window.top
    
    * add unit tests
    
    * update unit tests
    
    * fix unit test.
    
    * fix CI build
    
    * add alias freewheel-ssp
    
    * update unit tests on bidderCode value
    
    * fix component id values and add unit tests
    
    * allws to use any outstream format.
    
    * fix ASLoader on futur outstream format versions
    
    * minor: fix code format.
    
    * update unit tests
    
    * minor fix code format
    
    * minor: add missing new line at eof
    
    * replace StickyAdsTVAdapter by freewheel ssp bd adapter (for prebid 1.0)
    
    * remove old stickyadstv unittest spec.
    
    * fix server response parsing if sent as object with 'body' field
    
    * use the vastXml field for video mediatype
    
    * add user sync pixel in freewheel ssp adapter
    
    * remove all console log calls (replaced using util helper)
    
    * remove useless bidderCode (automatically added by the bidderFactory)
    
    * Return the SYNC pixel to be added in the page by Prebid.js
    
    * remove instance level properties to enable concurrent bids with the same adapter instance.
    
    * fix the request apss through and corresponding unit tests
    
    * fix 'freeheelssp' typo
    guillaume-sticky authored and jaiminpanchal27 committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    4bb4aaa View commit details
    Browse the repository at this point in the history
  5. + fixed endpoint request data property names - width to w and height …

    …to h (#1955)
    
    + updated unit test for the adapter to comply with the property name changes
    optimatic58 authored and Matt Kendall committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    b738584 View commit details
    Browse the repository at this point in the history
  6. Added iQM Bid Adapter for Prebid.js 1.0 (#1880)

    * Added iQM Bid Adapter for Prebid.js 1.0
    
    * Modified URL from http to https
    
    * Removed geo function which was fetching user location.
    pkthakkar26 authored and Matt Kendall committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    f1f18e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    437cb05 View commit details
    Browse the repository at this point in the history
  8. Remove duplicate request id and fix empty response from getHighesCpmB…

    …ids, getAdserverTargeting (#1970)
    
    * Removed requestId and added auctionId
    
    * Updated module fixtures to use auctionId and not requestId
    
    * remove request id from external bid object and fix bug for empty result in public api
    
    * use auctionId instead of requestId
    
    * fixed lint errors
    jaiminpanchal27 authored and matthewlane committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    d4e1e98 View commit details
    Browse the repository at this point in the history
  9. [Add BidAdapter] rxrtb adapter for Perbid.js 1.0 (#1950)

    * Add: rxrtb prebidAdapter
    
    * Update: params for test
    
    * Update: code format
    
    * Update: code format
    
    * Update: code format
    prebidRxRTB authored and Matt Kendall committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    778c496 View commit details
    Browse the repository at this point in the history
  10. ServerBid Server BidAdapter (#1819)

    * ServerBid Server BidAdapter
    
    Allow S2S configuration with ServerBid.
    
    * Updates to meet 1.0 callBids/config changes.
    
    * Fix linting issues.
    jcswart authored and dbemiller committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    68e08b1 View commit details
    Browse the repository at this point in the history
  11. added hb_source to default keys (#1969)

    * added hb_source
    
    * dropped function to add hb_source since it is now default key
    
    * fixed lint error
    Matt Kendall authored and jaiminpanchal27 committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    b7d5da3 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Prebid 1.1.0 Release

    matthewlane committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    46cdaa1 View commit details
    Browse the repository at this point in the history
  2. Increment pre version

    matthewlane committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    61f0414 View commit details
    Browse the repository at this point in the history
  3. S2s defaults fix in serverbidServerBidAdapter (#1986)

    * removed s2s defaults
    
    * start timestamp was missing on s2s requests
    jaiminpanchal27 committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    d784396 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94cce25 View commit details
    Browse the repository at this point in the history
  5. Fixes unit tests in browsers other than chrome (#1987)

    * Fixes unit tests in browsers other than chrome
    
    * fixed lint errors
    jaiminpanchal27 committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    60b9ac5 View commit details
    Browse the repository at this point in the history
  6. Prebid 1.1.1 Release

    jaiminpanchal27 committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    ff8f539 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Add note about docs needed before merge (#1959)

    * Add note about docs needed before merge
    
    * Update pr_review.md
    
    * Update pr_review.md
    
    * Update pr_review.md
    Matt Kendall committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    2b1b1fe View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Adding optional width and height to display parameters (#1998)

    * adding optional size
    
    * no tabs
    nissSK authored and matthewlane committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    402877a View commit details
    Browse the repository at this point in the history
  2. TrustX adapter update (#1979)

    * 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
    PWyrembak authored and jaiminpanchal27 committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    30dddf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46dfc43 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Configuration menu
    Copy the full SHA
    569a3d1 View commit details
    Browse the repository at this point in the history
  2. pin gulp-connect at non-broken version (#2008)

    * pin gulp-connect at non-broken version
    
    * updated yarn.lock to specify pinned gulp-connect
    snapwich authored and Matt Kendall committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    8e3047b View commit details
    Browse the repository at this point in the history
  3. Gjirafa Bidder Adapter (#1944)

    * Added Gjirafa adapter
    
    * Add gjirafa adapter unit test
    
    * adapter update
    
    * New line
    
    * Requested changes
    
    * change hello_world.html to one bid
    
    * change hello_world.html to one bid
    
    * Dropping changes in gitignore and hello_world example
    
    * hello_world changes
    
    * Drop hello_world and gitignore
    agon-qurdina authored and Matt Kendall committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    be43c55 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. multiformat size validation checks (#1964)

    * initial commit for multiformat size validation checks
    
    * adding unit tests and changes to checkBidRequestSizes function
    
    * updates to appnexusBidAdapter
    jsnellbaker authored and Matt Kendall committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    87ae6ce View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Upgrade Admixer adapter for Prebid 1.0 (#1755)

    * Migrating to Prebid 1.0
    
    * Migrating to Prebid 1.0
    
    * Fix spec
    Galphimbl authored and Matt Kendall committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    00e8e92 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Update Adform adapter to Prebid v1.0 (#1947)

    * test
    
    * update adform bid adapter
    
    * update unit tests
    
    * Added adform adapter description file
    
    * updated tests
    
    * Another tests update
    
    * add auctionId to adformBidAdapter
    
    * Final updates to fit 1.0 version
    
    * update docs and integration example
    
    * Do not mutate original validBidRequests
    
    * use atob and btoa instead of custom made module
    
    * Renaming one query string parameter
    Pupis authored and Matt Kendall committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    9f3f16f View commit details
    Browse the repository at this point in the history
  2. Add NasmediaAdmixer adapter for Perbid.js 1.0 (#1937)

    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    NasmediaWebtech authored and Matt Kendall committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    6414a1f View commit details
    Browse the repository at this point in the history
  3. Re-implemented RhythmOne audit beacon in prebid 1.0 interface (#1953)

    * Re-implemented RhythmOne audit beacon in prebid 1.0 interface
    
    * removed references to prebid_global and added more unit test coverage
    
    * removed block that sends beacons when usersync is disabled
    jstocker76 authored and Matt Kendall committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    3502919 View commit details
    Browse the repository at this point in the history
  4. Fix uncached video bids triggering callback early (#2017)

    * Mark video bid done after it's been cached
    
    * Add tests
    matthewlane authored and jsnellbaker committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    289cee2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Use sudo to workaround Travis regression (#2041)

    Matt Kendall committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    a5f059b View commit details
    Browse the repository at this point in the history
  2. Adding districtm as an alias (#2018)

    Adding districtm as an alias since it was also an alias in the previous Prebid version.
    stevealliance authored and matthewlane committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    108f600 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4418fec View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. GumGum Adapter for Prebid.js 1.0 (#1966)

    * GumGum Adapter for Prebid.js 1.0
    
    * removed getUserSyncs. Give cpm a non-zero value when bidRequest is for test unit so DFP chooses it.
    
    * parsing slot ID as integer from params
    
    * ADSS-78 removed bidderCode from response. Correctly parsing bidRequest.sizes to account for 1-dimensional array.
    mxcoder authored and matthewlane committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    f09865b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    1e8155b View commit details
    Browse the repository at this point in the history
  2. 1.0 adapter support for mantis (#1840)

    * 1.0 support for mantis adapter
    
    * removed some common non-prebid code
    
    * Remove bidderCode to fix failing test
    parisholley authored and matthewlane committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    25f1e5a View commit details
    Browse the repository at this point in the history
  3. Separate bids & won calls (#2015)

    * separate bids & won calls
    
    * readd polyfills
    Yann-Pravo authored and jaiminpanchal27 committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    c58a158 View commit details
    Browse the repository at this point in the history
  4. OpenX Adapter: Update to support mediaTypes field, instead of the dep…

    …recated mediaType field (#1974)
    lntho authored and jaiminpanchal27 committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    1b20a1c View commit details
    Browse the repository at this point in the history
  5. Add eplanningBidAdapter (#2003)

    * Add eplanningBidAdapter
    
    * Add new parameter to request
    
    * Fix sync URL parameter
    Nistenf authored and jaiminpanchal27 committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    c1d86ea View commit details
    Browse the repository at this point in the history
  6. Add vi bid adapter (#2020)

    * VI prebid.js adapter (points dev platform)
    
    * fix typo
    
    * Changed maintainer email
    
    * Added test parameters
    
    * Changed bidder hostname to pb.vi-serve.com
    
    * updated doc
    
    * Update viBidAdapter.md
    
    * VI bid adapter - tests
    
    * Removed unused import from spec, specified radix in parseInt
    
    * handling of various sizes formats
    SnoopInf authored and matthewlane committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    6456959 View commit details
    Browse the repository at this point in the history
  7. Update Atomx adapter for Prebid v1.0 (#2026)

    * Update Atomx adapter for Prebid v1.0
    
    * Add code markup
    erikdubbelboer authored and matthewlane committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    ecc34b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. PubMatic 1.0 adapter (#2011)

    * first commit
    
    * ip field removed, added comments to params, netRevenue set to true
    
    also changed surce of end-point to prebid-client from prebid-server
    
    * added _processFloor
    
    * removed comments
    
    * fixed unit test cases
    
    * review comments
    
    * added method _parseSlotParam
    
    removed method _processFloor and _processPmZoneId
    added const for undefined
    
    * minor changes
    
    * minor change
    
    * publisherId isStr check added
    
    * test case for string publisherId and adSlot
    
    * using prebid apis for getting pageURL and refURL,
    
    added a small function to find domain from given url
    
    * bid precision set to 2
    
    * Added test cases for interpretResponse function
    
    * do not put warning for undefined valued params
    
    * changes for UOE-3239 and UOE-3236
    
    * Linting errors fixed
    
    * Add geo object in device
    
    * Changes to trim kadpageurl and pmzoneid before sending it in request
    
    * Remove spaces when multiple Id's added in pmzoneId
    
    * rolling back changes for pmzoneid
    
    * Add PubMaticBidAdapter param info
    
    * Update params in pubmaticBidAdapter.md
    
    * Update maintainer mail-id
    
    * endpoint changed to hbopenbid.pubmatic.com, netRevenue default value changed to false, test cases updated
    
    * changed auction type to 1
    
    * changed at to 1 in test cases
    
    * removed comments
    
    * UserSync requirements are mentioned in .md file
    
    * updated test ids
    PubMatic-OpenWrap authored and Matt Kendall committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    a264553 View commit details
    Browse the repository at this point in the history
  2. Update adapter to prebid v1.0 (#1908)

    * Update adapter to prebid v1.0
    
    * corrected some things following pullrequest review
    
    * slight change to avoid potential error
    
    * added the maintainer email
    
    * Updated the tests to fit changes
    
    * Updated the doc, removed the bidderCode, added adUrl
    
    * fix adapter
    
    * Added try catch around JSON.parse
    Spacedragoon authored and matthewlane committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    9b56b11 View commit details
    Browse the repository at this point in the history
  3. InSkin Bidder Adapter (#2016)

    * initial version
    
    * Initial implementation for Inskin/AdZerk bid adapter.
    
    * Add required ad types and fix event IDs list.
    
    * InSkin Bid Adapter: fixed tests and linter errors
    
    * InSkin Media: updated test parameters
    
    * InSkin Media: Add maintainer
    jgrimes authored and jaiminpanchal27 committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    8907cae View commit details
    Browse the repository at this point in the history
  4. Colossus SSP header bidding adapter 1.0.0 (#2029)

    * create adapter colossusssp
    
    * Trigger for current build rerun on Travis CI
    Bill Newman authored and jaiminpanchal27 committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    6cfaa5c View commit details
    Browse the repository at this point in the history
  5. pre1api module that allows use of deprecated pre1.0 API in Prebid 1.0 (

    …#1976)
    
    * initial version of pre1api module to allow use of deprecated API in 1.0
    
    * move cbTimeout to config rather than auction properties
    
    * fix bug in auction queueing for pre-1.0 api module
    
    * updated doc comment for pre-1.0 api module
    
    * set next function correctly if requestBids is called w/ no arguments
    snapwich authored and Matt Kendall committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    e4eee81 View commit details
    Browse the repository at this point in the history
  6. Support multiple media formats within a single ad unit (#1991)

    * Populate ad_types array on all requests
    
    * Remove descriptionUrl
    
    * Allow a bidder to participate on an adunit if it supports at least one of the mediaTypes
    
    * Add hb_mediatype to standard targeting
    
    * Determine when to trigger callback based on bid response
    
    * Change key to hb_format
    
    * Print banner as default when mediaTypes not defined
    
    * Update spportedMediaTypes to include banner for adapters that were implicitly supporting banner
    matthewlane authored and Matt Kendall committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    24033ff View commit details
    Browse the repository at this point in the history
  7. Fix skipped test (#2059)

    matthewlane authored and Matt Kendall committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    e39c58e View commit details
    Browse the repository at this point in the history
  8. Use cross-browser integer check (#2058)

    matthewlane authored and Matt Kendall committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    8b23ca1 View commit details
    Browse the repository at this point in the history
  9. Optimera Adapter for 1.0. (#1961)

    * Optimera Adapter for 1.0.
    
    * Optimera Adapter updating for json endpoint.
    
    * Optimera Adapter removing custom params property.
    mcallari authored and Matt Kendall committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    2eb8cdb View commit details
    Browse the repository at this point in the history
  10. RockYou Adapter: Added RockYou Adapter supporting Prebid 1.0 (#1977)

    * RockYou Adapter: Added RockYou Adapter supporting Prebid 1.0
    
    * RockYou Adapter: Removed extraneous imports, replaced a for loop w/ forEach for variable scoping.
    
    * RockYou Adapter: Updated the size handling to allow for multiple size definitions to be handled successfully
    cameronhotchkies authored and Matt Kendall committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    3e6f0fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    261b9b4 View commit details
    Browse the repository at this point in the history
  12. Prebid 1.2.0 Release

    matthewlane committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    65c76ef View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Increment pre version

    matthewlane committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c9af917 View commit details
    Browse the repository at this point in the history
  2. Add display support for Vertamedia Adapter (#1945)

    * Vertamedia prebid.js adapter initial
    
    * sync
    
    * remove https
    
    * add http
    
    * remove let
    
    * fix typo
    
    * fix spaces
    
    * add descriptionUrl; remove log
    
    * fix getSize
    
    * add usege parseSizesInput
    
    * Add support for vastTag
    
    * Add moulty bid request; set vastUrl for bider;
    
    * update for vertamedia adapter to Prebid 1.0
    
    * Add vertamedia md file
    
    * Add required fields
    
    * Remove defaults; fix md file;
    
    * add outstream mediaType support
    
    * add outstream mediaType support
    
    * Resolve conflicts
    
    * fix test
    
    * Add Vertamedia display adapter
    
    * remove Boolean convert for isBidRequestValid
    
    * Remove boolean convert for isBidRequestValid method; fix tests; fix typo
    
    * add display support for Vertamedia adapter; documentation update
    
    * update tests for VertamediaBidAdapter
    
    * add supportedMediaTypes
    
    * Add comments
    
    * Add moulty mediatypes support
    
    * cleanup logs
    
    * Add sending multiple sizes
    Millerrok authored and matthewlane committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    aa0bee7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Add video cache key (#2064)

    * fix media type by assigning it with creative type, create video cache key with the value of impression id
    
    * add unit tests
    
    * fix typo
    moonshells authored and jaiminpanchal27 committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    f838057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    548fce2 View commit details
    Browse the repository at this point in the history
  3. Add Yieldlab adapter (#1967)

    * Add Yieldlab adapter
    
    * Fix code review issues
    
    * Add code review fixes
    GEMI authored and matthewlane committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    104376b View commit details
    Browse the repository at this point in the history
  4. Vidazoo bid adapter (#1916)

    * Adding Vidazoo bid adapter
    
    * Adding Vidazoo bid adapter tests
    
    * production url
    
    * Update vidazooBidAdapter_spec.js
    
    deepClone instead of cloneJson
    
    * Update vidazooBidAdapter.js
    
    * Update vidazooBidAdapter_spec.js
    
    * Update vidazooBidAdapter.js
    
    removed dead code (debug url), handled sizes more safely, removed usage of Object.values
    
    * Update vidazooBidAdapter_spec.js
    
    updates tests to fit changes in adapter
    
    * Update vidazooBidAdapter.js
    
    * Update vidazooBidAdapter.js
    
    * Update vidazooBidAdapter_spec.js
    thewizarodofoz authored and Matt Kendall committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    70781c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e818c6c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. uncommenting utils_spec cookie tests, because no longer supporting IE…

    … 10, where they broke (#1958)
    harpere authored and Matt Kendall committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    a534e0f View commit details
    Browse the repository at this point in the history
  2. Engine base url changed (#2072)

    * nanointeractive bid adapter
    
    * nanointeractive bid adapter
    
    * - using utils.getParameterByName instead of utils.getTopWindowLocation().href
    - bidderCode is removed
    - Default ALG changed to 'ihr'
    - added protocol to 'cors' param
    
    * markdown file
    
    * enabling localhost for bid requests
    rade-popovic authored and matthewlane committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    e14c719 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. C1X adapter updated to Prebid v1.0 (#1946)

    * C1X adapter updated to Prebid v1.0
    
    * Remove unused import
    
    * change to C1X production endpoint
    CathyHuangtw authored and jaiminpanchal27 committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    c449aec View commit details
    Browse the repository at this point in the history
  2. Add AdgenerationBidAdapter (#2034)

    * Add AdgenerationBidAdapter
    
    * Update Adgeneration adapter. Adding ad request parameter.
    
    * Update Adgeneration adapter. corresponding lint.
    
    * Update Adgeneration adapter. Add supporting media and update url strings.
    
    * Update AdGeneration bid adapter, spec and md.
    adg-dev authored and Matt Kendall committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    40627d7 View commit details
    Browse the repository at this point in the history
  3. Read secure fields to send requests (#2078)

    On http page, a video request will then raise an error as the non secure creative will be called from the player which is an https iframe so raise an error.
    Antoine Jacquemin (Rubicon) authored and snapwich committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    017add7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Support setting outstream renderer options (#2025)

    * Support setting outstream renderer options
    
    * Define options in mediaTypes and add test
    
    * Move config to renderer.options
    
    * Remove default adText
    matthewlane authored and jaiminpanchal27 committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    9688c03 View commit details
    Browse the repository at this point in the history
  2. Yieldmo Bid Adapter Update (#2054)

    * added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    fixed unti tests
    
    merge conflicts
    
    added mraid check and catch for window.top
    
    added height and width, updated tests, fixed interpretResponse, updated md file
    
    cleaning up the rebase
    
    added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    fixed unti tests
    
    added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    added mraid check and catch for window.top
    
    added height and width, updated tests, fixed interpretResponse, updated md file
    
    * fix tests'
    
    * fixed rebase and updated markdown file
    
    * added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    fixed unti tests
    
    merge conflicts
    
    added mraid check and catch for window.top
    
    added height and width, updated tests, fixed interpretResponse, updated md file
    
    cleaning up the rebase
    
    added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    fixed unti tests
    
    added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    added mraid check and catch for window.top
    
    added height and width, updated tests, fixed interpretResponse, updated md file
    
    fix tests'
    
    fixed rebase and updated markdown file
    
    fixed linting error
    
    fixed test
    
    test fix
    
    * added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    fixed unti tests
    
    merge conflicts
    
    added mraid check and catch for window.top
    
    added height and width, updated tests, fixed interpretResponse, updated md file
    
    cleaning up the rebase
    
    added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    fixed unti tests
    
    added usersync and interpretresponse
    
    environments
    
    finished building request
    
    markdown and test cases pr valid bid requests
    
    all tests but user sync
    
    added mraid check and catch for window.top
    
    added height and width, updated tests, fixed interpretResponse, updated md file
    
    * fix tests'
    
    * fixed rebase and updated markdown file
    
    * update placementId
    
    * lint error
    MelodyLi2017 authored and jaiminpanchal27 committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    c654ebc View commit details
    Browse the repository at this point in the history
  3. Added support for ad server currency; added ad unit sizes in test req…

    …uest (#2001)
    jbartek25 authored and Matt Kendall committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    93ce52f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Make Bid Adapter for Dentsu Aegis Network Marketplace (#1982)

    * Make Bid Adapter for Dentsu Aegis Network Marketplace
    
    * Update DAN_Marketplace adapter
    danmarketplace authored and matthewlane committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    06e916f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Platform.io Bidder Adapter update. Support Native Ads. (#2009)

    * Add PlatformioBidAdapter
    
    * Update platformioBidAdapter.js
    
    * Add files via upload
    
    * Update hello_world.html
    
    * Update platformioBidAdapter.js
    
    * Update platformioBidAdapter_spec.js
    
    * Update hello_world.html
    
    * Update platformioBidAdapter_spec.js
    
    * Update platformioBidAdapter.js
    
    * Update hello_world.html
    
    * Add files via upload
    
    * Update platformioBidAdapter
    
    ## Type of change
    - [x] Other
    
    ## Description of change
    1. RequestURL changes
    2. Add placementCode to request params
    
    * Update platformioBidAdapter
    
    * Update platformioBidAdapter
    
    ## Type of change
    - [x] Other
    
    ## Description of change
    1. RequestURL changes
    2. Add placementCode to request params
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Update platformioBidAdapter.js
    
    Endpoint URL change
    
    * Update platformioBidAdapter_spec.js
    
    Endpoint URL change
    
    * Update platformioBidAdapter_spec.js
    
    * Update platformioBidAdapter_spec.js
    
    * Update platformioBidAdapter.js
    
    * Update platformioBidAdapter.js
    
    * Update platformioBidAdapter_spec.js
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Update platformioBidAdapter.js
    
    * Update platformioBidAdapter_spec.js
    
    * Add files via upload
    
    * Add files via upload
    varashellov authored and idettman committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    301cf31 View commit details
    Browse the repository at this point in the history
  2. Xendiz bid adapter (#1985)

    * xendizBidAdapter
    
    * Prebid endpoint
    
    * Drop bidderCode
    
    * Sync endpoint update
    
    * Test update
    Dima Shirokov authored and Matt Kendall committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    a35780d View commit details
    Browse the repository at this point in the history
  3. Bugfix - interpretResponse (#2082)

    * nanointeractive bid adapter
    * Bugfix interpretResponse - added body; Removed unnecessary parameters; Adjusted tests;
    rade-popovic authored and snapwich committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    0b98a8c View commit details
    Browse the repository at this point in the history
  4. Add support for mixed errors/bids response (#2052)

    lovell authored and Matt Kendall committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    1c09041 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c7f7ed View commit details
    Browse the repository at this point in the history
  6. Update ucfunnelBidAdapter (#1990)

    * Add a new ucfunnel Adapter and test page
    
    * Add a new ucfunnel Adapter and test page
    
    * 1. Use prebid lib in the repo to keep updated
    2. Replace var with let
    3. Put JSON.parse(JSON.stringify()) into try catch block
    
    * utils.getTopWindowLocation is a function
    
    * Change to modules from adapters
    
    * Migrate to module design
    
    * [Dev Fix] Remove width and height which can be got from ad unit id
    
    * Update ucfunnelBidAdapter to fit into new spec
    
    * Correct the endpoint. Fix the error of query string
    
    * Add test case for ucfunnelBidAdapter
    
    * Fix lint error
    
    * Update version number
    
    * Combine all checks on bid request
    RyanChouTw authored and Matt Kendall committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    d7c9350 View commit details
    Browse the repository at this point in the history
  7. Serverbid server optimization (#2048)

    * Optimize sending requests.
    
    * Add integration example. Minor changes.
    jcswart authored and Matt Kendall committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    8a50184 View commit details
    Browse the repository at this point in the history
  8. Update vidazooBidAdapter.js (#2076)

    small adjustment to the user sync mechanism
    thewizarodofoz authored and idettman committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    8b9c20b View commit details
    Browse the repository at this point in the history
  9. add digitrust support to prebidserverBidAdapter (#2075)

    * add digitrust support to prebidserverBidAdapter
    
    * fixed typo
    snapwich authored and jsnellbaker committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    9f412aa View commit details
    Browse the repository at this point in the history
  10. Pass app and device fields to Prebid server (#2044)

    * Pass app to Prebid server
    
    pbsrequest.go code is indeed developed to read the app fields present in the root of PBSRequest json not in the PBSRequest.ad_units child object. So far no app bundle is passed in the prebid server payload to the differents bidders...
    With this fix, the device and app should be passed in the setConfig rather than AdUnits.
    
    * Update prebidServerBidAdapter.js
    Antoine Jacquemin (Rubicon) authored and Matt Kendall committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    7773f58 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Remove extraneous x. (#2096)

    jcswart authored and Matt Kendall committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    b69f351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ab63d View commit details
    Browse the repository at this point in the history
  3. add peak adapter (#2040)

    chanand authored and idettman committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    77ad2f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    5c37e60 View commit details
    Browse the repository at this point in the history
  2. PR / Issue Review process update (#2093)

    * PR / Issue Review process update
    
    * Update pr_review.md
    
    * Capitalize filename
    bretg authored and matthewlane committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    68b7d8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48d7dd View commit details
    Browse the repository at this point in the history
  4. Serverbid Bid Adapter: getUserSyncs and new adsizes (#2106)

    * serverbid sync wip
    
    * Serverbid Bid Adapter: enable getUserSyncs, new ad sizes
    jgrimes authored and jaiminpanchal27 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    16c9403 View commit details
    Browse the repository at this point in the history
  5. Update adform adapter request (#2107)

    * bid response adId same as bidId
    
    * test
    
    * update adform bid adapter
    
    * update unit tests
    
    * Added adform adapter description file
    
    * updated tests
    
    * Another tests update
    
    * Add auctionId
    
    * Update adapter for auctionId
    
    * add auctionId to adformBidAdapter
    
    * Final updates to fit 1.0 version
    
    * update docs and integration example
    
    * Do not mutate original validBidRequests
    
    * use atob and btoa instead of custom made module
    
    * Renaming one query string parameter
    
    * XDomainRequest.send exception fix (#1942)
    
    * Added YIELDONE Bid Adapter for Prebid.js 1.0 (#1900)
    
    * Added YIELDONE Bid Adapter for Prebid.js 1.0
    
    * Update yieldoneBidAdapter.md
    
    change placementId to 44082
    
    * Changed to get size from bid.sizes
    
    * fix sizes array
    
    * Add user-facing docs reminder to PR template (#1956)
    
    * allow non-mappable sizes to be passed and used in rubicon adapter (#1893)
    
    * Typo correction of YIELDONE md file (#1954)
    
    * Added YIELDONE Bid Adapter for Prebid.js 1.0
    
    * Update yieldoneBidAdapter.md
    
    change placementId to 44082
    
    * Changed to get size from bid.sizes
    
    * fix sizes array
    
    * Fix a typo
    
    * Serverbid bid adapter: update alias config (#1963)
    
    * use auctionId instead of requestId (#1968)
    
    * Add freewheel ssp bidder adapter for prebid 1.0 (#1793)
    
    * add stickyadsTV bidder adapter
    
    * init unit test file
    
    * ad some unit tests
    
    * fix unit test on ad format with parameters
    
    * add some unit tests
    
    * add unit tests on getBid method
    
    * add some test cases in unit tests
    
    * minor fix on component id tag.
    
    * remove adapters-sticky.json test file
    
    * use top most accessible window instead of window.top
    
    * Pass in the bid request in the createBid call.
    
    * use top most accessible window instead of window.top
    
    * add unit tests
    
    * update unit tests
    
    * fix unit test.
    
    * fix CI build
    
    * add alias freewheel-ssp
    
    * update unit tests on bidderCode value
    
    * fix component id values and add unit tests
    
    * allws to use any outstream format.
    
    * fix ASLoader on futur outstream format versions
    
    * minor: fix code format.
    
    * update unit tests
    
    * minor fix code format
    
    * minor: add missing new line at eof
    
    * replace StickyAdsTVAdapter by freewheel ssp bd adapter (for prebid 1.0)
    
    * remove old stickyadstv unittest spec.
    
    * fix server response parsing if sent as object with 'body' field
    
    * use the vastXml field for video mediatype
    
    * add user sync pixel in freewheel ssp adapter
    
    * remove all console log calls (replaced using util helper)
    
    * remove useless bidderCode (automatically added by the bidderFactory)
    
    * Return the SYNC pixel to be added in the page by Prebid.js
    
    * remove instance level properties to enable concurrent bids with the same adapter instance.
    
    * fix the request apss through and corresponding unit tests
    
    * fix 'freeheelssp' typo
    
    * + fixed endpoint request data property names - width to w and height to h (#1955)
    
    + updated unit test for the adapter to comply with the property name changes
    
    * Added iQM Bid Adapter for Prebid.js 1.0 (#1880)
    
    * Added iQM Bid Adapter for Prebid.js 1.0
    
    * Modified URL from http to https
    
    * Removed geo function which was fetching user location.
    
    * Remove stray console.log (#1975)
    
    * Remove duplicate request id and fix empty response from getHighesCpmBids, getAdserverTargeting (#1970)
    
    * Removed requestId and added auctionId
    
    * Updated module fixtures to use auctionId and not requestId
    
    * remove request id from external bid object and fix bug for empty result in public api
    
    * use auctionId instead of requestId
    
    * fixed lint errors
    
    * [Add BidAdapter] rxrtb adapter for Perbid.js 1.0 (#1950)
    
    * Add: rxrtb prebidAdapter
    
    * Update: params for test
    
    * Update: code format
    
    * Update: code format
    
    * Update: code format
    
    * ServerBid Server BidAdapter (#1819)
    
    * ServerBid Server BidAdapter
    
    Allow S2S configuration with ServerBid.
    
    * Updates to meet 1.0 callBids/config changes.
    
    * Fix linting issues.
    
    * added hb_source to default keys (#1969)
    
    * added hb_source
    
    * dropped function to add hb_source since it is now default key
    
    * fixed lint error
    
    * Prebid 1.1.0 Release
    
    * Increment pre version
    
    * S2s defaults fix in serverbidServerBidAdapter (#1986)
    
    * removed s2s defaults
    
    * start timestamp was missing on s2s requests
    
    * remove hardcoded localhost port for tests (#1988)
    
    * Fixes unit tests in browsers other than chrome (#1987)
    
    * Fixes unit tests in browsers other than chrome
    
    * fixed lint errors
    
    * Prebid 1.1.1 Release
    
    * Add note about docs needed before merge (#1959)
    
    * Add note about docs needed before merge
    
    * Update pr_review.md
    
    * Update pr_review.md
    
    * Update pr_review.md
    
    * Adding optional width and height to display parameters  (#1998)
    
    * adding optional size
    
    * no tabs
    
    * TrustX adapter update (#1979)
    
    * 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
    
    * Serverbid Bid Adapter: Add new ad sizes (#1983)
    
    * Added dynamic ttl property for One Display and One Mobile. (#2004)
    
    * pin gulp-connect at non-broken version (#2008)
    
    * pin gulp-connect at non-broken version
    
    * updated yarn.lock to specify pinned gulp-connect
    
    * Gjirafa Bidder Adapter (#1944)
    
    * Added Gjirafa adapter
    
    * Add gjirafa adapter unit test
    
    * adapter update
    
    * New line
    
    * Requested changes
    
    * change hello_world.html to one bid
    
    * change hello_world.html to one bid
    
    * Dropping changes in gitignore and hello_world example
    
    * hello_world changes
    
    * Drop hello_world and gitignore
    
    * multiformat size validation checks (#1964)
    
    * initial commit for multiformat size validation checks
    
    * adding unit tests and changes to checkBidRequestSizes function
    
    * updates to appnexusBidAdapter
    
    * Upgrade Admixer adapter for Prebid 1.0 (#1755)
    
    * Migrating to Prebid 1.0
    
    * Migrating to Prebid 1.0
    
    * Fix spec
    
    * Add NasmediaAdmixer adapter for Perbid.js 1.0 (#1937)
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * Updated stid and unit tests
    Pupis authored and jaiminpanchal27 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    8608201 View commit details
    Browse the repository at this point in the history
  6. Port calling order fix to 1.x (#2067)

    * * bidmanager: pass closure variables explicitly to helper functions in addBidResponse
    
    * bidmanager: move addBidResponse helper functions out of closures
    
    * WIP: call doCallbacks from addBidToAuction
    
    In order to ensure the calling order is correct, call doCallbacks from within
    addBidToAuction.
    
    XXX: This breaks the test that's removed in this patch. The reason it breaks is
    that the TIMEOUT event is not emitted if all bids have been returned before the
    timeout handler is called. Previously the bid manager was rejecting the bid if
    the bid triggered the timeout handler, which doesn't really make much sense.
    The test SHOULD work if there are two bidders, as the first response should
    trigger the timeout. I had a hard time adding a second bidder to the test code,
    so I was hoping to get some help.
    kitwestneat authored and matthewlane committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    4c71e65 View commit details
    Browse the repository at this point in the history
  7. 33across Bid Adapter: Bugfix + Refactor (#2024)

    * Adding 33across adapter
    
    * Updated per code review from Prebid. See #1805 (review)
    
    * Added support for test bid and crid.
    
    * Removed ability to set test url via params
    
    * Incorporated changes requested in #1855 to fix usage of deprecated method
    curlyblueeagle authored and matthewlane committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    aee2ef0 View commit details
    Browse the repository at this point in the history
  8. removing userSync (#2032)

    * removing userSync
    
    * ping to travis
    nissSK authored and jaiminpanchal27 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    620ca80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85e9451 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ca1693 View commit details
    Browse the repository at this point in the history
  11. Unit test fixes (#2111)

    jaiminpanchal27 authored and matthewlane committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    413abfb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15ad83a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c053d04 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Omit app and device if not present rather than send false (#2116)

    * omit app and device if not present rather than send false
    
    * no bang bang!  just get and set on request if object
    snapwich authored and matthewlane committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    77fd5d2 View commit details
    Browse the repository at this point in the history
  2. Prebid 1.3.1 Release

    jaiminpanchal27 committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    1611159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f9411 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    f73db9e View commit details
    Browse the repository at this point in the history
  2. Added support for NURL and ADM as backup (#2112)

    + Updated unit tests to test code updates
    + Added version number (1.0.4) for optimatic records
    optimatic58 authored and matthewlane committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    8bd9595 View commit details
    Browse the repository at this point in the history
  3. Fix sovrn dealid (#2119)

    rachelrj authored and matthewlane committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    7e1abbe View commit details
    Browse the repository at this point in the history
  4. Add adapter for IAS (#2056)

    * PET-201: got a working version
    
    * PET-201: encoded query string
    
    * PET-201: added unit tests
    
    * PET-201: added missing keyword
    
    * PET-201: corrected coding styles
    
    * PET-201: decreased cpm so real bidders could win per code review
    katzhang-ias authored and matthewlane committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    ace5903 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

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

Commits on Feb 12, 2018

  1. Add adapter for GAMMA SSP (#2092)

    * commit gamma adapter
    
    * Fixed The Travis CI build failed
    
    * fix interpretResponse return empty when server response empty
    
    * removed mediaType
    
    removed mediaType in bid 
    and return vastXml property if video request
    
    * fixed Travis CI build
    
    * Travis CI build
    
    * add gamma spec
    
    * fixed Travis CI build
    
    * fix spec
    
    * fix spec
    
    * Add files via upload
    
    * Add files via upload
    
    * fix spec
    
    * fix Travis CI build
    
    * move to module
    
    * remove gaxDomain param and move to adapter
    
    * remove check isBidRequestValid for gaxDomain
    
    * remove gaxDomain param
    
    * remove gaxDomain param
    
    * remove gaxDomain param
    
    * Delete gammaBidAdapter_spec.js
    gammassp authored and jsnellbaker committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    a2741f0 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded lint exceptions (#2129)

    matthewlane authored and Matt Kendall committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    ef4354b View commit details
    Browse the repository at this point in the history
  3. Option to use a configurable vendor preset for s2sConfig (#2073)

    * initial commit to support pbs vendor config options
    
    * correcting a value in a test case
    
    * adding rubicon config info and updated var names
    
    * made changes to unit tests, changed cookieSet default, and fixed small cookieSet issue
    
    * tweaking logic of main check to read it better
    
    * adjusting rubicon vendor values and default config to fix issue
    
    * undoing default config change
    
    * additional changes to rubicon defaults
    jsnellbaker authored and Matt Kendall committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    b16071c View commit details
    Browse the repository at this point in the history
  4. remote.html is being deprecated in AMP. Pointer to the Prebid Server …

    …solution added in addition to a deprecation warning (#2110)
    hhhjort authored and Matt Kendall committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    0923c91 View commit details
    Browse the repository at this point in the history
  5. Remove deprecated method reference (#2130)

    matthewlane authored and Matt Kendall committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    1899a2b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. fix bug with privateSizes (#2141)

    Matt Kendall committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    dab30a3 View commit details
    Browse the repository at this point in the history
  2. added advertiserId and networkId for rubiconBidAdapter (#2086)

    * added advertiserId and networkId for rubiconBidAdapter
    
    * move advertiserId and networkId into custom rubicon property
    snapwich authored and Matt Kendall committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    64bc038 View commit details
    Browse the repository at this point in the history
  3. Update test stack POC (#2014)

    * Added Gjirafa adapter
    
    * Add gjirafa adapter unit test
    
    * adapter update
    
    * New line
    
    * Requested changes
    
    * change hello_world.html to one bid
    
    * change hello_world.html to one bid
    
    * Update test stack and unit test fixes
    
    * remove unwanted code and sinon-ie
    
    * updated hello_world back to original
    
    * Added missing file
    
    * Updated unit tests to support other browsers
    
    * Uncomment unit test
    
    * Updated chrome and firefox versions
    
    * Remove yarn
    
    * Added mobile browsers back and removed infinite timeout
    
    * remove commented code
    
    * removed yarn from README
    
    * remove dead code and refactor
    
    * removed browser-cookies dep
    
    * use config api to reset and update temp test
    jaiminpanchal27 committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    9cb9f2a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. size mapping throws warning if mediaQuery missing (#2114)

    * size mapping throws warning if mediaQuery missing
    
    * added unit test for missing mediaQuery in sizeConfig
    snapwich authored and jaiminpanchal27 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    2973f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4fd825 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. AOL adapter: Fixed broken user matching in iframes (#2125)

    * Fixed broken user matching when creative is delivering like an iframe within a DFP iframe.
    
    * Removed unnecessary import.
    vzhukovsky authored and matthewlane committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    45154a0 View commit details
    Browse the repository at this point in the history
  2. Fix bug in UndertoneBidAdapter (#2027)

    * fix bug in UndertoneBidAdapter
    
    Fix bug that caused the page domain to be sent as an array instead of a string.
    Also added a page url parameter to the request
    
    * fix lint error
    
    * fix lint error
    omerko authored and matthewlane committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    3b7c0ef View commit details
    Browse the repository at this point in the history
  3. Update to sovrn custom params as well as site object construction (#2149

    )
    
    * fix sovrn dealid
    
    * send 'iv' param if present
    
    * `page` field in `site` object sends full url
    aprakash-sovrn authored and matthewlane committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    e44b108 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2acd3c5 View commit details
    Browse the repository at this point in the history
  5. Update PR_REVIEW.md

    harpere committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    c38e9a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    513b89c View commit details
    Browse the repository at this point in the history
  7. Fix stub syntax to work with test stack update (#2153)

    matthewlane authored and Matt Kendall committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    178955e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Add debug info to DOM for prebid creatives (#2158)

    Matt Kendall authored and matthewlane committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    1b2475e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d1d0e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Add Publisher Common ID module (#2150)

    * Add Publisher Common ID module
    
    * Specify base 10 for parseInt in PubCommonID
    pycnvr authored and harpere committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    c6f448b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de9c345 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c025a1 View commit details
    Browse the repository at this point in the history
  4. Add support for OpenRTB protocol and endpoint (#2102)

    * Update to use OpenRTB protocol and endpoint
    
    * Refactor request and response handlers
    
    * Handle adding bids in core response handler
    
    * Update openrtb endpoint response interpreter
    
    * Refactor variable names, update comments, extract cookie sync to core handler
    
    * Update openrtb bid response fields
    
    * Match bid ids
    
    * Update based on review feedback
    
    * Move legacy-specific video code to legcy spec
    
    * Add video support to OpenRTB spec
    
    * Add digiTrust, app, device to request
    
    * Default to banner if mediaTypes not defined
    
    * Allow single or double banner.sizes array
    matthewlane authored and Matt Kendall committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    a455757 View commit details
    Browse the repository at this point in the history
  5. Prebid 1.4.0 Release

    jsnellbaker committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    4bfc941 View commit details
    Browse the repository at this point in the history
  6. Update appnexusBidAdapter so clients can distinguish between managed …

    …and RTB bids (#2161)
    
    * Added buyerMemberId to appnexus adapter so clients can distinguish between managed and RTB demand
    
    * Moved buyerMemberId to a separate appnexus object within the bid
    
    * Corrected indendation
    jmfbird authored and Matt Kendall committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    d131109 View commit details
    Browse the repository at this point in the history
  7. Increment pre version

    jsnellbaker committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    1d76429 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Quantum Advertising Adapter (#2051)

    * quantumBidAdapter initial commit
    
    * eslint errors fixed
    
    * updating quantumBidAdapter for reviews, fixed tests to work with native
    
    * set new prebid location for testing and some fixing
    
    * added supportedMediaTypes
    
    * Tests fixed
    
    * Fixed issues with image assets. Tested with the example provided
    sami-elasticad authored and mike-chowla committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    853a762 View commit details
    Browse the repository at this point in the history
  2. only do video caching if we don't already have a videoCacheKey (#2143)

    * only do video caching if we don't already have a videoCacheKey
    
    * log error for missing vastUrl when videoCacheKey specified
    snapwich authored and jaiminpanchal27 committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    448d4db View commit details
    Browse the repository at this point in the history
  3. Update NasmediaAdmixer adapter (#2164)

    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * add NasmediaAdmixer adapter for Perbid.js 1.0
    
    * update NasmediaAdmixer adapter
    
    * update NasmediaAdmixer adapter
    NasmediaWebtech authored and jaiminpanchal27 committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    32dccd4 View commit details
    Browse the repository at this point in the history
  4. [Edit BidAdapter] rxrtb adapter for Perbid.js 1.0 (#2182)

    * Add: rxrtb prebidAdapter
    
    * Update: params for test
    
    * Update: code format
    
    * Update: code format
    
    * Update: code format
    
    * Fix param check
    
    * Update rxrtbBidAdapter.js
    prebidRxRTB authored and Matt Kendall committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    2775840 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    31b0e92 View commit details
    Browse the repository at this point in the history
  2. Change bidderCode for DAN Marketplace Bid Adapter (#2183)

    * Make Bid Adapter for Dentsu Aegis Network Marketplace
    
    * Update DAN_Marketplace adapter
    
    * Rename danmarketplaceBidAdapter into danmarketBidAdapter
    danmarketplace authored and matthewlane committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    737ca04 View commit details
    Browse the repository at this point in the history
  3. Update Adyoulike Adapter to prebid 1.0 (#2077)

    * feat(adyoulikeAdapter): update adapter
    
    * fix(payload): fix height and width request keys
    
    * fix(Request): set credentials to false
    jeremyAdyoulike authored and mike-chowla committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    0ddebdf View commit details
    Browse the repository at this point in the history
  4. Update Innity Adapter to Prebid.js v1.0 (#2180)

    * Innity Adapter for Prebid.js 1.0
    
    * Fix Innity Adapter Test Spec Error (#2180)
    
    * Fix utils.timestamp and remove userSyncs (#2180)
    engtat authored and jaiminpanchal27 committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    37ead27 View commit details
    Browse the repository at this point in the history
  5. [NEW Adapter] RTBHouseBidAdapter (#2184)

    * [NEW Adapter] RTBHouseBidAdapter
    
    * remove trailing space in a comment
    piwanczak authored and jaiminpanchal27 committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    324d530 View commit details
    Browse the repository at this point in the history
  6. Add multiple bids request (#2136)

    * Vertamedia prebid.js adapter initial
    
    * sync
    
    * remove https
    
    * add http
    
    * remove let
    
    * fix typo
    
    * fix spaces
    
    * add descriptionUrl; remove log
    
    * fix getSize
    
    * add usege parseSizesInput
    
    * Add support for vastTag
    
    * Add moulty bid request; set vastUrl for bider;
    
    * update for vertamedia adapter to Prebid 1.0
    
    * Add vertamedia md file
    
    * Add required fields
    
    * Remove defaults; fix md file;
    
    * add outstream mediaType support
    
    * add outstream mediaType support
    
    * Resolve conflicts
    
    * fix test
    
    * Add Vertamedia display adapter
    
    * remove Boolean convert for isBidRequestValid
    
    * Remove boolean convert for isBidRequestValid method; fix tests; fix typo
    
    * add display support for Vertamedia adapter; documentation update
    
    * update tests for VertamediaBidAdapter
    
    * add supportedMediaTypes
    
    * Add comments
    
    * Add moulty mediatypes support
    
    * cleanup logs
    
    * Add sending multiple sizes
    
    * add multiple bids reguest
    Millerrok authored and Matt Kendall committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    fd7b24a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d55719 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. AdGeneration bugfix (#2191)

    banakemi authored and matthewlane committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    c0ff4af View commit details
    Browse the repository at this point in the history
  2. RockYou Adapter: Update for multiple ad unit support (#2198)

    * RockYou Adapter: Added RockYou Adapter supporting Prebid 1.0
    
    * RockYou Adapter: Removed extraneous imports, replaced a for loop w/ forEach for variable scoping.
    
    * RockYou Adapter: Updated the size handling to allow for multiple size definitions to be handled successfully
    
    * RockYou Adapter: Ad Size / Multiple Ad Unit update (#1)
    
    RockYou Adapter:  
    * Updated to support size coming from the mediaTypes object, multiple AdUnit support
    * RockYou Adapter: Readme updates
    * RockYou Adapter: explicitly pass request.bidId in the response object
    * RockYou Adapter: Updated sync URL
    cameronhotchkies authored and matthewlane committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    f169a85 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

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

Commits on Mar 2, 2018

  1. ADSS-169 (#2187)

    bruscantini authored and jaiminpanchal27 committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    f40508c View commit details
    Browse the repository at this point in the history
  2. AT-5462 (#2188)

    * AT-5462
    
    * AT-5462 Set param only if needed
    bruscantini authored and jaiminpanchal27 committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    cf13cc5 View commit details
    Browse the repository at this point in the history
  3. Yieldbot Prebid.js 1.0 adapter (#2135)

    * Yieldbot Prebid.js 1.0 adapter
    
    * Yieldbot Prebid.js 1.0 adapter - url_prefix protocol
    
    * Yieldbot Prebid.js 1.0 adapter - fix test
    
    * Yieldbot Prebid.js 1.0 adapter - fix test timeout
    
    * Yieldbot Prebid.js 1.0 adapter - refactor constants
    
    * Yieldbot Prebid.js 1.0 adapter - formatting
    
    * Yieldbot Prebid.js 1.0 adapter - setters
    elljoh authored and Matt Kendall committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    dfc3c8f View commit details
    Browse the repository at this point in the history
  4. Remove bracket and object spacing lint exceptions (#2168)

    matthewlane authored and Matt Kendall committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    bc9c29b View commit details
    Browse the repository at this point in the history
  5. VAST support in adform adapter (#2173)

    * support for video ads
    
    * updated readme
    braizhas authored and Matt Kendall committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    240fa95 View commit details
    Browse the repository at this point in the history
  6. Fix lint error (#2208)

    matthewlane committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    c1d368b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7ee794 View commit details
    Browse the repository at this point in the history
  8. Auctionmanager spec refactor pr (#2155)

    * refactor auctionmanager_spec.js and getKeyValueTargetingPairs
    
    consolidate duplicated code into helper functions.
    
    * re-add timeout test removed in PR #2067 to auctionmanager_spec.js
    kitwestneat authored and snapwich committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    c92a590 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95fe0a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    c54a179 View commit details
    Browse the repository at this point in the history
  2. Smartyads Adapter 1.x (#2080)

    * add SmartyAds adapter 1.0
    
    * amendment Smartyads adapter
    isss1650 authored and matthewlane committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    b82f852 View commit details
    Browse the repository at this point in the history
  3. Add banner support to Beachfront adapter (#2117)

    * Update Beachfront adapter for v1.0
    
    * Revert Beachfront test endpoint
    
    * Add Beachfront markdown file
    
    * Add mediaTypes to example
    
    * Fix formatting
    
    * Remove descriptionUrl from bid response
    
    * Add banner support to Beachfront adapter
    
    * Fix bid response validation
    
    * Update display endpoint
    
    * Update display request and response to support multiple bids
    
    * Remove console log
    
    * Added display example to doc
    
    * Add support for dnt
    
    * add os version to bid request
    
    * Use size from bid response
    
    * Add secure to bid request
    jsalis authored and matthewlane committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    ae341f9 View commit details
    Browse the repository at this point in the history
  4. Add FairTrade Bid Adapter (#2147)

    VaticSSP authored and matthewlane committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    355a6bf View commit details
    Browse the repository at this point in the history
  5. Adding PR_REVIEW guideline (#2159)

    * adding PR_REVIEW guideline
    
    Adapters may not globally override or default the standard ad server targeting values: hb_adid, hb_bidder, hb_pb, hb_deal, hb_size
    
    * Update PR_REVIEW.md
    
    * Update PR_REVIEW.md
    bretg authored and matthewlane committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    fa55342 View commit details
    Browse the repository at this point in the history
  6. 33Across Bid Adapter: updated user sync endpoint (#2193)

    * Adding 33across adapter
    
    * Updated per code review from Prebid. See #1805 (review)
    
    * Added support for test bid and crid.
    
    * Removed ability to set test url via params
    
    * Incorporated changes requested in #1855 to fix usage of deprecated method
    
    * Reverted hack to karma conf maker to make unit tests pass with --file option
    curlyblueeagle authored and matthewlane committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    1454f2b View commit details
    Browse the repository at this point in the history
  7. Feature/stale bot (#2192)

    * add a bot to clean up stale issues
    
    * add bug
    Matt Kendall authored and matthewlane committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    b315a52 View commit details
    Browse the repository at this point in the history
  8. Gamma Support UserSync Endpoint (#2216)

    * commit gamma adapter
    
    * Fixed The Travis CI build failed
    
    * fix interpretResponse return empty when server response empty
    
    * removed mediaType
    
    removed mediaType in bid 
    and return vastXml property if video request
    
    * fixed Travis CI build
    
    * Travis CI build
    
    * add gamma spec
    
    * fixed Travis CI build
    
    * fix spec
    
    * fix spec
    
    * Add files via upload
    
    * Add files via upload
    
    * fix spec
    
    * fix Travis CI build
    
    * move to module
    
    * remove gaxDomain param and move to adapter
    
    * remove check isBidRequestValid for gaxDomain
    
    * remove gaxDomain param
    
    * remove gaxDomain param
    
    * remove gaxDomain param
    
    * Delete gammaBidAdapter_spec.js
    
    * add usersync endpoid
    
    * add usersync
    gammassp authored and matthewlane committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    94c4023 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2204cf8 View commit details
    Browse the repository at this point in the history
  10. Update Vidazoo domain (#2223)

    update ad server domain
    thewizarodofoz authored and matthewlane committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    5232bc2 View commit details
    Browse the repository at this point in the history
  11. Add vuble adapter (#2201)

    * Add: vuble bid adapter
    
    * Add: vuble bid adapter unit tests
    
    * Fix: getUserSync returns an empty array if no user sync is found
    
    * Add: unit tests for getUserSync
    
    * Mod vuble unit test use single quotes
    
    * Mod: check mediatypes for bid request valid check on vuble adapter
    
    * Add: vuble adapter: bid id and env in request data
    
    * Fix: vuble adaptor uses bid data in interpret reponse
    
    * Del: unused size param anymore
    Roffray authored and Matt Kendall committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    7904c5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    768cb62 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    04cca6e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Prebid 1.5.0 Release

    matthewlane committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    f7b7521 View commit details
    Browse the repository at this point in the history
  2. Increment pre version

    matthewlane committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    02ebe3a View commit details
    Browse the repository at this point in the history
  3. Add Invibes Adapter (#2202)

    * Added invibes adapter
    
    * added domain id & config
    
    * invibes bid adapter - auction start and logging
    
    * invibes bid adapter refactor
    
    * Invibes Bid Adapter - renames
    
    * Invibes Bid Adapter - fix typo
    
    * Invibes Adapter - test spec
    
    * Invibes Adapter - added size to test params
    
    * Invibes Bid Adapter - lint fix
    
    * Invibes Adapter - lint fix in test spec
    
    * Invibes Bid Adapter - review change requests
    
    * Invibes Bid Adapter - remove alias according to review change requests
    
    * Invibes Bid Adapter - review change request
    rcheptanariu authored and matthewlane committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    b0260d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cf7395 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. PBS adapter not sending app or device (#2206)

    * Fix issue with PBS app and site not sending.
    
    * look in the right location for app and device. Add site.page
    
    * fix mysterious linting error
    Matt Kendall authored and mike-chowla committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    8f20009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7813d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Update Platform.io Adapter (#2230)

    * Add PlatformioBidAdapter
    
    * Update platformioBidAdapter.js
    
    * Add files via upload
    
    * Update hello_world.html
    
    * Update platformioBidAdapter.js
    
    * Update platformioBidAdapter_spec.js
    
    * Update hello_world.html
    
    * Update platformioBidAdapter_spec.js
    
    * Update platformioBidAdapter.js
    
    * Update hello_world.html
    
    * Add files via upload
    
    * Update platformioBidAdapter
    
    ## Type of change
    - [x] Other
    
    ## Description of change
    1. RequestURL changes
    2. Add placementCode to request params
    
    * Update platformioBidAdapter
    
    * Update platformioBidAdapter
    
    ## Type of change
    - [x] Other
    
    ## Description of change
    1. RequestURL changes
    2. Add placementCode to request params
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Update platformioBidAdapter.js
    
    Endpoint URL change
    
    * Update platformioBidAdapter_spec.js
    
    Endpoint URL change
    
    * Update platformioBidAdapter_spec.js
    
    * Update platformioBidAdapter_spec.js
    
    * Update platformioBidAdapter.js
    
    * Update platformioBidAdapter.js
    
    * Update platformioBidAdapter_spec.js
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Update platformioBidAdapter.js
    
    * Update platformioBidAdapter_spec.js
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Update platformioBidAdapter_spec.js
    
    * Update platformioBidAdapter.js
    
    * Update platformioBidAdapter.md
    varashellov authored and jsnellbaker committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    5486b63 View commit details
    Browse the repository at this point in the history
  2. create RELEASE_SCHEDULE.md (#2255)

    * create RELEASE_SCHEDULE.md
    
    * adding slack channel
    bretg authored and Matt Kendall committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    205b926 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    58a5af0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfcae6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b26c3a View commit details
    Browse the repository at this point in the history
  4. Added ad id to a4g bid (#2250)

    * Added ad id to bid
    
    * Update a4gBidAdapter_spec.js
    
    * Update a4gBidAdapter.js
    adilets authored and idettman committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    6ddbfd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd050b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Updated adUnitCode (#2262)

    adilets authored and idettman committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    4fee47d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. update params for test bid (#2267)

    * update test bid params
    Millerrok authored and bretg committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    5ed5dcd View commit details
    Browse the repository at this point in the history
  2. Add vastUrl for Gamma Adapter Video (#2261)

    * commit gamma adapter
    
    * Fixed The Travis CI build failed
    
    * fix interpretResponse return empty when server response empty
    
    * removed mediaType
    
    removed mediaType in bid 
    and return vastXml property if video request
    
    * fixed Travis CI build
    
    * Travis CI build
    
    * add gamma spec
    
    * fixed Travis CI build
    
    * fix spec
    
    * fix spec
    
    * Add files via upload
    
    * Add files via upload
    
    * fix spec
    
    * fix Travis CI build
    
    * move to module
    
    * remove gaxDomain param and move to adapter
    
    * remove check isBidRequestValid for gaxDomain
    
    * remove gaxDomain param
    
    * remove gaxDomain param
    
    * remove gaxDomain param
    
    * Delete gammaBidAdapter_spec.js
    
    * add usersync endpoid
    
    * add usersync
    
    * add vastUrl
    
    * add supportedMediaTypes to bidder spec
    
    * add Test Parameters: For Video
    gammassp authored and matthewlane committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    2f6076e View commit details
    Browse the repository at this point in the history
  3. Add e-planning analytics adapter (#2211)

    * Add e-planning analytics adapter
    
    * fix irregular spacing in braces
    
    * Added new ci config option
    
    * Fix linting
    matimar authored and idettman committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    717b439 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Audience Network: Add 'pbv' and 'cb' query params (#2252)

    * 'pbv' is for the Prebid version to aid with debugging
    * 'cb' is for a Safari-only cachebuster
    lovell authored and mike-chowla committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    7d10bc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Updated Bid params (#2275)

    * Updated Bid params
    
    * Added keys to tests
    adilets authored and bretg committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    1c862a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e7df0d View commit details
    Browse the repository at this point in the history
  3. message formatting (#2285)

    vedantseta authored and bretg committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    292b554 View commit details
    Browse the repository at this point in the history
  4. Update to Rubicon Adapter for mediaTypes support (#2272)

    * Added support for mediaTypes bid requests
    
    * Fixed linting errors
    
    * Replaced missing test for ad position
    idettman authored and snapwich committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    6aa8c18 View commit details
    Browse the repository at this point in the history
  5. Update for Media.net adapter (#2232)

    * Log client-side timeouts
    
    * prebid version added in timeout log
    
    * removing events.on from adapter
    
    * storing cid in global
    vedantseta authored and matthewlane committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    b9906c3 View commit details
    Browse the repository at this point in the history
  6. Update Yieldlab adapter and add official maintainer (#2231)

    * Set time to live to 5 minutes
    
    Yieldlab auctions are valid for 5 minutes and not 10. A delivery of an adtag would lead to a new auction after the 5 minute expiration time.
    
    * Use correct identifer for deals
    
    Did stands for demandId which is not a default and not a good identifer for deals. We should use pid (partnershipId) here as a unique identifer for a connection between supply and demand (including deals).
    
    * Set revenue to gross-price
    
    * Add dynamic adsize for vast url
    
    The adsize of a video placement can have a lot of different adsizes and is never "1x1".
    
    * Change maintainer to Yieldlab
    
    Platform Lunar and Yieldlab agree that the Adapter should be offically maintained by Yieldlab.
    
    * Use yieldlab test campaigns
    
    Campaigns set up in Yieldlab's test network to deliver all the time.
    
    * Use yieldlab naming for params
    
    To make it less confusing for customers, we should use the actual naming used in our systems for the params used.
    
    * Update test spec for yieldlab adapter
    
    * Add test for pid to dealId mapping
    mirkorean authored and harpere committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    6382fe6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c314596 View commit details
    Browse the repository at this point in the history
  8. Add Content Ignite adapter (#2268)

    * initial Content Ignite adapter
    
    * revert hello world example
    
    * Fixes for latest prebid standards
    
    * reformatting with modern keywords
    jdrucey authored and matthewlane committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    28e58ff View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. firing new adRenderFailed event when renderAd() fails (#2210)

    * firing adRenderFailed when ad render fails
    
    * test case added
    
    * refactored adRenderFail event
    
    * Condition changed
    vedantseta authored and jsnellbaker committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    a577521 View commit details
    Browse the repository at this point in the history
  2. Add Oneplanetonly Bid Adapter (#2269)

    * New adapter oneplanetonly
    
    * Change api for oneplanetonlyBidAdapter
    marliotto authored and bretg committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    6ab7b54 View commit details
    Browse the repository at this point in the history
  3. PBS videoCacheKey and vastUrl (#2101)

    * assign video cache key with cache id then DFP knows the correct hb uuid
    
    * add unit test for cache id and video cache key
    
    * reformat code
    
    * point vastUrl to cache_url as required by method isValidVideoBid in video.js
    
    * assign videoCacheKey with cacche_id, vastUrl with cache_url for already cached video bids only
    
    * update the bid only if both cache_id and cache_url are available
    moonshells authored and Matt Kendall committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    4fbf447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8aec362 View commit details
    Browse the repository at this point in the history
  5. Prebid 1.6.0 Release

    jaiminpanchal27 committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    b8bdfec View commit details
    Browse the repository at this point in the history
  6. Increment Pre Version

    jaiminpanchal27 committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    07821c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. add optional param to bridgewellBidAdapter (#2289)

    * [FEAT] add optional param to bridgewellBidAdapter
    
    * [FEAT] reply to comments
    
    * [FEAT] rm trailing-spaces
    
    * [REFACTOR] rm duplicate code, update md file
    wuleo authored and jsnellbaker committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    4226643 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. NEW adapter AdtelligentBidAdapter (#2137)

    * NEW Adtelligent Bid Adapter
    
    * Update MD
    
    * add test for multiple request
    
    * cleanup
    
    * update test bid params
    Millerrok authored and mike-chowla committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    57e2480 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

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

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    85cdf7b View commit details
    Browse the repository at this point in the history
  2. if cache markup is not enabled, set it to the default value 0 (#2302)

    * if cache markup is not enabled (1 for Mobile App, 2 for Web), set it to the default value 0
    
    * use triple equals instead of double equals
    moonshells authored and jaiminpanchal27 committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    4012c7e View commit details
    Browse the repository at this point in the history
  3. Enhance location detection within utils (#2167)

    * fix sovrn dealid
    
    * send 'iv' param if present
    
    * `page` field in `site` object sends full url
    
    * Enhance location detection within util function.
    
    * fix func call
    
    * fix tagid var type
    
    * add test for converting tagid to string
    
    * CR
    
    * Reorg gettopwindowlocation util & add tests.
    
    * lint fixes
    
    * search param is string in window location objects
    rachelrj authored and jaiminpanchal27 committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    63159da View commit details
    Browse the repository at this point in the history
  4. Update stalebot labels (#2319)

    matthewlane authored and Matt Kendall committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    bae04f4 View commit details
    Browse the repository at this point in the history
  5. Changing default currency file to https (#2306)

    bretg authored and Matt Kendall committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    469d586 View commit details
    Browse the repository at this point in the history
  6. Support aliases in prebidServer (#2257)

    * Support AppNexus aliases in s2s request
    
    * Support dynamic aliases
    matthewlane authored and Matt Kendall committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    feafdcf View commit details
    Browse the repository at this point in the history