From 21486b63d8d248d3e9bb008a9ba19b1eef8506d8 Mon Sep 17 00:00:00 2001 From: "Munehiro.Taguchi" Date: Wed, 5 Feb 2025 11:59:28 +0900 Subject: [PATCH 1/2] Add Allox Analytics Adapter --- dev-docs/analytics/allox.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-docs/analytics/allox.md 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' + }); + }); +``` From c30c84ffe4b4be7aea305b9e543eddfde3cdbac9 Mon Sep 17 00:00:00 2001 From: "Munehiro.Taguchi" Date: Fri, 7 Feb 2025 11:22:55 +0900 Subject: [PATCH 2/2] Add information about product --- dev-docs/analytics/allox.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-docs/analytics/allox.md b/dev-docs/analytics/allox.md index 5f61d7ca98..a40609124b 100644 --- a/dev-docs/analytics/allox.md +++ b/dev-docs/analytics/allox.md @@ -10,6 +10,14 @@ coppa_supported: false enable_download: true --- +#### About + +The Allox Analytics Adapter collects and transmits bidding data to Allox's internal analytics server. + +This includes bids that lost within Allox's system as well as cases where Allox lost in the overall auction. + +The collected data is used to analyze auction performance and optimize bidding strategies. + #### Example Configuration ```js