Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

update #27

Merged
merged 43 commits into from
Oct 24, 2018
Merged

update #27

merged 43 commits into from
Oct 24, 2018

Commits on Oct 9, 2018

  1. Add RSA validation to Criteo FastBid (#3110)

    * Pass Prebid version to Criteo direct bidder
    
    * Update Criteo profile IDs
    
    * Add RSA verification to Criteo FastBid
    
    * Update package-lock with jsencrypt and crypto-js
    
    * Replacing all arrow functions in Mocha function calls
    
    * Update Adapter Version to 14
    jsfaure authored and jaiminpanchal27 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    e72e2dc View commit details
    Browse the repository at this point in the history
  2. Added support for user syncing pixel (#3092)

    * Added Polymorph adapter
    
    * Cleaned up code
    
    * Updated var to let
    
    * Updated with mediaType
    
    * Updated tests
    
    * Fixed tests
    
    * Updated polymorph adapter to support cookie syncing and network key integration
    
    * Fixed parens for lint
    
    * Fixed a bug related to network_key approach
    
    * Fixed double negation warning
    
    * Updated tests for network_key
    
    * Added bidId as cache buster and updated tests
    
    * Fixed tests
    Kuldeep Kapade authored and jaiminpanchal27 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    8fdf61d View commit details
    Browse the repository at this point in the history
  3. Small bugfix and cleanup for Prebid Server OpenRTB code (#3113)

    * change bid map to bid_id map and clean up openrtb in pbs
    
    * add src to bids in bid request when known
    snapwich authored and jaiminpanchal27 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    a1f07e9 View commit details
    Browse the repository at this point in the history
  4. Revert "Adding appnexus debug via cookie/params" (#3164)

    * Revert "Small bugfix and cleanup for Prebid Server OpenRTB code (#3113)"
    
    This reverts commit a1f07e9.
    
    * Revert "Added support for user syncing pixel (#3092)"
    
    This reverts commit 8fdf61d.
    
    * Revert "Add RSA validation to Criteo FastBid (#3110)"
    
    This reverts commit e72e2dc.
    
    * Revert "Adding appnexus debug via cookie/params (#3152)"
    
    This reverts commit 4797ea2.
    mkendall07 authored and jsnellbaker committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    f466b8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5736e83 View commit details
    Browse the repository at this point in the history
  6. Render outstream safeframe (#3159)

    * render outstream safeframe
    
    * move code to Renderer module
    
    * some more logic to move
    jaiminpanchal27 authored and jsnellbaker committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    24dd19a View commit details
    Browse the repository at this point in the history
  7. Prebid 1.27.0 Release

    jsnellbaker committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    b66e241 View commit details
    Browse the repository at this point in the history
  8. increment Prebid version

    jsnellbaker committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    a4d91fd View commit details
    Browse the repository at this point in the history
  9. rubiconBidAdapter - Checking FPD values are defined before toString() (

    …#3165)
    
    * rubiconBidAdapter - Checking FPD values are defined before toString()
                      - Added two tests for this behavior
    
    * Removing unused variable
    
    * changed to compare against null
    
    added some null params to the tests to verify
    Robert Ray Martinez III authored and idettman committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    7f94928 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Adding mediaType param to parseSizes in order to ALWAYS get the corre…

    …ct parse Size method correct. (#3166)
    Robert Ray Martinez III authored and idettman committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    18107d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. PubMatic to support DigiTrust Id passing (#3160)

    * in-dev changes
    
    * included config
    
    * Unit test cases for DigitrustId passing in PubMatic bid adapter
    
    * eslint fixes
    
    * removed a comment
    
    * replaced "() => {" with "() => {"
    pm-harshad-mane authored and jsnellbaker committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    2903eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e77957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4585a93 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Trafficroots Resubmit (#3141)

    circleci is still failing, but I cannot find a workaround for this PR at the moment
    cary67 authored and idettman committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    0c53a47 View commit details
    Browse the repository at this point in the history
  2. Rubicon skip video request in mutlti format when video is not setup (#…

    …3167)
    
    * Update rubiconBidAdapter.js
    Antoine Jacquemin (Rubicon) authored and idettman committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    e530cbb View commit details
    Browse the repository at this point in the history
  3. OpenXOutstream Bid Adapter (#3153)

    * adds openxoutstreamadapter files
    
    * cleans up url, adds bidder config and version, removes unused code
    
    * updates template ad response
    
    * remove final unused custom param code
    
    * add openrtb to list of params again.
    
    * add payload back so we can read bidId
    
    * extra checks for cpm (pub_rev)
    
    * adds unit tests
    
    * adds unit tests
    
    * update md page
    
    * undo openx adapter space changes from autosave
    
    * undo openx adapter space changes from autosave
    
    * test cleanup
    
    * test cleanup
    
    * update md file
    
    * update example page params
    
    * remove sneaky console.log
    
    * return false
    
    * adds yieldmo to the md. remove useless docEl assignment
    
    * remove useless docEl assignments
    
    * move crid and adid to constants
    
    * fix test
    
    * remove another useless variable assignment caught by LGTM
    
    * changes CR_ID. moves tdoc to within if scope
    
    * updates crid on test
    
    * use more constants and use crid for lfid
    
    * remove superfluous trailing argument
    
    * adds viewport meta tag to header. removes unnecessary string interpolation.
    
    * move ad_id to a string
    
    * undo changes for pacakge-lock
    
    * fixes lfid to lfId, pID to pId
    
    * fixes lfid to lfId, pID to pId
    
    * remove rti:1
    
    * adds openx maintainer email
    HolzAndrew authored and jaiminpanchal27 committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    cb66860 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. improves additional data passed to the handler in AuctionInit and Auc…

    …tionEnd events (#3168)
    Marco Masotti authored and jaiminpanchal27 committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    de597ae View commit details
    Browse the repository at this point in the history
  2. removing cookieSet (#3175)

    * removing cookieSet
    
    * removing blank line
    
    * not including src/cookie anymore
    bretg authored and jsnellbaker committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    1cdf418 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8529386 View commit details
    Browse the repository at this point in the history
  4. Improve Digital adapter: set dealID based on buying type (#3182)

    * Adding GDPR support
    
    * Always drop user syncs when available
    
    * Set dealID based on buying type
    jbartek25 authored and jsnellbaker committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    b771e4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf3137c View commit details
    Browse the repository at this point in the history
  6. Prebid 1.28.0 Release

    jaiminpanchal27 committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    613d167 View commit details
    Browse the repository at this point in the history
  7. Increment pre version

    jaiminpanchal27 committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    79af988 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    175a7ca View commit details
    Browse the repository at this point in the history
  2. add stub for adloader.loadScript in various adapter test files (#3193)

    * add stub for adloader in various adapter test files
    
    * remove unneeded commented line of code
    jsnellbaker authored and snapwich committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    c238e68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea96547 View commit details
    Browse the repository at this point in the history
  4. Stub adloader across the board to prevent requests going out (#3196)

    * stub adloader across the board to prevent requests going out
    
    * add the adloader stub
    snapwich authored Oct 17, 2018
    Configuration menu
    Copy the full SHA
    73e7014 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Add buyer bid adapter (#3200)

    * add adapter and doc
    
    * add test
    
    * fix adapter
    
    * fix adapter
    
    * fix adapter
    
    * correct code after tests
    
    * fix tests
    
    * fix adapter and test
    
    * fix buildQueryString and tests
    
    * fix cpm devisor
    
    * fix cpm devisor test
    
    * fix doc
    
    * fix tests
    
    * add adapter and doc
    
    * add test
    
    * fix adapter
    
    * fix adapter
    
    * fix adapter
    
    * correct code after tests
    
    * fix tests
    
    * fix adapter and test
    
    * fix buildQueryString and tests
    
    * fix cpm devisor
    
    * fix cpm devisor test
    
    * fix doc
    
    * fix tests
    
    * change referer source and remove userSync
    avj83 authored and jsnellbaker committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    a62e088 View commit details
    Browse the repository at this point in the history
  2. Adlive bid adapter (#3109)

    * send request to endpoint
    
    * tests
    
    * improve tests
    
    * Add description. Small fix
    
    * add maintainer email
    
    * restore origin package.json
    
    * add getUserSyncs function
    
    * remove userSyncs
    
    * change endpoint_url params
    
    * change test params
    
    * change netRevenue to false
    Mikhail Ivanchenko authored and jsnellbaker committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    6879fea View commit details
    Browse the repository at this point in the history
  3. Add native support to RTBHouseAdapter (#3189)

    * Refactor rtbhouseBidAdapter and spec
    
    * Add native support to RTB House adapter
    Kamoris authored and idettman committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    b8eb55c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86357a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    3178468 View commit details
    Browse the repository at this point in the history
  2. ZEDO - Updated Documentation (#3192)

    * initial commit
    
    * updated contact and tag details
    
    * changes ti support the renderers
    
    * changes to pass dimId
    
    * fixed names of internal mapping
    
    * added comment
    
    * added gdpr param to request and other fixes
    
    * modified api url
    
    * fix
    
    * fixed the secure api call
    
    * rolled back video event callback till we support it
    
    * updated doc with video details
    skazedo authored and bretg committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    db67744 View commit details
    Browse the repository at this point in the history
  3. change domain of sync URL (#3207)

    naffis authored and bretg committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    52b8a77 View commit details
    Browse the repository at this point in the history
  4. rename buyer to dspx (#3210)

    avj83 authored and bretg committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    bf3b3ae View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Fixes #3197 - call auctionDone() when 'No valid bid requests returned…

    … for auction' (#3198)
    
    * Fixes #3197 - call auctionDone() when 'No valid bid requests returned for auction'
    
    * #3197 Added unit test to check if callback is called when bidRequests is empty
    drdmitry authored and jaiminpanchal27 committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    14d3031 View commit details
    Browse the repository at this point in the history
  2. [Update rexrtbBidAdapter] Update default host (#3217)

    * Add: rxrtb prebidAdapter
    
    * Update: params for test
    
    * Update: code format
    
    * Update: code format
    
    * Update: code format
    
    * Fix param check
    
    * Update rxrtbBidAdapter.js
    
    * Remove required source param
    
    * Update and rename rxrtbBidAdapter.js to rexrtbBidAdapter.js
    
    * Update and rename rxrtbBidAdapter.md to rexrtbBidAdapter.md
    
    * Update and rename rxrtbBidAdapter_spec.js to rexrtbBidAdapter_spec.js
    
    * Revert "Update rxrtbBidAdapter.js"
    
    This reverts commit 09bca02.
    
    * Revert "Update and rename rxrtbBidAdapter_spec.js to rexrtbBidAdapter_spec.js"
    
    This reverts commit 2481c58.
    
    * Revert "Update and rename rxrtbBidAdapter.md to rexrtbBidAdapter.md"
    
    This reverts commit af9a491.
    
    * Revert "Update and rename rxrtbBidAdapter.js to rexrtbBidAdapter.js"
    
    This reverts commit 81a17ad.
    
    * Revert "Remove required source param"
    
    This reverts commit 38b273d.
    
    *  Revert "Update rxrtbBidAdapter.js"
    
    * Update and rename rexrtbPrebid
    
    * Update default host
    
    * Revert update
    
    * Update default host
    prebidRxRTB authored and bretg committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    ebca05a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d726a View commit details
    Browse the repository at this point in the history
  4. Rubicon adapter: Removed extraneous warning (#3218)

    * Rubicon adapter: Removed extraneous warning
    
    * removing spaces to kick off the build again
    
    circleci failed on some other adapter
    bretg authored and harpere committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    b4705e3 View commit details
    Browse the repository at this point in the history
  5. updates jcsi (#3220)

    susyt authored and bretg committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    6213708 View commit details
    Browse the repository at this point in the history
  6. Prebid 1.29.0 Release

    bretg committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    a7b143d View commit details
    Browse the repository at this point in the history
  7. Increment pre version

    bretg committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    8159d40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd3cb66 View commit details
    Browse the repository at this point in the history