Analytics Module

The Adagio Analytics adapter requires setup and approval from the Adagio team. Please reach out to contact@adagio.ioenvelope for more information. Refer to Prebid documentationarrow-up-right

Add the analytics module Adagio

The module analytics Adagio is available to track header bidding performance for your site.

  • Retrieve the necessary IDs from your CSM/SE

  • Build Prebid.js package with the vendor’s analytics adapter

gulp bundle --modules=exAnalyticsAdapter,xyzBidAdapter

Analytics helps to compare bidders performance in our Prebid KPI dashboard, and allows us to insure we are properly performing against our other bidders. Moreover it helps us to understand the discrepancies.

The Adagio Analytics Adapter module is activated like any Prebid.js Analytics Module: Adagio Analytics Adapterarrow-up-right:

  • It must have access to the top window level

  • It is available since Prebid 8.14.0 but add it anyway to be ready

pbjs.enableAnalytics([
  {
    provider: "adagio",
    options: {
      organizationId: "1000", // Required
      site: "my-site",        // Required
    },
  },
]);

Last updated

Was this helpful?