Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 703 Bytes

aniviewBidAdapter.md

File metadata and controls

36 lines (30 loc) · 703 Bytes

Overview

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

Description

Connects to Aniview Ad server for bids.

Aniview bid adapter supports Banner and Video currently.

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

Sample Ad Unit: For Publishers

var videoAdUnit = [
{
  code: 'video1',
  mediaTypes: {
    video: {
      playerSize: [[640, 480]],
      context: 'instream'
    },
  },
  bids: [{
    bidder: 'aniview',
    params: {
      AV_PUBLISHERID: '55b78633181f4603178b4568',
      AV_CHANNELID: '5d19dfca4b6236688c0a2fc4'
    }
  }]
}];