diff --git a/dev-docs/analytics/oxxion.md b/dev-docs/analytics/oxxion.md new file mode 100644 index 0000000000..ee2ef0537e --- /dev/null +++ b/dev-docs/analytics/oxxion.md @@ -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 contact@oxxion.io 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' + } + } + ... +) +```