Back to Bidders

T-Advertising Solutions

Features

Bidder Code tadvertising Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display, video Multi Format Support will-not-bid
TCF-EU Support yes IAB GVL ID 213
GPP Support None DSA Support check with bidder
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 yes First Party Data Support no
Endpoint Compression check with bidder ORTB Blocking Support yes
User IDs unifiedId Privacy Sandbox check with bidder

Disclosure

Note: The T-Advertising Solutions Bidding adapter requires setup and approval from the T-Advertising Solutions service team. Please reach out to your account manager for more information to start using it.

Bid Params

Name Scope Description Example Type
publisherId required The publisher ID '1427ab10f2e448057ed3b422' String
placementId required the GPID value should be passed in this field. '5e9f2c8b7d31a45620fa8d3c' String
bidfloor optional Sets a bid floor price 0.95 Float

The T-Advertising Solutions adapter for banner uses certain parameters in the AdUnit’s mediaTypes.banner definition.

Here’s a banner ad unit example:

var bannerAdUnit = {
    code: 'myBannerAdUnit',
    mediaTypes: {
        banner: {
            sizes: [400, 600],
        }
    },
    bids: [
        {
            bidder: 'tadvertising',
            params: {
                publisherId: '1427ab10f2e448057ed3b422',
                placementId: 'sidebar_1',
                bidfloor: 0.95 // Optional - default is 0
            }
        }
    ]
}

Video Ad Unit Example

The T-Advertising Solutions adapter for video requires certain parameters in the AdUnit’s mediaTypes.video definition.

Here’s a video ad unit example:

var videoAdUnit = {
    code: 'myVideoAdUnit',
    mediaTypes: {
        video: {
            mimes: ['video/mp4'],
            minduration: 1,
            maxduration: 60,
            api: [1, 3],
            placement: 3,
            protocols: [2,3,5,6]
        }
    },
    bids: [
        {
            bidder: "tadvertising",
            params: {
                publisherId: '1427ab10f2e448057ed3b422',
                placementId: 'sidebar_1',
                bidfloor: 0.95 // Optional - default is 0
            }
        }
    ]
}

First Party Data

Publishers should use the ortb2 method of setting First Party Data.

"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_tadvertising hb_bidder_tadvertisi hb_adid_tadvertising
hb_size_tadvertising hb_source_tadvertisi hb_format_tadvertisi
hb_cache_host_tadver hb_cache_id_tadverti hb_uuid_tadvertising
hb_cache_path_tadver hb_deal_tadvertising

Back to Bidders