Skip to content

Commit

Permalink
Create oxxion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieularere-msq authored Jan 21, 2023
1 parent a26d7a5 commit 76d99eb
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions dev-docs/analytics/oxxion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
layout: analytics
title: Oxxion
description: oxxion Prebid Analytics Adapter
modulecode: oxxion
gdpr_supported: true
usp_supported: false
coppa_supported: false
prebid_member: false
enable_download: true
---

#### Registration

The Oxxion Analytics Adapter requires setup and approval from the
Oxxion team. Please reach out to [email protected] for more information.

#### Analytics Options

| Name | Scope | Description | Example | Type |
|--------|----------|-----------------------------------------------------|--------------------|--------|
| domain | required | The oxxion subdomain where analytics data is sent | `'test.endpoint'` | string |


### Example Configuration

```
pbjs.enableAnalytics(
...
{
provider: 'oxxion',
options : {
domain: 'test.endpoint'
}
}
...
)
```

0 comments on commit 76d99eb

Please sign in to comment.