Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 639 Bytes

coinzillaBidAdapter.md

File metadata and controls

24 lines (21 loc) · 639 Bytes

Overview

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

Description

Our module helps you have an easier time implementing Coinzilla on your website. All you have to do is replace the placementId with your zoneID, depending on the required size in your account dashboard. If you need additional information please contact us at [email protected].

Test Parameters

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