Skip to content

Conversation

@vadim-frolov
Copy link

Type of change

  • Bugfix

  • Feature

  • 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: prebid/prebid.github.io#6320

albertbn and others added 9 commits October 8, 2025 10:43
…al tagid

- Fix test parameter to default to 0 (false) instead of 1
- Fix AUCTION_PRICE macro regex by removing dollar sign
- Make tagid optional in isBidRequestValid (only require account)
- Add fallback logic to check tagid in ortb2Imp.tagid and ortb2Imp.ext.gpid

Co-Authored-By: [email protected] <[email protected]>
@patmmccann
Copy link
Collaborator

can you pull master and you should get a reviewer assigned automatic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants