From f9eadb05d3bc55480307f48d4d5ddbeb50c44739 Mon Sep 17 00:00:00 2001 From: Support Gothamads Date: Mon, 4 Jan 2021 08:51:41 +0200 Subject: [PATCH 1/3] GothamAdsAdapter docs --- dev-docs/bidders/gothamads.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-docs/bidders/gothamads.md diff --git a/dev-docs/bidders/gothamads.md b/dev-docs/bidders/gothamads.md new file mode 100644 index 0000000000..52d976ee8f --- /dev/null +++ b/dev-docs/bidders/gothamads.md @@ -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` | From 3f2edc74a4ac68ba9659e5df2c3ea366c1b960f6 Mon Sep 17 00:00:00 2001 From: Support Gothamads Date: Tue, 12 Jan 2021 09:47:33 +0200 Subject: [PATCH 2/3] fix uppercase --- dev-docs/bidders/gothamads.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/gothamads.md b/dev-docs/bidders/gothamads.md index 52d976ee8f..308ab4b81a 100644 --- a/dev-docs/bidders/gothamads.md +++ b/dev-docs/bidders/gothamads.md @@ -1,8 +1,8 @@ --- layout: bidder -title: GothamAds -description: Prebid GothamAds Bidder Adaptor -biddercode: GothamAds +title: gothamAds +description: Prebid gothamAds Bidder Adaptor +biddercode: gothamAds gdpr_supported: true tcf2_supported: true usp_supported: true From 11ef44a86b229d6f145f52c7e20b3d789306daf7 Mon Sep 17 00:00:00 2001 From: Support Gothamads Date: Wed, 13 Jan 2021 09:14:05 +0200 Subject: [PATCH 3/3] fix register --- dev-docs/bidders/gothamads.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/gothamads.md b/dev-docs/bidders/gothamads.md index 308ab4b81a..0602ade186 100644 --- a/dev-docs/bidders/gothamads.md +++ b/dev-docs/bidders/gothamads.md @@ -1,8 +1,8 @@ --- layout: bidder -title: gothamAds -description: Prebid gothamAds Bidder Adaptor -biddercode: gothamAds +title: gothamads +description: Prebid gothamads Bidder Adaptor +biddercode: gothamads gdpr_supported: true tcf2_supported: true usp_supported: true