Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 455 Bytes

qwarryBidAdapter.md

File metadata and controls

28 lines (24 loc) · 455 Bytes

Overview

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

Description

Connects to Qwarry Bidder for bids. Qwarry bid adapter supports Banner and Video ads.

Test Parameters

const adUnits = [
  {
    bids: [
      {
          bidder: 'qwarry',
          params: {
              zoneToken: '?????????????????????', // zoneToken provided by Qwarry
          }
      }
    ]
  }
];