Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 447f170

Browse files
authored
New adapter - videofy (prebid#1987)
* Change params, add description * Add support for gdpr, schain and video * change param from ZoneId to zoneId remove rows: top_nav_section , nav_section * change param from ZoneId to zoneId remove rows: top_nav_section , nav_section * New adapter - videofy
1 parent 8636b74 commit 447f170

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dev-docs/bidders/videofy.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: bidder
3+
title: Videofy
4+
description: Prebid Videofy Bidder Adaptor
5+
hide: true
6+
biddercode: videofy
7+
media_types: video
8+
gdpr_supported: true
9+
usp_supported: true
10+
---
11+
12+
### Note:
13+
For more information about [Videofy](https://videofy.ai/), please contact [email protected]
14+
15+
### Bid Params
16+
17+
{: .table .table-bordered .table-striped }
18+
| Name | Scope | Description | Example | Type |
19+
|------------------|----------|------------------|------------------------------|----------|
20+
| `AV_PUBLISHERID` | required | Publisher/Netid | `'55b88d4a181f465b3e8b4567'` | `string` |
21+
| `AV_CHANNELID` | required | Channel id | `'5a5f17a728a06102d14c2718'` | `string` |

0 commit comments

Comments
 (0)