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

Update docs for docereeadmanager bidder(docereeadmanager.md) #5241

Merged
merged 12 commits into from
Apr 4, 2024
29 changes: 29 additions & 0 deletions dev-docs/bidders/docereeadmanager.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: bidder
title: Doceree AdManager
description: Doceree AdManager Prebid Bidder Adapter
pbjs: true
biddercode: docereeadmanager
media_types: banner
gvl_id: 1063
tcfeu_supported: true
userIds: all (with commercial activation)
sidebarType: 1
schain_supported: true
safeframes_ok: true
deals_supported: true
floors_supported: true
fpd_supported: false
privacy_sandbox: no

---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------------|----------|----------------|---------------------------|----------|
| `placementId` | required | Placement Id | `'DOC-19-1'` | `string` |
| `publisherUrl` | optional | Current url | `https://doceree.com` | `string` |
| `gdpr` | optional | Flag to check if gdpr applies | `1` | `string` |
| `gdprConsent` | optional | URL-safe base64-encoded Transparency & Consent string | `CPQfU1jPQfU1jG0AAAENAwCAAAAAAAAAAAAAAAAAAAAA.IGLtV_T9fb2vj-_Z99_tkeYwf95y3p-wzhheMs-8NyZeH_B4Wv2MyvBX4JiQKGRgksjLBAQdtHGlcTQgBwIlViTLMYk2MjzNKJrJEilsbO2dYGD9Pn8HT3ZCY70-vv__7v3ff_3g` | `string` |
Loading