Skip to content

Commit

Permalink
CodeFuel-doc (#3348)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirnPerion authored Oct 20, 2021
1 parent b9c6e6e commit a3ba7d5
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions dev-docs/bidders/codefuel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: bidder
title: CodeFuel
description: CodeFuel Prebid Bidder Adapter
pbjs: true
pbs: true
media_types: banner
biddercode: CodeFuel
gdpr_supported: false
usp_supported: false
floors_supported: false
---

### Description

Module that connects to Codefuel bidder to fetch bids.
Display format is supported but not native format. Using OpenRTB standard.

### Bid Params
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-------------------------------------|------------------------------------------|----------|
| `placementId` | required | Placement-Id defined by the caller | `'0111f8ac-2d40-4613-8557-b47dbf622fff'` | `string` |


### Configuration


```javascript
pbjs.setConfig({
codefuel: {
bidderUrl: 'https://prebidtest.zemanta.com/api/bidder/prebidtest/bid/'
}
});
```

0 comments on commit a3ba7d5

Please sign in to comment.