Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.24 KB

File metadata and controls

39 lines (32 loc) · 1.24 KB
layout analytics
title Audigent
description Audigent Analytics Adapter
modulecode hadronAnalytics
tcfeu_supported true
usp_supported true
prebid_member true
gvl_id 561
enable_download false

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 audigent.com/privacypolicy/.

Analytics Options

{: .table .table-bordered .table-striped }

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']
    }
});