Skip to content

Commit

Permalink
AdagioAnalyticsAdapter: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
osazos committed Sep 1, 2023
1 parent 1091e16 commit 5b9eaa9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion dev-docs/analytics/adagio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <contact@adagio.io> for more information.

#### Example Configuration

```js
pbjs.que.push(function () {
pbjs.enableAnalytics({
provider: 'adagio',
});
});
```

0 comments on commit 5b9eaa9

Please sign in to comment.