Audigent
Features
Use
The Audigent analytics adapter can be used by all clients after approval. For more information, please visit https://audigent.com or contact our Prebid integration team at prebid@audigent.com.
The Audigent privacy policy is at https://audigent.com/privacypolicy/.
Analytics Options
| Parameter | Scope | Type | Description | Example | 
|---|---|---|---|---|
| provider | Required | String | The name of this module: hadronAnalytics | hadronAnalytics | 
| options.partnerID | Required | Number | This is the Audigent Partner ID obtained from Audigent. | 1234 | 
| options.eventsToTrack | Required | Array of strings | Filters the set of tracked events | ['auctionEnd','bidWon'] | 
Example Configuration
pbjs.enableAnalytics({
    provider: 'hadronAnalytics',
    options: {
        partnerId: 1234,    // change to the Partner Number you received from Audigent
        eventsToTrack: ['auctionEnd', 'auctionInit']
    }
});