Skip to content

Commit

Permalink
Add Allox Analytics Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
MunehiroTaguchi committed Feb 5, 2025
1 parent 6aaafeb commit 21486b6
Showing 1 changed file with 21 additions and 0 deletions.
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
---

#### Example Configuration

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

0 comments on commit 21486b6

Please sign in to comment.