Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 661 Bytes

File metadata and controls

30 lines (26 loc) · 661 Bytes
layout analytics
title Adagio
description Adagio Analytics Adapter
modulecode adagio
prebid_member true
tcfeu_supported true
usp_supported true
coppa_supported true
gvl_id 617
enable_download true

Registration

The Adagio Analytics adapter requires setup and approval from the Adagio team. Please reach out to contact@adagio.io for more information.

Example Configuration

  pbjs.que.push(function () {
    pbjs.enableAnalytics({
      provider: 'adagio',
      options: {
        organizationId: '1000', // Required. Provided by Adagio
        site: 'my-website', // Required. Provided by Adagio
      }
    });
  });