Nexx360
Features
| Bidder Code | nexx360 | Prebid.org Member | no | 
|---|---|---|---|
| Media Types | display, video | GDPR TCF Support | yes | 
| User IDs | id5Id | USP/CCPA Support | yes | 
| Supply Chain Support | yes | COPPA Support | no | 
| Demand Chain Support | no | Safeframes OK | check with bidder | 
| Supports Deals | check with bidder | Prebid.js Adapter | yes | 
| IAB GVL ID | check with bidder | Prebid Server Adapter | no | 
| Floors Module Support | no | First Party Data Support | check with bidder | 
| Multi Format Support | check with bidder | ORTB Blocking Support | check with bidder | 
"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_nexx360 | hb_bidder_nexx360 | hb_adid_nexx360 | 
| hb_size_nexx360 | hb_source_nexx360 | hb_format_nexx360 | 
| hb_cache_host_nexx36 | hb_cache_id_nexx360 | hb_uuid_nexx360 | 
| hb_cache_path_nexx36 | hb_deal_nexx360 | 
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| account | required | Nexx360 account ID | '1067' | string | 
| tagId | required | Nexx360 tag ID | 'luvxjvgn' | string | 
| bidfloor | optional | Bidfloor applied to auction (default: 0) | 0.8 | float | 
| bidfloorCurrency | optional | Bidfloor currency (default: 'USD') - Can be'USD'or'EUR' | 'USD' | string | 
| keywords | optional | Keywords used for targeting | { 'interest': ['cars', 'sports']} | object | 
Test Parameters
var adUnits = [
   // Banner adUnit
   {
      code: 'banner-div',
      mediaTypes: {
        banner: {
          sizes: [[300, 250], [300,600]]
        }
      },
      bids: [{
         bidder: 'nexx360',
         params: {
            account: '1067',
            tagId: 'luvxjvgn'
         }
       }]
   },
   // Video adUnit
   {
        code: 'video1',
        mediaTypes: {
            video: {
                playerSize: [640, 480],
                context: 'instream'
            }
        },
        bids: [{
            bidder: 'nexx360',
            params: {
               account: '1067',
               tagId: 'luvxjvgn'
            }
        }]
    };
];