Back to Bidders

Adnimation

Features

Bidder Code adnimation Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter yes
Media Types display, video Multi Format Support will-bid-on-one
TCF-EU Support no IAB GVL ID check with bidder
GPP Support some (check with bidder) DSA Support check with bidder
USP/CCPA Support yes COPPA Support no
Supply Chain Support yes Demand Chain Support check with bidder
Safeframes OK no Supports Deals no
Floors Module Support yes First Party Data Support no
Endpoint Compression check with bidder ORTB Blocking Support no
User IDs britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId Privacy Sandbox check with bidder
Prebid Server App Support no

Bid Params for Prebid.js

Name Scope Description Example Type
cId required The connection ID from Adnimation. '562524b21b1c1f08117fc7f9' string
pId required The publisher ID from Adnimation (pbjs only). '59ac17c192832d0011283fe3' string
bidFloor optional The minimum bid value desired. Adnimation will not respond with bids lower than this value. 0.90 float

Bid Params for Prebid Server

Name Scope Description Example Type
cId required The connection ID from Adnimation. '562524b21b1c1f08117fc7f9' string

Example

var adUnits = [{
    code: 'banner-div',
    mediaTypes: {
        banner: {
            sizes: [
                [300, 250],
                [728, 90]
            ]
        }
    },
    bids: [{
        bidder: 'adnimation',
        params: {
            cId: '562524b21b1c1f08117fc7f9', // Required - PROVIDED DURING SETUP...
            pId: '59ac17c192832d0011283fe3', // Required - PROVIDED DURING SETUP...
            bidFloor: 1.23                   // Optional
        }
    }]
}
];

// configure pbjs to enable user syncing
pbjs.setConfig({
    userSync: {
        filterSettings: {
            iframe: {
                bidders: 'adnimation',
                filter: 'include'
            }
        }
    }
});

"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_adnimation hb_bidder_adnimation hb_adid_adnimation
hb_size_adnimation hb_source_adnimation hb_format_adnimation
hb_cache_host_adnima hb_cache_id_adnimati hb_uuid_adnimation
hb_cache_path_adnima hb_deal_adnimation

Back to Bidders