Skip to content

Commit 0571c86

Browse files
quietPushermderevyanko
andauthored
New Adapter: smootai (#6215)
* . * . --------- Co-authored-by: mderevyanko <mderevyanko24@gmail.com>
1 parent ed17b32 commit 0571c86

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

dev-docs/bidders/smootai.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: bidder
3+
title: SmootAI
4+
description: SmootAI Bidder Adaptor
5+
biddercode: smootai
6+
pbjs: true
7+
pbs: false
8+
media_types: video, banner
9+
userIds: all
10+
fpd_supported: false
11+
tcfeu_supported: false
12+
usp_supported: true
13+
coppa_supported: true
14+
schain_supported: true
15+
prebid_member: false
16+
ortb_blocking_supported: true
17+
multiformat_supported: will-bid-on-one
18+
floors_supported: false
19+
aliasCode: limelightDigital
20+
sidebarType: 1
21+
---
22+
23+
### Bid Params
24+
25+
{: .table .table-bordered .table-striped }
26+
27+
| Name | Scope | Description | Example | Type |
28+
|:--------------|:---------|:--------------------------------------------------------------|:--------------------|:----------|
29+
| `host` | required | Ad network's RTB host | `'ads-smoot.com'` | `string` |
30+
| `adUnitId` | required | Ad Unit Id will be generated on <Public title name> Platform. | `42` | `integer` |
31+
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
32+
| `publisherId` | required | Publisher ID | `'12345'` | `string` |
33+
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
34+
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
35+
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
36+
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
37+
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |

0 commit comments

Comments
 (0)