Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdagioAnalyticsAdapter: update doc #4836

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
});
});
```