Kumma
Features
| Bidder Code | kumma | Prebid.org Member | no | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no | 
| Media Types | display, video, native | Multi Format Support | check with bidder | 
| TCF-EU Support | no | IAB GVL ID | check with bidder | 
| GPP Support | check with bidder | DSA Support | check with bidder | 
| USP/CCPA Support | check with bidder | COPPA Support | check with bidder | 
| Supply Chain Support | check with bidder | 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 | 
| Endpoint Compression | check with bidder | ORTB Blocking Support | check with bidder | 
| User IDs | none | Privacy Sandbox | check with bidder | 
Bid Params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| pubId | required | The publisher account ID | '28082' | string | 
| siteId | required | The publisher site ID | '26047' | string | 
| placementId | required | Identifies specific ad placement | '17394' | string | 
| bidFloor | optional | The bid floor | '0.001' | string | 
| ifa | optional | IFA ID | 'XXX-XXX' | string | 
| latitude | optional | Latitude | '40.712775' | string | 
| longitude | optional | Longitude | '-74.005973' | string | 
test params
var adUnits = [{
        code: 'dfp-native-div',
        mediaType: 'native',
        mediaTypes: {
            native: {
                title: {
                    required: true,
                    len: 75
                },
                image: {
                    required: true
                },
                body: {
                    len: 200
                },
                icon: {
                    required: false
                }
            }
        },
        bids: [{
            bidder: 'kumma',
            params: {
                pubId: '29521',
                siteId: '26048',
                placementId: '123',
            }
        }]
    },
    {
        code: 'dfp-banner-div',
        mediaTypes: {
            banner: {
                sizes: [
                    [300, 250]
                ],
            }
        },
        bids: [{
            bidder: 'kumma',
            params: {
                pubId: '29521',
                siteId: '26049',
                placementId: '123',
            }
        }]
    },
    {
        code: 'dfp-video-div',
        sizes: [640, 480],
        mediaTypes: {
            video: {
                context: "instream"
            }
        },
        bids: [{
            bidder: 'kumma',
            params: {
                pubId: '29521',
                siteId: '26049',
                placementId: '123',
                video: {
                    skippable: true,
                }
            }
        }]
    }
];
"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_kumma | hb_bidder_kumma | hb_adid_kumma | 
| hb_size_kumma | hb_source_kumma | hb_format_kumma | 
| hb_cache_host_kumma | hb_cache_id_kumma | hb_uuid_kumma | 
| hb_cache_path_kumma | hb_deal_kumma |