Talkads
Features
Bidder Code | talkads | Prebid.org Member | no |
---|---|---|---|
Media Types | display, native | TCF-EU Support | yes |
User IDs | none | USP/CCPA Support | no |
Supply Chain Support | check with bidder | COPPA Support | no |
Demand Chain Support | check with bidder | GPP Support | check with bidder |
Supports Deals | check with bidder | Prebid.js Adapter | yes |
IAB GVL ID | 1074 | Prebid Server Adapter | no |
Floors Module Support | check with bidder | First Party Data Support | check with bidder |
Multi Format Support | check with bidder | ORTB Blocking Support | check with bidder |
Safeframes OK | no |
Registration
The Talkads Adapter requires setup before beginning. Please contact us at
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',
},
}]
];
Banner example
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 |