| 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 |
{: .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 |
pbjs.enableAnalytics({
provider: 'adWMG',
options : {
site: 'test.com',
publisher_id: '5abd0543ba45723db49d97ea'
}});
Please visit adwmg.com for more information.