-
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
IE and Safari compatibility #2
Commits on Oct 2, 2018
-
Make size mapping mediaType aware (prebid#3134)
* make sizeMapping mediaTypes aware * no sizeMapping if the only mediaType is not banner * better logging for size mapping and no auction when no bids * fix size mapping tests to ignore filter results (which are only for logging)
Configuration menu - View commit details
-
Copy full SHA for 298e41a - Browse repository at this point
Copy the full SHA 298e41aView commit details -
Making targeting keys configurable (prebid#3140)
* moved NATIVE_KEYS to constants * Changed TARGETING_KEYS from array to an array - Now you can change key names - Made changes in code at auction.js and targeting.js to handle the TARGETING_KEYS object than array * fixed aauctionmanager test cases for dynamic targeting key names * fixed native test cases for dynamic targeting key names * fixed test cases of targeting for dynamic targeting key names * in-dev changes * replace old keys with new keys * fixed a typo * fixed a unit case in utils * updated convertTargetingsFromOldToNew in fixtures this will now replace partner specific keys as well as per config * removed a log * keep test case as it was * improved convertTargetingsFromOldToNew in fixtures * Capitalized key names in TARGETING_KEYS object; not values in object * using computed properties * using computed properties * fixed eslint suggestion * fixed eslint suggestions * keeping unit tests more compliant with Mocha
Configuration menu - View commit details
-
Copy full SHA for 4e8955e - Browse repository at this point
Copy the full SHA 4e8955eView commit details -
4235 prebid endpoint return empty array instead of 204 when no bids r…
…eturned (prebid#3136) * corrected user sync type * add alias pxyz add version to endpoint add validation for 204 bid response * add validation with serverResponse is undefined fix test for 204 (no bid response) * remove package lock * restore package-lock
Configuration menu - View commit details
-
Copy full SHA for e7ad006 - Browse repository at this point
Copy the full SHA e7ad006View commit details
Commits on Oct 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9faccab - Browse repository at this point
Copy the full SHA 9faccabView commit details -
Add teads bidder adapter (prebid#3135)
* Add teads bidder adapter * Remove bidder code & tests arrow functions
Configuration menu - View commit details
-
Copy full SHA for c2847ab - Browse repository at this point
Copy the full SHA c2847abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4004864 - Browse repository at this point
Copy the full SHA 4004864View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7333c3 - Browse repository at this point
Copy the full SHA e7333c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 015b803 - Browse repository at this point
Copy the full SHA 015b803View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f9107 - Browse repository at this point
Copy the full SHA c3f9107View commit details
Commits on Oct 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3ba867a - Browse repository at this point
Copy the full SHA 3ba867aView commit details
Commits on Oct 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3fec73f - Browse repository at this point
Copy the full SHA 3fec73fView commit details
Commits on Oct 9, 2018
-
removed
cookieSyncDelay
fromconfig
since we have more configurat……ion options now with the `userSync` object (prebid#3142)
Configuration menu - View commit details
-
Copy full SHA for c3432e5 - Browse repository at this point
Copy the full SHA c3432e5View commit details -
Livewrapped bid and analytics adapter (prebid#3157)
* 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
Configuration menu - View commit details
-
Copy full SHA for 95ab4a0 - Browse repository at this point
Copy the full SHA 95ab4a0View commit details -
Adding appnexus debug via cookie/params (prebid#3152)
* adding appnexus debug via cookie/params * removing nested object * added documentation link and removed useless conditional * fix lint error on documentation message
Configuration menu - View commit details
-
Copy full SHA for 4797ea2 - Browse repository at this point
Copy the full SHA 4797ea2View commit details -
Add RSA validation to Criteo FastBid (prebid#3110)
* Pass Prebid version to Criteo direct bidder * Update Criteo profile IDs * Add RSA verification to Criteo FastBid * Update package-lock with jsencrypt and crypto-js * Replacing all arrow functions in Mocha function calls * Update Adapter Version to 14
Configuration menu - View commit details
-
Copy full SHA for e72e2dc - Browse repository at this point
Copy the full SHA e72e2dcView commit details -
Added support for user syncing pixel (prebid#3092)
* Added Polymorph adapter * Cleaned up code * Updated var to let * Updated with mediaType * Updated tests * Fixed tests * Updated polymorph adapter to support cookie syncing and network key integration * Fixed parens for lint * Fixed a bug related to network_key approach * Fixed double negation warning * Updated tests for network_key * Added bidId as cache buster and updated tests * Fixed tests
Configuration menu - View commit details
-
Copy full SHA for 8fdf61d - Browse repository at this point
Copy the full SHA 8fdf61dView commit details -
Small bugfix and cleanup for Prebid Server OpenRTB code (prebid#3113)
* change bid map to bid_id map and clean up openrtb in pbs * add src to bids in bid request when known
Configuration menu - View commit details
-
Copy full SHA for a1f07e9 - Browse repository at this point
Copy the full SHA a1f07e9View commit details -
Revert "Adding appnexus debug via cookie/params" (prebid#3164)
* Revert "Small bugfix and cleanup for Prebid Server OpenRTB code (prebid#3113)" This reverts commit a1f07e9. * Revert "Added support for user syncing pixel (prebid#3092)" This reverts commit 8fdf61d. * Revert "Add RSA validation to Criteo FastBid (prebid#3110)" This reverts commit e72e2dc. * Revert "Adding appnexus debug via cookie/params (prebid#3152)" This reverts commit 4797ea2.
Configuration menu - View commit details
-
Copy full SHA for f466b8c - Browse repository at this point
Copy the full SHA f466b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5736e83 - Browse repository at this point
Copy the full SHA 5736e83View commit details -
Render outstream safeframe (prebid#3159)
* render outstream safeframe * move code to Renderer module * some more logic to move
Configuration menu - View commit details
-
Copy full SHA for 24dd19a - Browse repository at this point
Copy the full SHA 24dd19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b66e241 - Browse repository at this point
Copy the full SHA b66e241View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d91fd - Browse repository at this point
Copy the full SHA a4d91fdView commit details -
rubiconBidAdapter - Checking FPD values are defined before toString() (…
…prebid#3165) * rubiconBidAdapter - Checking FPD values are defined before toString() - Added two tests for this behavior * Removing unused variable * changed to compare against null added some null params to the tests to verify
Configuration menu - View commit details
-
Copy full SHA for 7f94928 - Browse repository at this point
Copy the full SHA 7f94928View commit details
Commits on Oct 10, 2018
-
Adding mediaType param to parseSizes in order to ALWAYS get the corre…
…ct parse Size method correct. (prebid#3166)
Configuration menu - View commit details
-
Copy full SHA for 18107d8 - Browse repository at this point
Copy the full SHA 18107d8View commit details
Commits on Oct 11, 2018
-
PubMatic to support DigiTrust Id passing (prebid#3160)
* in-dev changes * included config * Unit test cases for DigitrustId passing in PubMatic bid adapter * eslint fixes * removed a comment * replaced "() => {" with "() => {"
Configuration menu - View commit details
-
Copy full SHA for 2903eb0 - Browse repository at this point
Copy the full SHA 2903eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e77957 - Browse repository at this point
Copy the full SHA 1e77957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4585a93 - Browse repository at this point
Copy the full SHA 4585a93View commit details
Commits on Oct 15, 2018
-
Trafficroots Resubmit (prebid#3141)
circleci is still failing, but I cannot find a workaround for this PR at the moment
Configuration menu - View commit details
-
Copy full SHA for 0c53a47 - Browse repository at this point
Copy the full SHA 0c53a47View commit details -
Rubicon skip video request in mutlti format when video is not setup (p…
…rebid#3167) * Update rubiconBidAdapter.js
Configuration menu - View commit details
-
Copy full SHA for e530cbb - Browse repository at this point
Copy the full SHA e530cbbView commit details -
OpenXOutstream Bid Adapter (prebid#3153)
* adds openxoutstreamadapter files * cleans up url, adds bidder config and version, removes unused code * updates template ad response * remove final unused custom param code * add openrtb to list of params again. * add payload back so we can read bidId * extra checks for cpm (pub_rev) * adds unit tests * adds unit tests * update md page * undo openx adapter space changes from autosave * undo openx adapter space changes from autosave * test cleanup * test cleanup * update md file * update example page params * remove sneaky console.log * return false * adds yieldmo to the md. remove useless docEl assignment * remove useless docEl assignments * move crid and adid to constants * fix test * remove another useless variable assignment caught by LGTM * changes CR_ID. moves tdoc to within if scope * updates crid on test * use more constants and use crid for lfid * remove superfluous trailing argument * adds viewport meta tag to header. removes unnecessary string interpolation. * move ad_id to a string * undo changes for pacakge-lock * fixes lfid to lfId, pID to pId * fixes lfid to lfId, pID to pId * remove rti:1 * adds openx maintainer email
Configuration menu - View commit details
-
Copy full SHA for cb66860 - Browse repository at this point
Copy the full SHA cb66860View commit details
Commits on Oct 16, 2018
-
improves additional data passed to the handler in AuctionInit and Auc…
…tionEnd events (prebid#3168)
Configuration menu - View commit details
-
Copy full SHA for de597ae - Browse repository at this point
Copy the full SHA de597aeView commit details -
removing cookieSet (prebid#3175)
* removing cookieSet * removing blank line * not including src/cookie anymore
Configuration menu - View commit details
-
Copy full SHA for 1cdf418 - Browse repository at this point
Copy the full SHA 1cdf418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8529386 - Browse repository at this point
Copy the full SHA 8529386View commit details -
Improve Digital adapter: set dealID based on buying type (prebid#3182)
* Adding GDPR support * Always drop user syncs when available * Set dealID based on buying type
Configuration menu - View commit details
-
Copy full SHA for b771e4f - Browse repository at this point
Copy the full SHA b771e4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3137c - Browse repository at this point
Copy the full SHA bf3137cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 613d167 - Browse repository at this point
Copy the full SHA 613d167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79af988 - Browse repository at this point
Copy the full SHA 79af988View commit details
Commits on Oct 17, 2018
-
RVR-1124 Setup initial skeleton analytics adapter that can send somet…
…hing. Approved-by: Alessandro Di Giovanni <alessandro.digiovanni@gamegenetics.de>
Configuration menu - View commit details
-
Copy full SHA for b03fa02 - Browse repository at this point
Copy the full SHA b03fa02View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5921d0 - Browse repository at this point
Copy the full SHA d5921d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e862a - Browse repository at this point
Copy the full SHA 30e862aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a7cdda - Browse repository at this point
Copy the full SHA 9a7cddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 785fea0 - Browse repository at this point
Copy the full SHA 785fea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff0538 - Browse repository at this point
Copy the full SHA bff0538View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2d868 - Browse repository at this point
Copy the full SHA dd2d868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d73b0 - Browse repository at this point
Copy the full SHA 32d73b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 071c40c - Browse repository at this point
Copy the full SHA 071c40cView commit details -
Merged in RVR-1214-invoke-handlers-on-rendering (pull request #7)
RVR-1214 Invoke handlers on rendering * RVR-1214 Invoked handlers right after ad is displayed. * Applied feedback. Approved-by: Alessandro Di Giovanni <alessandro.digiovanni@gamegenetics.de>
Configuration menu - View commit details
-
Copy full SHA for 0943fcc - Browse repository at this point
Copy the full SHA 0943fccView commit details -
Merged in RVR-1192-configuration-global-parameters (pull request #8)
RVR-1192 Configuration/Global parameters Approved-by: Alessandro Di Giovanni <alessandro.digiovanni@gamegenetics.de>
Configuration menu - View commit details
-
Copy full SHA for a866aea - Browse repository at this point
Copy the full SHA a866aeaView commit details -
Merged in RVR-1181-Prebid-js-unit-tests-setup (pull request #6)
RVR-1181 Prebid.js Unit tests setup Approved-by: Alessandro Di Giovanni <alessandro.digiovanni@gamegenetics.de>
Configuration menu - View commit details
-
Copy full SHA for 02faea0 - Browse repository at this point
Copy the full SHA 02faea0View commit details -
Merged in RVR-1247-additional-data-to-impression-records (pull request …
…#9) RVR-1247 Additional data to impression records Approved-by: Alessandro Di Giovanni <alessandro.digiovanni@gamegenetics.de>
Configuration menu - View commit details
-
Copy full SHA for 0ec5e4a - Browse repository at this point
Copy the full SHA 0ec5e4aView commit details -
Merged in RVR-1249-add-requestedbids-to-auction (pull request #10)
RVR-1249 Add requested bids to auction object request. Approved-by: Alessandro Di Giovanni <alessandro.digiovanni@gamegenetics.de>
Configuration menu - View commit details
-
Copy full SHA for 7e22a8b - Browse repository at this point
Copy the full SHA 7e22a8bView commit details -
Merged in RVR-1261-fix-tests (pull request prebid#11)
RVR-1261 fix tests * RVR-1261 Secured adapter from no containers configuration. And changed fetching URL. * RVR-1261 Added event check for request and changed some names. * Applied feedback. Approved-by: Alessandro Di Giovanni <alessandro.digiovanni@gamegenetics.de>
Configuration menu - View commit details
-
Copy full SHA for ca9da35 - Browse repository at this point
Copy the full SHA ca9da35View commit details -
RVR-1352 analytics adapter bugs
Approved-by: Alessandro Di Giovanni <alessandro.digiovanni@gamegenetics.de>
Configuration menu - View commit details
-
Copy full SHA for 2fb5806 - Browse repository at this point
Copy the full SHA 2fb5806View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef928f5 - Browse repository at this point
Copy the full SHA ef928f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b41c6 - Browse repository at this point
Copy the full SHA 65b41c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ab4e1 - Browse repository at this point
Copy the full SHA e4ab4e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba40ab9 - Browse repository at this point
Copy the full SHA ba40ab9View commit details -
RVR-1852 - Add content type and hardcoded auth headers
(cherry picked from commit 4def881)
Configuration menu - View commit details
-
Copy full SHA for cb429dd - Browse repository at this point
Copy the full SHA cb429ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b3394 - Browse repository at this point
Copy the full SHA c9b3394View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b6f37 - Browse repository at this point
Copy the full SHA c7b6f37View commit details -
districtmDMX new adapter (prebid#2765)
* adding DMX test @97%, two files added one updated * Update districtm_spec.js * Update districtmDMX.js * adding all districtm needed file * remove legacy file * remove typo || 0 in the test method * force default to return a valid width and height * update unit test code for failing test * changed class for an object * remove package-lock.json
Configuration menu - View commit details
-
Copy full SHA for f4fe9f2 - Browse repository at this point
Copy the full SHA f4fe9f2View commit details -
upgrade to gulp 4 (prebid#2930)
* upgrade to gulp 4 * update circleci config * removed some tasks and added notest flag * update lint dependency for test task
Configuration menu - View commit details
-
Copy full SHA for afc8a40 - Browse repository at this point
Copy the full SHA afc8a40View commit details -
RVR-1914 Consistent data types in events
Also removes undefined and null properties in audience events
Configuration menu - View commit details
-
Copy full SHA for 20a9171 - Browse repository at this point
Copy the full SHA 20a9171View commit details -
Merged in RVR-1883-Add-Basic-Access-Authentication (pull request preb…
…id#17) RVR-1883 Add Basic Access Authentication * RVR-1914 - Rename functions * RVR-1914 - Set default total_duration to null in bid response * RVR-1883 - Use RIVR_CLIENT_AUTH_TOKEN global variable for Auth token * RVR-1883 - Restore stub after every test not just at the end * RVR-1883 - Remove commented code
Configuration menu - View commit details
-
Copy full SHA for 441c911 - Browse repository at this point
Copy the full SHA 441c911View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdb50f - Browse repository at this point
Copy the full SHA 1bdb50fView commit details -
Fix for IE 11.0.0 and Safari 8.0.8 - includes()
Use core-js includes function for array
Configuration menu - View commit details
-
Copy full SHA for 702f5d3 - Browse repository at this point
Copy the full SHA 702f5d3View commit details -
Merge branch 'master' into IEandSafariCompatibility
AlessandroDG authoredOct 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 1a6d653 - Browse repository at this point
Copy the full SHA 1a6d653View commit details