Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fluct bid adapter document #1

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions dev-docs/bidders/fluct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: bidder
title: fluct
description: Prebid fluct Bidder Adapter

top_nav_section: dev_docs
nav_section: reference

biddercode: fluct
media_types: banner
gdpr_supported: false
coppa_supported: false
usp_supported: false
schain_supported: true

---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-------------------------|--------------------------------------------|----------|
| `groupId` | required | The group ID from fluct | `'25405:1000192893'` | `string` |
| `tagId` | required | The tag ID from fluct | `'1000105712'` | `string` |
| `dfpUnitCode` | optional | DFP ad unit code | `'/62532913/s_fluct.test_hb_prebid_11940'` | `string` |