Skip to content

Commit

Permalink
added vidoomy bidder docs (#3106)
Browse files Browse the repository at this point in the history
* added vidoomy bidder docs

* reword suggestion applied

* added coppa_supported
  • Loading branch information
mario-orle authored Aug 4, 2021
1 parent 05f592d commit ebe02b1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dev-docs/bidders/vidoomy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: bidder
title: Vidoomy
description: Prebid Vidoomy Bidder Adaptor
pbjs: true
biddercode: vidoomy
media_types: banner, video
gdpr_supported: true
gvl_id: 380
usp_supported: true
coppa_supported: true
---

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

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------------|----------|------------------|------------------------------|----------|
| `id` | required | id | `123123` | `string` |
| `pid` | required | pid | `'123123'` | `string` |

0 comments on commit ebe02b1

Please sign in to comment.