From 0810edf86141ef184c08914202eda3a8af1b990e Mon Sep 17 00:00:00 2001 From: Mario Ortas Date: Wed, 14 Jul 2021 15:01:08 +0200 Subject: [PATCH 1/3] added vidoomy bidder docs --- dev-docs/bidders/vidoomy.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-docs/bidders/vidoomy.md diff --git a/dev-docs/bidders/vidoomy.md b/dev-docs/bidders/vidoomy.md new file mode 100644 index 0000000000..aeea8855c1 --- /dev/null +++ b/dev-docs/bidders/vidoomy.md @@ -0,0 +1,22 @@ +--- +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 +--- + +### Note: +[Vidoomy](https://vidoomy.com/), if you want 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` | From 9010a0c0ecfd7203b17ae9d942dad7a60a3269a7 Mon Sep 17 00:00:00 2001 From: Mario Ortas Date: Fri, 16 Jul 2021 10:08:41 +0200 Subject: [PATCH 2/3] reword suggestion applied --- dev-docs/bidders/vidoomy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/vidoomy.md b/dev-docs/bidders/vidoomy.md index aeea8855c1..39477fdd90 100644 --- a/dev-docs/bidders/vidoomy.md +++ b/dev-docs/bidders/vidoomy.md @@ -11,7 +11,7 @@ usp_supported: true --- ### Note: -[Vidoomy](https://vidoomy.com/), if you want more info please contact support@vidoomy.com +[Vidoomy](https://vidoomy.com/), for more info please contact support@vidoomy.com ### Bid Params From 73273064ef87e728f6886d0d6e5c0e54bdcf84e0 Mon Sep 17 00:00:00 2001 From: Mario Ortas Date: Tue, 3 Aug 2021 17:01:00 +0200 Subject: [PATCH 3/3] added coppa_supported --- dev-docs/bidders/vidoomy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/vidoomy.md b/dev-docs/bidders/vidoomy.md index 39477fdd90..5757ad9b74 100644 --- a/dev-docs/bidders/vidoomy.md +++ b/dev-docs/bidders/vidoomy.md @@ -8,6 +8,7 @@ media_types: banner, video gdpr_supported: true gvl_id: 380 usp_supported: true +coppa_supported: true --- ### Note: