Back to Bidders

Tunnl

Features

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

Before You Begin

Tunnl is available through Prebid Server. For questions or setup help, contact prebid@tunnl.com.

For full functionality in GDPR territories, please ensure Tunnl is configured in your CMP.

Bid Params

Tunnl does not require any bid parameters. Everything needed to serve a bid is taken from the standard OpenRTB request, so an empty params object is all you need:

{
  bidder: 'tunnl',
  params: {}
}
Name Scope Description Example Type
(none) optional No bid parameters are required. {} n/a

Multi-format Ad Units

Tunnl accepts banner, video and native, and will bid on any of the media types present on an ad unit. If you define an ad unit with more than one media type, Tunnl may return a bid for each of them, and the highest bid competes as usual.

Testing

To receive test bids, set the OpenRTB test flag on your Prebid Server request:

{
  "test": 1
}

Test bids are returned for each supported media type. Remember to remove the flag before going live.

"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_tunnl hb_bidder_tunnl hb_adid_tunnl
hb_size_tunnl hb_source_tunnl hb_format_tunnl
hb_cache_host_tunnl hb_cache_id_tunnl hb_uuid_tunnl
hb_cache_path_tunnl hb_deal_tunnl

Back to Bidders