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

[pull] master from prebid:master #1586

Merged
merged 58 commits into from
Jan 9, 2024
Merged

Commits on Dec 12, 2023

  1. Pubmatic Analytics Adapter : skip duplicate data for pubmatic bids in…

    … logger and tracker (#10787)
    
    * Adding config for openwrap metadapter
    
    * Changed from http to https and timeout to 500
    
    * Timeout value update
    
    * 1.Added safechecks for s2s metadapter case 2.Skipped firing client side tracker for pubmatic 3.Skipped adding pubmatic bid in logger
    
    * Analytics adapter changes to avoid duplicate data in case of OW S2S setup
    
    * Moved to bottom
    
    * kick off tests
    
    ---------
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    pm-priyanka-deshmane and ChrisHuie committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    048f735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    947a487 View commit details
    Browse the repository at this point in the history
  3. PBjs Core : new event fired before add bid response (#10685)

    * new event before add bid response
    
    * test new event is emit
    
    * change new event name
    matthieularere-msq committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5dbbf1b View commit details
    Browse the repository at this point in the history
  4. Revert "Pubmatic Analytics Adapter : skip duplicate data for pubmatic…

    … bids in logger and tracker (#10787)" (#10830)
    
    This reverts commit 048f735.
    patmmccann committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    85817e7 View commit details
    Browse the repository at this point in the history
  5. Revert "support ad unit name (#10825)" (#10831)

    This reverts commit 947a487.
    ChrisHuie committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fd35856 View commit details
    Browse the repository at this point in the history
  6. Invibes Bid Adapter : infinite scroll tcf (#10764)

    * added prevent page view event param in order to differentiate from the first and following request on multi request; added disableUserSyncs in order to disable that functionality as default and added the option to activate it from the bidRequest
    
    * added infinite scroll and page refresh params, updated tcf, changed randomId to guid, updated the subdomain
    
    * reverted subdomain
    
    * Update invibesBidAdapter.js with code review suggestion
    
    * Moved new variables to invibes object
    
    * Update invibesBidAdapter.js add placementIds to invibes object
    
    * initialized window.invibes
    gabrielIvbs committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1c4bc7a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Mediago Bid Adapter : switch domain name (#10833)

    * Mediago Bid Adapter:new adapter
    
    * remove console
    
    * change spec file to fix CircleCI
    
    * change spec file to fix CircleCI
    
    * change spec file
    
    * Update mediagoBidAdapter.js
    
    * Update mediagoBidAdapter.js
    
    * rerun CurcleCi
    
    * update mediagoBidAdapter
    
    * update discoveryBidAdapter
    
    * Discovery Bid Adapter : parameter updates
    
    * Mediago Bid Adapter : parameter updates
    
    * Mediago Bid Adapter : code style format
    
    * rerun circleci
    
    * rerun circleci
    
    * rerun circleci
    
    * rerun circleci
    
    * Update mediagoBidAdapter & discoveryBidAdapter:report eids to server
    
    * Update mediagoBidAdapter & discoveryBidAdapter:report eids to server
    
    * update Mediago & Discovery BidAdapter:remove size filter
    
    * update Mediago & Discovery BidAdapter:code format
    
    * update Mediago & Discovery BidAdapter:code format
    
    * update Mediago & Discovery BidAdapter:add param in banner format
    
    * update mediago & discovery:first party data
    
    * update mediago & discovery:first party data
    
    * update mediago & discovery:first party data
    
    * fix(mediago & discovery): update param tagid
    
    * fix(mediago & discovery): update param tagid
    
    * feat:add imp params for analysis
    
    * fix:add imp params for analysis
    
    * code format
    
    * test:add test data & test
    
    * format code
    
    * rerun circleci
    
    * feat: 1. add cookieSync 2. add gdpr
    
    * code format
    
    * rerun circleci
    
    * add gvlid
    
    * feat:add param 1.ppuid 2.content 3.cat 4.reqtime
    
    * fix: getUserSyncs param fixed
    
    * fix: getUserSyncs param fixed
    
    * feat: add param  1. adUnitCode 2. referrer
    
    * feat: Switch domain
    
    * rerun circle ci
    
    ---------
    
    Co-authored-by: BaronYu <baronwei11@gmail.com>
    BaronJHYu and BaronYu committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2e07896 View commit details
    Browse the repository at this point in the history
  2. Bizzclick Bid Adapter : update adapter, used ortbConverter lib (#10828)

    * update bizzclick adapter, used ortbConverter lib
    
    * fix: removed gdpr, ccpa, coppa
    BizzClick committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    75cb166 View commit details
    Browse the repository at this point in the history
  3. PubMatic Bid Adapter : passing a unique wiid to pubmatic ssp and logg…

    …er call (#10821)
    
    * Added wiid as UUID
    
    * Handled undefined wiid in logger and tracker
    
    * updated test cases
    
    * updated test cases
    
    ---------
    
    Co-authored-by: pm-azhar-mulla <azhar@L1119.local>
    pm-azhar-mulla and pm-azhar-mulla committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    dc530cf View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Criteo Bid Adapter: Add support for app.publisher.id in bid request (#…

    …10837)
    
    Co-authored-by: v.raybaud <v.raybaud@criteo.com>
    vraybaud and v.raybaud committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a631892 View commit details
    Browse the repository at this point in the history
  2. providing visibility in case of adapter timeout and bidError (#10807)

    Co-authored-by: ahmadlob <109217988+ahmadlob@users.noreply.github.com>
    barRubi and ahmadlob committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3e57af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f58a0a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2732783 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 18, 2023

  1. Bump github/codeql-action from 2 to 3 (#10856)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a90d6c8 View commit details
    Browse the repository at this point in the history
  2. HadronId Module: implementing user consent in backend calls (#10845)

    * Implementing user consent in HadronId module
    
    * fixing tests accepting just the start of url
    jlaso committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5f8ff5f View commit details
    Browse the repository at this point in the history
  3. Eids Docs : add missing EID examples (#10844)

    * Add missing brackets
    
    * Add missing examples
    
    * Add back missing ext
    3link committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9a0f012 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Admixer Bid Adaper: add admixerwl alias (#10859)

    * Update README.md
    
    update
    
    * Add admixerwl alias for admixerBidAdapter.
    
    ---------
    
    Co-authored-by: Yaroslav Masenko <intgr-user@admixer.ua>
    AdmixerTech and Yaroslav Masenko committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    332a7d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd787eb View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. NoBid Analytics Adapter: support for counting blocked requests for th…

    …e Optimizer (#10842)
    
    * Enable supplyChain support
    
    * Added support for COPPA
    
    * rebuilt
    
    * Added support for Extended User IDs.
    
    * Added support for the "meta" attribute in bid response.
    
    * Delete nobidBidAdapter.js.orig
    
    * Delete a
    
    * Delete .jsdtscope
    
    * Delete org.eclipse.wst.jsdt.ui.superType.container
    
    * Delete org.eclipse.wst.jsdt.ui.superType.name
    
    * Delete .project
    
    * Added support for counting blocked requests for the Optimizer.
    
    * Added missing function for testing.
    
    * Added unit tests
    
    ---------
    
    Co-authored-by: Reda Guermas <reda.guermas@nobid.io>
    redaguermas and Reda Guermas committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0b59d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5c2e06 View commit details
    Browse the repository at this point in the history
  3. Taboola Bid Adapter: implement Iframe user sync (#10789)

    * iframe-sync
    
    * iframe-sync-add-tests
    ahmadlob committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    104f53f View commit details
    Browse the repository at this point in the history
  4. AMX bid adapter: fix timeout handler, bump version (#10744)

    * amx bid adapter: fix timeout handler, bump version
    
    * restore package-lock to master
    
    * remove sendbeacon, use mock xhr
    
    * add keepalive option for ajax
    
    * fix firefox test
    
    * CR changes
    
    * CR changes: restore files
    
    * CR changes
    nickjacob committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2548949 View commit details
    Browse the repository at this point in the history
  5. Ucfunnel Bid Adapter: add format support (#10862)

    * 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 adapter support CCPA
    
    * ucfunnel adapter native support clicktrackers
    
    * ucfunnel adapter change cookie sync setting
    
    * ucfunnel adapter update request parameter
    
    * Update ucfunnelBidAdapter
    
    * ucfunnel adapter add currency in ad response
    
    * ucfunnel adapter support uid2
    
    * ucfunnel Bid Adapter: add support for FLoC and Verizon Media ConnectID
    
    * ucfunnel Bid Adapter: add support Price Floors Module
    
    * ucfunnel Bid Adapter: add GPID support and fix page and domain parameter.
    
    * ucfunnel Bid Adapter: add format support.
    
    ---------
    
    Co-authored-by: root <root@ubuntu.members.linode.com>
    Co-authored-by: Ryan Chou <ryanchou0210@gmail.com>
    Co-authored-by: ucfunnel <support@ucfunnel.com>
    Co-authored-by: jack.hsieh <moonnight8520@gmail.com>
    5 people committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2b8aacb View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. R2B2 Bid Adapter: Initial release (#10702)

    * R2B2 bidder adapter
    
    * R2B2 bid adapter: fix
    
    * conditional renderer
    
    ---------
    
    Co-authored-by: jenda <jan.schotterl@r2b2.cz>
    alexalukr2b2 and jsch8 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3c632ca View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    f5e1988 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b45c4 View commit details
    Browse the repository at this point in the history
  3. Yandex Bid Adapter: Add rtt (roud trip time) tracking via nurl (#10846)

    * Add rtt (roud trip time) tracking via nurl in yandexBidAdapter
    
    * Yandex Bid Adapter: Fix let -> const
    
    ---------
    
    Co-authored-by: Konstantin Korobkov <kostya-kor@yandex-team.ru>
    korobkov-k and Konstantin Korobkov committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f625c1e View commit details
    Browse the repository at this point in the history
  4. AdMatic Bid Adapter : consent management features added (#10813)

    * Admatic Bidder Adaptor
    
    * Update admaticBidAdapter.md
    
    * Update admaticBidAdapter.md
    
    * remove floor parameter
    
    * Update admaticBidAdapter.js
    
    * Admatic Bid Adapter: alias and bid floor features activated
    
    * Admatic adapter: host param control changed
    
    * Alias name changed.
    
    * Revert "Admatic adapter: host param control changed"
    
    This reverts commit de7ac85.
    
    * added alias feature and host param
    
    * Revert "added alias feature and host param"
    
    This reverts commit 6ec8f45.
    
    * Revert "Alias name changed."
    
    This reverts commit 661c54f.
    
    * Revert "Admatic Bid Adapter: alias and bid floor features activated"
    
    This reverts commit 7a2e0e2.
    
    * Revert "Update admaticBidAdapter.js"
    
    This reverts commit 7a845b7.
    
    * Revert "remove floor parameter"
    
    This reverts commit 7a23b05.
    
    * Admatic adapter: host param control && Add new Bidder
    
    * Revert "Admatic adapter: host param control && Add new Bidder"
    
    This reverts commit 3c797b1.
    
    * commit new features
    
    * Update admaticBidAdapter.js
    
    * updated for coverage
    
    * sync updated
    
    * Update adloader.js
    
    * AdMatic Bidder: development of user sync url
    
    * Update admaticBidAdapter.js
    
    * Set currency for AdserverCurrency: bug fix
    
    * Update admaticBidAdapter.js
    
    * update
    
    * admatic adapter video params update
    
    * Update admaticBidAdapter.js
    
    * update
    
    * Update admaticBidAdapter.js
    
    * update
    
    * update
    
    * Update admaticBidAdapter_spec.js
    
    * Update admaticBidAdapter.js
    
    * Update admaticBidAdapter.js
    
    * Revert "Update admaticBidAdapter.js"
    
    This reverts commit 1216892.
    
    * Revert "Update admaticBidAdapter.js"
    
    This reverts commit b1929ec.
    
    * Revert "Update admaticBidAdapter_spec.js"
    
    This reverts commit 1ca6597.
    
    * Revert "update"
    
    This reverts commit 689ce9d.
    
    * Revert "update"
    
    This reverts commit f381a45.
    
    * Revert "Update admaticBidAdapter.js"
    
    This reverts commit 38fd7ab.
    
    * Revert "update"
    
    This reverts commit a5316e7.
    
    * Revert "Update admaticBidAdapter.js"
    
    This reverts commit 60a28ca.
    
    * Revert "admatic adapter video params update"
    
    This reverts commit 31e69e8.
    
    * update
    
    * Update admaticBidAdapter.js
    
    * Update admaticBidAdapter_spec.js
    
    * mime_type add
    
    * add native adapter
    
    * AdMatic Adapter: Consent Management
    fatihkaya84 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ed48e34 View commit details
    Browse the repository at this point in the history
  5. Taboola Bid Adapter: Cookie Look Up Logic Fix (#10873)

    * cookie-look-up-logic-fix
    
    * cookie-look-up-logic-fix
    
    * cookie-look-up-logic-fix
    ahmadlob committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9ec2092 View commit details
    Browse the repository at this point in the history
  6. ZetaGlobalSsp Bid Adapter : support topics module (#10803)

    * add getTopics()
    
    * provide get segments from ortb2
    
    * rename const
    
    * additional check
    
    * fix test
    
    ---------
    
    Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
    Co-authored-by: Alexey Surovenko <ASurovenko@vdhk6ddf9m.home>
    3 people committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    984abfa View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Adnuntius Bid Adapter: bugfix for storageFunction (#10869)

    * Removed linting issues
    
    * Fixed merge issues.
    
    * Bugfix on storageTool.
    mikael-lundin committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    325cd3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdbbf09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46784ab View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Yandex Bid Adapter: add support for topicsFpdModule (#10875)

    * Yandex Bid Adapter: add support for topicsFpdModule
    
    * add test
    someden committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    cc49968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff27673 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. DxKulture Bid Adapter : user syncs improvements (#10738)

    * Initial implementation of kulturemedia bid adapter
    
    * Changing outstream to instream
    
    * Enriching md file with test examples
    
    * Changing nId to networkId
    
    * Cleaning up md file
    
    * Submitting rebranded dxkultureBidAdapter
    
    * dxkultureBidAdapter - Improve UserSyncs
    
    * Include gdpr/usp params in iframe usersync url
    
    * Add gdpr/usp data to iframe usync urls
    
    * Cleaning up testing html file
    
    * Adding outstream support
    
    * Updating exchange endpoint
    
    * Resolve requests test
    
    * Resolving iframe/pixel priority when iframeEnabled/pixelEnabled
    
    * Improving userSync filtering condition
    
    * Prioritize iframe user syncing
    
    ---------
    
    Co-authored-by: Danijel Predarski <danijel.p@whitecitysoft.com>
    Co-authored-by: dani-nova <73398187+dani-nova@users.noreply.github.com>
    Co-authored-by: Slavisa Petkovic <trpeze@gmail.com>
    Co-authored-by: Slavisa Petkovic <32300768+spetkovic@users.noreply.github.com>
    5 people committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    233695d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04a7659 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Update viantOrtbBidAdapter_spec.js (#10888)

    Added a test case for native ads
    tkrishnaviant committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ed05478 View commit details
    Browse the repository at this point in the history
  2. Stv Bid Adapter: added user id support, adaptation of schain support (#…

    …10849)
    
    * initial commit
    
    * adapted buildRequests function
    
    * refinement pfilter and bcat
    
    * refinement
    
    * adapted tests for isBidRequestValid,buildRequests
    
    * adaptations for test
    
    * finished building stvBidAdapter.js
    
    * finished: ran tests, coverage 99%
    
    * update: rename w->srw, h->srh
    
    * adapt stvBidAdapter.md
    
    * remove dspx from stv adapters
    
    * some changes (missing: getUserSyncs, but is the same as in
    radsBidAdapter)
    
    * added checks in getUserSyncs; ran tests
    
    * added schain support (94.8% coverage)
    
    * correct schain encoding
    
    * added serializeUids and adapted serializeSChain
    
    ---------
    
    Co-authored-by: theo_ <theo_@IDEA3>
    theo-stv and theo_ committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    665c894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    185e97f View commit details
    Browse the repository at this point in the history
  4. LiveIntent ID Module: Update live-connect version (#10894)

    * update lc version
    
    * fix typo
    wi101 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    49904a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    136f0bb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Price Floors: Failure to Account for 'data.skipRate' (#10872)

    * Update skipRate handling in priceFloors.js and add unit tests for the changes.
    
    * Update wording on tests and remove unecessary spread.
    bbaresic committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7a09d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa21bfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    714acd3 View commit details
    Browse the repository at this point in the history
  4. 1.Added safechecks for s2s metadapter case 2.Skipped firing client si…

    …de tracker for pubmatic 3.Skipped adding pubmatic bid in logger (#10897)
    kapil-tuptewar committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    866be6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60e7e96 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    cdbe68c View commit details
    Browse the repository at this point in the history
  2. Adnuntius Bid Adapter : bugfix void au ids (#10890)

    * Removed linting issues
    
    * Fixed merge issues.
    
    * Bugfix on storageTool.
    
    * Adnuntius Bid Adapter: bugfix handling ad response
    
    Handle no voidAuIds better.
    
    ---------
    
    Co-authored-by: Mikael Lundin <mikael@coil.se>
    Co-authored-by: Mikael Lundin <mikael-lundin@users.noreply.github.com>
    3 people committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    7f2763d View commit details
    Browse the repository at this point in the history
  3. GreenbidsAnalyticsAdapter and GreenbidsRtdProvider: Rework greenbids …

    …sampling and improve transparency (#10792)
    
    * track billing events and modify sampling pattern
    
    * review updates
    jbogp committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3e6b546 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

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

Commits on Jan 8, 2024

  1. Pangle Bid Adapter : add multi format support (#10909)

    * feat: pangle multi format
    
    * feat: multi format
    pangle-fe committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    759c52d View commit details
    Browse the repository at this point in the history
  2. Criteo bid adapter: remove checks on video context and placement (#10912

    )
    
    Those checks are no longer useful so we decided to remove them.
    dzhang-criteo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6689373 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Discovery Bid Adapter : add title, description, keywords (#10900)

    * Discovery Bid Adapter : add title, desc, keywords, hLen, nbw, hc, dm  add unit test resolve conflict
    
    * Discovery Bid Adapter : add title, desc, keywords, hLen, nbw, hc, dm  add unit test
    
    ---------
    
    Co-authored-by: lvhuixin <lvhuixin@baidu.com>
    lhxx121 and lvhuixin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b6d7b0a View commit details
    Browse the repository at this point in the history
  2. Ampliffy Bid Adapter: initial commit (#10883)

    * ampliffyBidAdapter initial commit
    
    * Add tests
    vicenteampliffy committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    cf1f150 View commit details
    Browse the repository at this point in the history
  3. Utils.js (Warning in Integration Tests): add back getWindowFromDocume…

    …nt (#10865)
    
    * add back getWindowFromDocument
    
    * do not use core for 1 consumer
    
    ---------
    
    Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
    ChrisHuie and dgirardi committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b93416b View commit details
    Browse the repository at this point in the history
  4. Rubicon: remove transformBidParams function (#10919)

    Per #6361
    
    Confirmed that the server-side adapters for both PBS-Go and PBS-Java handle the type conversion.
    bretg committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2b25ec4 View commit details
    Browse the repository at this point in the history