Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 716 Bytes

optableBidAdapter.md

File metadata and controls

41 lines (33 loc) · 716 Bytes

Overview

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

Description

Module that connects to Optable's demand sources.

Bid Parameters

Banner

Name Scope Type Description Example
site required String Optable site ID provided by your Optable representative. "aaaaaaaa"

Video

Not supported at the moment.

Example

var adUnits = [
  {
    code: 'test-div',
    sizes: [[728, 90]],  // a display size
    mediaTypes: {'banner': {}},
    bids: [
      {
        bidder: 'optable',
        params: {
          site: 'aaaaaaaa',
        },
      },
    ],
  },
];