Skip to content

Commit

Permalink
Markdown docs for both gjirafa and malltv bid adapters (#2200)
Browse files Browse the repository at this point in the history
* added markdowns for gjirafa and malltv

* quotes

* added 'video' to supported media types
  • Loading branch information
drilon-kastrati committed Sep 21, 2020
1 parent b0efa4c commit 61aba76
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
15 changes: 5 additions & 10 deletions dev-docs/bidders/gjirafa.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@

---
layout: bidder
title: Gjirafa
description: Prebid Gjirafa Bidder Adaptor
pbjs: true
biddercode: gjirafa
gdpr_supported: true
media_types: banner, video
---

### Note:
The Gjirafa Header Bidding adapter requires to have: placementId param in place OR minCPM and minCPC params.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|------------------------------------------------------------------------------------|----------|----------|
| `placementId` | optional | Your PlacementId (provided by Gjirafa) | `'71-1'` | `string` |
| `minCPM` | optional | The minCPM for units returned by Gjirafa (required if placementId is not provided) | `0.50` | `float` |
| `minCPC` | optional | The minCPC for units returned by Gjirafa (required if placementId is not provided) | `0.50` | `float` |
| Name | Scope | Example | Type |
|---------------|----------|--------------------|-----------|
| `propertyId` | required | `"12345"` | `string` |
| `placementId` | required | `"54321"` | `string` |
16 changes: 16 additions & 0 deletions dev-docs/bidders/malltv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: bidder
title: MallTv
description: Prebid MallTv Bidder Adaptor

biddercode: malltv
media_types: banner, video
---


### Bid Params

| Name | Scope | Example | Type |
|---------------|----------|--------------------|-----------|
| `propertyId` | required | `"12345"` | `string` |
| `placementId` | required | `"54321"` | `string` |

0 comments on commit 61aba76

Please sign in to comment.