Skip to content

Commit

Permalink
GothamAdsAdapter docs (prebid#2599)
Browse files Browse the repository at this point in the history
* GothamAdsAdapter docs

* fix uppercase

* fix register
  • Loading branch information
supportGothamad authored and osazos committed Feb 23, 2021
1 parent bc56bfe commit 43bd106
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions dev-docs/bidders/gothamads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: bidder
title: gothamads
description: Prebid gothamads Bidder Adaptor
biddercode: gothamads
gdpr_supported: true
tcf2_supported: true
usp_supported: true
coppa_supported: true
schain_supported: true
media_types: banner, video, native
safeframes_ok: true
bidder_supports_deals: true
pbjs: true
---

### Note:

The Example Bidding adapter requires setup before beginning. Please contact us at support@gothamads.com

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `placementId` | required | placement id | `'qdasx'` | `string` |
| `accountId` | required | account id | `'asffw1'` | `string` |

0 comments on commit 43bd106

Please sign in to comment.