Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 611 Bytes

colombiaBidAdapter.md

File metadata and controls

31 lines (26 loc) · 611 Bytes

Overview

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

Description

Connect to COLOMBIA for bids.

COLOMBIA adapter requires setup and approval from the COLOMBIA team. Please reach out to your account team or [email protected] for more information.

Test Parameters

  var adUnits = [{
    code: 'test-ad-div',
    mediaTypes: {
       banner: {
         sizes: [[300, 250],[728,90],[320,50]]
       }
    },
    bids: [{
    bidder: 'colombia',
      params: { 
        placementId: '540799'
      }
    }]
  }];