-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eng 811 #4
Commits on Mar 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 07821c7 - Browse repository at this point
Copy the full SHA 07821c7View commit details
Commits on Mar 21, 2018
-
add optional param to bridgewellBidAdapter (prebid#2289)
* [FEAT] add optional param to bridgewellBidAdapter * [FEAT] reply to comments * [FEAT] rm trailing-spaces * [REFACTOR] rm duplicate code, update md file
Configuration menu - View commit details
-
Copy full SHA for 4226643 - Browse repository at this point
Copy the full SHA 4226643View commit details
Commits on Mar 22, 2018
-
NEW adapter AdtelligentBidAdapter (prebid#2137)
* NEW Adtelligent Bid Adapter * Update MD * add test for multiple request * cleanup * update test bid params
Configuration menu - View commit details
-
Copy full SHA for 57e2480 - Browse repository at this point
Copy the full SHA 57e2480View commit details
Commits on Mar 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8719aef - Browse repository at this point
Copy the full SHA 8719aefView commit details
Commits on Mar 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 85cdf7b - Browse repository at this point
Copy the full SHA 85cdf7bView commit details -
if cache markup is not enabled, set it to the default value 0 (prebid…
…#2302) * if cache markup is not enabled (1 for Mobile App, 2 for Web), set it to the default value 0 * use triple equals instead of double equals
Configuration menu - View commit details
-
Copy full SHA for 4012c7e - Browse repository at this point
Copy the full SHA 4012c7eView commit details -
Enhance location detection within utils (prebid#2167)
* fix sovrn dealid * send 'iv' param if present * `page` field in `site` object sends full url * Enhance location detection within util function. * fix func call * fix tagid var type * add test for converting tagid to string * CR * Reorg gettopwindowlocation util & add tests. * lint fixes * search param is string in window location objects
Configuration menu - View commit details
-
Copy full SHA for 63159da - Browse repository at this point
Copy the full SHA 63159daView commit details -
Configuration menu - View commit details
-
Copy full SHA for bae04f4 - Browse repository at this point
Copy the full SHA bae04f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 469d586 - Browse repository at this point
Copy the full SHA 469d586View commit details -
Support aliases in prebidServer (prebid#2257)
* Support AppNexus aliases in s2s request * Support dynamic aliases
Configuration menu - View commit details
-
Copy full SHA for feafdcf - Browse repository at this point
Copy the full SHA feafdcfView commit details
Commits on Mar 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bc94b71 - Browse repository at this point
Copy the full SHA bc94b71View commit details
Commits on Mar 28, 2018
-
EngageBDR New Bid Adapter (prebid#2309)
* ebdr adapter 0.34.1 * ebdrBidAdapter.js 1.x * ebdrAdapter * update md and fix log issue * add video support and test case for EBDR adapter * Fix an issue for EBDR adapter Fix an issue might caused undefined if it is an old bidder * add vastUrl * add video adapter in md * fix test cases
Configuration menu - View commit details
-
Copy full SHA for 1b9d022 - Browse repository at this point
Copy the full SHA 1b9d022View commit details
Commits on Mar 29, 2018
-
Add video targeting to Beachfront adapter (prebid#2321)
* Update Beachfront adapter for v1.0 * Revert Beachfront test endpoint * Add Beachfront markdown file * Add mediaTypes to example * Fix formatting * Remove descriptionUrl from bid response * Add banner support to Beachfront adapter * Fix bid response validation * Update display endpoint * Update display request and response to support multiple bids * Remove console log * Added display example to doc * Add support for dnt * add os version to bid request * Use size from bid response * Add secure to bid request * Added display example to doc * fix conflict * Add bidder param for mime types * Bump adapter version * Update test cases * Add mimes param to example
Configuration menu - View commit details
-
Copy full SHA for a34dbe2 - Browse repository at this point
Copy the full SHA a34dbe2View commit details
Commits on Mar 30, 2018
-
Platform.io video support (prebid#2318)
* Add PlatformioBidAdapter * Update platformioBidAdapter.js * Add files via upload * Update hello_world.html * Update platformioBidAdapter.js * Update platformioBidAdapter_spec.js * Update hello_world.html * Update platformioBidAdapter_spec.js * Update platformioBidAdapter.js * Update hello_world.html * Add files via upload * Update platformioBidAdapter ## Type of change - [x] Other ## Description of change 1. RequestURL changes 2. Add placementCode to request params * Update platformioBidAdapter * Update platformioBidAdapter ## Type of change - [x] Other ## Description of change 1. RequestURL changes 2. Add placementCode to request params * Add files via upload * Add files via upload * Add files via upload * Update platformioBidAdapter.js Endpoint URL change * Update platformioBidAdapter_spec.js Endpoint URL change * Update platformioBidAdapter_spec.js * Update platformioBidAdapter_spec.js * Update platformioBidAdapter.js * Update platformioBidAdapter.js * Update platformioBidAdapter_spec.js * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update platformioBidAdapter.js * Update platformioBidAdapter_spec.js * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update platformioBidAdapter_spec.js * Update platformioBidAdapter.js * Update platformioBidAdapter.md * Add files via upload * Add files via upload * Add files via upload * Update platformioBidAdapter.md * Update platformioBidAdapter.md * Update platformioBidAdapter.js * Update platformioBidAdapter_spec.js * Update platformioBidAdapter.md * Add files via upload * Add files via upload * Delete hello_world.html * Add files via upload
Configuration menu - View commit details
-
Copy full SHA for 7407a44 - Browse repository at this point
Copy the full SHA 7407a44View commit details -
Fixes prebid#2258 - cpm bucketing error (prebid#2305)
* Fixes prebid#2258 - cpm bucketing error * dealing with imprecise decimal/binary conversions in getCpmTarget() * just added a comment
Configuration menu - View commit details
-
Copy full SHA for e6d1fa8 - Browse repository at this point
Copy the full SHA e6d1fa8View commit details
Commits on Apr 2, 2018
-
Add CLICKFORCE Bid Adapter (updated to new spec) (prebid#2053)
* Add CLICKFORCE Bid Adapter to modules * bug fix * change adapter to Prebid 1.0 spec * bug fix * change ENDPOINT_URL
Configuration menu - View commit details
-
Copy full SHA for 0397649 - Browse repository at this point
Copy the full SHA 0397649View commit details -
Adding onTimeout function in Adapter Spec (prebid#2279)
* timeout bidder spec init * refactored * refactored * test case added for getUserConfiguredParams * added more test cases * timeout added as param * minor changes * replacing for..of with forEach * Update utils_spec.js * trailing spaces removed
Configuration menu - View commit details
-
Copy full SHA for 4bdc91c - Browse repository at this point
Copy the full SHA 4bdc91cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4930622 - Browse repository at this point
Copy the full SHA 4930622View commit details
Commits on Apr 3, 2018
-
Fixes prebid#2276 - video.playerSize and Size Mapping not working tog…
…ether (prebid#2311) * initial commit - fix to make playerSize and sizeConfig work * removed commented from testing * adding support to use [300, 600] syntax in video.playerSize field
Configuration menu - View commit details
-
Copy full SHA for a6b42d4 - Browse repository at this point
Copy the full SHA a6b42d4View commit details -
fix issue prebid#2315 sizeMapping not working with s2s requests (preb…
…id#2332) * initial commit to fix issue prebid#2315 * moved transformHeightWidth function to prebidServerBidAdapter
Configuration menu - View commit details
-
Copy full SHA for 749e3c4 - Browse repository at this point
Copy the full SHA 749e3c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c0bee - Browse repository at this point
Copy the full SHA 61c0beeView commit details -
Fixes issue prebid#2327 - getBidLandScapeTargeting not using adUnitCo…
…de argument (prebid#2336) * initial commit to fix issue 2327 * switched to different include function
Configuration menu - View commit details
-
Copy full SHA for f463545 - Browse repository at this point
Copy the full SHA f463545View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c2a48 - Browse repository at this point
Copy the full SHA d8c2a48View commit details -
Add: vuble adapter handles dealId (prebid#2322)
* Add: vuble adapter handles dealId * Fix: new publihser id vuble
Configuration menu - View commit details
-
Copy full SHA for b633478 - Browse repository at this point
Copy the full SHA b633478View commit details -
change utils.js unit tests to fix browserstack errors (prebid#2337)
* alter utils unit tests * added comment to clarify the change
Configuration menu - View commit details
-
Copy full SHA for f2d15b6 - Browse repository at this point
Copy the full SHA f2d15b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d21e42 - Browse repository at this point
Copy the full SHA 3d21e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57969b - Browse repository at this point
Copy the full SHA e57969bView commit details
Commits on Apr 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a37cab5 - Browse repository at this point
Copy the full SHA a37cab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ec95b - Browse repository at this point
Copy the full SHA e4ec95bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99595f5 - Browse repository at this point
Copy the full SHA 99595f5View commit details