Skip to content

Commit

Permalink
Updated documentation for Vidoomy bidfloor and userId module (#4474)
Browse files Browse the repository at this point in the history
* Updated docs for Vidoomy blocking supported

* Updated documentation for Vidoomy bidfloor support

---------

Co-authored-by: nima <nimax.sr@gmail.com>
  • Loading branch information
nisart007 and nimasrn authored Apr 28, 2023
1 parent 3ac6fc7 commit 34456b3
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions dev-docs/bidders/vidoomy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,31 @@ pbs: true
sidebarType: 1
schain_supported: true
ortb_blocking_supported: true
userIds: all
floors_supported: true
---

### Note:

[Vidoomy](https://vidoomy.com/), for more info please contact support@vidoomy.com

### Bid Params
### Client Side Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------------|----------|------------------|------------------------------|----------|
| `id` | required | id | `'123123'` | `string` |
| `pid` | required | pid | `'123123'` | `string` |
| `bidfloor` | optional | CPM bidfloor in USD | `0.08` | `float` |

| Name | Scope | Description | Example | Type |
|-------|----------|-------------|------------|----------|
| `id` | required | id | `123123` | `string` |
| `pid` | required | pid | `'123123'` | `string` |

### Bid Params (Prebid Server)
### Server Side Bid Params (Prebid Server)

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|----------|----------|---------------------------------------------|-------------------|----------------|
| `zoneId` | required | Zone Id | "123123" | `string` |
| `zoneId` | required | Zone Id | `'123123'` | `string` |
| `bcat` | optional | List of blocked advertiser categories (IAB) | `['IAB1-1']` | `string array` |
| `badv` | optional | Blocked Advertiser Domains | `['example.com']` | `string array` |
| `bapp` | optional | blocked advertiser mobile app bundles | `['app.com']` | `string array` |
Expand Down Expand Up @@ -81,4 +84,4 @@ pbjs.setConfig({
battr: [1, 2, 3]
}
});
```
```

0 comments on commit 34456b3

Please sign in to comment.