Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 815 Bytes

browsiBidAdapter.md

File metadata and controls

38 lines (31 loc) · 815 Bytes

Overview

Module Name: Browsi Bid Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]

Description

Connects to Browsi Ad server for bids.

Browsi bid adapter supports Video media type.

Note: The bid adapter requires correct setup and approval, including an existing publisher account.

For more information about Browsi, please contact [email protected].

Sample Ad Unit:

let videoAdUnit = [
{
  code: 'videoAdUnit',
  mediaTypes: {
    video: {
      playerSize: [[300, 250]],
      context: 'outstream'
    },
  },
  bids: [{
    bidder: 'browsi',
    params: {
      pubId: '117a476f-9791-4a82-80db-4c01c1683db0', // Publisher ID provided by Browsi
      tagId: '1' // Tag ID provided by Browsi
    }
  }]
}];