Back to Bidders

Teza

Features

Bidder Code teza Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display Multi Format Support will-bid-on-one
TCF-EU Support no IAB GVL ID check with bidder
GPP Support none DSA Support no
USP/CCPA Support no COPPA Support no
Supply Chain Support yes Demand Chain Support no
Safeframes OK check with bidder Supports Deals no
Floors Module Support no First Party Data Support no
Endpoint Compression check with bidder ORTB Blocking Support no
User IDs none Privacy Sandbox check with bidder

Description

Banner-only adapter for the Teza OpenRTB 2.x endpoint.

Bid Params

Name Scope Description Example Type
account required Account identifier provided by Teza. acct123 string
tagid optional Ad placement identifier; falls back to GPID or adUnitCode if not present. home-top string
bidfloor optional Minimum price to bid. Default 0.01. 0.10 number
bidfloorcur optional Currency for bidfloor. Default USD. USD string
test optional When true, enables test mode (test=1) on requests. true boolean

Test Parameters

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

"Send All Bids" Ad Server Keys

These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.
hb_pb_teza hb_bidder_teza hb_adid_teza
hb_size_teza hb_source_teza hb_format_teza
hb_cache_host_teza hb_cache_id_teza hb_uuid_teza
hb_cache_path_teza hb_deal_teza

Back to Bidders