Skip to content

Latest commit

 

History

History
89 lines (80 loc) · 2.24 KB

minutemedia.md

File metadata and controls

89 lines (80 loc) · 2.24 KB
layout title description pbjs biddercode media_types multiformat_supported schain_supported tcfeu_supported gpp_supported gpp_sids usp_supported pbs floors_supported userIds fpd_supported gvl_id sidebarType
bidder
MinuteMedia
Prebid MinuteMedia Bidder Adapter
true
minutemedia
banner, video
will-bid-on-any
true
true
true
tcfeu, usstate_all, usp
true
true
true
all
true
918
1

Note

The MinuteMedia adapter requires setup and approval. Please reach out to [email protected] to setup an MinuteMedia account.

Bid Parameters

Banner ,Video

{: .table .table-bordered .table-striped }

Name Scope Type Description Example
org required String MinuteMedia publisher Id provided by your MinuteMedia representative "1234567890abcdef12345678"
floorPrice optional Number Minimum price in USD.

WARNING:
Misuse of this parameter can impact revenue
2.00
placementId optional String A unique placement identifier "12345678"
testMode optional Boolean This activates the test mode false

Example

var adUnits = [{
      code: 'banner-div',
      mediaTypes: {
          banner: {
              sizes: [
                  [300, 250],
                  [728, 90]
              ]
          }
      },
      bids: [{
          bidder: 'minutemedia',
          params: {
              org: '1234567890abcdef12345678', // Required
              floorPrice: 0.05, // Optional
              placementId: '12345678', // Optional
              testMode: false // Optional
          }
      }]
  },
  {
      code: 'dfp-video-div',
      sizes: [
          [640, 480]
      ],
      mediaTypes: {
          video: {
              playerSize: [
                  [640, 480]
              ],
              context: 'instream'
          }
      },
      bids: [{
          bidder: 'minutemedia',
          params: {
              org: '1234567890abcdef12345678', // Required
              floorPrice: 5.00, // Optional
              placementId: '12345678', // Optional
              testMode: false // Optional
          }
      }]
  }
];

Configuration

MinuteMedia recommends setting UserSync by iframe for monetization.