Back to Bidders

Prisma

Features

Bidder Code prisma Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display, video Multi Format Support check with bidder
TCF-EU Support yes IAB GVL ID 965
GPP Support check with bidder DSA Support check with bidder
USP/CCPA Support yes COPPA Support check with bidder
Supply Chain Support yes Demand Chain Support check with bidder
Safeframes OK check with bidder Supports Deals check with bidder
Floors Module Support check with bidder First Party Data Support check with bidder
User IDs id5Id ORTB Blocking Support check with bidder
Privacy Sandbox check with bidder

Bid Params

Name Scope Description Example Type
account required Prisma account ID '1067' string
tagId required Prisma tag ID 'luvxjvgn' string

Test Parameters

var adUnits = [
   // Banner adUnit
   {
      code: 'banner-div',
      mediaTypes: {
        banner: {
          sizes: [[300, 250], [300,600]]
        }
      },
      bids: [{
         bidder: 'prisma',
         params: {
            account: '1067',
            tagId: 'luvxjvgn'
         }
       }]
   },
   // Video adUnit
   {
        code: 'video1',
        mediaTypes: {
            video: {
                playerSize: [640, 480],
                context: 'instream'
            }
        },
        bids: [{
            bidder: 'prisma',
            params: {
               account: '1067',
               tagId: 'luvxjvgn'
            }
        }]
    };

];

"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_prisma hb_bidder_prisma hb_adid_prisma
hb_size_prisma hb_source_prisma hb_format_prisma
hb_cache_host_prisma hb_cache_id_prisma hb_uuid_prisma
hb_cache_path_prisma hb_deal_prisma

Back to Bidders