Skip to content

Commit

Permalink
Added documentation for Opt Out Advertising Bid Adapter (#3036)
Browse files Browse the repository at this point in the history
* added documentation for optout bidadapter

* typo

* added gvl_id for gdpr
  • Loading branch information
doelwit authored Jun 23, 2021
1 parent 7c05c04 commit 1b35902
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions dev-docs/bidders/optout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: bidder
title: Opt Out Advertising
description: Prebid Opt Out Advertising Bidder Adaptor
pbjs: true
pbs: true
biddercode: optout
gdpr_supported: true
gvl_id:227
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|----------------------|----------------|-----------|
| `publisher` | required | Opt Out publisher ID | `8` | `string` |
| `adslot` | required | Opt Out Adslot | `prebid_demo` | `string` |

0 comments on commit 1b35902

Please sign in to comment.