Teal
Features
Bidder Code | teal | Prebid.org Member | yes |
---|---|---|---|
Prebid.js Adapter | yes | Prebid Server Adapter | no |
Media Types | display | Multi Format Support | will-bid-on-any |
TCF-EU Support | yes | IAB GVL ID | 1378 |
GPP Support | tcfeu, tcfca, usnat, usstate_all, usp | DSA Support | yes |
USP/CCPA Support | yes | COPPA Support | yes |
Supply Chain Support | yes | Demand Chain Support | yes |
Safeframes OK | yes | Supports Deals | yes |
Floors Module Support | yes | First Party Data Support | yes |
User IDs | all | ORTB Blocking Support | yes |
Privacy Sandbox | check with bidder |
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
account |
required | Account name provided by your account manager - set to test-account for test mode |
myaccount |
string |
placement |
optional | Placement name provided by your account manager - set to test-placement300x250 for test mode |
mysite300x250 |
string |
testMode |
optional | Activate test mode - 100% test bids - placement needs be set to test-placement300x250 for this option to work |
true |
boolean |
useSourceBidderCode |
optional | Use seat bidder code as hb_bidder, instead of teal (or configured alias) | true |
boolean |
subAccount |
optional | subAccount name, if provided by your account manager | my-sub-account |
string |
Notes
- Specific ads.txt entries are required for the Teal bid adapter - please contact your account manager or prebid@teal.works for more details.
- For full functionality in GDPR territories, please ensure Teal Digital Group Ltd is configured in your CMP.
Bidder Settings
The Teal bid adapter uses an iframe for user sync. This can be enabled like this:
// https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html#setConfig-ConfigureUserSyncing-UserSyncExamples
pbjs.setConfig({
userSync: {
filterSettings: {
iframe: {
bidders: 'teal',
filter: 'include'
}
}
}
});
Test Parameters
To enable 100% fill test ads, you can use the following params
:
{
account: 'test-account',
placement: 'test-placement300x250',
testMode: true
}
This will produce a bid at $0.20 with a test creative.
Note that the parameters are case-sensitive. Please do not use these test parameters in production environments.
"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_teal |
hb_bidder_teal |
hb_adid_teal |
hb_size_teal |
hb_source_teal |
hb_format_teal |
hb_cache_host_teal |
hb_cache_id_teal |
hb_uuid_teal |
hb_cache_path_teal |
hb_deal_teal |