Prebid.js
Prebid.js copied to clipboard
Teza Bid Adapter: initial release
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
- contact email of the adapter’s maintainer: [email protected]
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