Skip to content
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

Gamoshi Bid Adapter: add adomain and floor support for 5.0 compliance #6970

Merged
merged 459 commits into from
Jun 9, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 28, 2019

  1. 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
    robdubois authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    aa60b32 View commit details
    Browse the repository at this point in the history
  2. update outstream prod url (prebid#4104)

    sumit116 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b32aed6 View commit details
    Browse the repository at this point in the history
  3. support pubcid and uids (prebid#4143)

    nwlosinski authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    98a174c View commit details
    Browse the repository at this point in the history
  4. Fix misspelling and minor cleanup of schain docs (prebid#4150)

    Mike Chowla authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    82502b9 View commit details
    Browse the repository at this point in the history
  5. Prebid 2.31.0 Release

    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b5dd3b1 View commit details
    Browse the repository at this point in the history
  6. Increment pre version

    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ae064ec View commit details
    Browse the repository at this point in the history
  7. Rubicon: tuning logged messages (prebid#4157)

    * Rubicon: tuning logged messages
    
    * Update rubiconBidAdapter.js
    
    * fixed indentation
    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f720f1e View commit details
    Browse the repository at this point in the history
  8. Rubicon Video COPPA fix (prebid#4155)

    * Rubicon Video COPPA fix
    
    * Unit test for Rubicon Video COPPA fix
    umbrella-artem-seryak authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    556f7ca View commit details
    Browse the repository at this point in the history
  9. Playground XYZ adapter - iframe usersync bug fix (prebid#4141)

    * corrected user sync type
    
    * removed support for iframe usersync
    
    * added unit tests for getUserSyncs
    monofonik authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1abdbb6 View commit details
    Browse the repository at this point in the history
  10. update nvmrc file (prebid#4162)

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    32a7f31 View commit details
    Browse the repository at this point in the history
  11. update gulp-footer package (prebid#4160)

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    32b4fd5 View commit details
    Browse the repository at this point in the history
  12. 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
    htang555 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    3801464 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba3071c View commit details
    Browse the repository at this point in the history
  14. Shorten SomoAudience to just Somo (prebid#4163)

    * Shorten SomoAudience to just Somo
    
    * Make package-lock return
    SuprPhatAnon authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f620a81 View commit details
    Browse the repository at this point in the history
  15. Quantcast: Fix for empty video parameters (prebid#4145)

    * Copy params from bid.params.video.
    
    * Added test for missing video parameters.
    
    * Include mimes from adunit.
    dpapworth-qc authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2e15b15 View commit details
    Browse the repository at this point in the history
  16. 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
    DeepthiNeeladri authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    a6c43cb View commit details
    Browse the repository at this point in the history
  17. 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
    pm-harshad-mane authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0308c52 View commit details
    Browse the repository at this point in the history
  18. 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
    VanCyric authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b0124f2 View commit details
    Browse the repository at this point in the history
  19. 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
    Fawke authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2f76659 View commit details
    Browse the repository at this point in the history
  20. Update LockerDome adUnitId bid param (prebid#4176)

    This is not a breaking change
    margsliu authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    3bb7018 View commit details
    Browse the repository at this point in the history
  21. fix several issues in appnexus video bids (prebid#4154)

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d3f0971 View commit details
    Browse the repository at this point in the history
  22. 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
    tjeastmond authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9a8a143 View commit details
    Browse the repository at this point in the history
  23. 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
    robertrmartinez authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    cfc6ee1 View commit details
    Browse the repository at this point in the history
  24. Prebid 2.32.0 Release

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    db31a10 View commit details
    Browse the repository at this point in the history
  25. increment pre version

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    a22c4aa View commit details
    Browse the repository at this point in the history
  26. Rubicon doc: changing video test zone (prebid#4187)

    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ed6fe7a View commit details
    Browse the repository at this point in the history
  27. added schain support to sonobi adapter (prebid#4173)

    JonGoSonobi authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2cd63f8 View commit details
    Browse the repository at this point in the history
  28. 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
    pm-harshad-mane authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    bab3fd3 View commit details
    Browse the repository at this point in the history
  29. Rubicon: updating test params (prebid#4190)

    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8fd7bdb View commit details
    Browse the repository at this point in the history
  30. myTargetBidAdapter: support currency config (prebid#4188)

    vfedoseev authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4e2b8dc View commit details
    Browse the repository at this point in the history
  31. Update README.md (prebid#4193)

    * Update README.md
    
    * Update README.md
    djrosenbaum authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b097cce View commit details
    Browse the repository at this point in the history
  32. cedato bid adapter instream video support (prebid#4153)

    alexkh13 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    cde5c1f View commit details
    Browse the repository at this point in the history
  33. Added adxpremium prebid analytics adapter (prebid#4181)

    adxpremium authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    6ff688a View commit details
    Browse the repository at this point in the history
  34. feat(OAFLO-186): added support for schain (prebid#4194)

    jimee02 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    3a1dd33 View commit details
    Browse the repository at this point in the history
  35. 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
    JonGoSonobi authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    6eb129d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d6d6f8b View commit details
    Browse the repository at this point in the history
  37. 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
    padurgeat authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f0c2426 View commit details
    Browse the repository at this point in the history
  38. Prebid 2.33.0 Release

    Eric Harper authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    83dd50b View commit details
    Browse the repository at this point in the history
  39. Increment pre version

    Eric Harper authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9f1b2c1 View commit details
    Browse the repository at this point in the history
  40. 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
    telariaEng authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    af5ea8a View commit details
    Browse the repository at this point in the history
  41. Feature/add profile parameter (prebid#4185)

    * Add optional profile parameter
    ujuettner authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    74e7be6 View commit details
    Browse the repository at this point in the history
  42. 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
    EMXDigital authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1349b3f View commit details
    Browse the repository at this point in the history
  43. 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
    PWyrembak authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    034c750 View commit details
    Browse the repository at this point in the history
  44. 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
    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    425c567 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a2e9b8f View commit details
    Browse the repository at this point in the history
  46. 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
    susyt authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    92aec74 View commit details
    Browse the repository at this point in the history
  47. 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
    mrcrawfo authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    3409fd0 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    61aad24 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    8aed9d4 View commit details
    Browse the repository at this point in the history
  50. 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 sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    674e032 View commit details
    Browse the repository at this point in the history
  51. 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
    jimee02 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    fde2098 View commit details
    Browse the repository at this point in the history
  52. 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
    pm-harshad-mane authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    258d100 View commit details
    Browse the repository at this point in the history
  53. 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
    willchapin authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    507d7b8 View commit details
    Browse the repository at this point in the history
  54. 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.
    lm-abhijit authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    92b3093 View commit details
    Browse the repository at this point in the history
  55. Adkernel adapter new alias (prebid#4221)

    ckbo3hrk authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8a7ca6b View commit details
    Browse the repository at this point in the history
  56. Force https scheme for Criteo Bidder (prebid#4227)

    * assign adapter version number
    
    * Ensure that Criteo's bidder is always called through https
    leonardlabat authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    c7fbfe8 View commit details
    Browse the repository at this point in the history
  57. 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
    htang555 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    3f5124b View commit details
    Browse the repository at this point in the history
  58. update adUnit, bidRequest and bidResponse object (prebid#4180)

    * update adUnit, bidRequest and bidResponse object
    
    * add test for mediaTypes object
    Fawke authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    50931b2 View commit details
    Browse the repository at this point in the history
  59. 3 display banner and video vast support for rads (prebid#4209)

    * add stv adapter
    
    * remove comments from adapter file
    
    * start rads adapter
    
    * fix adapter and tests
    
    * fixes
    
    * fix adapter and doc
    
    * fix adapter
    
    * fix tests
    
    * little fix
    
    * add ip param
    
    * fix dev url
    
    * #3 radsBidAdapter.md
    
    * #3 radsBidAdapter.md: cleanup
    
    * fix code and doc
    onlsol authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    528e49c View commit details
    Browse the repository at this point in the history
  60. UserId - Add SameSite and server-side pubcid support (prebid#3869)

    * Add SameSite and server-side pubcid support
    
    * Fix emoteevBidAdapter unit test
    pycnvr authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    c5a9024 View commit details
    Browse the repository at this point in the history
  61. added schain to appnexus bid adapter (prebid#4229)

    * added schain to appnexus bid adapter
    
    * semicolon
    mkendall07 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    7ca5eba View commit details
    Browse the repository at this point in the history
  62. update doubleclick url (prebid#4179)

    MikeSperone authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1520d22 View commit details
    Browse the repository at this point in the history
  63. Prebid 2.34.0 release

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d6edbc3 View commit details
    Browse the repository at this point in the history
  64. increment pre version

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    bac615b View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    37d7410 View commit details
    Browse the repository at this point in the history
  66. 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
    sdbaron authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    3c0c518 View commit details
    Browse the repository at this point in the history
  67. djax new bidder adapter (prebid#4192)

    * djax bidder adapter
    
    * djax bidder adapter
    
    * Update hello_world.html
    djaxbidder authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2356a0e View commit details
    Browse the repository at this point in the history
  68. Added Turk Telekom Bid Adapter (prebid#4203)

    * Added Turk Telekom Bid Adapter
    
    * Fix md file for Turk Telekom Bid Adapter
    turktelssp authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2c5c938 View commit details
    Browse the repository at this point in the history
  69. MicroAd: Use HTTPS in all requests (prebid#4220)

    * Always use HTTPS endpoint in MicroAd
    
    * Update code
    
    * Fixed a broken test in MicroAd
    strong-zero authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ebb342a View commit details
    Browse the repository at this point in the history
  70. 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
    pm-harshad-mane authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    157bbae View commit details
    Browse the repository at this point in the history
  71. 3952 delay auction for ids (prebid#4115)

    * 3952 delay auction for user ids
    
    * 3952 add integration example
    
    * 3952 add tests
    
    * 3952 fix html example
    
    * add todos
    
    * 3952 continue auction if ids received
    
    * 3952 add tests for auction delay
    
    * increase test coverage
    
    * set config for test
    
    * remove todo
    
    * add a few more checks to tests
    
    * add comment, force tests to rerun
    mutdmour authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8c8663f View commit details
    Browse the repository at this point in the history
  72. Feature: adUnitBidLimit (prebid#3906)

    * added new feature to config to limit bids when sendallbids is enabled
    
    * cleaned up code. removed extra spaces etc
    
    * removed trailing spaces in config
    
    * remove .flat() and replaced with spread operator
    
    * removed flat function and instead pushing using spread operator
    
    * updated to use sendBidsControl instead
    
    * updated targeting_spec to test bidLimit
    
    * removed trailing spaces from targeting_spec
    r-schweitzer authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    56e46d9 View commit details
    Browse the repository at this point in the history
  73. Update Rubicon Adapter netRevenue default (prebid#4242)

    * 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 changed default value of netRevenue to true
    Isaac A. Dettman authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2344b3c View commit details
    Browse the repository at this point in the history
  74. Removed AdastaMadia from alias (prebid#4255)

    Adasta2019 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4cb6a83 View commit details
    Browse the repository at this point in the history
  75. Update appnexusBidAdapter.js (prebid#4251)

    Adasta2019 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    aa87106 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    b30a6cd View commit details
    Browse the repository at this point in the history
  77. Add coppa support for AppNexus adapter (prebid#4253)

    * Add coppa support for AppNexus adapter
    
    * test name
    mkendall07 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    cdd3d48 View commit details
    Browse the repository at this point in the history
  78. add new longform e2e tests (prebid#4206)

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b1f681a View commit details
    Browse the repository at this point in the history
  79. Konduit module (prebid#4184)

    * Adding Konduit module
    
    * Removed superfluous arguments passed to obtainVastUrl function
    
    * Removed superfluous arguments passed to obtainVastUrl function.
    
    * Build trigger (empty commit)
    
    * Module documentation updated according to the comments
    
    * Logic in obtainVastUrl function updated according to the review comment.
    
    * Removed hook, enabled eslint
    konduit-dev authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8a72c09 View commit details
    Browse the repository at this point in the history
  80. Circle CI runs e2e tests on every push (prebid#4200)

    * run functional tests on circle ci on push to any remote branch
    
    * remove extraneous key from config file
    
    * add test.localhost as alias to 127.0.0.1
    
    * check 0: execute circle-ci
    
    * move /etc/config to a separate command
    
    * change bid partner to rubicon
    
    * test appnexus bid adapter in ci
    
    * comment browserstack command
    
    * remove console.log statement
    
    * test1: circle-ci
    
    * change reference dev -> prod while loading prebid
    
    * add console.log statement
    
    * check-2: circle-ci
    
    * comment browserstack testing
    
    * change bid adapter
    
    * change bid adapter
    
    * remove test case for checking targeting keys
    
    * remove the ci flag
    
    * uncomment test for checking correct generation of targeting keys
    
    * swap AN -> Rubicon for testing targeting keys
    Fawke authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4c7459e View commit details
    Browse the repository at this point in the history
  81. Outcon bid adapter. (prebid#4161)

    * Outcon bid adapter.
    
    * Fix identation
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Spec fixes
    
    * Fixes
    
    * Fix urls
    
    * Fix
    
    * Fix parameters
    
    * Fix space operators
    
    * Fix bidder timeout
    
    * Update
    
    * Fix whitespace
    
    * no message
    
    * Outcon unit test
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Fixes
    
    * Fixes
    
    * Change url
    
    * no message
    
    * no message
    
    * no message
    
    * Added bidId
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Wrapping url with html
    
    * no message
    
    * no message
    
    * no message
    TinchoF authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2ab261f View commit details
    Browse the repository at this point in the history
  82. Adding workflow to run end to end tests (prebid#4230)

    * Adding workflow to run end to end tests
    
    * trying self branch
    
    * Update to run at 12 every day
    
    * cleanup config using aliases
    
    * update branch and cron time
    
    * add command
    jaiminpanchal27 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    284467e View commit details
    Browse the repository at this point in the history
  83. update prebid path for e2e test pages (prebid#4274)

    jaiminpanchal27 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ee81c9b View commit details
    Browse the repository at this point in the history
  84. Prebid 2.35.0 release

    Jaimin Panchal authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    6fae7e6 View commit details
    Browse the repository at this point in the history
  85. Increment pre version

    Jaimin Panchal authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    7ca34f9 View commit details
    Browse the repository at this point in the history
  86. Add usersync to adpone adapter (prebid#4245)

    * add user sync to adpone adapter
    
    * move adpone usersync to global variable
    
    * added withcredentials to http request
    
    * fix http request options
    
    * fix http request options
    
    * add withCredentials: true
    
    * add withCredentials: true
    
    * added test coverage to usersync
    
    * update sync function
    
    * add test coverage
    
    * adpone adapter
    
    * package lock
    
    * add more testing
    
    * add more testing
    
    * testing for onBidWon fucntion
    
    * test onbidwon function
    
    * trigger build
    seergiioo6 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    546179a View commit details
    Browse the repository at this point in the history
  87. Revert GumGum Adapter 2.28 resizing changes (prebid#4277)

    * changed resizing unit tests to return the first size dimensions in the sizes array
    
    * added some changes
    
    * reverted adapter changes
    WayneYang1 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e4cfeef View commit details
    Browse the repository at this point in the history
  88. SpotX Bid Adapter: Support schain, ID5 object, Google consent object,…

    … and hide_skin (prebid#4281)
    
    * Add SpotXBidAdapter
    
    * Minor updates
    
    * Undo testing changes to shared files
    
    * Fix relative imports
    
    * Remove superfluous imports and write a few more tests
    
    * Formatting, ID5 object, Google consent objects
    
      - Added ID5 object support
      - Added Google Consent object
      - Reformatted indentaiton on spec file
    
    * Revert content_width and content_height changes in docs
    
      - not sure how these got moved, lets put them back
    
    * Remove click_to_replay flag in example
    
      - no reason to use this one in the example
    
    * Spotx adapter - Add schain support and update unit tests
    
    * Update schain path in ORTB 2.3 request body
    
    	- schain object is now added to ortb request body
    	  at request.ext.source.ext.schain
    
    * Add hide_skin to documentation
    
      - whoops, this got removed, let's add it back
    codybonney authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    68ec997 View commit details
    Browse the repository at this point in the history
  89. Update Rubicon Analytics Adapter bidId to match PBS (prebid#4156)

    * 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 for rubicon analytics to send seat[].bid.id for PBS video and banner
    
    * fixed conditional for server and video or banner
    
    * updated with optimized value test for bidid
    
    * update changed default value of netRevenue to true
    
    * remove var declaration for rightSlot to correct lgtm error for unused variable
    
    * update defineSlot div id to match div id defined in html body
    
    * update test ad unit test props
    
    * revert lock to match remote master
    
    * add seatBidId to bidObj in rpBidAdapter interpretResponse
    
    * update setTargeting to execute in the bids back handler
    
    * remove dev integration test page
    
    * meaningless commit to get lgtm to re-run
    Isaac A. Dettman authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    cf89c61 View commit details
    Browse the repository at this point in the history
  90. SmartRTB adapter update (prebid#4246)

    * modules: Implement SmartRTB adapter and spec.
    
    * Fix for-loop syntax to support IE; refactor getDomain out of exported set.
    
    * Remove debugs, update doc
    
    * Update test for video support
    
    * Handle missing syncs. Add video to media types in sample ad unit
    
    * Add null response check, update primary endpoint
    
    * Note smrtb video requires renderer
    evanmsmrtb authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b11f832 View commit details
    Browse the repository at this point in the history
  91. Support Vast Track (prebid#4276)

    * 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 changed default value of netRevenue to true
    
    * Add parameters if config.cache.vasttrack is true
    
    * Use requestId instead of adId
    
    * Test new vasttrack payload params
    
    * Removed commented out code
    
    * Relaxed conditional check per review
    
    * Removed commented out line
    tjeastmond authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8e7bfde View commit details
    Browse the repository at this point in the history
  92. Added 1000x250 size (prebid#4295)

    hdeodhar authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    783304a View commit details
    Browse the repository at this point in the history
  93. prepare vidazoo adapter for v3.0 (prebid#4291)

    thewizarodofoz authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    333e55a View commit details
    Browse the repository at this point in the history
  94. Improve Digital adapter: support schain (prebid#4286)

    jbartek25 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5ac5ab2 View commit details
    Browse the repository at this point in the history
  95. LiveIntent Identity Module. (prebid#4178)

    * LiveIntentIdSystem. Initial implementation.
    
    * LiveIntentIdSystem. Removed whitespace.
    
    * Fixed typo
    
    * Renamed variables, cookiesm added md.
    
    * Changed the default identity url.
    
    * Composite id, with having more than just the lipbid passed around.
    
    * Composite id.
    
    * Merge conflict resolution.
    
    * Changed docs and param description.
    
    * Added typedoc & mentioned liveIntentIdSystem in submodule.json.
    
    * Extracted the LiveIntentIdSystem under modules, removed it from default userId modules.
    
    * Fixing the 204 + no body scenario.
    
    * Added liveIntent to submodule.json
    
    * Fixing docs indentation.
    
    * Updated prebidServer & specs.
    
    * Minor specs update.
    jankoulaga authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    303461d View commit details
    Browse the repository at this point in the history
  96. updating liveintent eids source (prebid#4300)

    * updating liveintent eids source
    
    these are supposed to be domains
    
    * updating unit test
    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d50f629 View commit details
    Browse the repository at this point in the history
  97. fix appnexusBidAdapter view-script regex (prebid#4289)

    * fix an view script regex
    
    * minor syntax update
    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    69fc6b3 View commit details
    Browse the repository at this point in the history
  98. 33Across adding bidder specific extension field (prebid#4298)

    * - add 33across specific ext field for statedAt
    
    * - fix unit test for 33Across adapter
    thomas-33across authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1ca4ed8 View commit details
    Browse the repository at this point in the history
  99. PubMatic to support LiveIntent User Id sub-module (prebid#4306)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * supporting LiveIntent Id in PubMatic adapter
    
    * updated source for liveintent
    pm-harshad-mane authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    05f2ab4 View commit details
    Browse the repository at this point in the history
  100. Finteza Analytics Adapter: fix cookies (prebid#4292)

    * fix reading and sending cookies
    
    * fix lint errors
    
    * clear comments
    
    * add unit tests
    
    * fix calling of setCookies for IE
    
    * clear cookies after test
    
    * use own setCookie method inside tests
    finteza authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    c2eb7e4 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    2d2c086 View commit details
    Browse the repository at this point in the history
  102. Returning the IdResponse type with an obj + callback. Fix for 4304 (

    …prebid#4305)
    
    *  Returning the `IdResponse` type with an obj + callback.
    
    * Renamed resp -> result.
    
    * Removed whitespace.
    jankoulaga authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    c10a8b5 View commit details
    Browse the repository at this point in the history
  103. ShowHeroes adapter - expanded outstream support (prebid#4222)

    * add ShowHeroes Adapter
    
    * ShowHeroes adapter - expanded outstream support
    
    * Revert "ShowHeroes adapter - expanded outstream support"
    
    This reverts commit bfcdb91.
    
    * ShowHeroes adapter - expanded outstream support
    
    * ShowHeroes adapter - fixes (prebid#4222)
    
    * ShowHeroes adapter - banner and outstream fixes (prebid#4222)
    
    * ShowHeroes adapter - description and outstream changes (prebid#4222)
    
    * ShowHeroes adapter - increase test coverage and small fix
    vadim-mazzherin authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d17ae0e View commit details
    Browse the repository at this point in the history
  104. [Orbidder-Adapter] Add bidRequestCount and remove bid.params.keyValues (

    prebid#4264)
    
    * 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 not used bid.params.keyValues
    
    * add bidRequestCount to orbidder.otto.de/bid Post request
    
    * add bidRequestCount to test object defaultBidRequest
    Hendrik Iseke authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    cafbdc6 View commit details
    Browse the repository at this point in the history
  105. PulsePoint: remove usage of deprecated utils method / prep for 3.0 (p…

    …rebid#4257)
    
    * 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
    
    * Removing usage of deprecated utils method
    
    * minor refactor
    anand-venkatraman authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2f68d35 View commit details
    Browse the repository at this point in the history
  106. Use isArray method (prebid#4288)

    jaiminpanchal27 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    3f727d6 View commit details
    Browse the repository at this point in the history
  107. Add Parrable ID submodule (prebid#4266)

    * add parrable id submodule
    
    * fix integration test config
    
    * fix var name
    
    * always refresh sotredId for parrable
    
    * add submodulesThatAlwaysRefresh concept
    
    * remove comment
    
    * add parrable url as one string
    
    * add parrable prod endpoint
    
    * use .indexOf instead of .includes
    
    * add params to test config
    
    * comment failing test
    
    * uncomment failing assertion
    
    * add parrable ID to prebid server adapter
    
    * add parrableIdSystem to .submodules.json
    
    * extract parrableId unit tests from userId spec
    
    * remove breakline between imports
    
    * remove unused param
    
    * remove userId generic feature from parrableId module
    
    * remove trailing space
    
    * fix failing test due to none merged conflict
    eyas-ranjous authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f8fc865 View commit details
    Browse the repository at this point in the history
  108. Prebid 2.36.0 Release

    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    6c5ab71 View commit details
    Browse the repository at this point in the history
  109. Increment pre version

    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e46ad1a View commit details
    Browse the repository at this point in the history
  110. Support schain module and send bidfloor param in Sharethrough adapter (

    …prebid#4271)
    
    * Add support for supply chain object module
    
    Story: [#168742394](https://www.pivotaltracker.com/story/show/168742394)
    
    Co-authored-by: Josh Becker <jbecker@sharethrough.com>
    
    * Add bidfloor parameter to bid request sent to STX
    
    Story: [#168742573](https://www.pivotaltracker.com/story/show/168742573)
    madma authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0188864 View commit details
    Browse the repository at this point in the history
  111. Platform One Analytics Adapter (prebid#4233)

    * Added Y1 Analytics Adapter
    
    * rename y1AnalyticsAdapter in yieldoneAnalyticsAdapter
    
    * Yieldone Bid Adapter: fixes from lint check
    
    * Yieldone Analytics Adapter: fix endpoint protocol
    
    * Added spec file for yieldone Analytics Adapter
    hbanalytics authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f2c4cfe View commit details
    Browse the repository at this point in the history
  112. Fix parrable id integration example (prebid#4317)

    * fix parrableId integration example
    
    * add parentheses
    eyas-ranjous authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    bbc9252 View commit details
    Browse the repository at this point in the history
  113. Improve Digital adapter: support for video (prebid#4318)

    * Bid floor, https, native ad update
    
    * Update the ad server protocol module
    
    * Adding referrer
    
    * Improve Digital support for video
    
    * Improve Digital adapter: video
    
    * adapter version -> 6.0.0
    jbartek25 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    31d7895 View commit details
    Browse the repository at this point in the history
  114. Gamoshi: Update aliases list. Add support for userSync. (prebid#4319)

    * 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.
    
    * Modify the way of sending GDPR data.
    Update aliases.
    
    * Add new consent fields. Add unit test.
    
    * Add new consent fields. Add unit test.
    
    * Add support for id5 and unified id cookie sync.
    
    * Add support for id5 and unified id cookie sync.
    
    * Add restricted check for gdpr consent.
    Salomon Rada committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    6ab0ade View commit details
    Browse the repository at this point in the history
  115. fix for userSync endpoint getting called with bidder alias names, ins…

    …tead of actual bidder names (prebid#4265)
    Fawke authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8d9bcfd View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    171c5a2 View commit details
    Browse the repository at this point in the history
  117. PubMatic to support Parrable User Id sub-module (prebid#4324)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * PubMatic to support parrable id
    pm-harshad-mane authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    fb2bc78 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    b41a716 View commit details
    Browse the repository at this point in the history
  119. PubMatic to support coppa (prebid#4336)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * added coppa compliance
    pm-harshad-mane authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    78b6ca3 View commit details
    Browse the repository at this point in the history
  120. vuble: outstream has fullscreen option (prebid#4320)

    * Mod: vuble oustream has fullscreen option
    
    * Add: vuble test for outstream scenario
    Roffray authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    33b6890 View commit details
    Browse the repository at this point in the history
  121. EMXDigital: hotfix to resolve URIError from decodeURIComponent (prebi…

    …d#4333)
    
    * hotfix to resolve URIError from decodeURIComponent
    
    * added unit for decoding adm
    EMXDigital authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5ac7f00 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    98c95b0 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    c8f74e0 View commit details
    Browse the repository at this point in the history
  124. Conversant Bid Adapter update for 3.0 (prebid#4284)

    pycnvr authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    cab0fd5 View commit details
    Browse the repository at this point in the history
  125. Add cpmDistribution function for Google Analytics adapter (prebid#4240)

    * Add cpmDistribution function for Google Analytics adapter
    
    * Add test for the cpmDistribution function
    
    * Remove half written comment
    muuki88 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2e7cde2 View commit details
    Browse the repository at this point in the history
  126. fixing SRA p_pos (prebid#4337)

    robertrmartinez authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    fe73e5d View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    8678764 View commit details
    Browse the repository at this point in the history
  128. Fix mediaTypes (prebid#4332)

    * Outcon bid adapter.
    
    * Fix identation
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Spec fixes
    
    * Fixes
    
    * Fix urls
    
    * Fix
    
    * Fix parameters
    
    * Fix space operators
    
    * Fix bidder timeout
    
    * Update
    
    * Fix whitespace
    
    * no message
    
    * Outcon unit test
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Fixes
    
    * Fixes
    
    * Change url
    
    * no message
    
    * no message
    
    * no message
    
    * Added bidId
    
    * no message
    
    * no message
    
    * no message
    
    * no message
    
    * Wrapping url with html
    
    * no message
    
    * no message
    
    * no message
    
    * Fix mediaTypes
    
    * no message
    
    * Update outconBidAdapter_spec.js
    
    * Adding VAS response
    
    * no message
    
    * no message
    
    * no message
    
    * Fix
    
    * Changed ttl
    
    * no message
    
    * supportedMediaTypes
    
    * no message
    
    * no message
    TinchoF authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    a24e76e View commit details
    Browse the repository at this point in the history
  129. Prebid 2.37.0 release

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9b556d7 View commit details
    Browse the repository at this point in the history
  130. increment pre version

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    890121c View commit details
    Browse the repository at this point in the history
  131. Add vast xml support and other minor changes to Beachfront adapter (p…

    …rebid#4350)
    
    * Add support for vast xml in the bid response
    
    * add secure protocol to outstream player url
    
    * add device connection type
    
    * add player setting for poster color
    
    * add new value for creative Id
    jsalis authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    15cca9a View commit details
    Browse the repository at this point in the history
  132. Update smartrtbBidAdapter (prebid#4362)

    * modules: Implement SmartRTB adapter and spec.
    
    * Fix for-loop syntax to support IE; refactor getDomain out of exported set.
    
    * Remove debugs, update doc
    
    * Update test for video support
    
    * Handle missing syncs. Add video to media types in sample ad unit
    
    * Add null response check, update primary endpoint
    
    * Note smrtb video requires renderer
    
    * Remove old params checks, fix documentation playerSize field name
    evanmsmrtb authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b585eea View commit details
    Browse the repository at this point in the history
  133. Revert "Update smartrtbBidAdapter (prebid#4362)" (prebid#4368)

    This reverts commit be6704b.
    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    290c265 View commit details
    Browse the repository at this point in the history
  134. Add userSync in onetagBidAdapter (prebid#4358)

    * Minor bug fixing in onetagBidAdapter.js
    
    Fixed a minor bug. Updated TTL in response to align the correct specifications.
    
    * Update onetagBidAdapter
    
    Added additional page info and user sync function.
    
    * Update onetagBidAdapter_spec.js
    
    Added the test for getUserSyncs function.
    
    * Fix about userSync
    
    * getUserSyncs: test update with gdpr params
    onetag-dev authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0a7d59f View commit details
    Browse the repository at this point in the history
  135. Sovrn adapter updates: schain, digitrust, pixel syncing, and 3.0 upgr…

    …ades (prebid#4335)
    
    * schain and digitrust
    
    * pixel beacons
    
    * unit tests and fixes from testing
    
    * Prebid 3.0 updates
    
    * review fix
    aprakash-sovrn authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8d85070 View commit details
    Browse the repository at this point in the history
  136. Add bid adapter for ablida (prebid#4256)

    * Add ablida adapter
    
    * rename category parameter, add documentation
    Dan authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d50df46 View commit details
    Browse the repository at this point in the history
  137. AdKernel: added waardex_ak alias (prebid#4290)

    * added alias
    
    Added a new alias
    
    * fixing unit test
    romanantropov authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8769781 View commit details
    Browse the repository at this point in the history
  138. Revert "Sovrn adapter updates: schain, digitrust, pixel syncing, and …

    …3.0 upgrades (prebid#4335)" (prebid#4376)
    
    This reverts commit 6114a3d.
    msm0504 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d3acc44 View commit details
    Browse the repository at this point in the history
  139. Vrtcal Markets Inc. Bid Adapter Addition (prebid#4259)

    * Added 3 key Vrtcal Adapter files: adapter,markdown,unit tests
    
    * Removed unused getUserSyncs;Added mediaTypes.banner.sizes support;Raised test coverage to 85%
    
    * lint formatting errors corrected
    vrtcal-dev authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2bcde2b View commit details
    Browse the repository at this point in the history
  140. Update schain path in ORTB path for spotxBidAdapter (prebid#4377)

    - Move schain object from request.ext.source.ext.schain to
    	  request.source.ext.schain
    codybonney authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    c4ba051 View commit details
    Browse the repository at this point in the history
  141. Update Grid Bid Adapter (prebid#4379)

    * 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
    
    * Grid Bid Adapter: added wrapperType and wrappweVersion to the ad request
    TheMediaGrid authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2720a47 View commit details
    Browse the repository at this point in the history
  142. TripleLift: Sending schain (prebid#4375)

    * 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
    
    * TripleLift: Sending schain (#1)
    
    * Sending schain
    
    * null -> undefined
    colbertk authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    6f759ae View commit details
    Browse the repository at this point in the history
  143. DistrictmDMX: adding support for schain and remove content type to de…

    …fault to prebid selection (prebid#4366)
    
    * 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
    
    * change file name for dmx adapter
    
    * renamed files
    
    * restaure package-lock.json
    
    * update to last package-lock state
    
    * update gdpr user consent
    
    * fix sizes issue
    
    * Documentation updates
    
    Adding the readme.md info
    
    * update file name and update unit testing import file location
    
    * current machine state
    
    * lint correction
    
    * remove variable assigment duplicate
    stevealliance authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e8448c3 View commit details
    Browse the repository at this point in the history
  144. Support for ID5 + receive meta data (prebid#4352)

    * 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
    
    * Support for ID5
    Pass metadata from adapter
    
    * Typo in test + eids on wrong level
    bjorn-lw authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e221b51 View commit details
    Browse the repository at this point in the history
  145. Rubicon Adapter: Always make requests using HTTPS (prebid#4380)

    * 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 changed default value of netRevenue to true
    
    * Always make bids requests using https
    
    * rp_secure and imp.secure should always be 1
    msm0504 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d577822 View commit details
    Browse the repository at this point in the history
  146. 7xbid adapter (prebid#4328)

    * 7xbid adapter
    
    * fix error when cli build
    7XBID00 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5f8bb63 View commit details
    Browse the repository at this point in the history
  147. - update 33across adapter cookie sync end point (prebid#4345)

    - update unit test for 33across adapter
    thomas-33across authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e9e2b5c View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    0400042 View commit details
    Browse the repository at this point in the history
  149. Prebid 2.38.0 Release

    Eric Harper authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0ddb185 View commit details
    Browse the repository at this point in the history
  150. Increment pre version

    Eric Harper authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    29c2249 View commit details
    Browse the repository at this point in the history
  151. Adagio: update with external js (prebid#4217)

    * Add external loader in AdagioBidAdapter
    
    * Change adagioAnalyticsAdapter to "endpoint" type
    
    * Change _setPredictions for a generic method
    
    * Improve AdagioBidAdapter test coverage
    
    * Add features detection in Adagio adapter
    
    * Fix adagioBidAdapter tests
    
    * Add featuresVersion field to bidRequest
    
    * Refacto adagio.queue
    
    * Expose versions in ADAGIO namespace
    
    * Generate a ADAGIO.pageviewId if missing
    
    * Move ad-server events tracking to adagioBidAdapter
    
    * Store adUnitCodes in ADAGIO namespace
    
    * Update documentation
    
    Better description of test parameters.
    
    * Add internal array to prevent empty pbjs.adUnits
    
    * Be sure to access to window.top - does not work in safe-frame env
    
    * Add PrintNumber feature
    
    * Be sure to compute features on window.top
    
    * Bump versions
    
    * Add Post-Bid support
    
    - ad-server events are listen in current window (instead of window.top)
    - a new "outerAdUnitElementId" property is set to ADAGIO.pbjsAdUnits array in case of Post-Bid scenario. This property is the 1st parent element id attribute of the iframe in window.top.
    
    * Set pagetype param as optional
    
    * Add AdThink ad-server support
    
    * Improve internal `pbjsAdUnits.sizes` detection
    
    Use the adUnit `mediaTypes.banner.sizes` property if exists to build the `ADAGIO.pbjsAdUnits.sizes`.
    The use of the `sizes` root property is deprecated.
    
    * adagioAnalyticsAdapter: add and improve tests
    
    * adagioBidAdapter: add and improve tests
    
    # Conflicts:
    #	modules/adagioBidAdapter.js
    #	test/spec/modules/adagioBidAdapter_spec.js
    
    * adagioBidAdapter: Bump version 1.5
    
    * Adagio: fix import path
    
    * PostBid: insure window.top is accessible for specifics functions
    
    * Consistency: use Prebid.js utils and fix deprecated
    
    * PostBid: do not build a request if in safeframe
    
    * Bump version 2.0.0
    
    * Try to fix tests without UA stubing
    
    * Try to fix adagioAnalytics failling tests on CI
    
    * Consistency: use Prebid loadExternalScript()
    
    * Add "adagio" to Prebid.js adloader vendor whitelist
    
    * Remove proprietary ad-server listeners
    
    * Add RSA validation to adagio external script
    osazos authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    02df81f View commit details
    Browse the repository at this point in the history
  152. add viewdeosDX whitelabel (prebid#4231)

    * add viewdeosDX hitelabel
    
    * Fixed tests and support for sizes
    
    * Fix strings
    
    * Fix strings
    
    * remove only
    
    * Fix tests
    
    * fix codereview
    
    * Fix test + Code review
    
    * code review + tests
    GeneGenie authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    381d885 View commit details
    Browse the repository at this point in the history
  153. One video display ad (prebid#4344)

    * 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
    
    * testing display ad
    
    * adding banner
    
    * validating banner object
    
    * display=1 changes
    
    * checking whether diplsy == 1
    
    * html page change
    
    * reverting video.html
    
    * adding more test cases
    
    * spaces
    
    * md file change
    
    * updated working oneVideoBidAdapter.md file
    
    * Update oneVideoBidAdapter.md
    
    * Update oneVideoBidAdapter.md
    
    * updated the file with both video params and banner
    
    * Update video.html
    DeepthiNeeladri authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    7ed2b87 View commit details
    Browse the repository at this point in the history
  154. fix double-urlecoded referrer (prebid#4386)

    onlsol authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ae107a0 View commit details
    Browse the repository at this point in the history
  155. fix double-urlecoded referer (prebid#4388)

    onlsol authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    a6ab3a9 View commit details
    Browse the repository at this point in the history
  156. PulsePoint Adapter - update for ttl logic (prebid#4400)

    * 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
    
    * Using the TTL from the bid.ext
    
    * Minor refactor
    anand-venkatraman authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    aa6f599 View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    648053a View commit details
    Browse the repository at this point in the history
  158. Fix adagio analytics adapter circleci (prebid#4409)

    * 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 changed default value of netRevenue to true
    
    * update to skip broken circleci tests
    
    * skip all
    Isaac A. Dettman authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    82b4ec0 View commit details
    Browse the repository at this point in the history
  159. Feature/7xbid remove unneeded params (prebid#4402)

    * 7xbid adapter
    
    * fix error when cli build
    
    * remove unneeded params
    
    * Empty commit
    
    * Empty commit
    7XBID00 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f251f91 View commit details
    Browse the repository at this point in the history
  160. Remove none ssl (prebid#4406)

    * 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
    
    * change file name for dmx adapter
    
    * renamed files
    
    * restaure package-lock.json
    
    * update to last package-lock state
    
    * update gdpr user consent
    
    * fix sizes issue
    
    * Documentation updates
    
    Adding the readme.md info
    
    * update file name and update unit testing import file location
    
    * current machine state
    
    * lint correction
    
    * remove variable assigment duplicate
    
    * remove none ssl element from all request]
    stevealliance authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    15b3f5a View commit details
    Browse the repository at this point in the history
  161. fixed reference to global object (prebid#4412)

    monofonik authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9f4654e View commit details
    Browse the repository at this point in the history
  162. ucfunnel adapter support supply chain (prebid#4383)

    * Add a new ucfunnel Adapter and test page
    
    * Add a new ucfunnel Adapter and test page
    
    * 1. Use prebid lib in the repo to keep updated
    2. Replace var with let
    3. Put JSON.parse(JSON.stringify()) into try catch block
    
    * utils.getTopWindowLocation is a function
    
    * Change to modules from adapters
    
    * Migrate to module design
    
    * [Dev Fix] Remove width and height which can be got from ad unit id
    
    * Update ucfunnelBidAdapter to fit into new spec
    
    * Correct the endpoint. Fix the error of query string
    
    * Add test case for ucfunnelBidAdapter
    
    * Fix lint error
    
    * Update version number
    
    * Combine all checks on bid request
    
    * Add GDPR support for ucfunnel adapter
    
    * Add in-stream video and native support for ucfunnel adapter
    
    * Remove demo page. Add more test cases.
    
    * Change request method from POST to GET
    
    * Remove unnecessary comment
    
    * Support vastXml and vastUrl for video request
    
    * update TTL to 30 mins
    
    * Avoid using arrow function which is not discuraged in mocha
    
    * ucfunnel tdid support
    
    * ucfunnel adapter support supply chain
    ucfunnel authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e152af7 View commit details
    Browse the repository at this point in the history
  163. LiveIntent support in RP Adapter and PBS Adapter update to pass segme…

    …nts (prebid#4303)
    
    * 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 changed default value of netRevenue to true
    
    * added semi-colon
    
    * update eid source to use domain
    
    * update video oRTB with liveintent segments
    
    * update pbs adapter with liveintent segments support
    
    * update rp adapter liveintent support for fastlane
    
    * reverted package lock, fix for unintentional update
    
    * added unit tests for fastlane.json and ortb, fix to join segments with commas
    
    * fix obj property path data.tpid
    
    * update remove unnecessary function call
    
    * re-ordering query string params
    Isaac A. Dettman authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9663520 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    ef02b31 View commit details
    Browse the repository at this point in the history
  165. Add Utils to remove item in LocalStorage (prebid#4355)

    Swiiip authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4baaf27 View commit details
    Browse the repository at this point in the history
  166. Making originalCpm and originalCurrency fields in bid object always a…

    …vailable (prebid#4396)
    
    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * moving originalCurrency declaration from currency to bidderFactory
    
    * added a comment
    
    * trying to re-run the CI job
    
    * added unit test case
    
    * trying to re-run the CI job
    pm-harshad-mane authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f215991 View commit details
    Browse the repository at this point in the history
  167. Placement and inventory (prebid#4353)

    * 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
    
    * inventory_id and placement
    
    * removed unnecessary file
    
    * lint error
    
    * Update oneVideoBidAdapter.js
    
    * lint error fix
    DeepthiNeeladri authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    422ba3e View commit details
    Browse the repository at this point in the history
  168. Fixes for Platform One Analytics Adapter (prebid#4359)

    * Added Y1 Analytics Adapter
    
    * rename y1AnalyticsAdapter in yieldoneAnalyticsAdapter
    
    * Yieldone Bid Adapter: fixes from lint check
    
    * Yieldone Analytics Adapter: fix endpoint protocol
    
    * Added spec file for yieldone Analytics Adapter
    
    * Add adUnitName to analytics data for Yieldone Analytics Adapter
    
    * Fix yieldone Analytics Adapter to log only id from adUnitPath
    
    * Fix bug with timeout event in Yieldone Analytics Adapter
    hbanalytics authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    80bbe53 View commit details
    Browse the repository at this point in the history
  169. Added protocol to url (prebid#4395)

    * initial commit
    
    * updated contact and tag details
    
    * changes ti support the renderers
    
    * changes to pass dimId
    
    * fixed names of internal mapping
    
    * added comment
    
    * added gdpr param to request and other fixes
    
    * modified api url
    
    * fix
    
    * fixed the secure api call
    
    * rolled back video event callback till we support it
    
    * updated doc with video details
    
    * added bid won and timeout pixel
    
    * added testcase for bid events
    
    * modified testcase
    
    * fixed the url logged
    
    * tag param values passed ot renderer
    
    * added a conditioal check
    
    * changes to support new param to adserver for purpose of tracking
    
    * passed param to renderer
    
    * missing variable defined
    
    * added protocol to url
    
    * fixed test for protocol
    
    * changed urls to secure only
    skazedo authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ab6af4c View commit details
    Browse the repository at this point in the history
  170. Update emoteev endpoints (prebid#4329)

    piotr-yuxuan authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e5d0666 View commit details
    Browse the repository at this point in the history
  171. JustPremium: Update to Prebid 3.0 (prebid#4410)

    Konrad Dulemba authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    353a3ce View commit details
    Browse the repository at this point in the history
  172. Update underdogmedia adapter for pbjs 3.0 (prebid#4390)

    * Update underdogmedia adapter for pbjs 3.0
    
    * Ensure request to endpoint is secure
    
    * Update prebid version
    
    * Lint fix
    mash-a authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b167c29 View commit details
    Browse the repository at this point in the history
  173. Update Consumable adapter for Prebid.js 3.0 (prebid#4401)

    * Consumable: Clean up tests.
    
    * Consumable: Update use of deprecated function.
    
    * Consumable: Read sizes from mediaTypes.banner.sizes.
    
    * Consumable: Fix lint violation.
    djcsdy authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8acb120 View commit details
    Browse the repository at this point in the history
  174. CriteoId User Module (prebid#4287)

    * Add CriteoId module
    
    * Update the return type of getId in Criteo Id module
    
    Changes:
    - Use of url parsing function from url lib
    - Update the return type of getId()
    - Update the jsdoc to reflect the real return types
    
    * Fix failing tests for Criteo user module
    
    * Add CriteoIdSystem submodule to .submodule.json.
    Swiiip authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    259b6e0 View commit details
    Browse the repository at this point in the history
  175. 2019/10/18 Create Mobsmart bidder adapter (prebid#4339)

    kpis-msa authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    09a09c4 View commit details
    Browse the repository at this point in the history
  176. Adpod deal support (prebid#4389)

    * Adpod deal support
    
    * Replacing filterBids with minTier
    
    * fix potential issue
    jaiminpanchal27 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e30af26 View commit details
    Browse the repository at this point in the history
  177. remove querystringify package (prebid#4422)

    jaiminpanchal27 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0bfd768 View commit details
    Browse the repository at this point in the history
  178. Browsi real time data module (prebid#4114)

    * real time data module,
    browsi sub module for real time data,
    new hook bidsBackCallback,
    fix for config unsubscribe
    
    * change timeout&primary ad server only to auctionDelay
    update docs
    
    * support multiple providers
    
    * change promise to callbacks
    configure submodule on submodules.json
    
    * bug fixes
    
    * use Prebid ajax
    
    * tests fix
    omerDotan authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    94db31f View commit details
    Browse the repository at this point in the history
  179. Prebid 2.39.0 Release

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    96490e2 View commit details
    Browse the repository at this point in the history
  180. increment pre version

    jsnellbaker authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4febd85 View commit details
    Browse the repository at this point in the history
  181. OpenX Adapter: Prebid 3.0 Compatibility Update (prebid#4413)

    * Removed usage of deprecated functions
    * Removed beacons
    * Banner sizes now reads from bidRequest.mediaTypes.banner.sizes instead of bidRequest.sizes
    * Updated tests to reflect changes.
    jimee02 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5652dde View commit details
    Browse the repository at this point in the history
  182. GumGum: use mediaTypes.banner.sizes (prebid#4416)

    * adds digitrust module, mods gdpr from bool to int
    
    * update unit test
    
    * only send gdprconsent if present
    
    * uses mediaTypes before trying bidRequest sizes
    
    * removes use of deprecated method
    susyt authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    16fc707 View commit details
    Browse the repository at this point in the history
  183. RTBhouse Bid Adapter update for 3.0 (prebid#4428)

    Marcian123 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    065839d View commit details
    Browse the repository at this point in the history
  184. add viewable rendering format (prebid#4201)

    koji-eguchi authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    bf94a0d View commit details
    Browse the repository at this point in the history
  185. Feature/adapter (prebid#4219)

    * feat(bidrequest): code for making bidrequest
    
    * feat(bidresponse): format and return the response
    
    * feat(tests): added tests for adapter
    
    * feat(docs): added docs for the adapter
    
    * refactor(url): changed adserver url
    
    * test(user sync): added unit tests for the user syncs
    
    * refactor(endpoint): changed endpoint for prebid
    
    * refactor(endpoint): changed endpoint for prebid
    
    * doc(tagid): mandatory param definition added
    
    * fix(imp id): fix for correct impression id
    
    * fix(width/height): fix for correct width and height sequence
    sourabhg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    bb4ae80 View commit details
    Browse the repository at this point in the history
  186. PulsePoint Bid Adapter: Support for schain (prebid#4433)

    * 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
    
    * ET-5938 SupplyChain Object Support
    
    * Formatting
    
    * Code review
    
    * Code review
    
    * Fix to currency parsing on response
    anand-venkatraman authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    95dbc49 View commit details
    Browse the repository at this point in the history
  187. Add supply chain support for Teads adapter (prebid#4420)

    aandrieu authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    a3e3aa9 View commit details
    Browse the repository at this point in the history
  188. Rubicon: support SupplyChain (schain) (prebid#4315)

    * 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 changed default value of netRevenue to true
    
    * Starting schain
    
    * More tests for banner schain support
    
    * Video tests
    
    * Encoding tweaks, required fields and comments
    
    * Removed .only() from tests
    
    * Change requests per Bret
    tjeastmond authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0b03505 View commit details
    Browse the repository at this point in the history
  189. Add 1ad4good bidder (prebid#4081)

    * adding bidder code and
    
    A bidder for non-profit free ads.
    more info about this bidder project can be found on project site
    http://1ad4good.org
    
    * removed unused code
    
    test coverage is improved to >80%
    tested for instream video support
    
    * removed some legacy code, unused params
    
    * hardcoding https to endpoint
    vladgurgov authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    37cc90a View commit details
    Browse the repository at this point in the history
  190. Improve Digital adapter fix: don't send sizes for instream video (pre…

    …bid#4427)
    
    * Bid floor, https, native ad update
    
    * Update the ad server protocol module
    
    * Adding referrer
    
    * Improve Digital support for video
    
    * Improve Digital adapter: video
    
    * adapter version -> 6.0.0
    
    * Improve Digital adapter: don't send sizes for video
    jbartek25 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    31036a6 View commit details
    Browse the repository at this point in the history
  191. Fix a typo in code comment (prebid#4450)

    dlackty authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    639eec8 View commit details
    Browse the repository at this point in the history
  192. Inventory id and schain support for display (prebid#4426)

    * supporting schain
    DeepthiNeeladri authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    bcd013d View commit details
    Browse the repository at this point in the history
  193. Update coinzillaBidAdapter.js (prebid#4438)

    Update sizes const.
    arkan303 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1a230f4 View commit details
    Browse the repository at this point in the history
  194. Support schain in ZEDO adapter (prebid#4441)

    * changes to pass schain
    skazedo authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e8ff5c6 View commit details
    Browse the repository at this point in the history
  195. PubMatic supporting updated Criteo User Id module (prebid#4431)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * PubMatic supporting updated Criteo User Id module
    
    * added a comment to re-start CI
    pm-harshad-mane authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    7ba683c View commit details
    Browse the repository at this point in the history
  196. Remove duplicate param to fix unit tests (prebid#4459)

    msm0504 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9a78e3c View commit details
    Browse the repository at this point in the history
  197. Brightcom Bid Adapter update for 3.0 (prebid#4343)

    vyatsun authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4dd31af View commit details
    Browse the repository at this point in the history
  198. Configuration menu
    Copy the full SHA
    e979093 View commit details
    Browse the repository at this point in the history
  199. Supporting Alias via Video Requests (prebid#4460)

    robertrmartinez authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    85c2f6d View commit details
    Browse the repository at this point in the history
  200. New adapter Proxistore (prebid#4365)

    * add test adapter and documentation
    
    * integration test with hello_world
    
    * reset package-lock.json
    
    * delete useless conditionnal
    
    * make integrate test work
    
    * revert hello-world
    
    * revert hello_world
    
    * fix descriptor
    
    * change adUnits for integration test
    
    * remove proxistore widget
    
    * uncomment file
    
    * change sizes
    
    * remove useless script tag
    vincentproxistore authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9871fcd View commit details
    Browse the repository at this point in the history
  201. Implementation of setBidderConfig and bidder-specific data (prebid#4334)

    * initial implementation of setBidderConfig
    
    * fix ie11 test errors
    
    * Support new setBidderConfig format. Include props from both config and bidderConfig in _getConfig
    
    * Use core-js Set to avoid issues with IE
    
    * Fix tests in IE
    
    * put registerSyncs back on bidderFactory
    
    * run bidder event methods with bidder config enabled
    snapwich authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e4490ce View commit details
    Browse the repository at this point in the history
  202. Prebid 2.40.0 Release

    Mike Chowla authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    cbb1b1f View commit details
    Browse the repository at this point in the history
  203. Increment pre version

    Mike Chowla authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    15c5f12 View commit details
    Browse the repository at this point in the history
  204. Conversant Bid Adapter checks pubcid directly (prebid#4430)

    pycnvr authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    cd28151 View commit details
    Browse the repository at this point in the history
  205. Cookie Sync functionality (prebid#4457)

    * changing PID param value for testing
    
    * cookie sync integration
    
    * merge from upstream
    rade-popovic authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    57537ce View commit details
    Browse the repository at this point in the history
  206. Staq Adapter: update with meta envelope (prebid#4372)

    * initial dev
    
    * fix staq adapter name
    
    * fix hello world staq call
    
    * get hello world working again
    
    * add user agent collection
    
    * fix some unite tests
    
    * Add STAQ Analytics Adapter doc
    
    * clean up hello world
    
    * fix tests to play nice with browserstack
    
    * fix around issues with browserstack and deep equals of objects
    
    * dump variable env testing since we can't mod user agent stuff in browserstack
    
    * Update STAQ adapter to stop using deprecated utils for referrer
    
    * remove package-lock.json changes via master rebase
    
    * improve call frequency for ref util
    
    * change ajax content type
    
    * adjust ajax request to not expect whitelisting
    
    * remove superflous commented-out code
    
    * update event package to use meta information in envelope rather than per event basis
    
    * fix formatting
    
    * more formatting fixes
    
    * more formatting!
    mquirion authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ff3c9f0 View commit details
    Browse the repository at this point in the history
  207. Rhythmone Adapter - schain support (prebid#4414)

    Circle CI failing tests are not related to this PR.
    rhythmonebhaines authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    7aa7dc4 View commit details
    Browse the repository at this point in the history
  208. Media.net Adapter: Support Prebid 3.0 (prebid#4378)

    * Media.net Adapter: Support Prebid 3.0
    
    * Media.net Adapter: add tests to increase code coverage
    binoy-chitale authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d4fddd3 View commit details
    Browse the repository at this point in the history
  209. Vi Adapter: Passes additional param in the bid request (prebid#4134)

    * Add focus check
    
    (cherry picked from commit 9d6d6dfb83580d6a5ffed8faa5762db48f8fd44d)
    
    * Pass focus as numeric value
    
    (cherry picked from commit 9fae56a637f87b0d39cc1d24eeb1f9ff9df88f64)
    
    * Add unit test
    
    (cherry picked from commit 946710f2e9960b3839613d4bdf730e57ba38a964)
    alpadotsh authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4aeb454 View commit details
    Browse the repository at this point in the history
  210. Sovrn adapter updates: schain, digitrust, pixel syncing, and 3.0 upgr…

    …ades (prebid#4385)
    
    * schain and digitrust
    
    * pixel beacons
    
    * unit tests and fixes from testing
    
    * Prebid 3.0 updates
    
    * review fix
    
    * use backwards compatible flatMap impl
    
    * update pixel tests
    
    * unit test fix
    
    * update one more url to ssl
    
    * fixed test
    
    * review updates
    aprakash-sovrn authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    486056d View commit details
    Browse the repository at this point in the history
  211. TheMediaGrid Bid Adapter update (prebid#4447)

    * 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
    
    * Grid Bid Adapter: added wrapperType and wrappweVersion to the ad request
    
    * TheMediaGrid Bid Adapter: added sync url
    
    * TheMediaGrid Bid Adapter: added GDPR params to sync url
    
    * TheMediaGrid Bid Adapter: added tests for getUserSyncs function
    TheMediaGrid authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    865869e View commit details
    Browse the repository at this point in the history
  212. Configuration menu
    Copy the full SHA
    c21af85 View commit details
    Browse the repository at this point in the history
  213. Adkernel 3.0 compatibility (prebid#4477)

    ckbo3hrk authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    35a332e View commit details
    Browse the repository at this point in the history
  214. Rubicon Adapter pchain support (prebid#4480)

    * rubicon pchain support
    
    * removed describe.only
    harpere authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5a51011 View commit details
    Browse the repository at this point in the history
  215. Implemented changes required to provide support for video in the IX b…

    …idding adapter for Instream and Outstream contexts. (prebid#4424)
    ix-prebid-support authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    a9e9b6e View commit details
    Browse the repository at this point in the history
  216. Default size filter & KVP support (prebid#4452)

    * 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
    
    * change file name for dmx adapter
    
    * renamed files
    
    * restaure package-lock.json
    
    * update to last package-lock state
    
    * update gdpr user consent
    
    * fix sizes issue
    
    * Documentation updates
    
    Adding the readme.md info
    
    * update file name and update unit testing import file location
    
    * current machine state
    
    * lint correction
    
    * remove variable assigment duplicate
    
    * adding logic upto5
    
    * adding support for removing and shuffle sizes
    
    * adding array split test
    
    * re-assign none standard size to the request
    
    * resolve duplicate format inside format array
    
    * update .md and adaptor file for KVP support
    
    * remove array helper includes
    
    * inforce two digit after decimal
    
    * RUn error check nothing on my side but error form another adapter
    stevealliance authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4904963 View commit details
    Browse the repository at this point in the history
  217. add id5id to prebid server bid adapter (prebid#4468)

    smenzer authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8f453cf View commit details
    Browse the repository at this point in the history
  218. Configuration menu
    Copy the full SHA
    50bc26c View commit details
    Browse the repository at this point in the history
  219. Feature/smart video (prebid#4367)

    * Adding outstream video support.
    
    * Fixing unit test.
    
    * Adding video instream support.
    
    * Handling video startDelay parameter.
    
    * Improving unit tests.
    
    * Fixing indent.
    
    * Handling the request when videoMediaType context is not supported.
    
    * Changing maintainer mail address.
    
    * Remove video outstream specific code.
    
    * Unit test updated.
    tadam75 authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    44fd3c0 View commit details
    Browse the repository at this point in the history
  220. Configuration menu
    Copy the full SHA
    7f7a84d View commit details
    Browse the repository at this point in the history
  221. add smms adapter (prebid#4439)

    * add smms adapter
    
    * re-run ci, why adigo adapter failed??
    
    * review comments fix, remove deprecated functions, fix unit test
    songtungmtp authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    6fd6af6 View commit details
    Browse the repository at this point in the history
  222. Prebid 2.41.0 release

    Jaimin Panchal authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0cf481d View commit details
    Browse the repository at this point in the history
  223. Increment pre version

    Jaimin Panchal authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9b8dee6 View commit details
    Browse the repository at this point in the history
  224. adds schain param (prebid#4442)

    susyt authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8ebf2f0 View commit details
    Browse the repository at this point in the history
  225. Create newborntownWeb adapter (prebid#4455)

    * Create newborntownWeb adapter
    
    * only https protocol
    z-sunshine authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e2615de View commit details
    Browse the repository at this point in the history
  226. Provide criteoId to server by user.ext.eids (prebid#4478)

    bmwcmw authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e3011f5 View commit details
    Browse the repository at this point in the history
  227. ucfunnel adapter fix error message in debug mode (prebid#4338)

    * Add a new ucfunnel Adapter and test page
    
    * Add a new ucfunnel Adapter and test page
    
    * 1. Use prebid lib in the repo to keep updated
    2. Replace var with let
    3. Put JSON.parse(JSON.stringify()) into try catch block
    
    * utils.getTopWindowLocation is a function
    
    * Change to modules from adapters
    
    * Migrate to module design
    
    * [Dev Fix] Remove width and height which can be got from ad unit id
    
    * Update ucfunnelBidAdapter to fit into new spec
    
    * Correct the endpoint. Fix the error of query string
    
    * Add test case for ucfunnelBidAdapter
    
    * Fix lint error
    
    * Update version number
    
    * Combine all checks on bid request
    
    * Add GDPR support for ucfunnel adapter
    
    * Add in-stream video and native support for ucfunnel adapter
    
    * Remove demo page. Add more test cases.
    
    * Change request method from POST to GET
    
    * Remove unnecessary comment
    
    * Support vastXml and vastUrl for video request
    
    * update TTL to 30 mins
    
    * Avoid using arrow function which is not discuraged in mocha
    
    * ucfunnel tdid support
    
    * ucfunnel fix error message in debug mode
    ucfunnel authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    95bc500 View commit details
    Browse the repository at this point in the history
  228. Configuration menu
    Copy the full SHA
    0c0fb18 View commit details
    Browse the repository at this point in the history
  229. Conversant Bid Adapter handles vast xml (prebid#4492)

    pycnvr authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    201340e View commit details
    Browse the repository at this point in the history
  230. [feature] Add a config list of submodules that require refreshing the…

    … stored ID after each bid request (prebid#4325)
    
    * add a feature to always refresh stored id on each bid request for submodules that require that
    
    * update test comments
    eyas-ranjous authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    c180628 View commit details
    Browse the repository at this point in the history
  231. Prebid 2.42.0 Release

    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    25d06b3 View commit details
    Browse the repository at this point in the history
  232. Increment pre version

    bretg authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    22962d1 View commit details
    Browse the repository at this point in the history
  233. Make adhese adapter prebid 3.0 compatible (prebid#4507)

    * Added 'adhese' attribute to bid that contains meta data - Jira AD-2642
    
    * added DALE to adhese determination
    
    * extra config option: no format, but use size array as format string
    
    * Read sizes from mediaTypes.banner.sizes + Apply Eslint suggestions
    
    * Use map and join, add originData to response
    
    * properly use originData obj
    
    * Remove duplicated ids
    
    * Update tests
    sander-adhese authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9d7fec7 View commit details
    Browse the repository at this point in the history
  234. BugFix: Site id missing (prebid#4467)

    * 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
    
    * adding site id
    
    * adding placement and siteis
    
    * site id param test case
    
    * removing deprecated functions
    
    * correcting test cases
    
    * indentation
    
    * test cases fix
    DeepthiNeeladri authored and sa1omon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1443e4c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Configuration menu
    Copy the full SHA
    7bca6f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Configuration menu
    Copy the full SHA
    f4e5979 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    c111737 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    5c0cb04 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. Configuration menu
    Copy the full SHA
    b79e4ab View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    sa1omon committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    659c22a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    8071eac View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    sa1omon committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    e4a3333 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    446d49e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    be564c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    283e138 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    db2accb View commit details
    Browse the repository at this point in the history
  2. Add support for advertiserDomains entry

    sa1omon committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    796e11e View commit details
    Browse the repository at this point in the history
  3. Add support for getFloor method.

    Use video properties
    sa1omon committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d71574d View commit details
    Browse the repository at this point in the history
  4. Add unit test for supporting getFloor method.

    Add unit test for supporting video properties.
    sa1omon committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d9eba35 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    f3fb6a7 View commit details
    Browse the repository at this point in the history