-
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
Feature/smart video #1
Commits on Jun 17, 2019
-
digiTrustIdSystem.js add the synchronous behavior to facade call of D…
…igiTrust.getId. Fix spelling error of facade in code. (prebid#3913)
Configuration menu - View commit details
-
Copy full SHA for 842cc19 - Browse repository at this point
Copy the full SHA 842cc19View commit details
Commits on Jun 18, 2019
-
Feature/remove on set targeting (prebid#3919)
* initial orbidder version in personal github repo * use adUnits from orbidder_example.html * replace obsolete functions * forgot to commit the test * check if bidderRequest object is available * try to fix weird safari/ie issue * ebayK: add more params * update orbidderBidAdapter.md * use spec.<function> instead of this.<function> for consistency reasons * add bidfloor parameter to params object * fix gdpr object handling * default to consentRequired: false when not explicitly given * wip - use onSetTargeting callback * add tests for onSetTargeting callback * fix params and respective tests * Remove onSetTargeting
Configuration menu - View commit details
-
Copy full SHA for 1c1035a - Browse repository at this point
Copy the full SHA 1c1035aView commit details -
FeedAd bidder adapter (prebid#3891)
* added file scaffold * added isBidRequestValid implementation * added local prototype of ad integration * added implementation for placement ID validation * fixed video context filter * applied lint to feedad bid adapter * added unit test for bid request validation * added buildRequest unit test * added unit tests for timeout and bid won callbacks * updated bid request to FeedAd API * added parsing of feedad api bid response * added transmisison of tracking events to FeedAd Api * code cleanup * updated feedad unit tests for buildRequest method * added unit tests for event tracking implementation * added unit test for interpretResponse method * added adapter documentation * added dedicated feedad example page * updated feedad adapter to use live system * updated FeedAd adapter placement ID regex * removed groups from FeedAd adapter placement ID regex * removed dedicated feedad example page * updated imports in FeedAd adapter file to use relative paths * updated FeedAd adapter unit test to use sinon.useFakeXMLHttpRequest()
Configuration menu - View commit details
-
Copy full SHA for 4b84beb - Browse repository at this point
Copy the full SHA 4b84bebView commit details -
Fix prebid#3813 move auctionEnd events so it always executes when auc…
…tion completes (prebid#3841) * move auctionEnd events so it always executes * remove some commented code
Configuration menu - View commit details
-
Copy full SHA for 6e7eb3b - Browse repository at this point
Copy the full SHA 6e7eb3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd5f2a0 - Browse repository at this point
Copy the full SHA bd5f2a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e53dad0 - Browse repository at this point
Copy the full SHA e53dad0View commit details -
Standardize permission bits (prebid#3872)
* Standardize the perimssion bits used for modules - Most adapters use 664 (i.e. read/write, but are not executable), but some use 775. Make all adapters use 664. * Update link in documentation
Configuration menu - View commit details
-
Copy full SHA for f6239de - Browse repository at this point
Copy the full SHA f6239deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6baa819 - Browse repository at this point
Copy the full SHA 6baa819View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e5bda2 - Browse repository at this point
Copy the full SHA 7e5bda2View commit details -
changed serevr end-point to HTTPS changed user-sync end-point to HTTPS changed imp.secure to 1 hard-coded Also corrected test case
Configuration menu - View commit details
-
Copy full SHA for 92fb453 - Browse repository at this point
Copy the full SHA 92fb453View commit details
Commits on Jun 20, 2019
-
GumGum: adds tradedesk id param (prebid#3896)
* adds tradedesk id param * adds more tests * removes only from test spec * linting fix * updates one of the unit tests
Configuration menu - View commit details
-
Copy full SHA for ce095e0 - Browse repository at this point
Copy the full SHA ce095e0View commit details
Commits on Jun 21, 2019
-
Digitrust support in PBS bid adapter and Rubicon bid adapter (prebid#…
…3935) * Add microadBidAdapter * Remove unnecessary encodeURIComponent from microadBidAdapter * Submit Advangelists Prebid Adapter * Submit Advangelists Prebid Adapter 1.1 * Correct procudtion endpoint for prebid * - Get digitrust data from bid request - Send UnifiedID and PubCommon data to OpenRTB * - Replace lodash with Prebid util functions - Updated pubcommon id location when sending to OpenRTB * Remove pref property when sending DigiTrust to OpenRTB * Updated tests to check new user external id locations in request * Remove use of array find from unit test
Configuration menu - View commit details
-
Copy full SHA for bbd73ce - Browse repository at this point
Copy the full SHA bbd73ceView commit details
Commits on Jun 24, 2019
-
ID5 userId submodule (prebid#3798)
* Extract GDPRApplies in userId.js to make it available to cookie-sync requiring it * Adding id5 userId submodule, tests and documentation * Fixed typo in test name for unifiedid * Adding test to userId for ID5 * Follow correct naming convention for GDPRApplies: renamed to isGDPRApplicable * Refactoring of id5 module following refactoring of userId module. * Moved init of id5 user module at the end of the id5 module itself * regroup import to avoid a CircleCI Bug
Configuration menu - View commit details
-
Copy full SHA for de8381f - Browse repository at this point
Copy the full SHA de8381fView commit details -
EMX Digital: Device info and Video parameter updates (prebid#3929)
* EMX Digital - device info and video parameter updates * update timeout value to grab from bidderRequest arg * removing unused import * removing object spread use. quote fix for lint * remove space
Configuration menu - View commit details
-
Copy full SHA for 37232c7 - Browse repository at this point
Copy the full SHA 37232c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75aca43 - Browse repository at this point
Copy the full SHA 75aca43View commit details
Commits on Jun 25, 2019
-
[33Across adapter] Map ad unit path to element id (prebid#3920)
* fix return of _mapAdUnitPathToElementId() * improve logging of _mapAdUnitPathToElementId() * do not use Array.find() * return id once element is found * return id once element is found * let -> const
Configuration menu - View commit details
-
Copy full SHA for b6aaf64 - Browse repository at this point
Copy the full SHA b6aaf64View commit details -
New Adapter: bidglass (prebid#3861)
* Added bidglass adapter + test * PR Review Updates: - Added formal params to getUserSyncs function definition - getUserSyncs now always returns an array - Improved unit test coverage * PR Review Updates: - Removed unused methods: getUserSyncs, onTimeout, onBidWon, onSetTargeting - Removed getUserSyncs unit test - Removed "dead code" - Removed some unnecessary comments - Fixed usage of parseInt
Configuration menu - View commit details
-
Copy full SHA for 9d2f06c - Browse repository at this point
Copy the full SHA 9d2f06cView commit details -
* Implemented changes required to provide support for video in the IX bidding adapter for Instream and Outstream contexts. * Implemented changes required to provide support for video in the IX bidding adapter for Instream and Outstream contexts. * fix find module
Configuration menu - View commit details
-
Copy full SHA for e64360c - Browse repository at this point
Copy the full SHA e64360cView commit details -
Add Outstream Renderer for Yieldlab Adapter (prebid#3910)
* Add Outstream Renderer * Fix playerSize overwrite Prebid is translating the playerSize to an array of arrays, so we have to return accordingly
Configuration menu - View commit details
-
Copy full SHA for 8e198bb - Browse repository at this point
Copy the full SHA 8e198bbView commit details -
Standardized COPPA support (prebid#3936)
* Add microadBidAdapter * Remove unnecessary encodeURIComponent from microadBidAdapter * Submit Advangelists Prebid Adapter * Submit Advangelists Prebid Adapter 1.1 * Correct procudtion endpoint for prebid * Send coppa flag on requests to OpenRTB from Prebid server * Support coppa flag being set in Prebid config * Add unit tests for deepSetValue util function
Configuration menu - View commit details
-
Copy full SHA for 64a258a - Browse repository at this point
Copy the full SHA 64a258aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e55684b - Browse repository at this point
Copy the full SHA e55684bView commit details -
Eric Harper committed
Jun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 5e1d889 - Browse repository at this point
Copy the full SHA 5e1d889View commit details -
Eric Harper committed
Jun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 426676c - Browse repository at this point
Copy the full SHA 426676cView commit details
Commits on Jun 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6e02649 - Browse repository at this point
Copy the full SHA 6e02649View commit details -
ozone adapter 2.1 - bug fix for multi bids + GDPR parameter handling (p…
…rebid#3916) * bug fix for multi bids + GDPR parameter handling * Updated spec files and adapter files to remove references to ozoneData and more stringent GDPR checks.
Configuration menu - View commit details
-
Copy full SHA for 5cdd5a3 - Browse repository at this point
Copy the full SHA 5cdd5a3View commit details
Commits on Jun 27, 2019
-
Isaac Dettman committed
Jun 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 7b70c14 - Browse repository at this point
Copy the full SHA 7b70c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a165a - Browse repository at this point
Copy the full SHA 99a165aView commit details
Commits on Jun 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cec25d5 - Browse repository at this point
Copy the full SHA cec25d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bac5e3b - Browse repository at this point
Copy the full SHA bac5e3bView commit details -
Update creative.html (prebid#3955)
Updating for the new safe frame issue discovered, see prebid/prebid-universal-creative#64 for more details!
Configuration menu - View commit details
-
Copy full SHA for 2bd04a1 - Browse repository at this point
Copy the full SHA 2bd04a1View commit details
Commits on Jul 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9c73631 - Browse repository at this point
Copy the full SHA 9c73631View commit details -
Update emoteevBidAdapter.js (prebid#3928)
* Update emoteevBidAdapter.js Retrieve various data from the adapter configuration, and ensure they are properly formatted: - GDPR vendor consent - Metadata: intended to be used as an ID for external partners - Context: describe the context of the current ad unit Test coverage for emoteevBidAdapter.js: - Statements 94.83% - Branches 98.39% - Functions 100% - Lines 94.34% fixup! Update emoteevBidAdapter.js * remove pubCommonId import from emoteevBidAdapter * Format indentation * More detailed integration page example * Rename attribute to externalId * Simplify names of constants * Minor tweak * Update context value
Configuration menu - View commit details
-
Copy full SHA for be76682 - Browse repository at this point
Copy the full SHA be76682View commit details
Commits on Jul 2, 2019
-
Submodule system using hooks (prebid#3924)
* prebid-core only contains src and a few node_modules * add back removed neverBundle to webpack build * add module and submodule hooks * allow vargs for submodules for flexibility * fix jsdoc type syntax * updated id5 userid submodule for submodule bundle size duplication fix * add id5 userid submodule to .submodules * fix opt out logic * spelling fix to comment * update to automatically include 'pubcommon' and 'unifiedid' (uncomment to optional submodule for prebid3.0) * additional update to automatically include 'pubcommon' and 'unifiedid' * additional update to automatically include 'pubcommon' and 'unifiedid' * merged differences from master * adpod changes to support submodules * fix --modules argument with .json to work correctly with submodules * fix to remove included and duplicated submodules
Configuration menu - View commit details
-
Copy full SHA for 113cfe9 - Browse repository at this point
Copy the full SHA 113cfe9View commit details -
Gamoshi: Add adasta new bidder alias (prebid#3949)
* Add support for multi-format ad units. Add favoredMediaType property to params. * Add tests for gdpr consent. * Add adId to outbids * Modify media type resolving * Refactor multi-format ad units handler. * Add adasta - new bidder alias for gamoshi * Unify rtb endpoints * Modify adasta alias code
Configuration menu - View commit details
-
Copy full SHA for 1087329 - Browse repository at this point
Copy the full SHA 1087329View commit details -
Added bid adapter for seedtag (prebid#3915)
* Added bid adapter for seedtag * Revert changes to package-lock * added safe check
Configuration menu - View commit details
-
Copy full SHA for d418f61 - Browse repository at this point
Copy the full SHA d418f61View commit details -
33Across: Update GDPR handling (prebid#3944)
* check gdpr in buildRequest * User sync based on whether gdpr applies or not * check if consent data exists during user sync * split user sync into further branches: 1) when gdpr does not apply 2) when consent data is unavailable * contribute viewability to ttxRequest * update tests * remove window mock from tests * use local variables * introduce ServerRequestBuilder * add withOptions() method to ServerRequestBuilder * add semicolons * sync up package-lock.json with upstream/master * stub window.top in tests * introduce getTopWindowSize() for test purpose * reformat code * add withSite() method to TtxRequestBuilder add withSite() method to TtxRequestBuilder * add isIframe() and _isViewabilityMeasurable() * handle NON_MEASURABLE viewability in nested iframes * consider page visibility, stub utils functions getWindowTop() and getWindowSelf() * contribute viewability as 0 for inactive tab * add prebidjs version to ttx request * send caller as an array * fix JSDoc in utils.js * send viewability as non measurable when unable to locate target HTMLElement, add warning message * introduce mapAdSlotPathToElementId() * introduce getAdSlotHTMLElement(), add logging * introduce mapAdSlotPathToElementId() * update logging in ad unit path to element id mapping * rephrase logging, fix tests * update adapter documentation * remove excessive logging * improve logging * revert change * fix return of _mapAdUnitPathToElementId() * improve logging of _mapAdUnitPathToElementId() * do not use Array.find() * return id once element is found * return id once element is found * let -> const * Removing killswitch behavior for GDPR * Updated comments to reflect current gdpr logic * URI encode consent string * Updated example site ID to help Prebid team e2e test our adapter
Configuration menu - View commit details
-
Copy full SHA for f605931 - Browse repository at this point
Copy the full SHA f605931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a96baf - Browse repository at this point
Copy the full SHA 0a96bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for b02a00c - Browse repository at this point
Copy the full SHA b02a00cView commit details
Commits on Jul 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2e0ea78 - Browse repository at this point
Copy the full SHA 2e0ea78View commit details -
Support of outstream renderer in oneVideo Adaptor (prebid#3959)
* outstream changes * removing global filtet * reverting page * message * adapter change * remove space * testcases * testpage * spaces for test page * renderer exist case * reverting package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 3e6460d - Browse repository at this point
Copy the full SHA 3e6460dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3709e47 - Browse repository at this point
Copy the full SHA 3709e47View commit details -
TheMediaGrid Bid Adapter: use referrer from refererInfo (prebid#3968)
* Added Grid Bid Adapter * remove priceType from TheMediaGrid Bid Adapter * Add video support in Grid Bid Adapter * Added test parameter for video slot * update Grid Bid Adapter to set size in response bid * Update Grid Bid Adapter to support identical uids in parameters * Fix typo in test file for Grid Bid Adapter * Update The Grid Media Bidder Adapter to send refererInfo.referer as 'u' parameter in ad request
Configuration menu - View commit details
-
Copy full SHA for 242d19f - Browse repository at this point
Copy the full SHA 242d19fView commit details -
PulsePoint adapter - Video support + userId module support (prebid#3937)
* 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 mandatory parameters to Bid * initial commit * Adding ortb params * Outstream fixes * Minor fixes * Test fixes * Minor refactor * Minor changes * Removing yarn lock file * battr fix and added test * PulsePoint adapter - user id module support (#10) * Making user sync pixels https as well. * fixing review comment
Configuration menu - View commit details
-
Copy full SHA for e28792e - Browse repository at this point
Copy the full SHA e28792eView commit details -
Criteo real time user sync (prebid#3930)
* add criteo rtus submodule and user id changes * update appnexus adapter to include criteo user id * updated to submodules pattern
Configuration menu - View commit details
-
Copy full SHA for 748f651 - Browse repository at this point
Copy the full SHA 748f651View commit details -
AOL Adapter: Perform requests over https by default. (prebid#3957)
* Perform requests over https by default. Preserve insecure requests only if explicitly specified via the server override parameter (to aid with testing). * Slight refactor.
Configuration menu - View commit details
-
Copy full SHA for d44fe45 - Browse repository at this point
Copy the full SHA d44fe45View commit details -
Rubicon add meta fields to bids (prebid#3947)
* Add microadBidAdapter * Remove unnecessary encodeURIComponent from microadBidAdapter * Submit Advangelists Prebid Adapter * Submit Advangelists Prebid Adapter 1.1 * Correct procudtion endpoint for prebid * Added meta fields to bids in response from Rubicon exchange
Configuration menu - View commit details
-
Copy full SHA for 7d11007 - Browse repository at this point
Copy the full SHA 7d11007View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca16968 - Browse repository at this point
Copy the full SHA ca16968View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b0f52 - Browse repository at this point
Copy the full SHA f2b0f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95495bf - Browse repository at this point
Copy the full SHA 95495bfView commit details -
Fix prebid#3939 - update firefox specific code in renderAd function (p…
…rebid#3980) * update browser specific code in renderAd function * update TODO comment
Configuration menu - View commit details
-
Copy full SHA for 1086def - Browse repository at this point
Copy the full SHA 1086defView commit details -
Mike Chowla committed
Jul 9, 2019 Configuration menu - View commit details
-
Copy full SHA for a52232e - Browse repository at this point
Copy the full SHA a52232eView commit details -
Mike Chowla committed
Jul 9, 2019 Configuration menu - View commit details
-
Copy full SHA for b777ae1 - Browse repository at this point
Copy the full SHA b777ae1View commit details
Commits on Jul 11, 2019
-
Synacor media bidder updates: filter bad sizes & extra video paramete…
…rs (prebid#3885) * Synacor media bidder updates: - Filter out 1x1 & 1x2 adsizes that we don't support - Added a bunch of openrtb video params * SynacormediaBidAdapter: Replace let with const * SynacormediaBidAdapter: Replace let with const * SynacormediaBidAdapter: Updated setValidVideoParams Updated setValidVideoParams so that the length check works correctly.
Configuration menu - View commit details
-
Copy full SHA for b26e6ad - Browse repository at this point
Copy the full SHA b26e6adView commit details -
Adding a method pbjs.getUserIds to share userIds in Prebid to externa…
…l codes (prebid#3889) * Adding a mthod pbjs.getUserIds to share userIds in Prebid to external codes - Need an API to share the UserIds retrieved by Prebid with external codes - Use casse: UserIds can be passed to Wrappers like A9/EB - Added pbjs.getUserIds method - Moved the cide that initalizes all sub-modules and calls passbacks into a separate function - Moved code to combine submodule ids in an object into a separate function * implemented code suggestion chnages * fixed eslint issue
Configuration menu - View commit details
-
Copy full SHA for 2be5cc7 - Browse repository at this point
Copy the full SHA 2be5cc7View commit details
Commits on Jul 12, 2019
-
restrict outstream w/o renderer to PBS (prebid#3881)
* restrict outstream w/o renderer to PBS * reject Request to Prebid Server for invalid media types * add player height and width to response
Configuration menu - View commit details
-
Copy full SHA for d17e437 - Browse repository at this point
Copy the full SHA d17e437View commit details -
Configuration menu - View commit details
-
Copy full SHA for c70f4e2 - Browse repository at this point
Copy the full SHA c70f4e2View commit details
Commits on Jul 15, 2019
-
* Add Adman bid adapter * Add supportedMediaTypes property * Update ADman Media bidder adapter * Remove console.log * Fix typo * revert package-json.lock * Delete package-lock.json * back to original package-lock.json
Configuration menu - View commit details
-
Copy full SHA for b9e49d5 - Browse repository at this point
Copy the full SHA b9e49d5View commit details -
Fixing the issue introduced in prebid#3845 for rubi analytics adapter (…
…prebid#3996) * Fixing the issue introduced in prebid#3845 for rubi analytics adapter * using utils.deepClone instead of custom clone
Configuration menu - View commit details
-
Copy full SHA for e07d2dc - Browse repository at this point
Copy the full SHA e07d2dcView commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6399ab1 - Browse repository at this point
Copy the full SHA 6399ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b7a90 - Browse repository at this point
Copy the full SHA f6b7a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08fd1a5 - Browse repository at this point
Copy the full SHA 08fd1a5View commit details -
Triplelift adapter tdid support (prebid#3983)
* Add user support in _buildPostBody * Add tdid check to test spec * Remove comments * Removing package-lock.json changes
Configuration menu - View commit details
-
Copy full SHA for 406d2a5 - Browse repository at this point
Copy the full SHA 406d2a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3623913 - Browse repository at this point
Copy the full SHA 3623913View commit details -
update PR_REVIEW with some docs notes (prebid#3994)
* update PR_REVIEW with some docs notes * adding note about COPPA change
Configuration menu - View commit details
-
Copy full SHA for 5a80bbf - Browse repository at this point
Copy the full SHA 5a80bbfView commit details -
Kargo Adapter: fix extensible error (prebid#3998)
* Add microadBidAdapter * Remove unnecessary encodeURIComponent from microadBidAdapter * Submit Advangelists Prebid Adapter * Submit Advangelists Prebid Adapter 1.1 * Correct procudtion endpoint for prebid * analytics update with wrapper name * add '_sessionId' to the object literal for spec * removed error merge * replaced obj property with sibling variable * updated test for changes to sessionId
Isaac Dettman authoredJul 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 50d779a - Browse repository at this point
Copy the full SHA 50d779aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e45ea - Browse repository at this point
Copy the full SHA 66e45eaView commit details
Commits on Jul 17, 2019
-
Google ad manager support for long-form video (prebid#3787)
* gam support * update gam module to use submodules pattern * Fix unit tests * bug fix: do not add bid if it is rejected and revert gulphelpers
Configuration menu - View commit details
-
Copy full SHA for 565e3c9 - Browse repository at this point
Copy the full SHA 565e3c9View commit details -
Jaimin Panchal committed
Jul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 7fb982f - Browse repository at this point
Copy the full SHA 7fb982fView commit details -
Jaimin Panchal committed
Jul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for d3643fd - Browse repository at this point
Copy the full SHA d3643fdView commit details
Commits on Jul 19, 2019
-
Added 'ceh' config property in Criteo bid adapter (prebid#3969)
* Added 'ceh' config property and mapped it to CDB request Added 'ceh' config property and mapped it to CDB request * Added config.resetConfig() to ensure that call to setConfig won't have an impact on any other test * Missed the ';'
Configuration menu - View commit details
-
Copy full SHA for 3740de3 - Browse repository at this point
Copy the full SHA 3740de3View commit details -
ozone adapter - minor fix to add w/h to video requests (prebid#3953)
* minor fix to add w/h to video requests * fixing padding/spacing errors caught by circleCI * fixing padding/spacing errors caught by circleCI, take two
Configuration menu - View commit details
-
Copy full SHA for 1d92d40 - Browse repository at this point
Copy the full SHA 1d92d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b331f3 - Browse repository at this point
Copy the full SHA 1b331f3View commit details
Commits on Jul 22, 2019
-
My6Sense: Endpoint subdomain changed. (prebid#3982)
* My6sense new adapter * endpoint fix * Code fix * Added changes in adapter md file * Changed the end point * supportedMediaTypes values added * md file was updated with a valid widget key * endpoint changed * indentation issues fixed
Configuration menu - View commit details
-
Copy full SHA for fa9d4be - Browse repository at this point
Copy the full SHA fa9d4beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46cdbef - Browse repository at this point
Copy the full SHA 46cdbefView commit details -
Padsquad bid adapter (prebid#4002)
* padsquad bid adapter * padsquad bid adapter * removed unnecessary log line
Configuration menu - View commit details
-
Copy full SHA for e6e080a - Browse repository at this point
Copy the full SHA e6e080aView commit details -
Configuration menu - View commit details
-
Copy full SHA for adc1576 - Browse repository at this point
Copy the full SHA adc1576View commit details
Commits on Jul 23, 2019
-
Debug update and remove setConfig hook (prebid#4007)
* Debug update and remove setConfig hook * fix config failing on circular dependency with utils
Configuration menu - View commit details
-
Copy full SHA for c202a13 - Browse repository at this point
Copy the full SHA c202a13View commit details -
Rubicon integration type (prebid#4008)
* Add microadBidAdapter * Remove unnecessary encodeURIComponent from microadBidAdapter * Submit Advangelists Prebid Adapter * Submit Advangelists Prebid Adapter 1.1 * Correct procudtion endpoint for prebid * analytics update with wrapper name * reverted error merge * Update Rubicon Bid and Analytics Adapters to read int_type from config * Unit tests for changes to Rubicon bid and analytics adapters
Configuration menu - View commit details
-
Copy full SHA for 517c252 - Browse repository at this point
Copy the full SHA 517c252View commit details -
Inskin Bid Adapter - New Feature (prebid#4011)
* Add support for different publisher payment models. * Add Inskin integration example. * Append pubcpm to impression tracker. * Added unit tests for pubCMP vs clearPrice.
Configuration menu - View commit details
-
Copy full SHA for 2ceeb38 - Browse repository at this point
Copy the full SHA 2ceeb38View commit details -
Add Logicad for Publishers bid adapter (prebid#4010)
* Add Logicad for Publishers bid adapter * Add test code
Configuration menu - View commit details
-
Copy full SHA for 2aa8846 - Browse repository at this point
Copy the full SHA 2aa8846View commit details -
Realvu adapter: Remove _ps in _f=conf request (prebid#3995)
* Remove _ps in _f=conf request * Replace " * realvuAnalyticsAdapter_spec updated
Configuration menu - View commit details
-
Copy full SHA for 0663a8a - Browse repository at this point
Copy the full SHA 0663a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dfdd8a - Browse repository at this point
Copy the full SHA 5dfdd8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99132d8 - Browse repository at this point
Copy the full SHA 99132d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7590a - Browse repository at this point
Copy the full SHA 3a7590aView commit details -
DigiTrust Facade init GH Issue 3911 (prebid#3918)
* GH Issue 3911 Fix to init the DigiTrust facade object if the userId framework would not normally execute the call due to an ID being found. * Fixed superfluous trailing arg issue. * Addition of unit test for digiTrustIdSystem. Fix init error in facade callback. * Uncommenting init code. * Reverting package-lock.json file. * Removed extraneous function parameter. * Removing unused code. Fixing file casing issue causing unit test to fail. * Adding support for SameSite=none to cookie * Tweaking unit test. * Removing Promise from unit test as IE doesn't like it. * Cleanup of unused code lines * Minor comment changes. * Commenting out unit tests to see if this fixes Safari timeout issue. * Reenable test. Fixing where done was not being called. * Whitespace changes for lint * Capture and clear fallback timer to fix unit tests. * Removing unused function * Comment improvements. Retry CircleCI for unassociated failure. * Removed old call to attachIdSystem.
Configuration menu - View commit details
-
Copy full SHA for 4a3372d - Browse repository at this point
Copy the full SHA 4a3372dView commit details -
Integrate id link system (prebid#3965)
* idLink - integrate new submodule idLinkSystem in to userId module * idLink - Fix unit tests * identityLink - Change submodule name from idLink to identityLink * Identity Link - Remove identity link to be default submodule
Configuration menu - View commit details
-
Copy full SHA for 05cf0d2 - Browse repository at this point
Copy the full SHA 05cf0d2View commit details -
Update rubicon analytics adapter with wrapper name (prebid#3990)
* Add microadBidAdapter * Remove unnecessary encodeURIComponent from microadBidAdapter * Submit Advangelists Prebid Adapter * Submit Advangelists Prebid Adapter 1.1 * Correct procudtion endpoint for prebid * analytics update with wrapper name * changed to only send wrapperName with event when it has a value * changed wrapperName to use value from config 'rubicon.wrapperName' * update tests for wrapperName * update wrapperName as let for consistency * updated wrapperName from let to const
Configuration menu - View commit details
-
Copy full SHA for c2bdb94 - Browse repository at this point
Copy the full SHA c2bdb94View commit details
Commits on Jul 24, 2019
-
TrustX Bid Adapter updating to use referrerInfo (prebid#3972)
* Add trustx adapter and tests for it * update integration example * Update trustx adapter * Post-review fixes of Trustx adapter * Code improvement for trustx adapter: changed default price type from gross to net * Update TrustX adapter to support the 1.0 version * Make requested changes for TrustX adapter * Updated markdown file for TrustX adapter * Fix TrustX adapter and spec file * Update TrustX adapter: r parameter was added to ad request as cache buster * Add support of gdpr to Trustx Bid Adapter * Add wtimeout to ad request params for TrustX Bid Adapter * TrustX Bid Adapter: remove last ampersand in the ad request * Update TrustX Bid Adapter to support identical uids in parameters * Update TrustX Bid Adapter to ignore bids that sizes do not match the size of the request * Update TrustX Bid Adapter to support instream and outstream video * Added wrapperType and wrapperVersion parameters in ad request for TrustX Bid Adapter * Update TrustX Bid Adapter to use refererInfo instead depricated function utils.getTopWindowUrl
Configuration menu - View commit details
-
Copy full SHA for bfc12a1 - Browse repository at this point
Copy the full SHA bfc12a1View commit details -
Adkernel adapter minor update (prebid#4000)
* Updated maintainer email * Minor refactoring & more unit tests * Unit tests for new utility function
Configuration menu - View commit details
-
Copy full SHA for df7020b - Browse repository at this point
Copy the full SHA df7020bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f83b1 - Browse repository at this point
Copy the full SHA 00f83b1View commit details
Commits on Jul 25, 2019
-
Add oRTB cur to PrebidServer Adapter (prebid#3951)
* Add 'cur' to ORTB obj
Isaac A. Dettman authoredJul 25, 2019 Configuration menu - View commit details
-
Copy full SHA for c16640a - Browse repository at this point
Copy the full SHA c16640aView commit details
Commits on Jul 26, 2019
-
adformOpenRTB adapter: support currency param (prebid#4016)
* adformOpenRTB adapter: support currency param * use common currency settings
Configuration menu - View commit details
-
Copy full SHA for 0f54ea2 - Browse repository at this point
Copy the full SHA 0f54ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5394230 - Browse repository at this point
Copy the full SHA 5394230View commit details -
Teads-adapter: Read placementId from response and add sync informatio…
…ns (prebid#3963) * Read placementId and add informations * Secure gdprConsent object access
Configuration menu - View commit details
-
Copy full SHA for e2d877d - Browse repository at this point
Copy the full SHA e2d877dView commit details -
Deep libs and lint fix (prebid#3993)
* make sure linter checks re-export imports. * replace deepAccess and deepSetValue with better npm libs * move re-exports to top of utils
Configuration menu - View commit details
-
Copy full SHA for 85d1eae - Browse repository at this point
Copy the full SHA 85d1eaeView commit details
Commits on Jul 28, 2019
-
Update endpoint for Sharethrough adapter (prebid#4029)
* Add HTML5 video support param to bid requests * Use const instead of var for consistency * Update supported sizes - Default size returned changed from 0x0 to 1x1 to support PrebidServer - Now will always respect the bid sizes supported when configured Co-authored-by: Josh Becker <jbecker@sharethrough.com> * Update maintainer contact email * Support Prebid.js User ID module - Add support for Unified ID solution of User ID module by checking for `bidRequest.userId.tdid` param in `buildRequests` method of Sharethrough's adapter - Update specs, maintain 80%+ code coverage * Update logic for changing userAgent string in tests * Add 3 pbjs callbacks to the adapter * Add comments on empty implementations * Update Sharethrough endpoint
Configuration menu - View commit details
-
Copy full SHA for 60d4aba - Browse repository at this point
Copy the full SHA 60d4abaView commit details -
TripleLift adapter: Always use secure endpoint (prebid#4028)
* Update contact Update contact for TL updates/Prebid Q&A * Always Secure Fix STR_ENDPOINT to always go to tlx secure endpoint * Update test to always_secure * Update tripleliftBidAdapter.md
Configuration menu - View commit details
-
Copy full SHA for 9ec63c6 - Browse repository at this point
Copy the full SHA 9ec63c6View commit details
Commits on Jul 29, 2019
-
Update hello world example and remove other outdated GPT examples (pr…
…ebid#4009) * Update hello world example and remove other outdated GPT examples * updated timeouts * updated PREBID_TIMEOUT
Configuration menu - View commit details
-
Copy full SHA for 0bb46cf - Browse repository at this point
Copy the full SHA 0bb46cfView commit details
Commits on Jul 30, 2019
-
Hotfix for referrer in TrustX Bid Adapter (prebid#4039)
* Add trustx adapter and tests for it * update integration example * Update trustx adapter * Post-review fixes of Trustx adapter * Code improvement for trustx adapter: changed default price type from gross to net * Update TrustX adapter to support the 1.0 version * Make requested changes for TrustX adapter * Updated markdown file for TrustX adapter * Fix TrustX adapter and spec file * Update TrustX adapter: r parameter was added to ad request as cache buster * Add support of gdpr to Trustx Bid Adapter * Add wtimeout to ad request params for TrustX Bid Adapter * TrustX Bid Adapter: remove last ampersand in the ad request * Update TrustX Bid Adapter to support identical uids in parameters * Update TrustX Bid Adapter to ignore bids that sizes do not match the size of the request * Update TrustX Bid Adapter to support instream and outstream video * Added wrapperType and wrapperVersion parameters in ad request for TrustX Bid Adapter * Update TrustX Bid Adapter to use refererInfo instead depricated function utils.getTopWindowUrl * HOTFIX for referrer encodind in TrustX Bid Adapter * Fix test for TrustX Bid Adapter
Configuration menu - View commit details
-
Copy full SHA for 5dfb923 - Browse repository at this point
Copy the full SHA 5dfb923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8302d96 - Browse repository at this point
Copy the full SHA 8302d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03bc30d - Browse repository at this point
Copy the full SHA 03bc30dView commit details -
adformOpenRTB adapter: size targeting using aspect ratios (prebid#4019)
* adformOpenRTB adatper: size targeting using aspect ratios * avoid throwing errors while parsing aspect_ratios
Configuration menu - View commit details
-
Copy full SHA for 0561222 - Browse repository at this point
Copy the full SHA 0561222View commit details -
Prebid server support for OpenRTB Native bids (prebid#3145)
* initial support for native requests in prebid server * add support for native request in prebid server OpenRTB * fixes and new test for native openrtb responses * updates to prebidServerBidAdapter for native support * resolve conflicts with prebid-server video changes * successfully returning and rendering native ad through prebid server * add example prebid server native page * fix bugs and tests for prebid-server native * resolve unused variable lint alert in native example * allow native adUnits without sizes in prebid server
Configuration menu - View commit details
-
Copy full SHA for f013970 - Browse repository at this point
Copy the full SHA f013970View commit details -
MarsMedia adapter: Update prebid api (prebid#3978)
* Create Mars bid adapter * Fix ESLint errors * Add more tab between 86-97 for ESLint
Configuration menu - View commit details
-
Copy full SHA for c079efe - Browse repository at this point
Copy the full SHA c079efeView commit details -
Appnexus native view tracker (prebid#4022)
* First pass: adding viewability script to rtbBid * Added viewability scrit in the right place * Clean up * Corrected script position, added a workaround to get the adId after the bid's creation and fixed tests * Removed debugging logs * More cleanup * Opted to append rtbBid.viewability.config to the existing (nativeAd.javascript_trackers) in the bidAdapter's newBid function * Removed AnalyticsAdaper code and added bidAdapter.onBidWon to check for our jstracker and update their src attributes. * Added a way to differentiate scripts and clean up * Changed newBid to disarm jstracker before it's ready and changed onBidWon to arm it. This prevents the tracker from being loaded twice. * Making the code more robust * Grouped code in a function. Also changed parameters to reflect that finding the element will now fall be a view_js responsability. * Changed parameter pbjs_iframeid name to pbjs_auc so its not misleading * Variable name change to better reflect its nature * Fixing URL parameters (; separated and replacing completely the useless one) * undo changes to appnexus Analytics adapter * update regex variable * update regex again
Configuration menu - View commit details
-
Copy full SHA for e603156 - Browse repository at this point
Copy the full SHA e603156View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8ed8f3 - Browse repository at this point
Copy the full SHA e8ed8f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4817ef6 - Browse repository at this point
Copy the full SHA 4817ef6View commit details -
Fix referrer encoding in The Media Grid Bid Adapter (prebid#4040)
* Added Grid Bid Adapter * remove priceType from TheMediaGrid Bid Adapter * Add video support in Grid Bid Adapter * Added test parameter for video slot * update Grid Bid Adapter to set size in response bid * Update Grid Bid Adapter to support identical uids in parameters * Fix typo in test file for Grid Bid Adapter * Update The Grid Media Bidder Adapter to send refererInfo.referer as 'u' parameter in ad request * Hotfix for referrer in Grid Bid Adapter
Configuration menu - View commit details
-
Copy full SHA for 9b5083d - Browse repository at this point
Copy the full SHA 9b5083dView commit details
Commits on Jul 31, 2019
-
[mgid] add referrer and utc offset to bid request (prebid#4023)
* make placementId optional * get referrer * fix formatting * fix formatting
Configuration menu - View commit details
-
Copy full SHA for 30cfb6d - Browse repository at this point
Copy the full SHA 30cfb6dView commit details -
ucfunnel support tdid (prebid#3977)
* ucfunnel tdid support
ucfunnel authored and Mike Chowla committedJul 31, 2019 Configuration menu - View commit details
-
Copy full SHA for 918305f - Browse repository at this point
Copy the full SHA 918305fView commit details -
Reload Adapter & Spec: Added GDPR and multiple sizes (prebid#3967)
* Reload Adapter & Spec: Added GDPR and multiple sizes * Reload Adapter - Fixed LGTM alert * Reload Adapter - Fixed import (path relative) * Reload Adapter: Read values from refererInfo and utils class. * Reload Adapter - Added onBidWon * Reload Adapter - Changed attribute's name * Reload Adapter - Backward Compatibility * Reload Adapter - Backward compatibility
Configuration menu - View commit details
-
Copy full SHA for 4d1bad5 - Browse repository at this point
Copy the full SHA 4d1bad5View commit details
Commits on Aug 1, 2019
-
AdkernelAdn adapter minor update (prebid#4033)
* Updated maintainer email * Minor refactoring & more unit tests * Updated config example
Configuration menu - View commit details
-
Copy full SHA for 9ed95bb - Browse repository at this point
Copy the full SHA 9ed95bbView commit details
Commits on Aug 2, 2019
-
Minor bug fixing in onetagBidAdapter.js (prebid#4054)
Fixed a minor bug. Updated TTL in response to align the correct specifications.
Configuration menu - View commit details
-
Copy full SHA for 92a5073 - Browse repository at this point
Copy the full SHA 92a5073View commit details -
Update karma to address vulnerabilities. (prebid#4038)
* update packages to fix vulns * upgrade node version to support advanced features * fix command gulp test --browserstack not exiting * fixes gulp view-coverage command failing * fix: command, gulp serve now keeps running without exiting * fix: error in package-lock.json * update README.md to reflect change in node version
Configuration menu - View commit details
-
Copy full SHA for 2fa4387 - Browse repository at this point
Copy the full SHA 2fa4387View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1eb122 - Browse repository at this point
Copy the full SHA a1eb122View commit details
Commits on Aug 5, 2019
-
adding supply chain Object feature (prebid#4051)
* outstream changes * removing global filtet * reverting page * message * adapter change * remove space * testcases * testpage * spaces for test page * renderer exist case * reverting package-lock.json * adding schain object
Configuration menu - View commit details
-
Copy full SHA for 1e14de8 - Browse repository at this point
Copy the full SHA 1e14de8View commit details
Commits on Aug 6, 2019
-
Adding new BidAdapter 'eywamedia' (prebid#4055)
* Adding new BidAdapter 'eywamedia' * removed unused import * removed unused variables * removed unused import * removed unused import - my bad!
Configuration menu - View commit details
-
Copy full SHA for 2215c54 - Browse repository at this point
Copy the full SHA 2215c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for b21252c - Browse repository at this point
Copy the full SHA b21252cView commit details -
Add instream & outstream video support to Criteo adapter (prebid#4037)
* assign adapter version * Mapped video parameter from prebid.js to cdb * Mapped video parameter from prebid.js to cdb * Ensure that context is consistent with placement and that we do not support longform * updated playersize property name * fixed size parsing to be able to handle single player size as well as several * Changed playersize to plural playersizes in CDB contract * Use displayurl instead of creative as we want to fetch the direct url vast cache instead a vast wrapper
Configuration menu - View commit details
-
Copy full SHA for a0ba466 - Browse repository at this point
Copy the full SHA a0ba466View commit details -
topRTBBidAdapter (prebid#3817)
* toprtbBidAdapter * topRTB adapter hbid queryparam added * toprtbBidAdapter-ssp aws url * topRTBBidAdapter * Video format topRTBBidAdapter * Video format topRTBBidAdapter * deviceType added * tracking new added * impression event added * fix test failed * fix testing failed * removed debug logs * added single quotes in adUnitId * remove console log * code committed to add SSL * adunitId changes for valid response
Configuration menu - View commit details
-
Copy full SHA for 0183f23 - Browse repository at this point
Copy the full SHA 0183f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ccdf0 - Browse repository at this point
Copy the full SHA a1ccdf0View commit details -
Consent String added to the HB request (prebid#4044)
* nanointeractive bid adapter * nanointeractive bid adapter * - using utils.getParameterByName instead of utils.getTopWindowLocation().href - bidderCode is removed - Default ALG changed to 'ihr' - added protocol to 'cors' param * markdown file * enabling localhost for bid requests * Bugfix interpretResponse - added body; Removed unnecessary parameters; Adjusted tests; * New feature - subId * Fixed lint errors * Nano Interactive Bid Adapter New Bid params: - categoryName - name Getting referrer information * Fixed documentation * Removed unnecessary parameter from documentation * Cleaning up documentation * - Sending window location to server if possible * - Lint errors fix * Using utils.js method for sending location to server * Removing unnecessary parameter passing * added ConsentString to HB request * removing unused location params in testing
Configuration menu - View commit details
-
Copy full SHA for 32ce0eb - Browse repository at this point
Copy the full SHA 32ce0ebView commit details -
Update URI for IdentityLink integration (prebid#4049)
* Update URI for IdentityLink integration We have moved the URI for the Envelope API, and are currently shiming requests with the rt parameter. This will eventually be deprecated, so we want to update to the correct URI w/o the rt param. * bump
Configuration menu - View commit details
-
Copy full SHA for 36ef1de - Browse repository at this point
Copy the full SHA 36ef1deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cce306 - Browse repository at this point
Copy the full SHA 5cce306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a45da - Browse repository at this point
Copy the full SHA 64a45daView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe8074a - Browse repository at this point
Copy the full SHA fe8074aView commit details -
Eric Harper committed
Aug 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 22b0b73 - Browse repository at this point
Copy the full SHA 22b0b73View commit details -
Eric Harper committed
Aug 6, 2019 Configuration menu - View commit details
-
Copy full SHA for d7ebb57 - Browse repository at this point
Copy the full SHA d7ebb57View commit details
Commits on Aug 7, 2019
-
GumGum adapter: push first indexed value in sizes array to bidRespons…
…es.height and width (prebid#4006) * changed resizing unit tests to return the first size dimensions in the sizes array * added some changes
Configuration menu - View commit details
-
Copy full SHA for 131c56a - Browse repository at this point
Copy the full SHA 131c56aView commit details -
Improve Piximedia Adapter (prebid#4026)
* Add Piximedia adapter * Add piximediaBidAdapter.md * Improve protocol of Piximedia bidder * Add Piximedia adapter * Fix piximediaBidAdapter_spec.js style * Fix Piximedia adapter * Revert "Fix Piximedia adapter" This reverts commit 10a10d6. * Impprove Piximedia adapter * Remove CR at end of file * Add test for pbsizes in Piximedia adapter
Configuration menu - View commit details
-
Copy full SHA for cd252ec - Browse repository at this point
Copy the full SHA cd252ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d67b6 - Browse repository at this point
Copy the full SHA 36d67b6View commit details
Commits on Aug 9, 2019
-
Fix removeAdUnit (prebid#4053)
* Fix removeAdUnit When there are multiple adUnits with the same code, only one of them gets removed. This fixes that. * snapwich fix
Configuration menu - View commit details
-
Copy full SHA for 6fb6049 - Browse repository at this point
Copy the full SHA 6fb6049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d9f85e - Browse repository at this point
Copy the full SHA 6d9f85eView commit details -
Fix for prebid#4047 (prebid#4063)
* Changed isBidRequestValid to reject bid requests missing required parameters. * Filter outstream video bid requests. * Improved detection of different media types. Ignore all media types except instream video and banner. * Added test to confirm behaviour with multi-format request. * Removed unnecessary change to bid sizes. * Removed unused imports and tests. * Added log message for unsupported media types.
Configuration menu - View commit details
-
Copy full SHA for ecd3815 - Browse repository at this point
Copy the full SHA ecd3815View commit details -
Configuration menu - View commit details
-
Copy full SHA for bad3358 - Browse repository at this point
Copy the full SHA bad3358View commit details
Commits on Aug 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e6c819b - Browse repository at this point
Copy the full SHA e6c819bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa828d1 - Browse repository at this point
Copy the full SHA aa828d1View commit details -
tlbidadapter missing semicolons (prebid#4076)
Fill in missing semicolons from TDID support update, which may be impacting TDID collection due to pb minification. Also updating for consistency with remainder of adapter.
Configuration menu - View commit details
-
Copy full SHA for d6c394e - Browse repository at this point
Copy the full SHA d6c394eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bd2ac0 - Browse repository at this point
Copy the full SHA 8bd2ac0View commit details -
Multiple sizes handling in adYouLike adaptor (prebid#4013)
* Remove useless bidderCode in bid response * send all the available sizes in the bid request * Use the banner sizes if given * avoid compatibility issue with old bid format
Configuration menu - View commit details
-
Copy full SHA for 1f08933 - Browse repository at this point
Copy the full SHA 1f08933View commit details
Commits on Aug 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ec4a641 - Browse repository at this point
Copy the full SHA ec4a641View commit details
Commits on Aug 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0bd5d61 - Browse repository at this point
Copy the full SHA 0bd5d61View commit details -
Yieldmo unified id (prebid#4041)
* update maintainer email * Add TTD unified id * Remove console.log * Remove trailing spaces
Elber Carneiro authored and Isaac A. Dettman committedAug 13, 2019 Configuration menu - View commit details
-
Copy full SHA for f4db14c - Browse repository at this point
Copy the full SHA f4db14cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0511807 - Browse repository at this point
Copy the full SHA 0511807View commit details
Commits on Aug 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 74a6ea5 - Browse repository at this point
Copy the full SHA 74a6ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874b99c - Browse repository at this point
Copy the full SHA 874b99cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1aa4e4 - Browse repository at this point
Copy the full SHA c1aa4e4View commit details
Commits on Aug 16, 2019
-
Add bid adapter for Sublime (prebid#3960)
* Add bid adapter for Sublime * Fix tests for sublimeBidAdapter * Fix tests for sublimeBidAdapter * fix(sublime-adapter): fixes to submit sublimePrebidAdapter * fix(sublime-adapter): fixes to submit sublimePrebidAdapter * Remove callback and fix tests * Update adapter to version 0.4.0 - Support of multiple bid request - Remove pixel call - Remove tag - Refactor - Update test * Rearrange constant and import alphabetically * sublimeBidAdapter: remove deprecated method getTopWindowUrl
Configuration menu - View commit details
-
Copy full SHA for d61756d - Browse repository at this point
Copy the full SHA d61756dView commit details
Commits on Aug 19, 2019
-
Identity Link - Use ats library for retrieving envelope (prebid#4077)
* Identity Link - Use ats library for retrieving envelope * Identity Link - add withCredentials options * Identity Link - renamed file identityLinkSystem to identityLinkIdSystem
Configuration menu - View commit details
-
Copy full SHA for 72ff0e4 - Browse repository at this point
Copy the full SHA 72ff0e4View commit details -
OPT-1949 Update prebid.js to pass in window.href & add keyword proces…
…s to our integration (prebid#4083) * OPT-1949 Update prebid.js to pass in window.href & add keyword process to our integration * OPT-1949 remove kw custom value from test * OPT-1949 fix test * OPT-1949 specify url value
Configuration menu - View commit details
-
Copy full SHA for 511a38b - Browse repository at this point
Copy the full SHA 511a38bView commit details
Commits on Aug 20, 2019
-
Fix prebid#4059 - ensure native keys are not seen as custom targeting…
… keys (prebid#4086) * ensure native keys are not seen as custom keys * add unit test for native keys
Configuration menu - View commit details
-
Copy full SHA for f622bdc - Browse repository at this point
Copy the full SHA f622bdcView commit details -
New Adapter request : cosmos (prebid#4096)
* Create cosmosBidAdapter.js Implemented cosmos adapter * Create cosmosBidAdapter.md Document file for cosmos * Create cosmos_sample.html Test File * Deleted cosmos_sample.html * Added unittesting.
Configuration menu - View commit details
-
Copy full SHA for 7ee3eb2 - Browse repository at this point
Copy the full SHA 7ee3eb2View commit details -
* reorganize e2e/ tests into separate directories * new test page for e2e-banner testing * add test to check if Banner Ad is getting loaded * change location of the spec files to reflect change in test/e2e directory structure * add test case to check for generation of valid targeting keys
Configuration menu - View commit details
-
Copy full SHA for dca695f - Browse repository at this point
Copy the full SHA dca695fView commit details -
Add Meazy bid adapter (prebid#4015)
* add meazy bid adapter * fix dealid * jsnellbaker review * jsnellbaker review * jsnellbaker review
Configuration menu - View commit details
-
Copy full SHA for 99e3e52 - Browse repository at this point
Copy the full SHA 99e3e52View commit details -
Mike Chowla committed
Aug 20, 2019 Configuration menu - View commit details
-
Copy full SHA for b8565e7 - Browse repository at this point
Copy the full SHA b8565e7View commit details -
Mike Chowla committed
Aug 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 6467bba - Browse repository at this point
Copy the full SHA 6467bbaView commit details
Commits on Aug 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c0c1b3e - Browse repository at this point
Copy the full SHA c0c1b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2096980 - Browse repository at this point
Copy the full SHA 2096980View commit details -
Collect info about which ad units receive bids (prebid#4094)
* Livewrapped bid and analytics adapter * Fixed some tests for browser compatibility * Fixed some tests for browser compatibility * Changed analytics adapter code name * Fix double quote in debug message * modified how gdpr is being passed * Added support for Publisher Common ID Module * Corrections for ttr in analytics * ANalytics updates * Auction start time stamp changed * Detect recovered ad blocked requests Make it possible to pass dynamic parameters to adapter * Collect info on ad units receiving any valid bid
Configuration menu - View commit details
-
Copy full SHA for 35e4b2b - Browse repository at this point
Copy the full SHA 35e4b2bView commit details -
s2sTesting: random number moved to global (prebid#3851)
* s2sTesting: random number moved to global We got a request that if if 10% of bidderA and 10% of bidderB should be server-side, they should be the same 10% of requests. This is a simple approach to the change that implies that the same page experience only throws one random number for the purposes of s2sTesting. i.e. if there are dynamic ads on the page, all newly created ads on the page will continue to use the same number. This is ok from the purposes of the s2sTesting module. * Added get for randNum + fix lint & tests * update to remove getter * remove log * update test
Configuration menu - View commit details
-
Copy full SHA for 801f0fb - Browse repository at this point
Copy the full SHA 801f0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3987d - Browse repository at this point
Copy the full SHA bc3987dView commit details
Commits on Aug 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e798c0c - Browse repository at this point
Copy the full SHA e798c0cView commit details
Commits on Aug 26, 2019
-
Gamoshi: Add 9MediaOnline new adaptor alias (prebid#4108)
* Add support for multi-format ad units. Add favoredMediaType property to params. * Add tests for gdpr consent. * Add adId to outbids * Modify media type resolving * Refactor multi-format ad units handler. * Add 9MediaOnline bidder adaptor
Configuration menu - View commit details
-
Copy full SHA for 60501c8 - Browse repository at this point
Copy the full SHA 60501c8View commit details
Commits on Aug 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d6ba289 - Browse repository at this point
Copy the full SHA d6ba289View commit details -
GumGum: add DigiTrust module (prebid#4109)
* adds digitrust module, mods gdpr from bool to int * update unit test
Configuration menu - View commit details
-
Copy full SHA for d5ee713 - Browse repository at this point
Copy the full SHA d5ee713View commit details -
Add GDPR and UID module support to Undertone adapter (prebid#4102)
* Added user sync support for undertone bid adapter (new pull request) * Added user sync support for undertone bid adapter * undertone adapter - send gdpr data in bid request in user sync request * undertone adapter - send gdpr data in bid request in user sync request - send external uids in the bid request * undertone adapter - send gdpr data in bid request in user sync request - send external uids and prebid version in the bid request * Update undertoneBidAdapter_spec.js * Update undertoneBidAdapter.js
Configuration menu - View commit details
-
Copy full SHA for 11801ba - Browse repository at this point
Copy the full SHA 11801baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c128af - Browse repository at this point
Copy the full SHA 9c128afView commit details
Commits on Aug 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 18543d6 - Browse repository at this point
Copy the full SHA 18543d6View commit details -
Long form video price bucket bugfix (prebid#4125)
* long form price bucket bugfix * updated logic to use medium as default granularity * remove unused import * use contants * move functions to auction module
Configuration menu - View commit details
-
Copy full SHA for 761226f - Browse repository at this point
Copy the full SHA 761226fView commit details -
Jaimin Panchal committed
Aug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 2005af4 - Browse repository at this point
Copy the full SHA 2005af4View commit details -
Jaimin Panchal committed
Aug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 099a723 - Browse repository at this point
Copy the full SHA 099a723View commit details
Commits on Aug 29, 2019
-
Optimera added optional device param (prebid#4105). (prebid#4106)
* Optimera added optional device param (prebid#4105). * Updating to use deepAccess util method (prebid#4105). * Condensing dealId check (prebid#4105).
Configuration menu - View commit details
-
Copy full SHA for 87e84b8 - Browse repository at this point
Copy the full SHA 87e84b8View commit details
Commits on Aug 30, 2019
-
SupplyChain object support in Prebid (prebid#4084)
* moving dctr related code in a function * moving parsedRequest variable out of the loop and moving GDPR related block at bottom * added a todo comment * exporting hasOwn function * added functionality to pass schain object - adapter manager will validate schain object - if it is valid then only it can be passed on to all bidders - bidders do not need to validate again * changed logMessage to logError - also fixed isInteger check * Moved schain related code from adapaterManager.js to schain.js * indentation chnages * logical bug fix * added test cases for schain * PubMatic: pass schain object in request * indentation * unit test for PubMatic schain support * using isInteger from utils * moved schain as a module * indentation * removed commented code * added try-catch as the statement code was breaking CI for IE-11 * Revert "added try-catch as the statement code was breaking CI for IE-11" This reverts commit 88f495f. * added a try-catch for a staement as it was breaking CI sometimes * added schain.md for schain module * added a few links * fixed typos * simplified the approach in adpater code * trying to restart CI * Revert "trying to restart CI" This reverts commit 25f877c. * adding support in prebidServerBidAdpater as well * bug fix * minor changes - moved consts out of function - added a error log on finding an invalid schain object * modified a comment * added name to a test case * Revert "added a try-catch for a staement as it was breaking CI sometimes" This reverts commit e9606bf. * moving schain validation logic inside PM adapter * Revert "moving schain validation logic inside PM adapter" This reverts commit 31d00d5. * added validation mode: strict, relaxed, off * updated documentation * moved a comment * changed value in example
Configuration menu - View commit details
-
Copy full SHA for a7ad5ef - Browse repository at this point
Copy the full SHA a7ad5efView commit details
Commits on Sep 3, 2019
-
Auto detect if we can bust out of iframe (#15) (prebid#4099)
* Add HTML5 video support param to bid requests * Use const instead of var for consistency * Update supported sizes - Default size returned changed from 0x0 to 1x1 to support PrebidServer - Now will always respect the bid sizes supported when configured Co-authored-by: Josh Becker <jbecker@sharethrough.com> * Update maintainer contact email * Support Prebid.js User ID module - Add support for Unified ID solution of User ID module by checking for `bidRequest.userId.tdid` param in `buildRequests` method of Sharethrough's adapter - Update specs, maintain 80%+ code coverage * Update logic for changing userAgent string in tests * Add 3 pbjs callbacks to the adapter * Add comments on empty implementations * Update Sharethrough endpoint * Add logic to detect safeframe * Remove console.log statements Fix issue with clientjs detection Small refactors (linting) Co-authored-by: Josh Becker <jbecker@sharethrough.com> * Continue work on safeframe detection spec Co-authored-by: Josh Becker <jbecker@sharethrough.com> * [WIP] * update version of sharethrough adapter from 3.0.1 to 3.1.0 * create sharethroughInternal const in adapter so that we can properly stub methods for testing, and utilize utility functions * rename safeframe detection and iframe JS tag insertion code * Finish iframe handler specs Refactor spec file * Change method of detecting whether locked in a frame or not * Add logic to detect safeframe * Remove console.log statements Fix issue with clientjs detection Small refactors (linting) Co-authored-by: Josh Becker <jbecker@sharethrough.com> * Continue work on safeframe detection spec Co-authored-by: Josh Becker <jbecker@sharethrough.com> * [WIP] * update version of sharethrough adapter from 3.0.1 to 3.1.0 * create sharethroughInternal const in adapter so that we can properly stub methods for testing, and utilize utility functions * rename safeframe detection and iframe JS tag insertion code * Finish iframe handler specs Refactor spec file * Change method of detecting whether locked in a frame or not
Configuration menu - View commit details
-
Copy full SHA for 3fe149a - Browse repository at this point
Copy the full SHA 3fe149aView commit details -
Rubicon adapter: added sizes (prebid#4147)
* added missing comma * fixing syntax error
Configuration menu - View commit details
-
Copy full SHA for eaffc3d - Browse repository at this point
Copy the full SHA eaffc3dView commit details -
add logic to prefer prebid modules over external modules in build pro…
…cess (prebid#4124) * add check in getModules helper function * update logic based on feedback * update node version of project
Configuration menu - View commit details
-
Copy full SHA for 3f556dc - Browse repository at this point
Copy the full SHA 3f556dcView commit details -
Improve Digital adapter: adding bid floor, referrer, more native fiel…
…ds (prebid#4103) * Bid floor, https, native ad update * Update the ad server protocol module * Adding referrer
Configuration menu - View commit details
-
Copy full SHA for a49d89b - Browse repository at this point
Copy the full SHA a49d89bView commit details -
YIELDONE adapter - change urls to adapt https (prebid#4139)
* update: change urls to adapt https * fix test code
Configuration menu - View commit details
-
Copy full SHA for 80cbd2c - Browse repository at this point
Copy the full SHA 80cbd2cView commit details -
Added SupplyChain Object support and an onTimeout Callback (prebid#4137)
* - Implemented the 'onTimeout' callback to fire a pixel when there's a timeout. - Added the ability to serialize an schain object according to the description provided here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md * some mods to the schain tag generation * - added tests for schain param checking. * - fixed a malformed url for timeouts * - Removed a trailing ',' while generating a schain param.
Configuration menu - View commit details
-
Copy full SHA for e61b246 - Browse repository at this point
Copy the full SHA e61b246View commit details -
Revert "Added SupplyChain Object support and an onTimeout Callback (p…
…rebid#4137)" This reverts commit e61b246. This commit doesn't use the schain module added in prebid#4084
Mike Chowla committedSep 3, 2019 Configuration menu - View commit details
-
Copy full SHA for fe0c9e8 - Browse repository at this point
Copy the full SHA fe0c9e8View commit details
Commits on Sep 4, 2019
-
Nobid Prebid Adapter commit (prebid#4050)
* Nobid Prebid Adapter commit * Fixed global replace and unit tests * Fixed find function * Added nobidBidAdapter.md * Removed description and added "Bid Params" section. * Added test siteId 2 for testing. * Refactored the Adapter to remove most references to the nobid object. We still need the nobid object because we have a passback tag in DFP that makes reference to it. * Fix concurrent responses on the page * Cosmetic change to log an error in case of missing ad markup * Keep nobid.bidResponses cross adapters. * Added GDPR support in user sync and added test coverage. gulp test-coverage gulp view-coverage * Padding issues * Fix padding issues * Fix padding
Configuration menu - View commit details
-
Copy full SHA for deeb4c0 - Browse repository at this point
Copy the full SHA deeb4c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e897d47 - Browse repository at this point
Copy the full SHA e897d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e43220 - Browse repository at this point
Copy the full SHA 7e43220View commit details -
Configuration menu - View commit details
-
Copy full SHA for f125ac7 - Browse repository at this point
Copy the full SHA f125ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 777d031 - Browse repository at this point
Copy the full SHA 777d031View commit details -
Configuration menu - View commit details
-
Copy full SHA for c716dd9 - Browse repository at this point
Copy the full SHA c716dd9View commit details
Commits on Sep 5, 2019
-
Rubicon: tuning logged messages (prebid#4157)
* Rubicon: tuning logged messages * Update rubiconBidAdapter.js * fixed indentation
Configuration menu - View commit details
-
Copy full SHA for ff0a8a6 - Browse repository at this point
Copy the full SHA ff0a8a6View commit details -
Rubicon Video COPPA fix (prebid#4155)
* Rubicon Video COPPA fix * Unit test for Rubicon Video COPPA fix
Configuration menu - View commit details
-
Copy full SHA for c47bb80 - Browse repository at this point
Copy the full SHA c47bb80View commit details -
Playground XYZ adapter - iframe usersync bug fix (prebid#4141)
* corrected user sync type * removed support for iframe usersync * added unit tests for getUserSyncs
Configuration menu - View commit details
-
Copy full SHA for 67e3a9c - Browse repository at this point
Copy the full SHA 67e3a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cbe57c - Browse repository at this point
Copy the full SHA 0cbe57cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0bf6e - Browse repository at this point
Copy the full SHA 7a0bf6eView commit details
Commits on Sep 6, 2019
-
Datablocks bid/analytics adapter (prebid#4128)
* add datablocks Analytics and Bidder Adapters * remove preload param * remove preloadid * better coverage of tests * better coverage * IE doesn't support array.find * lint test * update example host * native asset id should be integer
Configuration menu - View commit details
-
Copy full SHA for f828b84 - Browse repository at this point
Copy the full SHA f828b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bdbb12 - Browse repository at this point
Copy the full SHA 2bdbb12View commit details
Commits on Sep 8, 2019
-
Shorten SomoAudience to just Somo (prebid#4163)
* Shorten SomoAudience to just Somo * Make package-lock return
Configuration menu - View commit details
-
Copy full SHA for 02cd6e4 - Browse repository at this point
Copy the full SHA 02cd6e4View commit details -
Quantcast: Fix for empty video parameters (prebid#4145)
* Copy params from bid.params.video. * Added test for missing video parameters. * Include mimes from adunit.
Configuration menu - View commit details
-
Copy full SHA for 69107fe - Browse repository at this point
Copy the full SHA 69107feView commit details -
One Video adding Rewarded Video Feature (prebid#4142)
* outstream changes * removing global filtet * reverting page * message * adapter change * remove space * testcases * testpage * spaces for test page * renderer exist case * reverting package-lock.json * adding schain object * adding tagid * syntaxx error fix * video.html * space trailing * space * tagid * inventoryId and placement * rewarded video * added unit test case
Configuration menu - View commit details
-
Copy full SHA for 97fab61 - Browse repository at this point
Copy the full SHA 97fab61View commit details
Commits on Sep 9, 2019
-
Module to pass User Ids to DFP (prebid#4140)
* first commit * renamed * minor doc change * documentation * small change * EB * removed unused imports * minor changes * reanmaed a const * adding more methods to test shareUserIds module * unit tets cases for shareUserIds * indentation * renamed DFP to GAM * renamed shareUserIds to userIdTargeting * Update userIdTargeting.md * trying to restart CI * digitrust userId case handled * minor comment change * using auctionEnd event instead of requestBids.before * using events.on
Configuration menu - View commit details
-
Copy full SHA for 25b6471 - Browse repository at this point
Copy the full SHA 25b6471View commit details
Commits on Sep 10, 2019
-
Buzzoola bid adapter (prebid#4127)
* initial commit for buzzoola adapter * leave only banners for now * fix bid validation * change endpoint url * add video type * restore renderer * fix renderer * add fixed player sizes * switch bids * convert dimentions to strings * write tests * 100% tests * remove new DOM element creation in tests * handle empty response from server * change description
Configuration menu - View commit details
-
Copy full SHA for c520176 - Browse repository at this point
Copy the full SHA c520176View commit details -
E2e tests for Native and Outstream video Ad formats. (prebid#4116)
* reorganize e2e/ tests into separate directories * new test page for e2e-banner testing * add test to check if Banner Ad is getting loaded * change location of the spec files to reflect change in test/e2e directory structure * add test case to check for generation of valid targeting keys * create Native Ad test page * add test case to check validity of the targeting keys and correct rendering of the Ad * update old browser versions to new * update browser version * update title * remove console.log statements * add basic functional test for e2e outstream video ad format
Configuration menu - View commit details
-
Copy full SHA for 8b92b1f - Browse repository at this point
Copy the full SHA 8b92b1fView commit details -
Update LockerDome adUnitId bid param (prebid#4176)
This is not a breaking change
Configuration menu - View commit details
-
Copy full SHA for 276e1f7 - Browse repository at this point
Copy the full SHA 276e1f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0b75c - Browse repository at this point
Copy the full SHA 2d0b75cView commit details -
S2s testing disable client side (prebid#4123)
* Add microadBidAdapter * Remove unnecessary encodeURIComponent from microadBidAdapter * Submit Advangelists Prebid Adapter * Submit Advangelists Prebid Adapter 1.1 * Correct procudtion endpoint for prebid * analytics update with wrapper name * reverted error merge * New testServerOnly flag * Tests and a bug fix * Removed dead code * Fixes requested in review * Check each adUnit * isTestingServerOnly changes per Eric * Fixed IE 11 bug * More tests * improved test case names
Configuration menu - View commit details
-
Copy full SHA for 7990f4b - Browse repository at this point
Copy the full SHA 7990f4bView commit details -
New option to Include deal KVPs when enableSendAllBids === false (pre…
…bid#4136) * new option to include KVPs which have deals when enableSendAllBids === false * updating tests to be more realistic
Configuration menu - View commit details
-
Copy full SHA for 730c561 - Browse repository at this point
Copy the full SHA 730c561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 958859a - Browse repository at this point
Copy the full SHA 958859aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5f68f - Browse repository at this point
Copy the full SHA 1b5f68fView commit details
Commits on Sep 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fa21ea0 - Browse repository at this point
Copy the full SHA fa21ea0View commit details
Commits on Sep 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f3bcfb6 - Browse repository at this point
Copy the full SHA f3bcfb6View commit details
Commits on Sep 13, 2019
-
if schain config is not defined then error should not be thrown (preb…
…id#4165) * if schain config is not defiend then error should not be thrown * relaxed mode nodes param not defined error handled * added test cases for config validation * a curly bracket was missing in the example
Configuration menu - View commit details
-
Copy full SHA for 3915517 - Browse repository at this point
Copy the full SHA 3915517View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4cc081 - Browse repository at this point
Copy the full SHA e4cc081View commit details
Commits on Sep 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 59532e4 - Browse repository at this point
Copy the full SHA 59532e4View commit details -
Update README.md (prebid#4193)
* Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 29066dd - Browse repository at this point
Copy the full SHA 29066ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f60799f - Browse repository at this point
Copy the full SHA f60799fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c456472 - Browse repository at this point
Copy the full SHA c456472View commit details -
Configuration menu - View commit details
-
Copy full SHA for b50a95f - Browse repository at this point
Copy the full SHA b50a95fView commit details -
Sonobi - send entire userid payload (prebid#4196)
* added userid param to pass the entire userId payload to sonobis bid request endpoint * removed console log git p * fixed lint
Configuration menu - View commit details
-
Copy full SHA for 017a8f0 - Browse repository at this point
Copy the full SHA 017a8f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94488e4 - Browse repository at this point
Copy the full SHA 94488e4View commit details
Commits on Sep 17, 2019
-
userId - Add support for refreshing the cached user id (prebid#4082)
* [userId] Added support for refreshing the cached user id: refreshInSeconds storage parameter, related tests and implementation in id5 module * [userId] Added support for refreshing the cached user id: refreshInSeconds storage parameter, related tests and implementation in id5 module * UserId - ID5 - Updated doc with new contact point for partners * UserId - Merged getStoredValue and getStoredDate * [UserId] - ID5 - Moved back ID5 in ./modules * UserId - ID5 - Fixed incorrect GDPR condition * [UserId] - Doc update and test cleanup
Configuration menu - View commit details
-
Copy full SHA for e981849 - Browse repository at this point
Copy the full SHA e981849View commit details -
Eric Harper committed
Sep 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 17969da - Browse repository at this point
Copy the full SHA 17969daView commit details -
Eric Harper committed
Sep 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 3524709 - Browse repository at this point
Copy the full SHA 3524709View commit details -
SupplyChainObject support and fires a pixel onTimeout (prebid#4152)
* - Implemented the 'onTimeout' callback to fire a pixel when there's a timeout. - Added the ability to serialize an schain object according to the description provided here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md * some mods to the schain tag generation * - added tests for schain param checking. * - fixed a malformed url for timeouts * - Removed a trailing ',' while generating a schain param. * - Using the schain object from validBidRequest if present. Reverting to checking if params has it if not. * - reverting changes to merge with master * - Resolving merge issues
Configuration menu - View commit details
-
Copy full SHA for a3cd6e6 - Browse repository at this point
Copy the full SHA a3cd6e6View commit details -
Feature/add profile parameter (prebid#4185)
* Add optional profile parameter
Configuration menu - View commit details
-
Copy full SHA for 313bdc8 - Browse repository at this point
Copy the full SHA 313bdc8View commit details
Commits on Sep 18, 2019
-
EMXDigital Bid Adapter: Add video dimensions in request (prebid#4174)
* addressed feedback from prebid#3731 ticket * removed commented code from emx test spec * logging removed from spec * flip h & w values from playerSize for video requests * adding Outstream mediaType to EMX Digital * adding device info. update to grab video param. styling changes. * add video dimensions from playerSize * fix test for video dimensions
Configuration menu - View commit details
-
Copy full SHA for ebf4272 - Browse repository at this point
Copy the full SHA ebf4272View commit details -
Added keywords parameter support in TrustX Bid Adapter (prebid#4183)
* Add trustx adapter and tests for it * update integration example * Update trustx adapter * Post-review fixes of Trustx adapter * Code improvement for trustx adapter: changed default price type from gross to net * Update TrustX adapter to support the 1.0 version * Make requested changes for TrustX adapter * Updated markdown file for TrustX adapter * Fix TrustX adapter and spec file * Update TrustX adapter: r parameter was added to ad request as cache buster * Add support of gdpr to Trustx Bid Adapter * Add wtimeout to ad request params for TrustX Bid Adapter * TrustX Bid Adapter: remove last ampersand in the ad request * Update TrustX Bid Adapter to support identical uids in parameters * Update TrustX Bid Adapter to ignore bids that sizes do not match the size of the request * Update TrustX Bid Adapter to support instream and outstream video * Added wrapperType and wrapperVersion parameters in ad request for TrustX Bid Adapter * Update TrustX Bid Adapter to use refererInfo instead depricated function utils.getTopWindowUrl * HOTFIX for referrer encodind in TrustX Bid Adapter * Fix test for TrustX Bid Adapter * TrustX Bid Adapter: added keywords passing support
Configuration menu - View commit details
-
Copy full SHA for fa0019c - Browse repository at this point
Copy the full SHA fa0019cView commit details
Commits on Sep 19, 2019
-
rubicon: avoid passing unknown position (prebid#4207)
* rubicon: not passing pos if not specified * added comment * not sending pos for video when undefined * cleaning up test * fixed unit test
Configuration menu - View commit details
-
Copy full SHA for 53a13f2 - Browse repository at this point
Copy the full SHA 53a13f2View commit details
Commits on Sep 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 93874d8 - Browse repository at this point
Copy the full SHA 93874d8View commit details -
GumGum: only send gdprConsent when found (prebid#4205)
* adds digitrust module, mods gdpr from bool to int * update unit test * only send gdprconsent if present
Configuration menu - View commit details
-
Copy full SHA for def7138 - Browse repository at this point
Copy the full SHA def7138View commit details -
LKQD: Use refererInfo.referer as fallback pageurl (prebid#4210)
* Refactored URL query parameter passthrough for additional values, changed SSP endpoint to v.lkqd.net, and updated associated unit tests * Use refererInfo.referer as fallback pageurl * Removed logs and testing values
Configuration menu - View commit details
-
Copy full SHA for 1e03b4b - Browse repository at this point
Copy the full SHA 1e03b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1642f1 - Browse repository at this point
Copy the full SHA f1642f1View commit details
Commits on Sep 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eb841b2 - Browse repository at this point
Copy the full SHA eb841b2View commit details -
added adId property to adRenderFailed event (prebid#4097)
When no bid (therefore no adUnitCode) is available in the adRenderFailed event it can be difficult to identify the erroring slot.But in almost all cases the given slot still has the adId targeting.
Pascal S authored and Isaac A. Dettman committedSep 23, 2019 Configuration menu - View commit details
-
Copy full SHA for e817865 - Browse repository at this point
Copy the full SHA e817865View commit details -
OpenX Adapter: Forcing https requests and adding UserID module suppor…
…t for LiveRamp and TTD (prebid#4182) * OpenX Adapter: Updated requests to force https * OpenX Adapter: Added support for TTD's UnifiedID and LiveRamp's IDL
Configuration menu - View commit details
-
Copy full SHA for 495baa9 - Browse repository at this point
Copy the full SHA 495baa9View commit details -
PubMatic to support userId sub-modules (prebid#4191)
* added support for pubcommon, digitrust, id5id * added support for IdentityLink * changed the source for id5 * added unit test cases * changed source param for identityLink
Configuration menu - View commit details
-
Copy full SHA for 562a889 - Browse repository at this point
Copy the full SHA 562a889View commit details -
TripleLift support for UnifiedId and IdentityLink (prebid#4197)
* Add IdentityLink support and fix UnifiedId. It appears we've been looking for UnifiedId userIds on the bidderRequest object, when they are found on bidRequests. This commit fixes that error, and adds support for IdentityLink. * change maintainer email to group
Configuration menu - View commit details
-
Copy full SHA for f81b567 - Browse repository at this point
Copy the full SHA f81b567View commit details -
Added lemma adapter (prebid#4126)
* lemmaBidAdapter.js Added lemma bid adapter file * lemmaBidAdapter.md Added lemma bid adapter md file * lemmaBidAdapter_spec.js Added lemma bid adapter test spec file * Update lemmaBidAdapter.js Fixed automated code review alert comparison between inconvertible types * Update lemmaBidAdapter.js Fixed review changes * Update lemmaBidAdapter.md Correct parameter value.
Configuration menu - View commit details
-
Copy full SHA for 8544dbf - Browse repository at this point
Copy the full SHA 8544dbfView commit details
Commits on Sep 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5651800 - Browse repository at this point
Copy the full SHA 5651800View commit details -
Force https scheme for Criteo Bidder (prebid#4227)
* assign adapter version number * Ensure that Criteo's bidder is always called through https
Configuration menu - View commit details
-
Copy full SHA for 991b94d - Browse repository at this point
Copy the full SHA 991b94dView commit details -
Add Video Support for Datablocks Bid Adapter (prebid#4195)
* add datablocks Analytics and Bidder Adapters * remove preload param * remove preloadid * better coverage of tests * better coverage * IE doesn't support array.find * lint test * update example host * native asset id should be integer * add datablocks Video * remove isInteger * skip if empty
Configuration menu - View commit details
-
Copy full SHA for 4be8495 - Browse repository at this point
Copy the full SHA 4be8495View commit details -
update adUnit, bidRequest and bidResponse object (prebid#4180)
* update adUnit, bidRequest and bidResponse object * add test for mediaTypes object
Configuration menu - View commit details
-
Copy full SHA for 2ab711b - Browse repository at this point
Copy the full SHA 2ab711bView commit details -
3 display banner and video vast support for rads (prebid#4209)
Configuration menu - View commit details
-
Copy full SHA for 0ad0bd3 - Browse repository at this point
Copy the full SHA 0ad0bd3View commit details
Commits on Sep 25, 2019
-
UserId - Add SameSite and server-side pubcid support (prebid#3869)
* Add SameSite and server-side pubcid support * Fix emoteevBidAdapter unit test
Configuration menu - View commit details
-
Copy full SHA for 925f1b1 - Browse repository at this point
Copy the full SHA 925f1b1View commit details -
added schain to appnexus bid adapter (prebid#4229)
* added schain to appnexus bid adapter * semicolon
Configuration menu - View commit details
-
Copy full SHA for 112c953 - Browse repository at this point
Copy the full SHA 112c953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ff666 - Browse repository at this point
Copy the full SHA 74ff666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 124a2be - Browse repository at this point
Copy the full SHA 124a2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0274410 - Browse repository at this point
Copy the full SHA 0274410View commit details
Commits on Sep 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d79483b - Browse repository at this point
Copy the full SHA d79483bView commit details
Commits on Sep 27, 2019
-
videoNow bid adapter (prebid#4088)
* -- first commit * -- cors and bidder's name fixed * -- almost ready * -- added docs * -- added nurl tracking * -- bid params * -- tests added * -- test fixed * -- replace placeholder in the onBidWon pixel's url * -- commit for restart tests * -- change response data format for display ad * -- tests updated * -- 100% tests coverage * -- a few clean the test's code * -- custom urls from localStorage * -- tests updated * -- a few clean the test's code * -- new init model * -- spec for new init model * -- fix for new init model * -- code cleaned * -- 100% tests coverage * -- 100% tests coverage * -- fixed test * -- commit for restart tests
Configuration menu - View commit details
-
Copy full SHA for 25e5fd0 - Browse repository at this point
Copy the full SHA 25e5fd0View commit details -
djax new bidder adapter (prebid#4192)
* djax bidder adapter * djax bidder adapter * Update hello_world.html
Configuration menu - View commit details
-
Copy full SHA for 91146b6 - Browse repository at this point
Copy the full SHA 91146b6View commit details
Commits on Sep 30, 2019
-
Added Turk Telekom Bid Adapter (prebid#4203)
* Added Turk Telekom Bid Adapter * Fix md file for Turk Telekom Bid Adapter
Configuration menu - View commit details
-
Copy full SHA for 21f1275 - Browse repository at this point
Copy the full SHA 21f1275View commit details -
MicroAd: Use HTTPS in all requests (prebid#4220)
* Always use HTTPS endpoint in MicroAd * Update code * Fixed a broken test in MicroAd
Configuration menu - View commit details
-
Copy full SHA for 3ed4ba2 - Browse repository at this point
Copy the full SHA 3ed4ba2View commit details -
Schain: avoiding Object.values as it is breaking on IE11 (prebid#4238)
* added support for pubcommon, digitrust, id5id * added support for IdentityLink * changed the source for id5 * added unit test cases * changed source param for identityLink * avoiding use of Object.values
Configuration menu - View commit details
-
Copy full SHA for 3921f98 - Browse repository at this point
Copy the full SHA 3921f98View commit details