-
Notifications
You must be signed in to change notification settings - Fork 2
Commits on May 9, 2017
-
protonate committed
May 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 3252cb4 - Browse repository at this point
Copy the full SHA 3252cb4View commit details
Commits on May 10, 2017
-
inclusion of popular Nordic ad sizes to default size list (prebid#1168)
inclusion of popularNordic ad sizes to default size list Removed redundant 104 size and added size 32 instead Fixed trailing comma
Configuration menu - View commit details
-
Copy full SHA for 0eba2bc - Browse repository at this point
Copy the full SHA 0eba2bcView commit details
Commits on May 15, 2017
-
Add PubWise Analytics (prebid#1151)
* PubWise Analytics * Updates based on Feedback
Configuration menu - View commit details
-
Copy full SHA for 0b9dc7b - Browse repository at this point
Copy the full SHA 0b9dc7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e7ef8f - Browse repository at this point
Copy the full SHA 5e7ef8fView commit details
Commits on May 16, 2017
-
Add type conversion into PrebidServer to handle inconsistent types. (p…
…rebid#1195) * Add type conversion into prebxdserver to handle inconsistent types. * Only check for params that exist. * adding test * fix string conversion and add unit tests * fix for code review * add debug output * remove accidental commit * newline
Matt Kendall authoredMay 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 2485377 - Browse repository at this point
Copy the full SHA 2485377View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc4f33 - Browse repository at this point
Copy the full SHA ecc4f33View commit details
Commits on May 17, 2017
-
Add dynamic bidfloor parameter to Smart Adserver Adapter (prebid#1194)
* 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 dynamic bidfloor option in the SmartAdServer prebid call.
Sébastien F authored and Matt Kendall committedMay 17, 2017 Configuration menu - View commit details
-
Copy full SHA for ed24249 - Browse repository at this point
Copy the full SHA ed24249View commit details -
Upgrade linters to ESLint with stricter code style (prebid#1111)
* Upgraded to ESLint with stricter code style, for both sources and tests * Updated some dependencies and the yarn.lock file
Configuration menu - View commit details
-
Copy full SHA for 0799a64 - Browse repository at this point
Copy the full SHA 0799a64View commit details -
Add Support for DigiTrust in Rubicon Adapter (prebid#1201)
* Add support for DigiTrust * Add rubicon tests covering digitrust failures * Remove whitespace in Rubicon adapter
Configuration menu - View commit details
-
Copy full SHA for 4b938b2 - Browse repository at this point
Copy the full SHA 4b938b2View commit details -
HIRO Media: Remove batching mechanism and use AJAX instead of JSONP (p…
…rebid#1133) * Remove batching mechanism and use AJAX instead of JSONP * Fix `undefined` value checks
Configuration menu - View commit details
-
Copy full SHA for ca4c66a - Browse repository at this point
Copy the full SHA ca4c66aView commit details
Commits on May 18, 2017
-
Rename secureCreatives file and lint (prebid#1203)
* Rename secureCreatives file and lint * Updated package script for linting * Use 'gulp run-tests' in package script for testing
Configuration menu - View commit details
-
Copy full SHA for a12fd8a - Browse repository at this point
Copy the full SHA a12fd8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d630e3b - Browse repository at this point
Copy the full SHA d630e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for df1d0f7 - Browse repository at this point
Copy the full SHA df1d0f7View commit details -
Allowed setTargetingForGPTAsync() to target specific ad unit codes. (p…
…rebid#1158) * Allowed setTargetingForGPTAsync() to target specific ad unit codes. Adds a paremeter to setTargetingForGPTAsync that allows it to set the targeting for specific ad unit codes (as divs). * Updated comments to pass linting.
Configuration menu - View commit details
-
Copy full SHA for 9c9bf4a - Browse repository at this point
Copy the full SHA 9c9bf4aView commit details -
Fixes prebid#1114 possible xss issue (prebid#1186)
* Fixes prebid#1114 possible xss issue * fix linting error
Matt Kendall authoredMay 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 18955eb - Browse repository at this point
Copy the full SHA 18955ebView commit details -
Improvement/prebid iframes amp pages (prebid#1119)
* load prebid per amp-ad iframe remove bidder setting, clean up PR adjust auction duration, clean up * example of single auction option
Nate Cozi authored and Matt Kendall committedMay 18, 2017 Configuration menu - View commit details
-
Copy full SHA for ae3deb6 - Browse repository at this point
Copy the full SHA ae3deb6View commit details -
Updated documentaion (prebid#1160)
* Added some links, and reorganized the documentation a little bit. Removed some details which seemed superfluous to me. * Updated headers. * Spread the additional resources sections throughout the docs. Re-added some information about pull requests.
Configuration menu - View commit details
-
Copy full SHA for 1803b5a - Browse repository at this point
Copy the full SHA 1803b5aView commit details -
Improvement/alias queue (prebid#1156)
* Replaced que with queue. Made the line terminator characters in pbjs_example_gpt.html be unix-like, rather than windows-like. * Removed some redundant tests. * Separated que from queue, and added a deprecation warning. Wrote unit tests. * Limited the number of deprecation warnings to at most 2. * Style fixes. * Removed the deprecation warnings. * Renamed queue to cmd, per the github poll. * Fixed two more occurrences of outdated strings/comments.
Configuration menu - View commit details
-
Copy full SHA for 29a521e - Browse repository at this point
Copy the full SHA 29a521eView commit details -
Add native support (prebid#1072)
* Prebid native * Support native mediaType on adUnits and validate native bidders * Recognize native mediaType on bid request and set on bid response * Validate bid response contains required native assets * Test native bid validation * Support v3 endpoint and response * Set up for writing native adapters array at build time * Fire native impression trackers * Use native targeting keys in enableSendAllBids * Update v3 native bid shapes * Build native-enabled adapters list from adapters.json * Fix linting errors * Move functions to utils * Use existing utils function * Fire requests for bidders that support native * Clarify mapping mechanism * Test native request * Add served ad to _winningBids * Camel case asset properties
Configuration menu - View commit details
-
Copy full SHA for 694dfba - Browse repository at this point
Copy the full SHA 694dfbaView commit details -
Improvement/timeout xhr (prebid#1172)
* implement timeout on ajax requests * missing semi-colon
Matt Kendall authoredMay 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 223b969 - Browse repository at this point
Copy the full SHA 223b969View commit details
Commits on May 19, 2017
-
When prebid server issues a no-bid response, call addBidResponse for …
…every adUnit requested (prebid#1204) * No bid response has no ad unit, create bid response for every ad unit requested To fix prebid#1196 * Test to cover cases when response has no bids * Pass through the bid object to link request and response * Some fixes to support new linting * Populated wrong field * Generate status NO_BID response if server requested usersync
Configuration menu - View commit details
-
Copy full SHA for baff871 - Browse repository at this point
Copy the full SHA baff871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2f3b4 - Browse repository at this point
Copy the full SHA 4c2f3b4View commit details -
Beachfront adapter - add ad unit size (prebid#1183)
* Added ad unit size to bid request * Fixed lint errors * Added ad unit size to bid request * Prebid 0.23.1 Release * Add trafficSourceCode + test (prebid#1184) * pre release version bump * inclusion of popular Nordic ad sizes to default size list (prebid#1168) inclusion of popularNordic ad sizes to default size list Removed redundant 104 size and added size 32 instead Fixed trailing comma * Add PubWise Analytics (prebid#1151) * PubWise Analytics * Updates based on Feedback * add new rp_secure param to rubicon adapter (prebid#1190) * Add type conversion into PrebidServer to handle inconsistent types. (prebid#1195) * Add type conversion into prebxdserver to handle inconsistent types. * Only check for params that exist. * adding test * fix string conversion and add unit tests * fix for code review * add debug output * remove accidental commit * newline * Add dynamic bidfloor parameter to Smart Adserver Adapter (prebid#1194) * 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 dynamic bidfloor option in the SmartAdServer prebid call. * Bug fix: bids served by secure creatives does not get pushed into _winningBids (prebid#1192) * Upgrade linters to ESLint with stricter code style (prebid#1111) * Upgraded to ESLint with stricter code style, for both sources and tests * Updated some dependencies and the yarn.lock file * Add Support for DigiTrust in Rubicon Adapter (prebid#1201) * Add support for DigiTrust * Add rubicon tests covering digitrust failures * Remove whitespace in Rubicon adapter * HIRO Media: Remove batching mechanism and use AJAX instead of JSONP (prebid#1133) * Remove batching mechanism and use AJAX instead of JSONP * Fix `undefined` value checks * Rename secureCreatives file and lint (prebid#1203) * Rename secureCreatives file and lint * Updated package script for linting * Use 'gulp run-tests' in package script for testing * updated tag (prebid#1212) * Common user-sync (prebid#1144) * Changed “bidRequest” to “bid” for clarity
Configuration menu - View commit details
-
Copy full SHA for 3f9ac58 - Browse repository at this point
Copy the full SHA 3f9ac58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8f481 - Browse repository at this point
Copy the full SHA 6a8f481View commit details -
Configuration menu - View commit details
-
Copy full SHA for 472a8c7 - Browse repository at this point
Copy the full SHA 472a8c7View commit details
Commits on May 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b97baca - Browse repository at this point
Copy the full SHA b97bacaView commit details
Commits on May 25, 2017
-
Bugfix/target filtering api fix (prebid#1220)
* fix bug and unit tests * Fix space * PR review fix * Address review comments. Fix 1 more bug :) * Add back alias * Make sure we reset targeting properly based on input type. * update per review * defensive coding
Matt Kendall authored and Nate Cozi committedMay 25, 2017 Configuration menu - View commit details
-
Copy full SHA for a4d5160 - Browse repository at this point
Copy the full SHA a4d5160View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea7b5fa - Browse repository at this point
Copy the full SHA ea7b5faView commit details -
tests: drop ie9 browserstack test
protonate committedMay 25, 2017 Configuration menu - View commit details
-
Copy full SHA for fb14458 - Browse repository at this point
Copy the full SHA fb14458View commit details -
protonate committed
May 25, 2017 Configuration menu - View commit details
-
Copy full SHA for a2fb6c8 - Browse repository at this point
Copy the full SHA a2fb6c8View commit details -
protonate committed
May 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 5170880 - Browse repository at this point
Copy the full SHA 5170880View commit details
Commits on May 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9b66380 - Browse repository at this point
Copy the full SHA 9b66380View commit details
Commits on May 31, 2017
-
Adding deal id to bid response (prebid#1252)
* Adding deal id to bid response * Added unit test for deal id
Configuration menu - View commit details
-
Copy full SHA for de09a97 - Browse repository at this point
Copy the full SHA de09a97View commit details
Commits on Jun 5, 2017
-
admixer adapter: add "video" mediaType support (prebid#1200)
* Atomx adapter: add "video" mediaType support * admixer adapter: fix lint errors
Configuration menu - View commit details
-
Copy full SHA for d4748d0 - Browse repository at this point
Copy the full SHA d4748d0View commit details -
create adapter adyoulike (prebid#1155)
* create adapter adyoulike * move bidRequests in callBids scope * update adyoulike.js and adyoulike_spec.js syntax * refactor getReferrerUrl and getCanonicalUrl
Configuration menu - View commit details
-
Copy full SHA for 6b36d64 - Browse repository at this point
Copy the full SHA 6b36d64View commit details -
Fixes prebid#998 Allow keyvalues, gender and age to be passed in PubM…
…atic (prebid#1213) * Fixes prebid#998 Allow keyvalues, gender and age to be passed in PubMatic's adapter * Linting and make sure to define variables
Configuration menu - View commit details
-
Copy full SHA for cf76e85 - Browse repository at this point
Copy the full SHA cf76e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for ece853a - Browse repository at this point
Copy the full SHA ece853aView commit details
Commits on Jun 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fd7ae19 - Browse repository at this point
Copy the full SHA fd7ae19View commit details -
Fixed a bug in the gulpfile which caused bad /dev/ rebuilds when watc…
…hing files with gulp serve (prebid#1276)
Configuration menu - View commit details
-
Copy full SHA for 53abddd - Browse repository at this point
Copy the full SHA 53abdddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c1dc5 - Browse repository at this point
Copy the full SHA 78c1dc5View commit details -
Adding Video Support for Conversant Adapter (prebid#1153)
* Added support for video * Added tag_id parameter * Added position parameter * Changed API endpoint * Added support for multiple sizes per ad unit
Configuration menu - View commit details
-
Copy full SHA for 3d174d1 - Browse repository at this point
Copy the full SHA 3d174d1View commit details -
Prevent 'about:' protocol in _publisherTagUrl (prebid#1170)
* handle pubmatic targeting key value pairs if in DFP GPT format * hardcoded pubmatic request to https as protocol-less url prevents chrome req from injected iframe * add newline for consistency * specifically check for http prot, fall back to https in crit adapter * added spaces to pass eslint prebid#1170 * removed blank line refs PR prebid#1170
Configuration menu - View commit details
-
Copy full SHA for 66089e3 - Browse repository at this point
Copy the full SHA 66089e3View commit details
Commits on Jun 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for adf68ae - Browse repository at this point
Copy the full SHA adf68aeView commit details
Commits on Jun 9, 2017
-
Add drop pixels once feature to AOL Adapter (prebid#1224)
* Added drop pixels once feature. * Fixed code style.
Configuration menu - View commit details
-
Copy full SHA for afd7da6 - Browse repository at this point
Copy the full SHA afd7da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a0f9c - Browse repository at this point
Copy the full SHA 68a0f9cView commit details -
* Adding a new Trion Interactive Adapter and associated tests to prebid. * adding pub and section id grab before user sync is called * sending bid placement slot to trion url to be utilized by our endpoint. also utilizing prebid location util function for location * Revert "sending bid placement slot to trion url to be utilized by our endpoint. also utilizing prebid location util function for location" This reverts commit 2bab824. * Revert "Revert "sending bid placement slot to trion url to be utilized by our endpoint. also utilizing prebid location util function for location"" This reverts commit 7786302.
Configuration menu - View commit details
-
Copy full SHA for d019890 - Browse repository at this point
Copy the full SHA d019890View commit details -
Getting DigiTrustID in GumGum adapter (prebid#1256)
* get DigiTrust ID from DigiTrust Object, if present, and send to our endpoint * no longer retrieving DigiTech.keyv from DigiTrust object as we are not using it - at least for the moment. And remaned dt.id query param to just dt
Configuration menu - View commit details
-
Copy full SHA for f17ec54 - Browse repository at this point
Copy the full SHA f17ec54View commit details -
Integration test page for adapters (prebid#1182)
* Added a hello world example page for testing new adapter submissions. * Added a line to the README which (hopefully) will point adapter PRs to the new test page. * Updated the github PR template.
Configuration menu - View commit details
-
Copy full SHA for b680317 - Browse repository at this point
Copy the full SHA b680317View commit details
Commits on Jun 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e456fcf - Browse repository at this point
Copy the full SHA e456fcfView commit details
Commits on Jun 13, 2017
-
Carambola Adapter (prebid#1221)
* Carambola adapter first check in including: Carambola.js adapters Carambola_spec.js test * adapters/carambola.js updated ad unit code in the response carambola_spec.js semantic changes * some small changes to improve code readability * carambola_spec.js unit test updates * coding styles changes * carambola.js : fixed: response is still a string and needs to be JSON.parsed (prebid#1221) * carambola.js test commit * adapters/carambola_spec.js fixed did in the emulator (prebid#1221)
Configuration menu - View commit details
-
Copy full SHA for 961c826 - Browse repository at this point
Copy the full SHA 961c826View commit details -
* Cox adapter (new) * Unit test for cox adapter (new) * Added cox entry * Styling for ESLint * Styling for ESLint
Configuration menu - View commit details
-
Copy full SHA for 89c6300 - Browse repository at this point
Copy the full SHA 89c6300View commit details
Commits on Jun 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7cb6ce8 - Browse repository at this point
Copy the full SHA 7cb6ce8View commit details -
Use Renderer command queue to render outstream (prebid#1283)
* Use Renderer command queue to render outstream * Abstract automatic processing in renderer
Configuration menu - View commit details
-
Copy full SHA for c8bbc23 - Browse repository at this point
Copy the full SHA c8bbc23View commit details -
Add eplanning adapter (prebid#1245)
* Added eplanning adapter * Added protocol by default
Configuration menu - View commit details
-
Copy full SHA for c47b01d - Browse repository at this point
Copy the full SHA c47b01dView commit details -
fix protocol detection in iframe (prebid#1293)
Matt Kendall authoredJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for ebe7905 - Browse repository at this point
Copy the full SHA ebe7905View commit details -
hide overflow to prevent scrolling (prebid#1294)
Matt Kendall authoredJun 14, 2017 Configuration menu - View commit details
-
Copy full SHA for b997352 - Browse repository at this point
Copy the full SHA b997352View commit details
Commits on Jun 15, 2017
-
Fixing Adyoulike adapter for Safari iOS7 (prebid#1296)
* Added a try/catch block around the troublesome code. * Defaulted to false, to make the unit tests pass.
Configuration menu - View commit details
-
Copy full SHA for a1399f0 - Browse repository at this point
Copy the full SHA a1399f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a318642 - Browse repository at this point
Copy the full SHA a318642View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ccc1e - Browse repository at this point
Copy the full SHA f4ccc1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e4c32 - Browse repository at this point
Copy the full SHA e6e4c32View commit details
Commits on Jun 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a46e12b - Browse repository at this point
Copy the full SHA a46e12bView commit details
Commits on Jun 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c5e3be3 - Browse repository at this point
Copy the full SHA c5e3be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d23fa - Browse repository at this point
Copy the full SHA 40d23faView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd1f56 - Browse repository at this point
Copy the full SHA dbd1f56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90f51b3 - Browse repository at this point
Copy the full SHA 90f51b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e274bc - Browse repository at this point
Copy the full SHA 8e274bcView commit details -
Empty bidRequests in AST adapter each time new auction begins (prebid…
…#1305) When error occurs adapter issues response for each bid in `bidRequests` therefore bidRequests must be emptied each time new auction begins Fixes prebid#1304
Configuration menu - View commit details
-
Copy full SHA for d5e13bc - Browse repository at this point
Copy the full SHA d5e13bcView commit details
Commits on Jun 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a3c8e10 - Browse repository at this point
Copy the full SHA a3c8e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c513ea - Browse repository at this point
Copy the full SHA 3c513eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cafca1 - Browse repository at this point
Copy the full SHA 1cafca1View commit details
Commits on Jun 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 28b379c - Browse repository at this point
Copy the full SHA 28b379cView commit details
Commits on Jun 26, 2017
-
* initial implementation of module system * express module * conversion of rubicon adapter to module system * use var instead of let in node scripts * example of using modules for concatenation through webpack code-splitting * fixes for webpack code-splitting * changes including config through setConfig and getConfig callback * external modules working, but node_modules in project still needs babel-laoder fix * gulp watch bundle building * fix for babel-loader node_modules exclusion and bundle only * updated express module to work in new webpack module format * gulp default, don't bundle * updated rubicon adapter to latest * added appnexus and appnexusAst to modules. added support for native and video registering * added logging for files getting bundled * fixed bug in bundling external modules * aardvark bid adapter converted to module * upadte appnexus bid adpater names and get ride of mocha loader tests * adblade bid adapter converted to module * adblund bid adapter converted to module * adbutler bid adapter converted to module * adequant bid adapter converted to module * adform bid adapter converted to module * adkernel bid adapter converted to module * admedia bid adapter converted to module * admixer bid adapter converted to module * fix pbjs global for tests so load order doesn't matter * adsuppply bid adpater converted to module * use $$PREBID_GLOBAL$$ rather than pbjs in test files * adyoulike bid adapter converted to module * fixed adapter location in some adapters * aol bid adapter converted to module * atomx bid adapter converted to module * audienceNetwork bid adapter converted to module * beachfront bid adapter converted to module * bidfluence bid adapter converted to module * brightcom bid adapter converted to module * centro bid adapter converted to module * rubicon spec file name changed * conversant bid adapter converted to module * criteo bid adapter converted to module * districtmDMX bid adapter converted to module * fidelity bid adapter converted to module * getintent bid adapter converted to module * gumgum bid adapter converted to module * hiromedia bid adapter converted to module * huddledmasses bid adapter converted to module * indexExchange bid adapter converted to module * inneractive bid adapter converted to module * innity bid adapter converted to module * jcm bid adapter converted to module * komoona bid adapter converted to module * kruxlink bid adapter converted to module * lifestreet bid adapter converted to module * mantis bid adapter converted to module * memeglobal bid adapter converted to module * nginad bid adapter converted to module * openx bid adapter converted to module * piximedia bid adapter converted to module * prebidServer bid adapter converted to module * pubgears bid adapter converted to module * pubmatic bid adapter converted to module * pulsepoint and pulsepointLite bid adapter converted to module * quantcast bid adapter converted to module * rhythmone bid adapter converted to module * added adkernel alias to headbidding to adkernalBidAdapter module * roxot bid adapter converted to module * sekindoUM bid adapter converted to module * remove baseAdapter * serverbid bid adapter converted to module * sharethrough bid adapter converted to module * smartyads bid adapter converted to module * update conversantBidAdapter to support video * get rubiconBidAdapter latest * move rubicon adapter to module properly * sonobi bid adapter converted to module * sovrn bid adapter converted to module * springserve bid adpater converted to module * stickyadstv bid adapter converted to module (and removed console logs) * convert tapsense bid adapter to module * thoughtleadr bid adapter converted to module * trion bid adapter converted to module * triplelift bid adapter converted to module * twenga bid adapter converted to module * underdogmedia bid adapter converted to module * vertamedia bid adapter converted to module * vertoz bid adapter converted to module * wideorbit bid adapter converted to module * widespace bid adapter converted to module * xhb bid adapter converted to module * yieldbot converted from bid adapter to module * smartadserver bid adapter converted to module * remove old adapter class in adapter folder * converted analytics adapters to modules * removed loaders from build * added plugin to remove file manifest and jsonp code from webpack runtime * cox bid adapter converted to module * carambola bid adapter converted to module * eplanning bid adapter converted to module * --modules arg allows .json file as parameter * removing config module for now * don't bundle AnalyticsAdapter.js in common chunk * unruly bid adapter converted to module * fixed case-sensitivity in including webpack plugin * can't use class keyword, updated to constructor function for plugin * added jsdoc to express and new webpack plugin * fixed sourcemaps for concat step in bundle * use external sourcemap for bundle instead of inline * rename prebid.js to prebid-core.js and main bundle outputs prebid.js now * updated README.md to be module specific * added filter to ignore hidden files in modules directory
Configuration menu - View commit details
-
Copy full SHA for f6449d6 - Browse repository at this point
Copy the full SHA f6449d6View commit details
Commits on Jun 27, 2017
-
fix sending timeout to analytics (prebid#1327)
Matt Kendall authoredJun 27, 2017 Configuration menu - View commit details
-
Copy full SHA for 45ff4f5 - Browse repository at this point
Copy the full SHA 45ff4f5View commit details
Commits on Jun 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d0cb195 - Browse repository at this point
Copy the full SHA d0cb195View commit details -
Merge pull request prebid#104 in AOLP_ADS_JS/prebid.js from bug/fixeg…
…-ga-events to release/Prebid-1.22.0 * commit 'd0cb195522d1cd2df493c91a59c6580293e9a921': Fixed issue with using aol as bidder code for aliases.
Configuration menu - View commit details
-
Copy full SHA for 4a878d5 - Browse repository at this point
Copy the full SHA 4a878d5View commit details -
Improvement include bid response from prebid server w/ cookie sync (p…
…rebid#1319) * always use the bid and sync * update unit tests and add s2s type on bids
Matt Kendall authoredJun 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 871878c - Browse repository at this point
Copy the full SHA 871878cView commit details
Commits on Jun 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a9c1d06 - Browse repository at this point
Copy the full SHA a9c1d06View commit details
Commits on Jun 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d0b73f4 - Browse repository at this point
Copy the full SHA d0b73f4View commit details -
Improvement/rad 1689 s2s drop empty bid (prebid#1330)
* fix sending empty bids + tests * add unit tests * Include `src` on bidRequest object.
Matt Kendall authoredJun 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 27fe1c2 - Browse repository at this point
Copy the full SHA 27fe1c2View commit details
Commits on Jul 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0f8de0c - Browse repository at this point
Copy the full SHA 0f8de0cView commit details
Commits on Jul 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cc9760c - Browse repository at this point
Copy the full SHA cc9760cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca567f2 - Browse repository at this point
Copy the full SHA ca567f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ac7c7 - Browse repository at this point
Copy the full SHA 06ac7c7View commit details -
Matt Kendall authored
Jul 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 8bf983c - Browse repository at this point
Copy the full SHA 8bf983cView commit details -
* Replaced the deprecated .eslintrc format with a supported .eslintrc.js one * Updated versions of things for Node 8. * Added exceptions for the new rules. * Added a missing semicolon. * Updated the yarn lockfile. * Removed the new exceptions, and ran eslint --fix on the src and test directories.
Configuration menu - View commit details
-
Copy full SHA for 5897f0b - Browse repository at this point
Copy the full SHA 5897f0bView commit details
Commits on Jul 10, 2017
-
Yieldbot refresh - nextPageview with specific refresh slots (prebid#1281
Configuration menu - View commit details
-
Copy full SHA for 852a933 - Browse repository at this point
Copy the full SHA 852a933View commit details -
Merge pull request prebid#103 in AOLP_ADS_JS/prebid.js from release/P…
…rebid-1.22.0 to aolgithub-master * commit '06ac7c72658678177dfa9aaa643267c0d78754a7': Added test cases for not resolved endpoints. Added tests for testing aliases. Fixed access to Marketplace via onedisplay bidder code. Fixed issue with using aol as bidder code for aliases. Fixed review notes. Fixed reporting when marketplace params are missed. Added changelog entry. Pick up nexage endpoint if marketplace and nexage params are specified. Add aliases for AOL adapter.
Configuration menu - View commit details
-
Copy full SHA for 5aa0d51 - Browse repository at this point
Copy the full SHA 5aa0d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f066b0 - Browse repository at this point
Copy the full SHA 0f066b0View commit details -
Spotx video Adapter (prebid#1326)
* Add Spotx bidder adapter. * Addressing code review comments for spotx adapter. * Add spotx_spec.js file for unit tests. * Increase test coverage * Add check for directSDK slot and video_slot - If passed an id set the slot and video_slot element when initializing the directsdk * Undo bracket notation change * Add Spotx bidder adapter. Addressing code review comments for spotx adapter. Add spotx_spec.js file for unit tests. Increase test coverage Add check for directSDK slot and video_slot - If passed an id set the slot and video_slot element when initializing the directsdk Undo bracket notation change * Update spotx adapter and spec file to use new module system * Address comments from pull request - Added parameter validation function - removed descriptionUrl
Configuration menu - View commit details
-
Copy full SHA for 579cf9a - Browse repository at this point
Copy the full SHA 579cf9aView commit details -
Add s2s and user sync features to roxot analytics adapter (prebid#1337)
* add roxot adapter * update roxot analytics system * remove unused test * remove unused import * update code after review * Added s2s tracking * Add user sync * Empty s2sConfig case handling added * Removed s2s * Add s2s bidder code setters * Revert "Add s2s bidder code setters" This reverts commit 89a44e3. * Revert "Removed s2s" This reverts commit 929707f. * Revert "Empty s2sConfig case handling added" This reverts commit 2f55e24. * Revert s2s * Removed user sync feature via iframe * Add ajax withCredentials option * Add xhr withCredentials
Configuration menu - View commit details
-
Copy full SHA for b54004d - Browse repository at this point
Copy the full SHA b54004dView commit details
Commits on Jul 11, 2017
-
Merge tag '0.24.1' of https://github.com/prebid/Prebid.js into featur…
…e/Prebid-official-0.24.1 # Conflicts: # analytics.json # src/adapters/aol.js # src/adapters/sharethrough.js # src/prebid.js # test/spec/adapters/aol_spec.js # test/spec/loaders/adapterLoader_spec.js
Configuration menu - View commit details
-
Copy full SHA for 1c9556d - Browse repository at this point
Copy the full SHA 1c9556dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be01333 - Browse repository at this point
Copy the full SHA be01333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a32c9 - Browse repository at this point
Copy the full SHA 28a32c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 136fc37 - Browse repository at this point
Copy the full SHA 136fc37View commit details -
Implementing prebid-cache to support Video ads (prebid#1277)
* Added code to cache video content, and made the cache key accessible through the bid. * Renamed the method we add to the bid. * Removed an extraneous function. * Removed some accidental console.log messages * Added unit tests for the video cache, and fixed a bug or two. * Refactored the bidmanager a bit to help wrap my head around it, and changed video support so that only bids which have been cached are valid. * Implemented video end-to-end. Waiting on the modules PR so that it can be transformed into a module. * Better fix to the utils bug. Modernized the imports. * Updated documentation. * Added a few unit tests, and added fixtures for shared data structures. * Added more thorough tests, and refactored a bit for better code reuse. * Renamed a function. * Added tests for adding video bids when the cache fails. * Removed an unused import. * Added tests for the adServerManager, and renamed some files for consistency with the normal conventions. * Renamed the dfpVideo module, and added unit tests for it. * Moved dfpAdServerVideo into the modules directory. * Fixed a bug, and added a regression test to catch it in the future. * Added a bare-bones example page. * Made some cosmetic changes to names and documentation. * Removed the shifty API. Updated unit tests. Renamed a property because Ive messed it up multiple times myself already during testing, expecting it to have a different name. * Most code review comments. Still need to look into the details of VAST. * Deleted some unused code, and upped the vast version to use 3.0 everywhere. * Made the cache use the new endpoints * Fixed style. * Moved the test page into the tests directory. * include the bid that ended the auction
Configuration menu - View commit details
-
Copy full SHA for 56bdd27 - Browse repository at this point
Copy the full SHA 56bdd27View commit details -
postbid setup files (prebid#1189)
* posted setup files * moved conf object * Code refactor * updated adunitcode value * Added IIFE and version * Renamed file * Update postbid html path * removed ES6 syntax * Updated code with friendly iframe postbid.js and added new oas creative * Update postbid.js path * Added gulp task to build postbid
Configuration menu - View commit details
-
Copy full SHA for 0e72b54 - Browse repository at this point
Copy the full SHA 0e72b54View commit details -
Add ucfunnel adapter (prebid#1263)
* 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
Configuration menu - View commit details
-
Copy full SHA for bd30264 - Browse repository at this point
Copy the full SHA bd30264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 356b049 - Browse repository at this point
Copy the full SHA 356b049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b8b29d - Browse repository at this point
Copy the full SHA 3b8b29dView commit details
Commits on Jul 12, 2017
-
Updates for cookie sync for pbs (prebid#1361)
* Updates for cookie sync * fix conflict * fix unit test
Matt Kendall authoredJul 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 9884176 - Browse repository at this point
Copy the full SHA 9884176View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa93b82 - Browse repository at this point
Copy the full SHA aa93b82View commit details -
Fix import and module reference (prebid#1368)
* Use 'exports' for other insertElement reference
Configuration menu - View commit details
-
Copy full SHA for 776682f - Browse repository at this point
Copy the full SHA 776682fView commit details -
Map native icon parameter and validate returned asset values (prebid#…
…1352) * Add sizes field to native icon requests A 'sizes' field is required by /ut when requesting 'icon' native assets * Validate returned asset has set value * Add required param to icon
Configuration menu - View commit details
-
Copy full SHA for f90e58b - Browse repository at this point
Copy the full SHA f90e58bView commit details -
Feature/update cookieset style (prebid#1375)
* Update cookieset style * update endpoint to https
Matt Kendall authoredJul 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 5cf6ad8 - Browse repository at this point
Copy the full SHA 5cf6ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b9136c - Browse repository at this point
Copy the full SHA 4b9136cView commit details
Commits on Jul 13, 2017
-
Xhb Adapter: adding alias support (prebid#1290)
* xhb adapter added - use AppNexus test ad unit * adjusted adapter to set responseCPM to 0 and add in dealId * implemented suggested changes * implemented suggested changes * ran jscs fixer for xhb.js and added it to adapters.json * Xhb adapter: adding alias support * minor changes as per request * re-added default bidder settings
Configuration menu - View commit details
-
Copy full SHA for 910f28f - Browse repository at this point
Copy the full SHA 910f28fView commit details -
Fixing some recent bugs in addBidResponse (prebid#1372)
* Added back the guard against undefined bids... for now. * Added back the guard to allow undefined bids, because we have no idea which adapters are doing this. * Made sure that the bid adjustment event fired before we use any of the bid properties.
Configuration menu - View commit details
-
Copy full SHA for 9de31b3 - Browse repository at this point
Copy the full SHA 9de31b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a440040 - Browse repository at this point
Copy the full SHA a440040View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d53893 - Browse repository at this point
Copy the full SHA 7d53893View commit details -
Matt Kendall authored
Jul 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 81f3877 - Browse repository at this point
Copy the full SHA 81f3877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0c570 - Browse repository at this point
Copy the full SHA 1f0c570View commit details -
PulsePoint Lite adapter changes (prebid#1338)
* 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 * Adding multi imp ORTB support * replacing existing lite adapter code * interim commit * pulseLite - native tests * pulseLite - native tests * registering new adapter name via alias
Configuration menu - View commit details
-
Copy full SHA for fe00cc9 - Browse repository at this point
Copy the full SHA fe00cc9View commit details
Commits on Jul 14, 2017
-
Centro adapter fix: do not call logError if 'No Bid' was received (pr…
…ebid#1265) * 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 * Centro adapter fix: do not call logError if 'No Bid' was received * Centro adapter: pass the bid request object to bidfactory.createBid * Centro adapter: fix ESLintError
Configuration menu - View commit details
-
Copy full SHA for 17a0b79 - Browse repository at this point
Copy the full SHA 17a0b79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48be730 - Browse repository at this point
Copy the full SHA 48be730View commit details
Commits on Jul 17, 2017
-
Merge pull request prebid#109 in AOLP_ADS_JS/prebid.js from release/1…
….23.0 to aolgithub-master * commit '136fc37637749a764070c35c03e7e87a5c157947': (33 commits) Added changelog entry. Implemented passing key values feature. Update code to ESlint rules. Prebid 0.24.1 Release tests: drop ie9 browserstack test Audience Network: separate size from format (prebid#1218) Bugfix/target filtering api fix (prebid#1220) Map sponsor request param to endpoint param (prebid#1219) Increment pre version Probed 0.24.0 Release Beachfront adapter - add ad unit size (prebid#1183) Thoughtleadr adapter - fix postMessage (prebid#1207) When prebid server issues a no-bid response, call addBidResponse for every adUnit requested (prebid#1204) Improvement/timeout xhr (prebid#1172) Add native support (prebid#1072) Improvement/alias queue (prebid#1156) Updated documentaion (prebid#1160) Improvement/prebid iframes amp pages (prebid#1119) Fixes prebid#1114 possible xss issue (prebid#1186) Allowed setTargetingForGPTAsync() to target specific ad unit codes. (prebid#1158) ...
Configuration menu - View commit details
-
Copy full SHA for ea3bf0f - Browse repository at this point
Copy the full SHA ea3bf0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ae941 - Browse repository at this point
Copy the full SHA 55ae941View commit details -
Added CPM value as parameter for Vertoz Adapter (prebid#1306)
* Added CPM for user input * changed variable name from cpm to cpmFloor
Configuration menu - View commit details
-
Copy full SHA for 2c8ec16 - Browse repository at this point
Copy the full SHA 2c8ec16View commit details -
StickyAdsTV bidder adapter update (prebid#1311)
* 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
Configuration menu - View commit details
-
Copy full SHA for e748bef - Browse repository at this point
Copy the full SHA e748befView commit details -
Modernizing build dependencies (prebid#1355)
* Upgraded webpack, as well as some minor other build dependencies. * Updated the yarn.lock file * Migrated the module loaders to the 3.0 syntax. * Ran yarn install. Moved the loader order around a bit. * Made the unit tests and code coverage reports work with the new versions. * Removed some unused lines, and fixed the coveralls task file location. * Fixed the gulp coverage task so that it points to the right folder. * Removed the JUnit reporter, which nobody seems to have reason to keep anymore. * Removed the CI_MODE flag, and removed progress. This should help clean up the browserstack logs. * Fixed gulp serve. * Updated some more dependencies. * Upgraded node to use version 7. * Split gulp test and gulp test-coverage, so we can run tests without instrumnetation. * Updated the yarn.lock * Removed ie9 from the test browsers, since we dont support it anymore. * Updated more dev dependency versions. * Made travis use HeadlessChrome. Removed some extraneous code that nobody needs anymore. * Better code reuse for launching browser tests. * updated the yarn.lock file. * Fixed a bug in the karma server callbacks, and made the logs from browserstack look good again. * Added source maps, so that the line numbers on failed unit tests are right. * Fixed a bug in the reporters code which causes Travis to fail. * Updated README and some code style fixes. * Fixed --watch, as well as a concurrency bug where several files mutate the webpack.conf file. * Removed another unused dependency. * Fixed the imports. * Replaced all the src/file imports with ./file imports, to make things consistent
Configuration menu - View commit details
-
Copy full SHA for 4b04890 - Browse repository at this point
Copy the full SHA 4b04890View commit details -
PulsePoint Lite adapter - adding createNew method for aliasing. (preb…
…id#1383) * 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 * Adding createNew method on the adapter for aliasing
Configuration menu - View commit details
-
Copy full SHA for d468f33 - Browse repository at this point
Copy the full SHA d468f33View commit details -
Configuration menu - View commit details
-
Copy full SHA for b566fca - Browse repository at this point
Copy the full SHA b566fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0ba1fc - Browse repository at this point
Copy the full SHA f0ba1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af2204 - Browse repository at this point
Copy the full SHA 2af2204View commit details -
Configuration menu - View commit details
-
Copy full SHA for b51322c - Browse repository at this point
Copy the full SHA b51322cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a81386 - Browse repository at this point
Copy the full SHA 7a81386View commit details
Commits on Jul 18, 2017
-
Merge pull request prebid#110 in AOLP_ADS_JS/prebid.js from release/1…
….24.0 to aolgithub-master * commit '7a81386579a3c129617323ef32e1c8be0897c3c7': (31 commits) Added changelog entry. Added records in aolPartnersIds.json. Prebid 0.25.0 Release Added Unruly adapter (prebid#1264) Fixing Adyoulike adapter for Safari iOS7 (prebid#1296) hide overflow to prevent scrolling (prebid#1294) fix protocol detection in iframe (prebid#1293) Add eplanning adapter (prebid#1245) Use Renderer command queue to render outstream (prebid#1283) Generate no-bid response for ech bid request not matched by a bid (prebid#1216) New Cox adapter (prebid#1228) Carambola Adapter (prebid#1221) Pass through transactionId and set fd=1 (prebid#1259) Integration test page for adapters (prebid#1182) Getting DigiTrustID in GumGum adapter (prebid#1256) Trion adapter (prebid#1254) use request bidder code as default bidderCode for createBid (prebid#1235) Add drop pixels once feature to AOL Adapter (prebid#1224) Rubicon Adapter - Adding 320x150 (prebid#1279) Prevent 'about:' protocol in _publisherTagUrl (prebid#1170) ...
Configuration menu - View commit details
-
Copy full SHA for 711ffb3 - Browse repository at this point
Copy the full SHA 711ffb3View commit details -
Mention NodeJS 4.0 dependency in the README (prebid#1386)
* Mention NodeJS 4.0 dependency in the README This caused me some trouble on a Debian Jessie machine (which ships with NodeJS 0.10). * Require NodeJS => 4.0 * (re)move note about NodeJS
Configuration menu - View commit details
-
Copy full SHA for 58a8c35 - Browse repository at this point
Copy the full SHA 58a8c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eea8f2 - Browse repository at this point
Copy the full SHA 1eea8f2View commit details
Commits on Jul 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1718209 - Browse repository at this point
Copy the full SHA 1718209View commit details -
Configuration menu - View commit details
-
Copy full SHA for f83a866 - Browse repository at this point
Copy the full SHA f83a866View commit details -
Merge tag '0.26.0' of https://github.com/prebid/Prebid.js into featur…
…e/Prebid-official-0.26.0 # Conflicts: # adapters.json # analytics.json # gulpfile.js # karma.conf.js # loaders/adapterLoader.js # modules/aolBidAdapter.js # src/bidmanager.js # test/spec/loaders/adapterLoader_spec.js
Configuration menu - View commit details
-
Copy full SHA for b5655c5 - Browse repository at this point
Copy the full SHA b5655c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c571f4 - Browse repository at this point
Copy the full SHA 7c571f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 021daad - Browse repository at this point
Copy the full SHA 021daadView commit details
Commits on Jul 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e494d3a - Browse repository at this point
Copy the full SHA e494d3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb5e5eb - Browse repository at this point
Copy the full SHA eb5e5ebView commit details
Commits on Jul 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3bee133 - Browse repository at this point
Copy the full SHA 3bee133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cc9c42 - Browse repository at this point
Copy the full SHA 0cc9c42View commit details -
Fixing the BidAdjustmentEvent fire time (prebid#1399)
* Fired the bid adjustment event at (what I think is) the appropriate time. * More thorough tests. * Better test description. * Removed a stray console.log
Configuration menu - View commit details
-
Copy full SHA for a988752 - Browse repository at this point
Copy the full SHA a988752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b0dc3 - Browse repository at this point
Copy the full SHA 74b0dc3View commit details
Commits on Jul 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2f31af1 - Browse repository at this point
Copy the full SHA 2f31af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b2fd8 - Browse repository at this point
Copy the full SHA 64b2fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d90649 - Browse repository at this point
Copy the full SHA 0d90649View commit details -
Lint modules directory (prebid#1404)
* Lint modules directory * Run --fix * Add indentation exception for adapter * Push lint error to test CI * Fix forced error
Configuration menu - View commit details
-
Copy full SHA for 19705b3 - Browse repository at this point
Copy the full SHA 19705b3View commit details -
fix prebid#1410 - issue with ie and xhr.timeout (prebid#1411)
* fix 1410 - issue with ie and xhr.timeout * update comment
Matt Kendall authoredJul 24, 2017 Configuration menu - View commit details
-
Copy full SHA for f8a9778 - Browse repository at this point
Copy the full SHA f8a9778View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08fdb60 - Browse repository at this point
Copy the full SHA 08fdb60View commit details
Commits on Jul 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3455e62 - Browse repository at this point
Copy the full SHA 3455e62View commit details -
Merge branch 'upstream-master' into release/1.25.0
# Conflicts: # src/bidmanager.js
Configuration menu - View commit details
-
Copy full SHA for e3ff340 - Browse repository at this point
Copy the full SHA e3ff340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e60baf - Browse repository at this point
Copy the full SHA 9e60bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb0f00e - Browse repository at this point
Copy the full SHA cb0f00eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6eeb32 - Browse repository at this point
Copy the full SHA f6eeb32View commit details
Commits on Jul 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 96f4903 - Browse repository at this point
Copy the full SHA 96f4903View commit details
Commits on Aug 3, 2017
-
Merge pull request prebid#114 in AOLP_ADS_JS/prebid.js from feature/P…
…LMP-187-new-prebid-structure to release/1.25.0 * commit '96f4903bb86bbfe1401ae1b6d9211c00a1c41b45': Added banner for minified source file. Improve matching to avoid breaking js syntax. Changed changelog entry. Fixed invalid module link. Added changelog entry. Added ids in aolPartnersIds. Added tests for delimiterLoader. Improved adapter source code wrappig. Changed aol analytics adapter to new structure. Get rid of preserve keyword. Added preserved keyword for adapters wrapping. Added wrapper for bid and analytic adapters.
Configuration menu - View commit details
-
Copy full SHA for ed09d8f - Browse repository at this point
Copy the full SHA ed09d8fView commit details
Commits on Aug 4, 2017
-
Temporary comment unit test to provide compatibility with pre-bidder …
…timeout feature.
Configuration menu - View commit details
-
Copy full SHA for a1c7254 - Browse repository at this point
Copy the full SHA a1c7254View commit details
Commits on Aug 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 706f914 - Browse repository at this point
Copy the full SHA 706f914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9812916 - Browse repository at this point
Copy the full SHA 9812916View commit details
Commits on Aug 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2a31c81 - Browse repository at this point
Copy the full SHA 2a31c81View commit details -
Merge pull request prebid#113 in AOLP_ADS_JS/prebid.js from release/1…
….25.0 to aolgithub-master * commit '2a31c81b71595988ed2bf3470fb94d4fb75098bc': (71 commits) Sync with contrib/aol-adapter-aliases branch. Added junit reporter, improved browserstack tests running. Change browsers config to allow run tests on CI. Temporary comment unit test to provide compatibility with pre-bidder timeout feature. Added banner for minified source file. Improve matching to avoid breaking js syntax. Changed changelog entry. Fixed invalid module link. Prebid 0.26.1 Release (prebid#1412) fix prebid#1410 - issue with ie and xhr.timeout (prebid#1411) Lint modules directory (prebid#1404) Added changelog entry. Added ids in aolPartnersIds. Added tests for delimiterLoader. Set outstream mediaType based on renderer in response (prebid#1391) Fixing the BidAdjustmentEvent fire time (prebid#1399) Improved adapter source code wrappig. Changed aol analytics adapter to new structure. Get rid of preserve keyword. Added preserved keyword for adapters wrapping. ...
Configuration menu - View commit details
-
Copy full SHA for 2f74d10 - Browse repository at this point
Copy the full SHA 2f74d10View commit details