PubMatic
Features
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
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| publisherId | required | The PubMatic Publisher ID | 1001 | int | 
Example Configuration
    pbjs.enableAnalytics({
        provider: 'pubmatic',
        options: {
            "publisherId": 12345 // please contact PubMatic to get a publisherId for yourself
        }
    });