From b158b89ffeab0c30ee07fd44f674eca5b24eae4a Mon Sep 17 00:00:00 2001 From: Vlad Gurgov Date: Sat, 10 Aug 2019 15:57:34 -0700 Subject: [PATCH 1/2] adding doc for 1ad4good bidder --- dev-docs/bidders/1ad4good.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-docs/bidders/1ad4good.md diff --git a/dev-docs/bidders/1ad4good.md b/dev-docs/bidders/1ad4good.md new file mode 100644 index 0000000000..9c4d53d389 --- /dev/null +++ b/dev-docs/bidders/1ad4good.md @@ -0,0 +1,27 @@ +--- +layout: bidder +title: 1ad4good +description: Prebid One Ad for Good(1ad4good.org) Bidder Adaptor + +top_nav_section: dev_docs +nav_section: reference + +hide: true + +biddercode: 1ad4good + +aliasCode : appnexus + + + +--- +### Note: +this adapter is for displaying free ads for various not profits. You can find more info at [1ad4good.org])(http://1ad4good.org). Use is similar to appnexus so you can just copy its config and change bidder to '1ad4good' + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|-------------|---------|----------| +| `placementId` | required | Meaningless, but required id | `234234` | `integer` | +| `cpm` | optional | forces bidder to insert custom cpm bid | 0.50 | `decimal` | \ No newline at end of file From ef44cde7c2a7961c03215682a37b2b6a8607e5e4 Mon Sep 17 00:00:00 2001 From: bretg Date: Thu, 15 Aug 2019 23:13:48 -0400 Subject: [PATCH 2/2] header, notes removed unnecessary header items and the statement about being similar to appnexus -- I found it confusing because appnexus has many more parameters and would guess their test placement IDs values won't work for you. --- dev-docs/bidders/1ad4good.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/dev-docs/bidders/1ad4good.md b/dev-docs/bidders/1ad4good.md index 9c4d53d389..82aabbfb3a 100644 --- a/dev-docs/bidders/1ad4good.md +++ b/dev-docs/bidders/1ad4good.md @@ -2,21 +2,12 @@ layout: bidder title: 1ad4good description: Prebid One Ad for Good(1ad4good.org) Bidder Adaptor - -top_nav_section: dev_docs -nav_section: reference - hide: true - biddercode: 1ad4good - -aliasCode : appnexus - - - --- + ### Note: -this adapter is for displaying free ads for various not profits. You can find more info at [1ad4good.org])(http://1ad4good.org). Use is similar to appnexus so you can just copy its config and change bidder to '1ad4good' +This adapter is for displaying free ads for various not profits. You can find more info at [1ad4good.org])(http://1ad4good.org). ### Bid Params @@ -24,4 +15,4 @@ this adapter is for displaying free ads for various not profits. You can find mo | Name | Scope | Description | Example | Type | |---------------|----------|-------------|---------|----------| | `placementId` | required | Meaningless, but required id | `234234` | `integer` | -| `cpm` | optional | forces bidder to insert custom cpm bid | 0.50 | `decimal` | \ No newline at end of file +| `cpm` | optional | forces bidder to insert custom cpm bid | 0.50 | `decimal` |