Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 973 Bytes

r2b2BidAdapter.md

File metadata and controls

37 lines (29 loc) · 973 Bytes

Overview

Module Name: R2B2 Bid Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]

Description

Module that integrates R2B2 demand sources. To get your bidder configuration reach out to our account team on [email protected]

Test unit

  var adUnits = [
    {
      code: 'test-r2b2',
      mediaTypes: {
        banner: {
          sizes: [[300, 250], [300, 600]],
        }
      },
      bids: [{
        bidder: 'r2b2',
        params: {
            pid: 'selfpromo'
        }
      }]
    }
  ];

Rendering

Our adapter can feature a custom renderer specifically for display ads, tailored to enhance ad presentation and functionality. This is particularly beneficial for non-standard ad formats that require more complex logic. It's important to note that our rendering process operates outside of SafeFrames. For additional information, not limited to rendering aspects, please feel free to contact us at [email protected]