Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.19 KB

File metadata and controls

31 lines (25 loc) · 1.19 KB
layout analytics
title PubMatic
description PubMatic Analytics Adapter
modulecode pubmatic
prebid_member true
gvl_id 76

Registration

The PubMatic Analytics adapter requires setup and approval from the PubMatic team. Please reach out to your account team for more information.

Analytics Options

{: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |-------------|---------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------| | publisherId | required | The PubMatic Publisher ID | "1001" | string |

Example Configuration

    pbjs.enableAnalytics({
        provider: 'pubmatic',
        options: {
            "publisherId": "12345" // please contact PubMatic to get a publisherId for yourself
        }
    });