Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 995 Bytes

publirBidAdapter.md

File metadata and controls

47 lines (37 loc) · 995 Bytes

Overview

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

Description

Module that connects to Publir's demand sources.

The Publir adapter requires setup and approval from the Publir. Please reach out to [email protected] to create an Publir account.

The adapter supports Video(instream).

Bid Parameters

Video

Name Scope Type Description Example
pubId required String Publir publisher Id provided by your Publir representative "1234567890abcdef12345678"

Test Parameters

var adUnits = [
       {
        code: 'hre_div-hre-vcn-1',
        sizes: [[1080, 1920]]],
        mediaTypes: {
          banner: {
            sizes: [
              [1080, 1920],
            ],
          },
        },
        bids: [{
          bidder: 'publir',
          params: {
            pubId: '1234567890abcdef12345678'
          }
        }]
      }
   ];