Magnite
Features
Registration
The Magnite analytics adapter requires setup and approval from the Magnite team, even for existing accounts. Please reach out to your Magnite account team for more information.
Analytics Options
Name | Scope | Description | Example | Type |
---|---|---|---|---|
accountId | required | The Magnite publisher account ID | '1001' |
string |
endpoint | required | The URL where analytics data is sent | 'https://example.rp.com' |
string |
Example Configuration
pbjs.enableAnalytics({
provider: 'magnite',
options: {
accountId: MAGNITE-ACCOUNT-ID,
endpoint: 'OBTAIN-FROM-MAGNITE'
}
});