Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 414 Bytes

magniteAnalyticsAdapter.md

File metadata and controls

18 lines (16 loc) · 414 Bytes

Magnite Analytics Adapter

Module Name:  Magnite Analytics Adapter
Module Type:  Analytics Adapter
Maintainer: [email protected]

How to configure?

pbjs.enableAnalytics({
    provider: 'magnite',
    options: {
        accountId: 12345, // The account id assigned to you by the Magnite Team
        endpoint: 'http:localhost:9999/event' // Given by the Magnite Team
    }
});