AdGrid
Features
| Bidder Code | adgrid | 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 | no | IAB GVL ID | none | 
| GPP Support | none | DSA Support | no | 
| USP/CCPA Support | no | COPPA Support | no | 
| Supply Chain Support | yes | Demand Chain Support | no | 
| Safeframes OK | no | Supports Deals | no | 
| Floors Module Support | yes | First Party Data Support | no | 
| User IDs | none | ORTB Blocking Support | no | 
| Privacy Sandbox | check with bidder | 
Note
The AdGrid Bidding Adapter requires setup and approval before beginning. Please reach out to support@adgrid.io for more details.
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
domainId | 
      required | Publisher Id | 30164 | 
      integer | 
    
Test Parameters
var adUnits = [
  // Banner adUnit
  {
    code: 'test-div-1',
    mediaTypes:{
      banner:{
        sizes: [[300, 250]]
      }
    }
    bids: [{
      bidder: 'adgrid',
      params: {
        domainId: 12345
      }
    }]
  },
  {
    code: 'test-div-2',
    mediaTypes:{
      banner:{
        sizes: [[728, 90], [320, 50]]
      }
    }
    bids: [{
      bidder: 'adgrid',
      params: {
        domainId: 67890
      }
    }]
  },
  // Video adUnit
  {
    code: 'test-video-div',
    mediaTypes: {
      video: {
        playerSize: [
          [640, 480]
        ],
        context: 'instream'
      }
    },
    bids: [{
      bidder: 'adgrid',
      params: {
        domainId: 12345
      }
    }]
  }
];
"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_adgrid | 
                    hb_bidder_adgrid | 
                    hb_adid_adgrid | 
                  
hb_size_adgrid | 
                    hb_source_adgrid | 
                    hb_format_adgrid | 
                  
hb_cache_host_adgrid | 
                    hb_cache_id_adgrid | 
                    hb_uuid_adgrid | 
                  
hb_cache_path_adgrid | 
                    hb_deal_adgrid |