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

Update full repo #4

Merged
merged 89 commits into from
Dec 9, 2019
Merged

Update full repo #4

merged 89 commits into from
Dec 9, 2019

Commits on Nov 6, 2019

  1. Browsi real time data module (#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 bretg committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    5ee05be View commit details
    Browse the repository at this point in the history
  2. Prebid 2.39.0 Release

    jsnellbaker committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    19ab269 View commit details
    Browse the repository at this point in the history
  3. increment pre version

    jsnellbaker committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    01ee2da View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. OpenX Adapter: Prebid 3.0 Compatibility Update (#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 jsnellbaker committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    00abeec View commit details
    Browse the repository at this point in the history
  2. GumGum: use mediaTypes.banner.sizes (#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 jsnellbaker committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    04ba41a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dc5326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb39e29 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Feature/adapter (#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 sumit116 committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    10de409 View commit details
    Browse the repository at this point in the history
  2. PulsePoint Bid Adapter: Support for schain (#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 #509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing #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 jsnellbaker committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    7f7f6ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28d242d View commit details
    Browse the repository at this point in the history
  4. Rubicon: support SupplyChain (schain) (#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 harpere committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    12b7eed View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Add 1ad4good bidder (#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 Fawke committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    387f1c9 View commit details
    Browse the repository at this point in the history
  2. Improve Digital adapter fix: don't send sizes for instream video (#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 msm0504 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    a74ac56 View commit details
    Browse the repository at this point in the history
  3. Fix a typo in code comment (#4450)

    dlackty authored and Mike Chowla committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    c586809 View commit details
    Browse the repository at this point in the history
  4. Inventory id and schain support for display (#4426)

    * supporting schain
    DeepthiNeeladri authored and Mike Chowla committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    406f638 View commit details
    Browse the repository at this point in the history
  5. Update coinzillaBidAdapter.js (#4438)

    Update sizes const.
    arkan303 authored and Mike Chowla committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    27cc77f View commit details
    Browse the repository at this point in the history
  6. Support schain in ZEDO adapter (#4441)

    * changes to pass schain
    skazedo authored and Mike Chowla committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    113a9fe View commit details
    Browse the repository at this point in the history
  7. PubMatic supporting updated Criteo User Id module (#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 robertrmartinez committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    454cf34 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    33fd314 View commit details
    Browse the repository at this point in the history
  2. Brightcom Bid Adapter update for 3.0 (#4343)

    vyatsun authored and Isaac A. Dettman committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    5f2a9fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee78e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61dfe59 View commit details
    Browse the repository at this point in the history
  5. New adapter Proxistore (#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 robertrmartinez committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c1aeb2f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Implementation of setBidderConfig and bidder-specific data (#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 jsnellbaker committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    ae6b818 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Prebid 2.40.0 Release

    Mike Chowla committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    22d854d View commit details
    Browse the repository at this point in the history
  2. Increment pre version

    Mike Chowla committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    2e77960 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    876e443 View commit details
    Browse the repository at this point in the history
  4. Cookie Sync functionality (#4457)

    * changing PID param value for testing
    
    * cookie sync integration
    
    * merge from upstream
    rade-popovic authored and Mike Chowla committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    ac2f8e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Staq Adapter: update with meta envelope (#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 sumit116 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    58f839c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Rhythmone Adapter - schain support (#4414)

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

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

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

    …ades (#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 jsnellbaker committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    568c83e View commit details
    Browse the repository at this point in the history
  5. TheMediaGrid Bid Adapter update (#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 msm0504 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    fc6756a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2f4e09 View commit details
    Browse the repository at this point in the history
  7. Adkernel 3.0 compatibility (#4477)

    ckbo3hrk authored and jsnellbaker committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    287bc33 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Rubicon Adapter pchain support (#4480)

    * rubicon pchain support
    
    * removed describe.only
    harpere authored Nov 19, 2019
    Configuration menu
    Copy the full SHA
    f4c1980 View commit details
    Browse the repository at this point in the history
  2. Implemented changes required to provide support for video in the IX b…

    …idding adapter for Instream and Outstream contexts. (#4424)
    ix-prebid-support authored and robertrmartinez committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    cfe6133 View commit details
    Browse the repository at this point in the history
  3. Default size filter & KVP support (#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 jaiminpanchal27 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    5d756cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f82d541 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    f1c7972 View commit details
    Browse the repository at this point in the history
  2. Feature/smart video (#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 jsnellbaker committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    ed760f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58319b8 View commit details
    Browse the repository at this point in the history
  4. add smms adapter (#4439)

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

    Jaimin Panchal committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    0b9bf01 View commit details
    Browse the repository at this point in the history
  6. Increment pre version

    Jaimin Panchal committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    a7f5095 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. adds schain param (#4442)

    susyt authored and sumit116 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    635c7cc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Create newborntownWeb adapter (#4455)

    * Create newborntownWeb adapter
    
    * only https protocol
    z-sunshine authored and sumit116 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    9df0e92 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    103c64b View commit details
    Browse the repository at this point in the history
  2. ucfunnel adapter fix error message in debug mode (#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 bretg committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    29a544c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e964dbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    373f593 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. [feature] Add a config list of submodules that require refreshing the…

    … stored ID after each bid request (#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 bretg committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    2b222b7 View commit details
    Browse the repository at this point in the history
  2. Prebid 2.42.0 Release

    bretg committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d2a7f99 View commit details
    Browse the repository at this point in the history
  3. Increment pre version

    bretg committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    e4d8b4f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Make adhese adapter prebid 3.0 compatible (#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 bretg committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    0e73e6c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. BugFix: Site id missing (#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 Fawke committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    dcf904b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Invisibly analytics adapter (#4470)

    * PUBA-5273:initial commit with analytics adapter, spec & md file
    
    * PUBA-5273: updated adapter definition
    
    * PUBA-5273: added support contact info
    
    * PUBA-5273: adding clearInterval on AUCTION_END
    
    * PUBA-5273: reverted last commit as CircleCI job failed
    
    * Reverted changes to fix CircleCI build error
    
    * Re-commiting invocation of clearInterval on Auction_end
    Hassija authored and jsnellbaker committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    c4d9d07 View commit details
    Browse the repository at this point in the history
  2. Colossus adapter changes for Prebid 3.0 (#4476)

    * add video&native traffic colossus ssp
    
    * Native obj validation
    
    * Native obj validation #2
    
    * Added size field in requests
    
    * fixed test
    
    * fix merge conflicts
    
    * move to 3.0
    
    * move to 3.0
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * https for 3.0
    
    * add https test
    Bill Newman authored and jsnellbaker committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    2d94094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3b75d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    415c930 View commit details
    Browse the repository at this point in the history
  5. PubMatic adapter avoiding deprecated utils APIs (#4521)

    * added support for pubcommon, digitrust, id5id
    
    * added support for IdentityLink
    
    * changed the source for id5
    
    * added unit test cases
    
    * changed source param for identityLink
    
    * stoped using getTopWindowUrl
    
    * removed extra white space
    pm-harshad-mane authored and jsnellbaker committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    41d1d5d View commit details
    Browse the repository at this point in the history
  6. Vuble Adapter adaptations for Prebid 3.0 (#4499)

    * Mod: always use https
    
    * Handle mediaType.video.playerSize
    
    * Use bidder request to get referer info
    Roffray authored and Mike Chowla committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    d08891d View commit details
    Browse the repository at this point in the history
  7. quantcastBidAdapter update for 3.0 (#4451)

    * Updated quantcastBidAdapter to always send secure requests.
    
    * Ignore deprecated banner format.
    dpapworth-qc authored and Mike Chowla committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    84818c9 View commit details
    Browse the repository at this point in the history
  8. Orbidder Bid Adapter adds withCredentials=true header for bid and win…

    … requests (#4464)
    
    * orbidder adapter: add withCredentials:true header to BidRequest and onBidWon Requests
    
    * add blank in order to trigger build again
    
    * remove blank to trigger build ... again
    
    * adding extra line to trigger build ... again
    RainerVolk4014 authored and Mike Chowla committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    c2d9c70 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. InvibesBidAdapter - kw support (#4488)

    * InvibesBidAdapter - kw support
    
    * InvibesBidAdapter - fixed & added tests for coverage
    
    * InvibesBidAdapter - lint fix
    rcheptanariu authored and sumit116 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    5b12e6a View commit details
    Browse the repository at this point in the history
  2. logError for missing s2s adapter (#4498)

    * logError for missing s2s adapter
    
    * changed error message
    
    * Update adapterManager.js
    jonapgar authored and bretg committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    0925112 View commit details
    Browse the repository at this point in the history
  3. Change protocol to https (#4513)

    * 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
    
    * Change protocol to https
    
    * no message
    TinchoF authored and jsnellbaker committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    3af10ac View commit details
    Browse the repository at this point in the history
  4. adxcgBidAdapter prebid 3.0 requirements compatibility (#4514)

    * adxcgBidAdapter prebid 3.0 requirements compatibility
    
    * Restarting CI test
    adxcgcom authored and jsnellbaker committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    94233d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32aef56 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. adxcgAnalyticsAdapter.js prebid 3.0 requirements compatibility (#4515)

    * adxcgAnalyticsAdapter.js prebid 3.0 requirements compatibility
    
    * CI restart
    
    * CI restart
    
    * Updated docs
    adxcgcom authored and jsnellbaker committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    aba3689 View commit details
    Browse the repository at this point in the history
  2. Add britepool userid submodule (#4314)

    * * Added BritePool User ID Submodule
    
    * * Refactor getId() and allow it to return a sync value from getter()
    
    * * Pull only primaryBPID key out of hardened API response
    
    * add check for decoded primaryBPID value and update readme
    
    * * Added BritePool User ID Submodule
    
    * * Refactor getId() and allow it to return a sync value from getter()
    
    * * Pull only primaryBPID key out of hardened API response
    
    * add check for decoded primaryBPID value and update readme
    
    * update userId_spec.js tests
    
    * update userId_spec.js tests and add britepoolIdSystem to submodules.json
    
    * moved our module specific tests to own spec file
    
    * * Update to use getId() with callback key
    * Add test for our getId() returning value or callback
    
    * * Revert comment to "Use existing cookie"
    
    * add support for prebid server
    
    * add comma back to submodules.json
    
    * updating markdown for email address
    
    * * Allow the britepool call without parameters (identifiers)
    
    * fixed merging error of double ||
    
    * * Fix the immediate value response to be in id key
    
    * * Fixed test which was expecting id key
    
    * * Touch
    
    * * Update doc
    
    * * Suggested changes to move britepoolIdSystem out of userId default
    
    * * Change weird backticks to single quotes
    
    * * Added functional identifiers
    bansawbanchee authored and jsnellbaker committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    931e2d2 View commit details
    Browse the repository at this point in the history
  3. PrebidServerBidAdapter CCPA (USP) Support (#4501)

    * PrebidServerBidAdapter CCPA Support
    
    * making us privacy (ccpa) consent available to user syncs
    
    * code cleanup
    
    * fixed usp param name
    harpere authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0677a84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f415290 View commit details
    Browse the repository at this point in the history
  5. RubiconBidAdapter: CCPA (USP) Support (#4530)

    * 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 support for CCPA to Rubicon Bid Adapter
    
    * Update test names
    
    * Encode us_privacy string on GET requests
    msm0504 authored and harpere committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d8ab705 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94fb2db View commit details
    Browse the repository at this point in the history
  7. CCPA additions (#4502)

    * CCPA additions
    
    * Change config value from CCPA to USP and USP timer
    
    * Require use of consentAPIs array
    
    * Change requests
    
    * Consistent naming
    
    * Removed test for scenario we won't use for USP
    
    * Removed non-iframe workflows and typo fix
    
    * Reverting original modules to break out UPS
    
    * USPAPI to there own files
    
    * Seperate files for USPAPI CCPA
    
    * Cleaning up comments
    
    * CCPA consent added to adapterManager
    
    * updated config treatment, fixed problems
    
    * handling undefined gdpr config
    
    * Fixed broken tests
    
    * Removed lingering describe.only()
    
    * Tests for new consent manager config structure
    
    * Changed file import case from USP to Usp for CI
    
    * Test new consent manager config
    
    * url encoding usp privacy string
    
    * improved tests
    
    * remove usp url encoding from core
    tjeastmond authored and harpere committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    a30fc62 View commit details
    Browse the repository at this point in the history
  8. JustPremium: Disable 'btm' requests (#4511)

    Konrad Dulemba authored and Isaac A. Dettman committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    8ccf2b9 View commit details
    Browse the repository at this point in the history
  9. PubMatic to support Britepool User ID (#4532)

    * 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 Britepool UID
    pm-harshad-mane authored and jsnellbaker committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    484beb2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2450f2f View commit details
    Browse the repository at this point in the history
  11. Prebid 2.43.0 release

    jsnellbaker committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0f2c546 View commit details
    Browse the repository at this point in the history
  12. increment pre version

    jsnellbaker committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    3528dd0 View commit details
    Browse the repository at this point in the history
  13. ucfunnelAnalyticsAdapter (#4432)

    * 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
    
    * Create ucfunnelAnalyticsAdapter.js
    
    * [Dev Fix]add id
    
    * Update ucfunnelAnalyticsAdapter.js
    
    * Update ucfunnelAnalyticsAdapter.md
    
    * add test
    
    * Bug Fix and test passed
    ucfunnel authored and Isaac A. Dettman committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    26dce88 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. ucfunnel adapter add bidfloor parameter (#4495)

    * 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 adapter add bidfloor parameter
    ucfunnel authored and bretg committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    6b69fcf View commit details
    Browse the repository at this point in the history
  2. Added AstraOne adapter (#4475)

    * Added AstraOne adapter
    
    * Fixed an argument in function createRenderer
    
    * Added unit tests. Added example with GPT in the documentation. Removed bid renderer.
    
    * Fixed a small typo
    astraone-ssp authored and sumit116 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    7777359 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. PubMatic bid adapter to support CCPA/USP (#4533)

    * 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 CCPA/USP support in PubMatic adapter
    pm-harshad-mane authored and jsnellbaker committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    8e12e5f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Update adxcgBidAdapter.js - native fix (#4534)

    * Update adxcgBidAdapter.js  - native fix
    
    * trigger CI
    
    * trigger CI
    
    * Code reformat and adding ending semicolons. No other changes
    
    Reformatted the code in separate commit before real changes
    
    * update adxcgBidAdapter_spec
    
    general cleanup - removed duplicated jsons
    added native size check
    added many url querystring http call parameter checks
    
    * trigger CI
    adxcgcom authored and jsnellbaker committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    c037292 View commit details
    Browse the repository at this point in the history
  2. Update adxcgBidAdapter.js - native fix (#4534)

    * Update adxcgBidAdapter.js  - native fix
    
    * trigger CI
    
    * trigger CI
    
    * Code reformat and adding ending semicolons. No other changes
    
    Reformatted the code in separate commit before real changes
    
    * update adxcgBidAdapter_spec
    
    general cleanup - removed duplicated jsons
    added native size check
    added many url querystring http call parameter checks
    
    * trigger CI
    adxcgcom authored and jsnellbaker committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    d1adb84 View commit details
    Browse the repository at this point in the history
  3. Added US Privacy support in TrustX Bid Adapter (#4529)

    * 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
    
    * TrustX Bid Adapter: added us_privacy parameter in bid request
    
    * TrustX Bid Adapter: fix us_privacy parameter in bid request
    PWyrembak authored and jsnellbaker committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    1a30dea View commit details
    Browse the repository at this point in the history