Datawrkz
Features
Registration
This module is free to use.
About
This analytics adapter captures auction and render data from Prebid events and sends it to the Datawrkz API endpoint. The analytics for the collected data can be accessed at yieldopt.highr.ai.
Integration
To incorporate this module into your prebid.js
, compile the module using the following command:
gulp build --modules=datawrkzAnalyticsAdapter,<other modules...>
Page Configuration
pbjs.que.push(function () {
pbjs.enableAnalytics([{
provider: 'datawrkzanalytics'
}]);
});