# Magnite Analytics Adapter

```
Module Name:  Magnite Analytics Adapter
Module Type:  Analytics Adapter
Maintainer: demand-manager-support@magnite.com
```

## 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
    }
});
```
