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

Tappx Bid Adapter: add floor module support #6626

Merged
merged 108 commits into from
May 7, 2021

Commits on Mar 31, 2021

  1. UPDATE: add initial UID

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    1646d1f View commit details
    Browse the repository at this point in the history
  2. UPDATE: UID change user ext

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    62d04e2 View commit details
    Browse the repository at this point in the history
  3. UPDATE: UID clean logs

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    9a2f9cb View commit details
    Browse the repository at this point in the history
  4. UPDATE: add host info

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3fedc33 View commit details
    Browse the repository at this point in the history
  5. UPDATE: tappx bid adapter universal id

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3cfb943 View commit details
    Browse the repository at this point in the history
  6. UPDATE: fix bidder param

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    22a2b71 View commit details
    Browse the repository at this point in the history
  7. UPDATE: tappxBidAdapter tests

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    8700881 View commit details
    Browse the repository at this point in the history
  8. tappxBidAdapter - fix spacing

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    88dfa06 View commit details
    Browse the repository at this point in the history
  9. tappxBidAdapter: add test user eids array

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    919c2f2 View commit details
    Browse the repository at this point in the history
  10. tappxBidAdapter: update eids array

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    37d9f96 View commit details
    Browse the repository at this point in the history
  11. FIX: package-lock.json

    marc_tappx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    e5777a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Conversant adapter: add adomain, remove digitrust (prebid#6495)

    * Update eids.js
    
    * Update eids_spec.js
    
    * Update eids.js
    
    * Update pubmaticBidAdapter_spec.js
    
    * Update eids.js
    
    * Update eids_spec.js
    
    * Update conversantBidAdapter_spec.js
    
    * Update rubiconBidAdapter_spec.js
    
    * Update conversantBidAdapter_spec.js
    
    * Delete test/spec/adapters directory
    
    * Update userId_spec.js
    
    * Update conversantBidAdapter.js
    
    * Update conversantBidAdapter_spec.js
    
    * Update conversantBidAdapter_spec.js
    
    * Update conversantBidAdapter_spec.js
    patmmccann authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    d9a9969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    668c017 View commit details
    Browse the repository at this point in the history
  3. Proxistore Bid Adapter: add cookieless url endpoint & use floor module (

    prebid#6427)
    
    * use floor module
    
    * call cookieless endpoint when necessary
    
    * test endpoint url
    
    * change url endpoint
    
    * delete console log
    
    * fix tests
    
    * add language to url
    
    * use ortb interface
    
    * unit test
    
    * update test unit
    
    * create proxistore module
    
    * add unit tests and documentation
    
    * delete modules
    
    * delete module
    
    * add proxistore rtd submodule
    
    * delete proxistore module
    
    * spacing
    
    * change url
    vincentproxistore authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    7da6799 View commit details
    Browse the repository at this point in the history
  4. AdYoulike Bid Adapter: Add an "Insertion" tracking for Native mediaty…

    …pe (prebid#6481)
    
    * add insertion event
    
    * add missing campaign ID parameter
    
    * update unit test with new tracking checked
    guiann authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1a7a7a3 View commit details
    Browse the repository at this point in the history
  5. Dspx Bid Adapter : add user sync support (prebid#6456)

    * Add sync support for dspx adapter
    
    * Dspx Bid Adapter : add user sync support
    
    Co-authored-by: Alexander <avj83@list.ru>
    2 people authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3876d67 View commit details
    Browse the repository at this point in the history
  6. Multibid Module: add new module to handle multiple bids from single b…

    …idder & update rubicon adapter (prebid#6404)
    
    * Multibid module - create new module
    - Expands the number of key value pairs going to the ad server in the normal Prebid way by establishing the concept of a "dynamic alias"
    
    First commit
    
    * Continued updates from 1st commit
    
    * Adding logWarn for filtered bids
    
    * Update to include passing multibid configuration to PBS requests
    
    * Update to rubicon bid adapter to pass query param rp_maxbids value taken from bidderRequest.bidLimit
    
    * Update to config to look for camelcase property names according to spec. These convert to all lowercase when passed to PBS endpoint
    
    * Adjust RP adapter to always include maxbids value - default is 1
    
    * Added support for bidders array in multibid config
    
    * Fixed floor comparison to be <= bid cpm as oppossed to just < bid cpm. Updated md file to fix camelCase tpyo
    
    * Update to include originalBidderRequest in video call to prebid cache
    
    * Update to ignore adpod bids from multibid and allow them to return as normal bids
    mmoschovas authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    d9e3b12 View commit details
    Browse the repository at this point in the history
  7. Adding uid2 to submodules.json (prebid#6508)

    SKOCHERI authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    709e967 View commit details
    Browse the repository at this point in the history
  8. NextRoll ID System: add new ID module (prebid#6396)

    * Add Nextroll ID Module
    
    * Add nextroll to eids
    
    * Make configuration value names consistent with Adapter Module
    
    * Use parnerId instead of sellerId
    
    * Add nextroll to userId and eids md files
    
    * Remove storage configuration
    
    * Rename nextroll -> nextrollId
    
    * Add nextrollId to common ID specs
    abijr authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    b87bfb1 View commit details
    Browse the repository at this point in the history
  9. Qwarry Bid Adapter: add GDPR and consent string handling (prebid#6489)

    * qwarry bid adapter
    
    * formatting fixes
    
    * fix tests for qwarry
    
    * qwarry bid adapter
    
    * add header for qwarry bid adapter
    
    * bid requests fix
    
    * fix tests
    
    * response fix
    
    * fix tests for Qwarry bid adapter
    
    * add pos parameter to qwarry bid adapter
    
    * qwarryBidAdapter onBidWon hotfix
    
    * Change bidder endpoint url for Qwarry adapter
    
    * add referer JS detection
    
    * use bidderRequest.refererInfo
    
    * fix tests
    
    * GDPR consent string support
    
    * NPE fix
    
    Co-authored-by: Artem Kostritsa <akostritsa@akostritsa.com>
    Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com>
    Co-authored-by: pro-nsk <32703851+pro-nsk@users.noreply.github.com>
    4 people authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1fae3c4 View commit details
    Browse the repository at this point in the history
  10. Zemanta Bid Adapter: add support for new params & consent strings to …

    …usersync URL (prebid#6468)
    
    * add gvl id to spec
    
    * add support for bcat and badv params
    
    * add consent strings to usersync url
    
    * add bcat and badv params to doc
    Rok Sušnik authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    f2ff4dd View commit details
    Browse the repository at this point in the history
  11. Automatad Bid Adapter: Add meta.advertiserDomains to bid response (pr…

    …ebid#6509)
    
    
    * added bid meta with advertiserDomains
    kanchika-kapoor authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    6697dc9 View commit details
    Browse the repository at this point in the history
  12. Adhese Bid Adapter: add support for caching video content (prebid#6501)

    * adpod category support test
    
    * Revert "adpod category support test"
    
    This reverts commit 70a3cf2.
    
    * adpod category support test
    
    * Revert "adpod category support test"
    
    This reverts commit 70a3cf2.
    
    * Adhese Bid Adapter: cache video content
    
    Co-authored-by: Tim Sturtewagen <tim@adhese.com>
    Co-authored-by: Mateusz <mateusz@adhese.eu>
    3 people authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    4230a2c View commit details
    Browse the repository at this point in the history
  13. update apacdex unit test to disable debug mode (prebid#6511)

    jsnellbaker authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    f94d9b4 View commit details
    Browse the repository at this point in the history
  14. Telaria: not setting adid (prebid#6507)

    bretg authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    d6d29a7 View commit details
    Browse the repository at this point in the history
  15. Prebid 4.33.0 Release

    jsnellbaker authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    cb19d28 View commit details
    Browse the repository at this point in the history
  16. increment pre version

    jsnellbaker authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    2b865a3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0ce4ae3 View commit details
    Browse the repository at this point in the history
  18. Zemanta adapter: add advertiserDomains (prebid#6517)

    Rok Sušnik authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    61ac2eb View commit details
    Browse the repository at this point in the history
  19. Lemma Bid Adapter: accepting the floor to use the getFloor function (p…

    …rebid#6497)
    
    * 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.
    
    * Update lemmaBidAdapter.js
    
    Lemma Bid Adapter - v3.0 compliance
    
    * Update lemmaBidAdapter_spec.js
    
    Lemma Bid Adapter - v3.0 compliance
    
    * Update lemmaBidAdapter.md
    
    Lemma Bid Adapter - v3.0 compliance
    
    * Update lemmaBidAdapter.js
    
    Added user sync support into bid adapter.
    
    * updated include modules file extension.
    
    updated include modules js file extension.
    
    * Update lemmaBidAdapter_spec.js
    
    Added unit test for user sync feature.
    
    * Update lemmaBidAdapter.js
    
    Fixed format error.
    
    * Update lemmaBidAdapter_spec.js
    
    Fixed format error and typo error.
    
    * Set mediaType key value into bid object
    
    Set mediaType key value into the bid object.
    
    * Update lemmaBidAdapter.js
    
    remove duplicate function
    
    * Update lemmaBidAdapter.js
    
    Remove non supported code.
    
    * Update lemmaBidAdapter_spec.js
    
    Remove GDPR test cases.
    
    * Update lemmaBidAdapter.js
    
    Made changes for accepting the floor to use the getFloor function
    
    * Update lemmaBidAdapter.js
    
    correct undefined keyword name.
    
    * Update lemmaBidAdapter_spec.js
    
    Added test coverage floor value
    
    * Update lemmaBidAdapter.js
    
    Remove trailing spaces on lines 379 and 381.
    
    * Update lemmaBidAdapter_spec.js
    
    Added getFloor function test case changes, Please review it.
    
    * Update lemmaBidAdapter_spec.js
    
    * Update lemmaBidAdapter.js
    
    * Update lemmaBidAdapter.js
    
    Fixed lint issue.
    
    * Update lemmaBidAdapter_spec.js
    
    Fixed test cases.
    
    * Update lemmaBidAdapter_spec.js
    
    Made suggested changes. Please review it.
    
    Co-authored-by: Abhijit Mane <abhipucsd.123@gmail.com>
    2 people authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    d6426dc View commit details
    Browse the repository at this point in the history
  20. Mediasquare Bid Adapter: fix getUserSyncs issue with empty bids + add…

    … metrics to onBidWon Event (prebid#6480)
    
    * Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event
    
    * Mediasquare bidder: fix getUserSyncs issue with empty bids + add metrics to onBidWon Event
    
    * removing status as it does not seem populated when called
    
    * add tests
    matthieularere-msq authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    22f7de5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fcc2928 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    391cbb7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    40c85ca View commit details
    Browse the repository at this point in the history
  24. SynacorMedia: remove adId from the bid response (prebid#6520)

    rajcspsg authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    7a7af27 View commit details
    Browse the repository at this point in the history
  25. Rubicon: making doc data types consistent (prebid#6526)

    bretg authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e519ead View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e8b02b9 View commit details
    Browse the repository at this point in the history
  27. Adloox Analytics Adapter: add new analytics adapter (prebid#6308)

    * gulp: fix supplying list of browsers to test against
    
    The following now works: gulp test --browserstack --nolint --nolintfix --browsers=bs_ie_11_windows_10 --file 'test/spec/modules/adloox{AnalyticsAdapter,AdServerVideo,RtdProvider}_spec.js'
    
    * instreamTracking: unit test tidy
    
    From @robertrmartinez in prebid#6308 (comment)
    
    * adloaderStub: expose stub for other unit tests to use
    
    From @robertrmartinez in prebid#6308 (comment)
    
    * Adloox analytic module
    jimdigriz authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    25ba111 View commit details
    Browse the repository at this point in the history
  28. Seedtag adapter: Fixing bug preventing to receive the right params on…

    …Timeout. (prebid#6525)
    lauramorillo authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    8aed380 View commit details
    Browse the repository at this point in the history
  29. adot bid adapter: add publisher path from bidder config to endpoint u…

    …rl (prebid#6476)
    Giudici-a authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    55831de View commit details
    Browse the repository at this point in the history
  30. Admixer ID System: add userId submodule (prebid#6238)

    * Migrating to Prebid 1.0
    
    * Migrating to Prebid 1.0
    
    * Fix spec
    
    * add gdpr and usp
    
    * remove changes in gdpr_hello_world.html
    
    * Update gdpr_hello_world.html
    
    add spaces
    
    * add user syncs
    
    * remove comments
    
    * tests
    
    * admixer id system
    
    * admixer id system
    
    * admixer id system eids.md userId.md
    
    * admixer id system .submodules.json
    
    * admixer id system
    
    Co-authored-by: atkachov <atkachov91@admixer.ua>
    2 people authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    ac5c107 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    42e1c66 View commit details
    Browse the repository at this point in the history
  32. Pubxai Analytics Adapter: bug fixes and code revamp (prebid#6474)

    * Updated PubxAiAnalytics adapter - Bug fixes and Code restructuring
    
    * Updated endpoint URLs
    
    * Changed array.includes to array.indexOf to fix IE issue
    
    * Code cleanup and changes as suggested.
    
    * Updated browser testing order and edge browser token
    pnhegde authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e35140a View commit details
    Browse the repository at this point in the history
  33. PBJS Core: canBidderRegisterSync ignoring iframe sync disabled by def…

    …ault (prebid#6535)
    
    * Update eids.js
    
    * Update eids_spec.js
    
    * Update eids.js
    
    * Update pubmaticBidAdapter_spec.js
    
    * Update eids.js
    
    * Update eids_spec.js
    
    * Update conversantBidAdapter_spec.js
    
    * Update rubiconBidAdapter_spec.js
    
    * Update conversantBidAdapter_spec.js
    
    * Delete test/spec/adapters directory
    
    * Update userId_spec.js
    
    * Update userSync.js
    
    * Update userSync_spec.js
    patmmccann authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    a265241 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a7ab978 View commit details
    Browse the repository at this point in the history
  35. Impactify Bid Adapter: add new bid adapter (prebid#6518)

    * Add impactify adapter with MD file
    
    * Add impactify adapter
    thomasdseao authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    c3ee6f9 View commit details
    Browse the repository at this point in the history
  36. Prebid 4.34.0 Release

    Mike Chowla authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1157b6d View commit details
    Browse the repository at this point in the history
  37. Increment pre version

    Mike Chowla authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    71518cd View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    35de47d View commit details
    Browse the repository at this point in the history
  39. Yieldmo adapter: add meta data to bids (prebid#6550)

    ym-atsymuk authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    955c472 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    927496e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    26a5462 View commit details
    Browse the repository at this point in the history
  42. Mass Deal Rendering Module: support multiple custom configs for dealI…

    …d and rendering (prebid#6500)
    cciocov authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    87a6b47 View commit details
    Browse the repository at this point in the history
  43. ZetaSsp Bid Adapter: add new bid adapter (prebid#6432)

    asurovenko-zeta authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    7e43042 View commit details
    Browse the repository at this point in the history
  44. Adnuntius Bid Adapter: Fix for bid too low. (prebid#6557)

    * Added automatic tzo and targetId to adserver request.
    
    * Fixing issues with bid price being too low.
    
    * Fixing issues with bid price being too low.
    mikael-lundin authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    05c568c View commit details
    Browse the repository at this point in the history
  45. ReadPeak Bid Adapter: fix api issues, add gdpr consent, & getfloor mo…

    …dule support (prebid#6548)
    readpeaktuomo authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    37f803c View commit details
    Browse the repository at this point in the history
  46. BetweenBidAdatper: added sharedid support (prebid#6531)

    ignat-one authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    195572d View commit details
    Browse the repository at this point in the history
  47. adWMG Bid Adapter: update endpoints for cookie sync (prebid#6544)

    * Support floorCPM parameter, fix some minor bugs
    
    * fix space-in-parens circleci error
    
    * example fix
    
    * clean usersync URL
    
    * spaces
    
    * spaces
    
    * add new unit tests, compatibility with IE11
    
    * remove logInfo
    
    * Check for floorCPM value
    
    * Check params before sending
    
    * New endpoints
    
    * code format
    
    * new endpoint for cookie sync
    
    * update tests
    
    Co-authored-by: Mikhail Dykun <m.dykun@wmgroup.us>
    2 people authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    b9f9f88 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    32a74f7 View commit details
    Browse the repository at this point in the history
  49. Sortable Bid Adapter: add eids support (prebid#6565)

    * Add Sortable adapter for Prebid 3.x
    
    Update tests to reflect changes.
    
    * Add .js in imports
    
    * hostname not host: don't include port
    
    * Trivial change to trigger build: failure wasn't our adapter
    
    * More failures in other adapters
    
    * PR Feedback
    
    - use https for URL
    - fix examples in markdown
    - request to endpoint should work now
    
    * Feedback: add native and video examples
    
    * Update unit tests
    
    Co-authored-by: Shannon Broekhoven <shannon@sortable.com>
    2 people authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    81139c4 View commit details
    Browse the repository at this point in the history
  50. Outbrain Bid Adapter: replacing Zemanta (prebid#6558)

    Rok Sušnik authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    c50694b View commit details
    Browse the repository at this point in the history
  51. Sirdata Real-time Data Module: add new RTD module (prebid#6515)

    nouchy authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    81546c8 View commit details
    Browse the repository at this point in the history
  52. Logicad Bid Adapter: add support for userid modules (prebid#6529)

    logicad authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    67de22f View commit details
    Browse the repository at this point in the history
  53. ATS-identityLinkIdSystem - add use3P config property to control firin…

    …g of 3P envelope endpoint (prebid#6568)
    mamatic authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    4297d45 View commit details
    Browse the repository at this point in the history
  54. Proxistore Bid Adapter: add support for tcf v2 consent (prebid#6543)

    * use tcf v2 consent
    
    * set cosentGiven to false and test Gdpr api v2
    vincentproxistore authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    8ce416a View commit details
    Browse the repository at this point in the history
  55. BlueBillyWig Bid Adapter: add renderer customization options (prebid#…

    …6540)
    
    * add Blue Billywig adapter
    
    * Blue Billywig Adapter - update according to review feedback
    
    * Blue Billywig Adapter - update to try and pass CircleCI
    
    * Remove the last for .. of in bluebillywigBidAdapter.js, hopefully...
    
    * Update bluebillywigBidAdapter test parameters to match renderer to rendererCode rename
    
    * Blue Billywig - Also pass through site config with OpenRTB request
    
    * add Blue Billywig adapter
    
    * Blue Billywig Adapter - update according to review feedback
    
    * Blue Billywig Adapter - update to try and pass CircleCI
    
    * Remove the last for .. of in bluebillywigBidAdapter.js, hopefully...
    
    * Code quality update, always hit user syncs, improved video params
    
    * Remove unnecessary export
    
    * Add rendererSettings param to bluebillywig adapter
    
    * Kick off CircleCi tests manually
    
    Co-authored-by: Klaas-Jan Boon <klaas-janboon@ip-172-16-224-85.eu-west-1.compute.internal>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    3 people authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    df0d4dd View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    d911c0f View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    87a3338 View commit details
    Browse the repository at this point in the history
  58. pubGENIUS bid adapter: support floor module (prebid#6555)

    edmonl authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    62ea47c View commit details
    Browse the repository at this point in the history
  59. Welect Bid Adapter: update url of API (prebid#6570)

    * update api url
    
    * update api url in tests
    nduitz authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    36d211a View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    2794ce9 View commit details
    Browse the repository at this point in the history
  61. Adtelligent Bid Adapter: add adUrl support & new alias (prebid#6559)

    * add adUrl support
    
    * add adUrl test
    GeneGenie authored and marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    df6cf9a View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    28cd35a View commit details
    Browse the repository at this point in the history
  63. tappxBidAdapter: update

    marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    587a5f6 View commit details
    Browse the repository at this point in the history
  64. tasppxBidAdapter: add video

    marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    dee1db6 View commit details
    Browse the repository at this point in the history
  65. tappxBidAdapter: update video

    marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    96ef7f5 View commit details
    Browse the repository at this point in the history
  66. tappxBidAdapter: update name interpret banner

    marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    62753cd View commit details
    Browse the repository at this point in the history
  67. tappxBidAdapter: add tests for video

    marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    036265f View commit details
    Browse the repository at this point in the history
  68. tappxBidAdapter: add adomain

    marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    6a5fcfa View commit details
    Browse the repository at this point in the history
  69. tappxBidAdapter: update adapter version

    marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    29cb756 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    1f3cd3e View commit details
    Browse the repository at this point in the history
  71. tappxBidAdapter: update isBidRequestValid

    marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3aa5068 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    b78f0ab View commit details
    Browse the repository at this point in the history
  73. tappxBidAdapter: update doc .md file

    marc_tappx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    0b6ddf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    454881a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ddb4a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

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

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    4798907 View commit details
    Browse the repository at this point in the history
  2. Tappx - remove log

    agrandes-tappx committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    582f0df View commit details
    Browse the repository at this point in the history
  3. Change version

    agrandes-tappx committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e8076bf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    0d6375a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ce240 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    5c39065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0901cf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    267bf23 View commit details
    Browse the repository at this point in the history
  2. Tappx - Test Coverage

    agrandes-tappx committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    2a9e2f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    531a416 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f84234 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09cef37 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    f945919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f688106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c14a05b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    7145f2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4599fb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de9007 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9009fd6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

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