Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.07 KB

File metadata and controls

48 lines (42 loc) · 1.07 KB
layout bidder
title PGAM MEDIA
description Prebid PGAM MEDIA Bidder Adapter
pbjs true
biddercode pgammedia
aliasCode aniview
media_types banner, video
gvl_id 780 (aniview)
tcfeu_supported true
usp_supported true
schain_supported true
safeframes_ok true
sidebarType 1

Note

For more information about PGAM MEDIA.

Bid Params

Name Scope Description Example Type
AV_PUBLISHERID required Publisher/Netid '55b88d4a181f465b3e8b4567' string
AV_CHANNELID required Channel id '5a5f17a728a06102d14c2718' string

Test Parameters

const videoAdUnit = [
{
  code: 'video1',
  mediaTypes: {
    video: {
      playerSize: [[640, 480]],
      context: 'outstream'
    },
  },
  bids: [{
    bidder: 'pgammedia',
    params: {
      AV_PUBLISHERID: '55b78633181f4603178b4568',
      AV_CHANNELID: '5d19dfca4b6236688c0a2fc4'
    }
  }]
}];