Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 943 Bytes

cointrafficBidAdapter.md

File metadata and controls

31 lines (27 loc) · 943 Bytes

Overview

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

Description

The Cointraffic client module makes it easy to implement Cointraffic directly into your website. To get started, simply replace the placementId with your assigned tracker key. This is dependent on the size required by your account dashboard. We support response in different currencies. Supported currencies listed here.

For additional information on this module, please contact us at [email protected].

Test Parameters

  var adUnits = [{
    code: 'test-ad-div',
    mediaTypes: {
        banner: {
            sizes: [[300, 250]],
        }
    },
    bids: [{
    bidder: 'cointraffic',
      params: { 
        placementId: 'testPlacementId'
      }
    }]
  }];