-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AdagioAnalyticsAdapter: update doc (#4836)
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> for more information. | ||
|
||
#### Example Configuration | ||
|
||
```js | ||
pbjs.que.push(function () { | ||
pbjs.enableAnalytics({ | ||
provider: 'adagio', | ||
}); | ||
}); | ||
``` |