Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 3 additions & 4 deletions dev-docs/bidders/luponmedia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
18 changes: 18 additions & 0 deletions dev-docs/modules/dynamicAdBoostRtdProvider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
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
page_type: module
module_type: rtd
module_code: dynamicAdBoostRtd
enable_download: false
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@milosandrejic setting this to true will reveal the module in the list.

The module it self is available: https://docs.prebid.org/dev-docs/modules/dynamicAdBoostRtdProvider

Copy link
Copy Markdown
Contributor Author

@milosandrejic milosandrejic Jun 26, 2025

Choose a reason for hiding this comment

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

Thank you @muuki88! Will make a new PR with updated docs.

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.

{% include dev-docs/loads-external-javascript.md %}