Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 755 Bytes

ampliffyBidAdapter.md

File metadata and controls

39 lines (32 loc) · 755 Bytes

Overview

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

Description

Connects to Ampliffy Ad server for bids.

Ampliffy bid adapter supports Video currently, and has initial support for Banner.

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

Sample Ad Unit: For Publishers

var videoAdUnit = [
{
  code: 'video1',
  mediaTypes: {
    video: {
      playerSize: [[640, 480]],
      context: 'instream'
    },
  },
  bids: [{
    bidder: 'ampliffy',
    params: {
        server: 'bidder.ampliffy.com',
        placementId: '1213213/example/vrutal_/',
        format: 'video'
    }
  }]
}];