-
Notifications
You must be signed in to change notification settings - Fork 2
Commits on Feb 13, 2017
-
Jaimin Panchal authored and Jaimin Panchal committed
Feb 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 3f7211c - Browse repository at this point
Copy the full SHA 3f7211cView commit details
Commits on Feb 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9721812 - Browse repository at this point
Copy the full SHA 9721812View commit details
Commits on Feb 17, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for cf21bf6 - Browse repository at this point
Copy the full SHA cf21bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for feceeec - Browse repository at this point
Copy the full SHA feceeecView commit details
Commits on Feb 21, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for dac424b - Browse repository at this point
Copy the full SHA dac424bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 73e16e2 - Browse repository at this point
Copy the full SHA 73e16e2View commit details -
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;
Configuration menu - View commit details
-
Copy full SHA for e953c1e - Browse repository at this point
Copy the full SHA e953c1eView commit details
Commits on Feb 23, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 57d66ed - Browse repository at this point
Copy the full SHA 57d66edView commit details
Commits on Feb 26, 2017
-
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 authoredFeb 26, 2017 Configuration menu - View commit details
-
Copy full SHA for eea9914 - Browse repository at this point
Copy the full SHA eea9914View commit details
Commits on Feb 28, 2017
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 0c2617e - Browse repository at this point
Copy the full SHA 0c2617eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 00e673c - Browse repository at this point
Copy the full SHA 00e673cView commit details
Commits on Mar 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 32cb89d - Browse repository at this point
Copy the full SHA 32cb89dView commit details -
Create bids for requests without mutating ad units (prebid#1019)
Nate Cozi authored and Matt Kendall committedMar 1, 2017 Configuration menu - View commit details
-
Copy full SHA for ae1cfec - Browse repository at this point
Copy the full SHA ae1cfecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e50de1 - Browse repository at this point
Copy the full SHA 3e50de1View commit details
Commits on Mar 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6b6fbf1 - Browse repository at this point
Copy the full SHA 6b6fbf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b6f83e - Browse repository at this point
Copy the full SHA 6b6f83eView commit details
Commits on Mar 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 850dd0b - Browse repository at this point
Copy the full SHA 850dd0bView commit details
Commits on Mar 6, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 33019dc - Browse repository at this point
Copy the full SHA 33019dcView commit details
Commits on Mar 7, 2017
-
* 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
Configuration menu - View commit details
-
Copy full SHA for de8bc31 - Browse repository at this point
Copy the full SHA de8bc31View commit details
Commits on Mar 8, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for c8b77a3 - Browse repository at this point
Copy the full SHA c8b77a3View commit details
Commits on Mar 9, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 03ee6b2 - Browse repository at this point
Copy the full SHA 03ee6b2View commit details -
Matt Kendall authored
Mar 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 86ab645 - Browse repository at this point
Copy the full SHA 86ab645View commit details -
Configuration menu - View commit details
-
Copy full SHA for c021464 - Browse repository at this point
Copy the full SHA c021464View commit details
Commits on Mar 10, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6d6fb7e - Browse repository at this point
Copy the full SHA 6d6fb7eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 09e4675 - Browse repository at this point
Copy the full SHA 09e4675View commit details
Commits on Mar 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9571ce9 - Browse repository at this point
Copy the full SHA 9571ce9View commit details
Commits on Mar 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0cea31c - Browse repository at this point
Copy the full SHA 0cea31cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8e06100 - Browse repository at this point
Copy the full SHA 8e06100View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 87914c4 - Browse repository at this point
Copy the full SHA 87914c4View commit details
Commits on Mar 17, 2017
-
* Update readme * Update README.md * Update README.md
Matt Kendall authoredMar 17, 2017 Configuration menu - View commit details
-
Copy full SHA for cecb734 - Browse repository at this point
Copy the full SHA cecb734View commit details
Commits on Mar 20, 2017
-
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).
Configuration menu - View commit details
-
Copy full SHA for e8ecd12 - Browse repository at this point
Copy the full SHA e8ecd12View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8d4eb51 - Browse repository at this point
Copy the full SHA 8d4eb51View commit details -
Configuration menu - View commit details
-
Copy full SHA for b68a144 - Browse repository at this point
Copy the full SHA b68a144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3787eda - Browse repository at this point
Copy the full SHA 3787edaView commit details -
fix issue calling
requestBids();
(prebid#1058)Matt Kendall authored and Nate Cozi committedMar 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 7c212ad - Browse repository at this point
Copy the full SHA 7c212adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c873ef - Browse repository at this point
Copy the full SHA 8c873efView commit details
Commits on Mar 21, 2017
-
update sharethrough adapter to use ajax for bid requests
Configuration menu - View commit details
-
Copy full SHA for fb094cd - Browse repository at this point
Copy the full SHA fb094cdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4c9d6f6 - Browse repository at this point
Copy the full SHA 4c9d6f6View commit details -
remove trailing comma on expect test params (prebid#1060)
Nate Cozi authored and Matt Kendall committedMar 21, 2017 Configuration menu - View commit details
-
Copy full SHA for 871d6f6 - Browse repository at this point
Copy the full SHA 871d6f6View commit details
Commits on Mar 23, 2017
-
Ensure cookies get sent in request headers (prebid#1069)
* Add "withCredentials" to the AJAX call to make sure cookies get sent * correctly
Configuration menu - View commit details
-
Copy full SHA for cb6cd4b - Browse repository at this point
Copy the full SHA cb6cd4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c90c2f2 - Browse repository at this point
Copy the full SHA c90c2f2View commit details
Commits on Mar 24, 2017
-
Rewrite of UnderdogMedia Adapter (prebid#1061)
* Rewrite of UnderdogMedia Adapter * underdogmedia adapter: ensure compatibility with single array size param, ensure cpm is a Number
Configuration menu - View commit details
-
Copy full SHA for 4186cdc - Browse repository at this point
Copy the full SHA 4186cdcView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fc9899b - Browse repository at this point
Copy the full SHA fc9899bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7216e1 - Browse repository at this point
Copy the full SHA f7216e1View commit details
Commits on Mar 27, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 41e6891 - Browse repository at this point
Copy the full SHA 41e6891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7361e64 - Browse repository at this point
Copy the full SHA 7361e64View commit details
Commits on Mar 28, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 2e6d865 - Browse repository at this point
Copy the full SHA 2e6d865View commit details -
Lifestreet adapter: ignore unnecessary events from creative. (prebid#…
…1054) * Ignore unnecessary events. * Fixed warning.
Configuration menu - View commit details
-
Copy full SHA for 0288b76 - Browse repository at this point
Copy the full SHA 0288b76View commit details -
protonate committed
Mar 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 44bbdf9 - Browse repository at this point
Copy the full SHA 44bbdf9View commit details
Commits on Mar 29, 2017
-
update PR template to include link to dev docs page (prebid#1075)
Matt Kendall authoredMar 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 2262123 - Browse repository at this point
Copy the full SHA 2262123View commit details
Commits on Mar 30, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 4b880ec - Browse repository at this point
Copy the full SHA 4b880ecView commit details -
Reset the list of slots to be requested between each action for pubma…
…tic (prebid#1079)
mctaggaj authored and Matt Kendall committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 5c2de1e - Browse repository at this point
Copy the full SHA 5c2de1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ee3b2 - Browse repository at this point
Copy the full SHA f8ee3b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51311fd - Browse repository at this point
Copy the full SHA 51311fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 938d00d - Browse repository at this point
Copy the full SHA 938d00dView commit details
Commits on Apr 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 203fcb3 - Browse repository at this point
Copy the full SHA 203fcb3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b61e01a - Browse repository at this point
Copy the full SHA b61e01aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c9b2bf4 - Browse repository at this point
Copy the full SHA c9b2bf4View commit details
Commits on Apr 11, 2017
-
update sharethrough adapter to use ajax for bid requests
Configuration menu - View commit details
-
Copy full SHA for 6d259bd - Browse repository at this point
Copy the full SHA 6d259bdView commit details -
Ensure cookies get sent in request headers (prebid#1069)
* Add "withCredentials" to the AJAX call to make sure cookies get sent * correctly
Configuration menu - View commit details
-
Copy full SHA for b106d05 - Browse repository at this point
Copy the full SHA b106d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c73a0 - Browse repository at this point
Copy the full SHA 61c73a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9e347 - Browse repository at this point
Copy the full SHA 5f9e347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e8ed7 - Browse repository at this point
Copy the full SHA 08e8ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c9eeb4 - Browse repository at this point
Copy the full SHA 4c9eeb4View commit details
Commits on Apr 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3e882b3 - Browse repository at this point
Copy the full SHA 3e882b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48edff2 - Browse repository at this point
Copy the full SHA 48edff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f5d401 - Browse repository at this point
Copy the full SHA 1f5d401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f23e68 - Browse repository at this point
Copy the full SHA 4f23e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855a82a - Browse repository at this point
Copy the full SHA 855a82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1352cd - Browse repository at this point
Copy the full SHA d1352cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 181a470 - Browse repository at this point
Copy the full SHA 181a470View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2047f1 - Browse repository at this point
Copy the full SHA f2047f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5848ad - Browse repository at this point
Copy the full SHA a5848adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 037ad1c - Browse repository at this point
Copy the full SHA 037ad1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6c83c - Browse repository at this point
Copy the full SHA 0c6c83cView commit details
Commits on May 6, 2017
-
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)
Configuration menu - View commit details
-
Copy full SHA for 921c22b - Browse repository at this point
Copy the full SHA 921c22bView commit details
Commits on May 12, 2017
-
Merge tag '0.20.0' of https://github.com/prebid/Prebid.js into featur…
…e/Prebid-official-0.20.0 # Conflicts: # gulpfile.js
Configuration menu - View commit details
-
Copy full SHA for 600632c - Browse repository at this point
Copy the full SHA 600632cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5abee55 - Browse repository at this point
Copy the full SHA 5abee55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2881f03 - Browse repository at this point
Copy the full SHA 2881f03View commit details
Commits on May 15, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 7c00979 - Browse repository at this point
Copy the full SHA 7c00979View commit details
Commits on May 16, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 9003400 - Browse repository at this point
Copy the full SHA 9003400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1916015 - Browse repository at this point
Copy the full SHA 1916015View commit details -
Configuration menu - View commit details
-
Copy full SHA for e479d43 - Browse repository at this point
Copy the full SHA e479d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d43c1c - Browse repository at this point
Copy the full SHA 3d43c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a84ed - Browse repository at this point
Copy the full SHA 75a84edView commit details
Commits on May 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bf43a9c - Browse repository at this point
Copy the full SHA bf43a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5109273 - Browse repository at this point
Copy the full SHA 5109273View commit details
Commits on May 19, 2017
-
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) ...
Configuration menu - View commit details
-
Copy full SHA for 8b44d83 - Browse repository at this point
Copy the full SHA 8b44d83View commit details
Commits on May 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f123a66 - Browse repository at this point
Copy the full SHA f123a66View commit details