Prebid.js icon indicating copy to clipboard operation
Prebid.js copied to clipboard

Teza Bid Adapter: initial release

Open vadim-frolov opened this issue 2 months ago • 0 comments

Type of change

  • [ ] Bugfix

  • [ ] Feature

  • [x] New bidder adapter

  • [ ] Updated bidder adapter

  • [ ] Code style update (formatting, local variables)

  • [ ] Refactoring (no functional changes, no api changes)

  • [ ] Build related changes

  • [ ] CI related changes

  • [ ] Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • [ ] Other

Description of change

This PR introduces a new Teza bid adapter for Prebid.js with comprehensive support for banner advertising.

Contact Information

Test Parameters

    {
        code: "div-1",
        mediaTypes: { banner: { sizes: [[300, 250]] } },
        bids: [
            {
                bidder: "teza",
                params: {
                    account: "acct123",
                    bidfloor: 0.1,
                    test: true,
                },
            },
        ],
    }

Other information

related prebid.github.io PR: https://github.com/prebid/prebid.github.io/pull/6320

vadim-frolov avatar Nov 04 '25 16:11 vadim-frolov