Skip to content

Commit 72330ab

Browse files
cnvr_analytics-adapter - First implementation of Conversant Prebid Analytics adapter
- commits squashed to 1 checkin - testing - documentation - throttling
1 parent ba69c20 commit 72330ab

File tree

4 files changed

+1518
-1
lines changed

4 files changed

+1518
-1
lines changed

integrationExamples/gpt/pbjs_video_adUnit.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,15 @@
5151
}
5252
]
5353
};
54-
54+
pbjs.que.push(function() {
55+
pbjs.enableAnalytics({
56+
provider: 'conversant',
57+
options: {
58+
site_id: '119041',
59+
sampleRate: 100
60+
}
61+
})
62+
});
5563
pbjs.que.push(function(){
5664
pbjs.addAdUnits(videoAdUnit);
5765
pbjs.requestBids({

0 commit comments

Comments
 (0)