From 4930a4fde953be1ed721343e85878fb8f827ccd2 Mon Sep 17 00:00:00 2001 From: TCCDENIZ Date: Thu, 4 Nov 2021 18:01:37 +0300 Subject: [PATCH 1/2] Adplus bid adapter doc added --- dev-docs/bidders/adplus.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-docs/bidders/adplus.md diff --git a/dev-docs/bidders/adplus.md b/dev-docs/bidders/adplus.md new file mode 100644 index 0000000000..cac6968c22 --- /dev/null +++ b/dev-docs/bidders/adplus.md @@ -0,0 +1,19 @@ +--- +layout: bidder +title: AdPlus +description: Prebid AdPlus Bidder Adapter +biddercode: adplus +media_types: banner +pbjs: true +--- +### Note: + +The AdPlus Bidding adapter requires setup before beginning. Please contact us at adplus.destek@yaani.com.tr + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|---------------|-------------------------------------------|-----------| +| `adUnitId` | required | Ad Unit ID | `1234` | `string` | +| `inventoryId` | required | Inventory ID | `1234` | `string` | \ No newline at end of file From f5f684b1ca934c2184ef5a9efc4a3bfdc8ce2cd8 Mon Sep 17 00:00:00 2001 From: TCCDENIZ Date: Thu, 11 Nov 2021 10:29:40 +0300 Subject: [PATCH 2/2] Quotes added to string arguments --- dev-docs/bidders/adplus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/adplus.md b/dev-docs/bidders/adplus.md index cac6968c22..976e0131d5 100644 --- a/dev-docs/bidders/adplus.md +++ b/dev-docs/bidders/adplus.md @@ -15,5 +15,5 @@ The AdPlus Bidding adapter requires setup before beginning. Please contact us at {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|---------------|-------------------------------------------|-----------| -| `adUnitId` | required | Ad Unit ID | `1234` | `string` | -| `inventoryId` | required | Inventory ID | `1234` | `string` | \ No newline at end of file +| `adUnitId` | required | Ad Unit ID | `'-3'` | `string` | +| `inventoryId` | required | Inventory ID | `'-1'` | `string` | \ No newline at end of file