From c77c7d22d75a3af7f8acd213f31fb4c7341f6ce0 Mon Sep 17 00:00:00 2001 From: Milos Andrejic Date: Wed, 5 Mar 2025 17:27:29 +0100 Subject: [PATCH 01/10] Luponmedia: params update --- dev-docs/bidders/luponmedia.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-docs/bidders/luponmedia.md b/dev-docs/bidders/luponmedia.md index a9821d6e76..94649c98aa 100644 --- a/dev-docs/bidders/luponmedia.md +++ b/dev-docs/bidders/luponmedia.md @@ -20,7 +20,6 @@ The LuponMedia bidder adapter requires setup and approval from the LuponMedia su ### Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|--------|----------|--------------------------|---------|-----------| -| `siteId` | required | The publisher's unique site ID | `12345` | `integer` | -| `keyId` | required | The key ID | `4o2c4` | `string` | +| Name | Scope | Description | Example | Type | +|--------|----------|--------------------------|-----------------|-----------| +| `keyId` | required | The key ID | `uid_test_1234` | `string` | From a9a3e28ff483feb391bb9b57ea9db31d8b52ee00 Mon Sep 17 00:00:00 2001 From: Milos Andrejic Date: Wed, 5 Mar 2025 19:54:25 +0100 Subject: [PATCH 02/10] Luponmedia: params update --- dev-docs/bidders/luponmedia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/luponmedia.md b/dev-docs/bidders/luponmedia.md index 94649c98aa..a402e61586 100644 --- a/dev-docs/bidders/luponmedia.md +++ b/dev-docs/bidders/luponmedia.md @@ -22,4 +22,4 @@ The LuponMedia bidder adapter requires setup and approval from the LuponMedia su {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |--------|----------|--------------------------|-----------------|-----------| -| `keyId` | required | The key ID | `uid_test_1234` | `string` | +| `keyId`| required | The key ID | `uid_test_1234` | `string` | From 3fa3beb874f0b1415b1d50ba7ca8173a8bdc1940 Mon Sep 17 00:00:00 2001 From: Milos Andrejic Date: Thu, 10 Apr 2025 21:19:12 +0200 Subject: [PATCH 03/10] DynamicAdBoost rtd module --- dev-docs/dynamicAdBoostRtdProvider.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev-docs/dynamicAdBoostRtdProvider.md diff --git a/dev-docs/dynamicAdBoostRtdProvider.md b/dev-docs/dynamicAdBoostRtdProvider.md new file mode 100644 index 0000000000..ca4cb232aa --- /dev/null +++ b/dev-docs/dynamicAdBoostRtdProvider.md @@ -0,0 +1,18 @@ +--- +layout: page_v2 +title: Dynamic Ad Boost Real Time Data Provider +display_name: Dynamic Ad Boost Real-time Segmentation Module +description: Dynamic Ad Boost Real-time Segmentation Module +page_type: module +module_type: rtd +module_code: dynamicAdBoostRtd +enable_download: false +vendor_specific: true +sidebarType : 1 +--- + +# Dynamic Ad Boost Real-time Data Submodule + +[Dynamic Ad Boost Real-time Data Submodule](/dev-docs/modules/dynamicAdBoostRtdProvider.html) + +There is no need for any parameters — we will do all the work automatically for you. From 788f1b249b6f42748bb9d2d7974d7f0449670e91 Mon Sep 17 00:00:00 2001 From: Milos Andrejic Date: Fri, 11 Apr 2025 15:44:33 +0200 Subject: [PATCH 04/10] Dynamic Ad Boost name and description --- dev-docs/dynamicAdBoostRtdProvider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/dynamicAdBoostRtdProvider.md b/dev-docs/dynamicAdBoostRtdProvider.md index ca4cb232aa..bec2b8e1a2 100644 --- a/dev-docs/dynamicAdBoostRtdProvider.md +++ b/dev-docs/dynamicAdBoostRtdProvider.md @@ -1,8 +1,8 @@ --- layout: page_v2 title: Dynamic Ad Boost Real Time Data Provider -display_name: Dynamic Ad Boost Real-time Segmentation Module -description: Dynamic Ad Boost Real-time Segmentation Module +display_name: Dynamic Ad Boost Real Time Data Provider +description: Dynamic Ad Boost Real Time Data Provider page_type: module module_type: rtd module_code: dynamicAdBoostRtd From 64604bc019bc7576c7cb2f2bbc66bfeb472338ef Mon Sep 17 00:00:00 2001 From: Milos Andrejic Date: Wed, 4 Jun 2025 17:13:06 +0200 Subject: [PATCH 05/10] dynamicAdBoostRtdProvider folder location change, included info about external script --- dev-docs/{ => modules}/dynamicAdBoostRtdProvider.md | 2 ++ 1 file changed, 2 insertions(+) rename dev-docs/{ => modules}/dynamicAdBoostRtdProvider.md (91%) diff --git a/dev-docs/dynamicAdBoostRtdProvider.md b/dev-docs/modules/dynamicAdBoostRtdProvider.md similarity index 91% rename from dev-docs/dynamicAdBoostRtdProvider.md rename to dev-docs/modules/dynamicAdBoostRtdProvider.md index bec2b8e1a2..54bc5546f0 100644 --- a/dev-docs/dynamicAdBoostRtdProvider.md +++ b/dev-docs/modules/dynamicAdBoostRtdProvider.md @@ -16,3 +16,5 @@ sidebarType : 1 [Dynamic Ad Boost Real-time Data Submodule](/dev-docs/modules/dynamicAdBoostRtdProvider.html) There is no need for any parameters — we will do all the work automatically for you. + +{% include dev-docs/loads-external-javascript.md %} From 326b440c577e9cee0bb3a8ae4ddb445f1e5fc2cd Mon Sep 17 00:00:00 2001 From: Milos Andrejic Date: Thu, 12 Jun 2025 17:13:49 +0200 Subject: [PATCH 06/10] dynamicAdBoostRtd provider - removed link to itself --- dev-docs/modules/dynamicAdBoostRtdProvider.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-docs/modules/dynamicAdBoostRtdProvider.md b/dev-docs/modules/dynamicAdBoostRtdProvider.md index 54bc5546f0..8474fc6bef 100644 --- a/dev-docs/modules/dynamicAdBoostRtdProvider.md +++ b/dev-docs/modules/dynamicAdBoostRtdProvider.md @@ -13,8 +13,6 @@ sidebarType : 1 # Dynamic Ad Boost Real-time Data Submodule -[Dynamic Ad Boost Real-time Data Submodule](/dev-docs/modules/dynamicAdBoostRtdProvider.html) - There is no need for any parameters — we will do all the work automatically for you. {% include dev-docs/loads-external-javascript.md %} From 6acfc0e766193bb5256736a30b5330f90234c3e5 Mon Sep 17 00:00:00 2001 From: Milos Date: Thu, 26 Jun 2025 15:54:32 +0200 Subject: [PATCH 07/10] dynamic ad boost module docs update --- dev-docs/modules/dynamicAdBoostRtdProvider.md | 26 ++++++++++++++----- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/dev-docs/modules/dynamicAdBoostRtdProvider.md b/dev-docs/modules/dynamicAdBoostRtdProvider.md index 8474fc6bef..923fe11aa8 100644 --- a/dev-docs/modules/dynamicAdBoostRtdProvider.md +++ b/dev-docs/modules/dynamicAdBoostRtdProvider.md @@ -1,18 +1,30 @@ --- layout: page_v2 -title: Dynamic Ad Boost Real Time Data Provider -display_name: Dynamic Ad Boost Real Time Data Provider -description: Dynamic Ad Boost Real Time Data Provider +title: Dynamic Ad Boost RTD Module +display_name: Dynamic Ad Boost RTD Module +description: Boost your ad revenue and gain unprecedented visibility into your performance with our powerful, site-tailored Dynamic Ad Boost solution powered by Lupon Media. page_type: module module_type: rtd module_code: dynamicAdBoostRtd -enable_download: false +enable_download: true vendor_specific: true sidebarType : 1 --- -# Dynamic Ad Boost Real-time Data Submodule - -There is no need for any parameters — we will do all the work automatically for you. +# Dynamic Ad Boost Module {% include dev-docs/loads-external-javascript.md %} + +Enhance your revenue with the cutting-edge DynamicAdBoost module! +By seamlessly integrating the powerful Lupon Media technology, our module retrieves adunits viewability data, providing publishers with valuable insights to optimize their revenue streams. +To unlock the full potential of this technology, we provide a customized LuponMedia module tailored to your specific site requirements. + +Boost your ad revenue and gain unprecedented visibility into your performance with our advanced solution. + +In order to utilize this module, it is essential to collaborate with Lupon Media to create an account and obtain detailed guidelines on configuring your sites. +Working hand in hand with Lupon Media will ensure a smooth integration process, enabling you to fully leverage the capabilities of this module on your website. T +ake the first step towards optimizing your ad revenue and enhancing your site's performance by partnering with Lupon Media for a seamless experience. + +Contact info@luponmedia.com for information. + +There is no need for any parameters — we will do all the work automatically for you. From 72d20033d72757e426373a42215e810c97377b81 Mon Sep 17 00:00:00 2001 From: Milos Date: Thu, 26 Jun 2025 16:16:12 +0200 Subject: [PATCH 08/10] dynamicAdBoost docs update --- dev-docs/modules/dynamicAdBoostRtdProvider.md | 39 +++++++------------ 1 file changed, 14 insertions(+), 25 deletions(-) diff --git a/dev-docs/modules/dynamicAdBoostRtdProvider.md b/dev-docs/modules/dynamicAdBoostRtdProvider.md index 54dac5db95..753e09b297 100644 --- a/dev-docs/modules/dynamicAdBoostRtdProvider.md +++ b/dev-docs/modules/dynamicAdBoostRtdProvider.md @@ -1,6 +1,5 @@ --- layout: page_v2 -<<<<<<< HEAD title: Dynamic Ad Boost RTD Module display_name: Dynamic Ad Boost RTD Module description: Boost your ad revenue and gain unprecedented visibility into your performance with our powerful, site-tailored Dynamic Ad Boost solution powered by Lupon Media. @@ -8,41 +7,31 @@ page_type: module module_type: rtd module_code: dynamicAdBoostRtd enable_download: true -======= -title: Dynamic Ad Boost Real Time Data Provider -display_name: Dynamic Ad Boost Real Time Data Provider -description: Dynamic Ad Boost Real Time Data Provider -page_type: module -module_type: rtd -module_code: dynamicAdBoostRtd -enable_download: false ->>>>>>> 14d6cb427754f51d8f67c22c5c66c46b1369e218 vendor_specific: true -sidebarType : 1 +sidebarType: 1 --- -<<<<<<< HEAD # Dynamic Ad Boost Module {% include dev-docs/loads-external-javascript.md %} -Enhance your revenue with the cutting-edge DynamicAdBoost module! -By seamlessly integrating the powerful Lupon Media technology, our module retrieves adunits viewability data, providing publishers with valuable insights to optimize their revenue streams. -To unlock the full potential of this technology, we provide a customized LuponMedia module tailored to your specific site requirements. +Enhance your revenue with the cutting-edge **Dynamic Ad Boost** module! +By seamlessly integrating the powerful **Lupon Media** technology, this module retrieves ad unit viewability data, providing publishers with valuable insights to optimize their revenue streams. + +To unlock the full potential of this technology, we provide a customized Lupon Media module tailored to your specific site requirements. Boost your ad revenue and gain unprecedented visibility into your performance with our advanced solution. -In order to utilize this module, it is essential to collaborate with Lupon Media to create an account and obtain detailed guidelines on configuring your sites. -Working hand in hand with Lupon Media will ensure a smooth integration process, enabling you to fully leverage the capabilities of this module on your website. T -ake the first step towards optimizing your ad revenue and enhancing your site's performance by partnering with Lupon Media for a seamless experience. +## Getting Started -Contact info@luponmedia.com for information. +To utilize this module, it is essential to collaborate with **Lupon Media** to create an account and obtain detailed guidelines for configuring your sites. +Working hand-in-hand with Lupon Media ensures a smooth integration process, enabling you to fully leverage the capabilities of this module on your website. -There is no need for any parameters — we will do all the work automatically for you. -======= -# Dynamic Ad Boost Real-time Data Submodule +Take the first step toward optimizing your ad revenue and enhancing your site's performance by partnering with Lupon Media. -There is no need for any parameters — we will do all the work automatically for you. +**Contact:** [info@luponmedia.com](mailto:info@luponmedia.com) for more information. + +## Parameters + +There is no need for any parameters — the module will handle everything automatically. -{% include dev-docs/loads-external-javascript.md %} ->>>>>>> 14d6cb427754f51d8f67c22c5c66c46b1369e218 From 5fde3af2bd6b609a202ef644147ab403fd10f729 Mon Sep 17 00:00:00 2001 From: Milos Date: Thu, 26 Jun 2025 16:18:20 +0200 Subject: [PATCH 09/10] dynamicAdBoost lint fix --- dev-docs/modules/dynamicAdBoostRtdProvider.md | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-docs/modules/dynamicAdBoostRtdProvider.md b/dev-docs/modules/dynamicAdBoostRtdProvider.md index 753e09b297..63aa9e54e2 100644 --- a/dev-docs/modules/dynamicAdBoostRtdProvider.md +++ b/dev-docs/modules/dynamicAdBoostRtdProvider.md @@ -34,4 +34,3 @@ Take the first step toward optimizing your ad revenue and enhancing your site's ## Parameters There is no need for any parameters — the module will handle everything automatically. - From 79cbb5e007059725ce83ed2ece6f18b2f05aa601 Mon Sep 17 00:00:00 2001 From: Milos Date: Fri, 27 Jun 2025 14:49:37 +0200 Subject: [PATCH 10/10] DynamicAdBoost RTD - docs update --- dev-docs/modules/dynamicAdBoostRtdProvider.md | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/dev-docs/modules/dynamicAdBoostRtdProvider.md b/dev-docs/modules/dynamicAdBoostRtdProvider.md index 63aa9e54e2..38f4ce1a46 100644 --- a/dev-docs/modules/dynamicAdBoostRtdProvider.md +++ b/dev-docs/modules/dynamicAdBoostRtdProvider.md @@ -2,7 +2,7 @@ layout: page_v2 title: Dynamic Ad Boost RTD Module display_name: Dynamic Ad Boost RTD Module -description: Boost your ad revenue and gain unprecedented visibility into your performance with our powerful, site-tailored Dynamic Ad Boost solution powered by Lupon Media. +description: This module is intended for publishers looking to enhance ad performance visibility and improve monetization through data analytics. page_type: module module_type: rtd module_code: dynamicAdBoostRtd @@ -15,21 +15,19 @@ sidebarType: 1 {% include dev-docs/loads-external-javascript.md %} -Enhance your revenue with the cutting-edge **Dynamic Ad Boost** module! -By seamlessly integrating the powerful **Lupon Media** technology, this module retrieves ad unit viewability data, providing publishers with valuable insights to optimize their revenue streams. +The Dynamic Ad Boost module integrates with Lupon Media to collect ad unit viewability data, enabling performance analysis and revenue optimization. -To unlock the full potential of this technology, we provide a customized Lupon Media module tailored to your specific site requirements. +## Key features -Boost your ad revenue and gain unprecedented visibility into your performance with our advanced solution. +- Captures real-time viewability metrics per ad unit. +- Supports site-specific configuration. +- Enables data-driven ad optimization. -## Getting Started +## Requirements -To utilize this module, it is essential to collaborate with **Lupon Media** to create an account and obtain detailed guidelines for configuring your sites. -Working hand-in-hand with Lupon Media ensures a smooth integration process, enabling you to fully leverage the capabilities of this module on your website. - -Take the first step toward optimizing your ad revenue and enhancing your site's performance by partnering with Lupon Media. - -**Contact:** [info@luponmedia.com](mailto:info@luponmedia.com) for more information. +- A Lupon Media account. +- Site integration guidelines provided by Lupon Media. +- Coordination with Lupon Media for setup and deployment. ## Parameters