Skip to content
Open
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
28 changes: 27 additions & 1 deletion dev-docs/analytics/adxcg.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,35 @@ layout: analytics
title: Adxcg
description: Adxcg Analytics Adapter
modulecode: adxcg
gdpr_supported: false
usp_supported: false
coppa_supported: false
prebid_member: false
gvl_id: N/A
enable_download: false
---

#### Registration

Please visit [https://www.adxcg.com/](https://www.adxcg.com/) for more information.
The Adxcg analytics adapter requires setup and approval from the Adxcg team, even for existing accounts.
Please reach out to your account team or visit [https://www.adxcg.com/](https://www.adxcg.com/) for more information.


#### Analytics Options

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|---------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------|
| publisherId | required | The Adxcg publisher account ID | `'42'` | string |


### Example Configuration

```
pbjs.enableAnalytics({
provider: 'adxcg',
options: {
publisherId: 'OBTAIN-FROM-ADXCG'
}
});
```