Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 853 Bytes

adnuntiusBidAdapter.md

File metadata and controls

37 lines (32 loc) · 853 Bytes

Overview

Module Name: Adnuntius Bidder Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]

Description

Adnuntius Bidder Adapter for Prebid.js. Banner and Video formats are supported.

Test Parameters

    var adUnits = [
            {
                code: "test-div",
                mediaTypes: {
                    banner: {
                        sizes: [[980, 360], [980, 300], [980, 240], [980, 120]]
                    }
                },
                bids: [
                    {
                        bidder: "adnuntius",
                        params: {
                            auId: "8b6bc",
                            network: "adnuntius",
                            maxDeals: 0
                        }
                    },
                ]
            },
           
        ];