Back to Bidders

Prisma

Features

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