Skip to content

Commit

Permalink
Update adxcg.md (#4581)
Browse files Browse the repository at this point in the history
* Update adxcg.md

* remove gvlid

* add back N/A gvl

---------

Co-authored-by: Chris Huie <[email protected]>
  • Loading branch information
adxcgcom and ChrisHuie authored May 18, 2023
1 parent 6da7574 commit e0a380e
Showing 1 changed file with 27 additions and 1 deletion.
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'
}
});
```

0 comments on commit e0a380e

Please sign in to comment.