Back to Bidders

Mile

Features

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

Bid Params

Name Scope Description Example Type
publisherId required The publisher ID from Mile '1234' string
placementId required The placement ID from Mile '1234' string
siteId required The site ID from Mile '1234' string

Configuration

The Mile adapter requires publisherId, placementId, and siteId parameters to be provided. Contact your Mile account representative to obtain these values.

Example Ad Unit: Banner

var adUnits = [{
    code: 'banner-div',
    mediaTypes: {
        banner: {
            sizes: [[300, 250], [728, 90]]
        }
    },
    bids: [{
        bidder: 'mile',
        params: {
            publisherId: 'publisherId',
            placementId: 'placementId',
            siteId: 'siteId'
        }
    }]
}];

"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_mile hb_bidder_mile hb_adid_mile
hb_size_mile hb_source_mile hb_format_mile
hb_cache_host_mile hb_cache_id_mile hb_uuid_mile
hb_cache_path_mile hb_deal_mile

Back to Bidders