Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Release/1.19.0 #2

Closed
wants to merge 89 commits into from
Closed

Release/1.19.0 #2

wants to merge 89 commits into from

Commits on Feb 13, 2017

  1. Increment Pre Version

    Jaimin Panchal authored and Jaimin Panchal committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    3f7211c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

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

Commits on Feb 17, 2017

  1. E2etest concurrency (prebid#982)

    * Integration testing concurrency fix
    
    * Integration testing concurrency fix
    
    * selenium does not work in iPhone browserstack
    
    * removing iPhone from test report page
    
    * corrected env name
    
    * Remove IE9Win7 test from nightwatch tests
    jaiminpanchal27 authored and Matt Kendall committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    cf21bf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feceeec View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Deal support for SmartAdServer adapter (prebid#978)

    * Smart AdServer adapter
    
    Add Smart AdServer adapter with tests
    
    * fix not supported method
    
    Replace startsWith which is not supported in all browser version by
    lastIndexOf.
    
    * Issue with optional parameter
    
    Fix issue when no targeting is specified and remove "undefined" value
    passed in url
    
    * Add dealId support for SmartAdServer adapter
    
    Set dealId received from Smart AdServer adapter response
    adesmoules authored and jaiminpanchal27 committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    dac424b View commit details
    Browse the repository at this point in the history
  2. Currency support for SmartAdServer adapter (prebid#979)

    * Smart AdServer adapter
    
    Add Smart AdServer adapter with tests
    
    * fix not supported method
    
    Replace startsWith which is not supported in all browser version by
    lastIndexOf.
    
    * Issue with optional parameter
    
    Fix issue when no targeting is specified and remove "undefined" value
    passed in url
    
    * Add currency support for SmartAdServer adapter
    
    Add currency support for SmartAdServer adapter
    adesmoules authored and jaiminpanchal27 committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    73e16e2 View commit details
    Browse the repository at this point in the history
  3. Support Video for GetIntent adapter (prebid#987)

    * Update getintent.js
    
    * Update getintent_spec.js
    
    * Update getintent.js
    
    * Update getintent.js
    
    * Update getintent_spec.js
    
    * fix test
    
    * added to list of video adapters
    
    * fixy with closures.
    
    * jshint fixes
    
    * Update getintent.js
    
    fixy
    
    * Update getintent.js
    
    bid.descriptionUrl = bidResponse.vast_url;
    dmart28 authored and matthewlane committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    e953c1e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Added referrer parameter (prebid#966)

    * Added WideOrbit adapter
    
    * Fix User Matching code
    
    * Renamed adapter + some minor JS issues
    
    * Added flag for notifying front action is header bidding. Use returned bid.
    
    * Duplicated properties fixed.
    
    * Correcting adaptermanager after wrong merge. Now all tests passes correctly.
    
    * Seting fl and jscb directly in the pageImpression-part of the url, since they are hardcoded.
    
    * Fixed above the fold parameter
    
    * No need to modify original value.
    
    * Normalizing file regarding single or double quotes. Also, properly indenting.
    
    * Removed uneeded properties: referrer (twice) and tagId.
    
    * Slightly better readiblity for variable declarations (and definition in some cases).
    
    * Refactoring regarding function naming and the way we set rank parameter.
    Also making sure we encode/decode site and page parameters.
    
    * Ignoring TypeScript's typing definitions.
    
    * Added initial WideOrbit Adapter tests covering url-creation part.
    
    * Completed wide orbit adapter tests with the one regarding callback response.
    
    * Slightly better test names.
    
    * Fix support for already prepared tracking pixels
    
    * Modified indenting according to coding standard
    
    * Code review fixes
    
    * Marked required parameters
    
    * Remove unused library from package.json
    Fix unit tests after refactoring
    
    * Added support for referrer
    
    * Added support for referrer
    
    * Updated line endings to UNIX style
    
    * Fixed formatting issue
    bjorn-wo authored and matthewlane committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    57d66ed View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. Fix bug with supporting non-cpm dealId bids. (prebid#1006)

    * Fix bug with supporting non-cpm dealId bids.
    
    * Add missing adId key
    
    * Prefer const
    Matt Kendall authored Feb 26, 2017
    Configuration menu
    Copy the full SHA
    eea9914 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. adbund adapter (prebid#932)

    * add adBund Adaptor
    
    * 更改正式接口地址
    
    * change code style;add param(referrer,domain,ua)
    
    * add test in pbjs_example_gpt.html
    
    * change code style
    
    * Convert this comment to english;
    Remove this comment;
    Use adloader.loadScript function;
    use CONSTANTS
    
    * add unit tests
    
    * 移除gpt示例中的sizes可选参数
    
    * tabs to spaces
    
    * change unit tests
    
    * change unit tests
    
    * change unit tests
    
    * change unit tests
    
    * change unit tests
    
    * change unit tests
    
    * change unit tests
    AdBund Co.,Ltd authored and jaiminpanchal27 committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    0c2617e View commit details
    Browse the repository at this point in the history
  2. Fixes for Centro adapter (prebid#992)

    * Add centro adapter and tests for it.
    
    * fix bug with different types of bid.sectionID and bid.unit from config
    
    * add query parameter adapter=prebid
    
    * update tests for centro adapter
    Niksok authored and jaiminpanchal27 committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    00e673c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Configuration menu
    Copy the full SHA
    32cb89d View commit details
    Browse the repository at this point in the history
  2. Create bids for requests without mutating ad units (prebid#1019)

    Nate Cozi authored and Matt Kendall committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    ae1cfec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e50de1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Prebid 0.20.0 Release

    matthewlane committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    6b6fbf1 View commit details
    Browse the repository at this point in the history
  2. Increment pre version

    matthewlane committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    6b6f83e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2017

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

Commits on Mar 6, 2017

  1. Change identification of JavaScript user matching (prebid#1022)

    * Added WideOrbit adapter
    
    * Fix User Matching code
    
    * Renamed adapter + some minor JS issues
    
    * Added flag for notifying front action is header bidding. Use returned bid.
    
    * Duplicated properties fixed.
    
    * Correcting adaptermanager after wrong merge. Now all tests passes correctly.
    
    * Seting fl and jscb directly in the pageImpression-part of the url, since they are hardcoded.
    
    * Fixed above the fold parameter
    
    * No need to modify original value.
    
    * Normalizing file regarding single or double quotes. Also, properly indenting.
    
    * Removed uneeded properties: referrer (twice) and tagId.
    
    * Slightly better readiblity for variable declarations (and definition in some cases).
    
    * Refactoring regarding function naming and the way we set rank parameter.
    Also making sure we encode/decode site and page parameters.
    
    * Ignoring TypeScript's typing definitions.
    
    * Added initial WideOrbit Adapter tests covering url-creation part.
    
    * Completed wide orbit adapter tests with the one regarding callback response.
    
    * Slightly better test names.
    
    * Fix support for already prepared tracking pixels
    
    * Modified indenting according to coding standard
    
    * Code review fixes
    
    * Marked required parameters
    
    * Remove unused library from package.json
    Fix unit tests after refactoring
    
    * Added support for referrer
    
    * Added support for referrer
    
    * Updated line endings to UNIX style
    
    * Fixed formatting issue
    
    * Fix user matching identification for JavaScript type
    
    * Duplicated WideOrbit spec after merge
    bjorn-wo authored and jaiminpanchal27 committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    33019dc View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. iOS Referrer fix (prebid#996)

    * fixed leading / omission on ie11
    
    * srcdoc rendering approach to avoid http-referrer omission prebid#977
    
    * missing unit test for url.parse (leading slash in pathname)
    
    * move isSrcdocSupported to utils
    ckbo3hrk authored and Matt Kendall committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    de8bc31 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Add TapSense Header Bidding Adapter and tests (prebid#1004)

    * Add TapSense Header Bidding Adapter and tests
    
    * Update for Tapsense Prebid Header
    
    * changed var to es6 let/const
    * when checking for bid sizes, use utils.parseSizesInput to handle single/nested arrays
    * use template strings where applicable
    * use $$PREBID_GLOBAL$$ instead of window
    * scriptUrl is now static
    * named anonymous function in generateCallBack
    * add more tests in tapsense_spec.js
    
    * Url Callback parameter needed prebid global object
    erikchau authored and Matt Kendall committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    c8b77a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. hb_adid should be uppercase in all cases (prebid#1037)

    * hb_adid should be uppercase in all cases
    
    * Added unit tests and changed var to let
    jaiminpanchal27 authored and Matt Kendall committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    03ee6b2 View commit details
    Browse the repository at this point in the history
  2. Add dev dependencies.

    Matt Kendall authored Mar 9, 2017
    Configuration menu
    Copy the full SHA
    86ab645 View commit details
    Browse the repository at this point in the history
  3. Update uglify-js version (prebid#1041)

    matthewlane authored and Matt Kendall committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    c021464 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Bidfluence Adapter (prebid#1023)

    * Bidfluence Adapter
    
    * Bidfluence adapter
    
    * Fixed callback name
    
    * Final review
    
    * First commit, Test passed
    
    * Addressed change request (all but the loader one)
    
    -Changed window with $$PREBID_GLOBAL$$
    -Added bid request as second param to match request response pair
    -Didn't change the loader since does not support custom Id to script element, necessary for our code to work.
    
    * Update reflecting the adapter changes.
    
    * Final review, completed update requests.
    
    * Fixed Indentation
    
    * Fixed global variable causing validation error.
    francescocristallo authored and jaiminpanchal27 committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    6d6fb7e View commit details
    Browse the repository at this point in the history
  2. sanitize bidderRequest to rubicon adapter to ensure accountId is sent (

    …prebid#1030)
    
    * sanitize bidderRequest to rubicon adapter to ensure accountId is sent
    
    * use all single-quotes in rubicon stuff
    snapwich authored and Matt Kendall committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    09e4675 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Add deal id handling (prebid#1044)

    matthewlane authored and Matt Kendall committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    9571ce9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    0cea31c View commit details
    Browse the repository at this point in the history
  2. Add new adapter ServerBid (by Adzerk) (prebid#1024)

    * Wrote initial call logic to make request to serverbid.
    
    * Add initial bid response handling logic.
    
    * Handle requests and responses, successfully pass to add server, write initial tests.
    
    * Clean up pricing and fix tests.
    
    * Enable request credentials.
    
    * JSHint and JSCS
    
    * Incorporate code review comments.
    
    * Add function invocation to getTopWindowUrl
    LarryTurtis authored and jaiminpanchal27 committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    8e06100 View commit details
    Browse the repository at this point in the history
  3. PulsePoint Lite adapter (prebid#1016)

    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per prebid#509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing prebid#866
    
    * ET-1850: Adding a "lite" adapter.
    
    * Minor fix
    
    * Fix for response parsing
    
    * Minor changes
    
    * Minor changes
    
    * Updating JS lib endpoint
    
    * Updating JS lib endpoint
    
    * addressing review comments
    
    * fixing jshint error
    anand-venkatraman authored and jaiminpanchal27 committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    87914c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Update readme (prebid#1053)

    * Update readme
    
    * Update README.md
    
    * Update README.md
    Matt Kendall authored Mar 17, 2017
    Configuration menu
    Copy the full SHA
    cecb734 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Add a new generated field transactionId to each adunits. (prebid#1040)

    Transaction ID that must be common across all participants in
    this bid request (e.g., potentially multiple exchanges) (OpenRTB v2.5).
    rcassan authored and Matt Kendall committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    e8ecd12 View commit details
    Browse the repository at this point in the history
  2. better http/s support (prebid#1010)

    updated var adServerDomain to automatically detect protocol, since dfp need
    
    http://tpc.googlesyndication.com or https://tpc.googlesyndication.com depending on protocol
    mercuryyy authored and Matt Kendall committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8d4eb51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b68a144 View commit details
    Browse the repository at this point in the history
  4. explicit win url response format as pixel (prebid#1001)

    ckbo3hrk authored and Nate Cozi committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    3787eda View commit details
    Browse the repository at this point in the history
  5. fix issue calling requestBids(); (prebid#1058)

    Matt Kendall authored and Nate Cozi committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    7c212ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c873ef View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Rz/ajax (#5) (prebid#1042)

    update sharethrough adapter to use ajax for bid requests
    rizhang authored and Nate Cozi committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    fb094cd View commit details
    Browse the repository at this point in the history
  2. Replace broken utils.extend functionality with Object.assign (prebid#…

    …1055)
    
    * replace broken utils.extend functionality with object.assign
    
    * moved copy function to utils as cloneJson
    snapwich authored and matthewlane committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    4c9d6f6 View commit details
    Browse the repository at this point in the history
  3. remove trailing comma on expect test params (prebid#1060)

    Nate Cozi authored and Matt Kendall committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    871d6f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Ensure cookies get sent in request headers (prebid#1069)

    * Add "withCredentials" to the AJAX call to make sure cookies get sent
    * correctly
    rizhang authored and Matt Kendall committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    cb6cd4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90c2f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Rewrite of UnderdogMedia Adapter (prebid#1061)

    * Rewrite of UnderdogMedia Adapter
    
    * underdogmedia adapter: ensure compatibility with single array size param, ensure cpm is a Number
    dantarion authored and Matt Kendall committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    4186cdc View commit details
    Browse the repository at this point in the history
  2. Fix bug with invalid characters in JSONP callback name (prebid#1070)

    * Add centro adapter and tests for it.
    
    * fix bug with different types of bid.sectionID and bid.unit from config
    
    * add query parameter adapter=prebid
    
    * update tests for centro adapter
    
    * fixed bug with call of JSONP callback with name, that contain invalid characters
    Niksok authored and matthewlane committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    fc9899b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7216e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Fix adapter getSize (prebid#1064)

    * 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
    Millerrok authored and Nate Cozi committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    41e6891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7361e64 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Video header bidding support to RhythmOne bidder adapter (prebid#1052)

    * adding video header bidding support to rhythmone adapter
    
    * improving code coverage of unit tests
    
    * fixing unit tests
    jstocker76 authored and Nate Cozi committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    2e6d865 View commit details
    Browse the repository at this point in the history
  2. Lifestreet adapter: ignore unnecessary events from creative. (prebid#…

    …1054)
    
    * Ignore unnecessary events.
    
    * Fixed warning.
    Lifestreet authored and matthewlane committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    0288b76 View commit details
    Browse the repository at this point in the history
  3. Prebid 0.21.0

    protonate committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    44bbdf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

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

Commits on Mar 30, 2017

  1. Support for downloading Analytics Adapters via http://prebid.org/down…

    …load.html (prebid#1021)
    
    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per prebid#509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing prebid#866
    
    * Minor fix
    
    * Ability to specify Analytics adapters for build
    
    * minor
    
    * fixing broken tests
    
    * Removing all analytics adapters in the default file
    anand-venkatraman authored and Matt Kendall committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    4b880ec View commit details
    Browse the repository at this point in the history
  2. Reset the list of slots to be requested between each action for pubma…

    …tic (prebid#1079)
    mctaggaj authored and Matt Kendall committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    5c2de1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8ee3b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51311fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    938d00d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Add Facebook Audience Network adapter (prebid#1068)

    lovell authored and Matt Kendall committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    203fcb3 View commit details
    Browse the repository at this point in the history
  2. Add alias freewheel-ssp to stickyadstv bidder adapter (prebid#1043)

    * 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
    guillaume-sticky authored and matthewlane committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    b61e01a View commit details
    Browse the repository at this point in the history
  3. Add Inneractive adapter (prebid#1048)

    * - New Adaptor - Inneractive
    
    * refactor: removed checkIfBidWon call and method
    
    * refactor: also removing EVENTS reference from src/constants
    
    * Changed referrer to match access recommendations
    uriw-ia authored and matthewlane committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    c9b2bf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Rz/ajax (#5) (prebid#1042)

    update sharethrough adapter to use ajax for bid requests
    rizhang authored and vzhukovsky committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    6d259bd View commit details
    Browse the repository at this point in the history
  2. Ensure cookies get sent in request headers (prebid#1069)

    * Add "withCredentials" to the AJAX call to make sure cookies get sent
    * correctly
    rizhang authored and vzhukovsky committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    b106d05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61c73a0 View commit details
    Browse the repository at this point in the history
  4. fix jslint errors

    rizhang authored and vzhukovsky committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    5f9e347 View commit details
    Browse the repository at this point in the history
  5. update version

    rizhang authored and vzhukovsky committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    08e8ed7 View commit details
    Browse the repository at this point in the history
  6. fix specs

    rizhang authored and vzhukovsky committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    4c9eeb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2017

  1. Add Facebook Audience Network adapter

    lovell authored and vzhukovsky committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    3e882b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48edff2 View commit details
    Browse the repository at this point in the history
  3. Add change log entry.

    vzhukovsky committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    1f5d401 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f23e68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    855a82a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1352cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    181a470 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2047f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5848ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    037ad1c View commit details
    Browse the repository at this point in the history
  11. Add change log entry.

    vzhukovsky committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    0c6c83c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

  1. Merge pull request prebid#87 in AOLP_ADS_JS/prebid.js from contrib/sy…

    …nc-with-aol-github to aolgithub-master
    
    * commit '0c6c83cc2bfaeeafa9da967c90d83da4af58e7b3':
      Add change log entry.
      Renaming and fix missing semicolon.
      Update parsing script tag regexp.
      Refactoring. Replace stub bids objects, add additional case for rendering pixels.
      Refactoring. Replace test consts by methods.
      Create separate namespace for aol globals, add unit tests.
      Fix unit tests, remove unnecessary spaces.
      Implement render pixels only once feature.
      Add change log entry.
      Add reporting ID for analytics.
      Add Facebook Audience Network adapter
      fix specs
      update version
      fix jslint errors
      Change to using a closure for the callback from ajax to preserve bidObj
      Ensure cookies get sent in request headers (prebid#1069)
      Rz/ajax (#5) (prebid#1042)
    vzhukovsky committed May 6, 2017
    Configuration menu
    Copy the full SHA
    921c22b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Merge tag '0.20.0' of https://github.com/prebid/Prebid.js into featur…

    …e/Prebid-official-0.20.0
    
    # Conflicts:
    #	gulpfile.js
    vzhukovsky committed May 12, 2017
    Configuration menu
    Copy the full SHA
    600632c View commit details
    Browse the repository at this point in the history
  2. Added changelog entry.

    vzhukovsky committed May 12, 2017
    Configuration menu
    Copy the full SHA
    5abee55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2881f03 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Merge pull request prebid#88 in AOLP_ADS_JS/prebid.js from release/1.…

    …18.0 to aolgithub-master
    
    * commit '2881f03dd76bfcf484fbfeaf0f9e1000b383d20d':
      Added adapters in aolPartnersIds.json.
      Added changelog entry.
      Prebid 0.20.0 Release
      Remove test that intermittently fails unit tests (prebid#1020)
      Create bids for requests without mutating ad units (prebid#1019)
      Use optimize js to improve parse time (https://github.com/nolanlawson/optimize-js) (prebid#1018)
      Fixes for Centro adapter (prebid#992)
      adbund adapter (prebid#932)
      Fix bug with supporting non-cpm dealId bids. (prebid#1006)
      Added referrer parameter (prebid#966)
      Support Video for GetIntent adapter (prebid#987)
      Currency support for SmartAdServer adapter (prebid#979)
      Deal support for SmartAdServer adapter (prebid#978)
      Skip test causing build failures (prebid#997)
      E2etest concurrency (prebid#982)
      Add ThoughtLeadr adapter (prebid#894)
      Increment Pre Version
    vzhukovsky committed May 15, 2017
    Configuration menu
    Copy the full SHA
    7c00979 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Merge tag '0.21.0' of https://github.com/prebid/Prebid.js into featur…

    …e/Prebid-official-0.21.0
    
    # Conflicts:
    #	package.json
    #	src/adapters/sharethrough.js
    #	test/spec/adapters/aol_spec.js
    #	test/spec/adapters/sharethrough_spec.js
    vzhukovsky committed May 16, 2017
    Configuration menu
    Copy the full SHA
    9003400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1916015 View commit details
    Browse the repository at this point in the history
  3. Added changelog entry.

    vzhukovsky committed May 16, 2017
    Configuration menu
    Copy the full SHA
    e479d43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d43c1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75a84ed View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

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

Commits on May 19, 2017

  1. Merge pull request prebid#90 in AOLP_ADS_JS/prebid.js from release/1.…

    …19.0 to aolgithub-master
    
    * commit '5109273bd4317535b23e26ff609345101a3d038d': (49 commits)
      Disable unit tests that fails on PhantomJs.
      Fixed unit tests for adapter loader.
      Changed way of including analytic adapters.
      Added adapters in aolPartnersIds.json.
      Added changelog entry.
      Replace removed utils.extend functionality by object.assign.
      Add Inneractive adapter (prebid#1048)
      Add alias freewheel-ssp to stickyadstv bidder adapter  (prebid#1043)
      Add Facebook Audience Network adapter (prebid#1068)
      Add Atomx support (prebid#1056)
      Updated rubicon video bid endpoint in source and test files (prebid#1097)
      Pass through params to server (prebid#1084)
      Reset the list of slots to be requested between each action for pubmatic (prebid#1079)
      Support for downloading Analytics Adapters via http://prebid.org/download.html (prebid#1021)
      update PR template to include link to dev docs page (prebid#1075)
      Prebid 0.21.0
      Lifestreet adapter: ignore unnecessary events from creative. (prebid#1054)
      Video header bidding support to RhythmOne bidder adapter (prebid#1052)
      Add rubicon targeting to rubicon bid responses for bidderSettings use (prebid#1045)
      Fix adapter getSize (prebid#1064)
      ...
    vzhukovsky committed May 19, 2017
    Configuration menu
    Copy the full SHA
    8b44d83 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. Fix code style issues.

    vzhukovsky committed May 21, 2017
    Configuration menu
    Copy the full SHA
    f123a66 View commit details
    Browse the repository at this point in the history