diff --git a/dev-docs/analytics/adagio.md b/dev-docs/analytics/adagio.md index 49163e007e..ff442970bf 100644 --- a/dev-docs/analytics/adagio.md +++ b/dev-docs/analytics/adagio.md @@ -4,8 +4,23 @@ 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 -Please visit [adagio.io](https://adagio.io/) for more information. +The Adagio Analytics adapter requires setup and approval from the Adagio team. Please reach out to for more information. + +#### Example Configuration + +```js + pbjs.que.push(function () { + pbjs.enableAnalytics({ + provider: 'adagio', + }); + }); +```