Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allox Analytics Adapter docs #5857

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions dev-docs/analytics/allox.md
Original file line number Diff line number Diff line change
@@ -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
---

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to add some sort of email or domain where a user can contact you or get more information about your product

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the suggestion! I've updated the PR with additional details about the product. Please let me know if there's anything else you'd like me to clarify or improve.

#### Example Configuration

```js
pbjs.que.push(function () {
pbjs.enableAnalytics({
provider: 'allox'
});
});
```