diff --git a/dev-docs/analytics/allox.md b/dev-docs/analytics/allox.md new file mode 100644 index 0000000000..5f61d7ca98 --- /dev/null +++ b/dev-docs/analytics/allox.md @@ -0,0 +1,21 @@ +--- +layout: analytics +title: Allox +description: Allox Analytics Adapter +modulecode: allox +prebid_member: false +tcfeu_supported: false +usp_supported: false +coppa_supported: false +enable_download: true +--- + +#### Example Configuration + +```js + pbjs.que.push(function () { + pbjs.enableAnalytics({ + provider: 'allox' + }); + }); +```