Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.23 KB

File metadata and controls

34 lines (28 loc) · 1.23 KB
layout analytics
title adWMG
description adWMG Analytics Adapter
modulecode adWMG
tcfeu_supported true
usp_supported false
coppa_supported false
prebid_member false
gvl_id 959

Analytics Options

{: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |-------------|---------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------| | publisher_id | required | Publisher ID from WMG Dashboard | '5abd0543ba45723db49d97ea' | string | | site | required | Domain where Prebid.js working | 'test.com' | string |

Example Configuration

  pbjs.enableAnalytics({
  provider: 'adWMG',
    options : {
          site: 'test.com',
          publisher_id: '5abd0543ba45723db49d97ea'
  }});

Registration

Please visit adwmg.com for more information.