Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 520 Bytes

livewrappedBidAdapter.md

File metadata and controls

28 lines (22 loc) · 520 Bytes

Overview

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

Description

Connects to Livewrapped Header Bidding wrapper for bids.

Livewrapped supports banner, native and video.

Test Parameters

var adUnits = [
   {
       code: 'banner-div',
       sizes: [[300, 250], [300,600]],
       bids: [{
         bidder: 'livewrapped',
         params: {
           adUnitId: 'D801852A-681F-11E8-86A7-0A44794250D4'
         }
       }]
   }
];