-
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.
- Loading branch information
1 parent
a26d7a5
commit 76d99eb
Showing
1 changed file
with
38 additions
and
0 deletions.
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 |
---|---|---|
@@ -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' | ||
} | ||
} | ||
... | ||
) | ||
``` |