From 76d99eb0d0118956037b667e1a82109c42396deb Mon Sep 17 00:00:00 2001 From: matthieularere-msq <63732822+matthieularere-msq@users.noreply.github.com> Date: Sat, 21 Jan 2023 17:08:14 +0100 Subject: [PATCH] Create oxxion.md --- dev-docs/analytics/oxxion.md | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 dev-docs/analytics/oxxion.md 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' + } + } + ... +) +```