Back to Bidders

Talkads

Features

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

Registration

The Talkads Adapter requires setup before beginning. Please contact us at and register to the publisher side.

Configuration

Prebid.js

The TalkAds adapter does not work without setting the correct tag ID and bidder URL. These parameters are totally specific to each Publisher, you will receive them when contacting us.

Bid Params

Name Scope Description Example Type
tag_id required The publisher tag id given by the Natexo team 99 number
bidder_url required The publisher bidder url given by the Natexo team 'https://test.natexo-programmatic.com/tad/tag/prebid' string

Native example

var adUnits = [
    code: '/19968336/prebid_native_example_1',
    mediaTypes: {
        native: {
        }
    },
    bids: [{
        bidder: 'talkads',
        params: {
            tag_id: 0,
            bidder_url: 'https://d.natexo-programmatic.com/tad/tag/testbid',
        },
    }]
];
var adUnits = [
    code: '/19968336/prebid_display_example_1',
    mediaTypes: {
      banner: {
        sizes: [[300, 250]]
      } 
    },
    bids: [{
        bidder: 'talkads',
        params: {
            tag_id: 0,
            bidder_url: 'https://d.natexo-programmatic.com/tad/tag/testbid',
        },
    }]
];

"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_talkads hb_bidder_talkads hb_adid_talkads
hb_size_talkads hb_source_talkads hb_format_talkads
hb_cache_host_talkad hb_cache_id_talkads hb_uuid_talkads
hb_cache_path_talkad hb_deal_talkads

Back to Bidders