Skip to content

Commit cc50891

Browse files
AdSmartX Bidder Documentation : New Bidder Adapter (#6467)
* RM-1476 : Bidder documentation for adsmartx * copilot review comments * Modified docs * Added support for prebid server * Fixed markdown lint issues --------- Co-authored-by: Sushant Dey <sushant.dey@talentica.com>
1 parent d3ff5e9 commit cc50891

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

dev-docs/bidders/adsmartx.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: bidder
3+
title: AdSmartX
4+
description: Prebid.js bidder adapter for AdSmartX
5+
biddercode: adsmartx
6+
media_types:
7+
- banner
8+
- video
9+
gdpr_supported: true
10+
usp_supported: true
11+
gpp_supported: true
12+
user_sync: true
13+
schain_supported: true
14+
pbjs: true
15+
sidebarType: 1
16+
---
17+
18+
## Overview
19+
20+
AdSmartX is a digital advertising platform that supports banner and video ads through its Prebid.js adapter. The adapter uses OpenRTB standards for request and response formatting.
21+
22+
## Bid Params
23+
24+
{: .table .table-bordered .table-striped }
25+
| Name | Scope | Type | Description | Example |
26+
|-------------|----------|--------|-----------------------------------------|--------------|
27+
| `bidFloor` | optional | string | Bid Floor | `'0.01'` |
28+
| `testMode` | optional | string | Parameter to indicate prebid test mode | `'1'` |
29+
| `sspId` | optional | string | Supply Partner ID | `'111111'` |
30+
| `siteId` | optional | string | Supply Partner Site ID | `'222222'` |

0 commit comments

Comments
 (0)