Skip to content

Commit

Permalink
Adding infytv adapter document
Browse files Browse the repository at this point in the history
  • Loading branch information
infytvcode committed Jun 23, 2022
1 parent ee36a73 commit ef4daf6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dev-docs/bidders/infytv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: bidder
title: InfyTV
description: Prebid InfyTV Bidder Adapter
pbjs: true
biddercode: infytv
gdpr_supported: true
media_types: video
coppa_supported: true
pbs: true
pbs_app_supported: true
usp_supported: true
schain_supported: true
---

### Note:

The Example Bidding adapter requires setup before beginning. Please contact us at [email protected]

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------|-----------|----------|
| `publisherId` | required | Publisher ID | `'11111'` | `string` |
| `placementId` | optional | Placement ID | `'11111'` | `string` |

0 comments on commit ef4daf6

Please sign in to comment.