From 721047f66257f00ccc422073226662253cfe1894 Mon Sep 17 00:00:00 2001 From: "s.shevtsov" Date: Fri, 22 Nov 2019 09:36:59 +0300 Subject: [PATCH 1/2] Added documentation for AstraOne Adapter --- dev-docs/bidders/astraone.md | 82 ++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 dev-docs/bidders/astraone.md diff --git a/dev-docs/bidders/astraone.md b/dev-docs/bidders/astraone.md new file mode 100644 index 0000000000..9592f5f756 --- /dev/null +++ b/dev-docs/bidders/astraone.md @@ -0,0 +1,82 @@ +--- +layout: bidder +title: AstraOne +description: Prebid AstraOne Bidder Adapter +hide: true +media_types: banner +biddercode: astraone +--- + +### Note + +You can use this adapter to get a bid from AstraOne. +Please reach out to your AstraOne account team before using this plugin to get placeId. +The code below returns a demo ad. + + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------------|---------------------|-------------------------------------------------------------------|-------------------------------------------------------------------------------|----------| +| `placeId` | required | The place id. | 5af45ad34d506ee7acad0c26 | `string` | +| `imageUrl` | required | URL of the image on which the banner will be displayed. | https://creative.astraone.io/files/default_image-1-600x400.jpg | `string` | +| `placement` | required | Adunit placement, possible values: inImage | inImage | `string` | + + +### InImage Example page + + +```html + + + + + Prebid.js Banner Example + + + + + +

Prebid.js InImage Banner Test

+ +
+ +
+ + + +``` From 7c16bc574fb186581aa7fd69e327bdc35c4e3372 Mon Sep 17 00:00:00 2001 From: "s.shevtsov" Date: Tue, 3 Dec 2019 17:25:38 +0300 Subject: [PATCH 2/2] Added example with GPT in the documentation. --- dev-docs/bidders/astraone.md | 148 ++++++++++++++++++++++++++++++----- 1 file changed, 128 insertions(+), 20 deletions(-) diff --git a/dev-docs/bidders/astraone.md b/dev-docs/bidders/astraone.md index 9592f5f756..99275f7e83 100644 --- a/dev-docs/bidders/astraone.md +++ b/dev-docs/bidders/astraone.md @@ -34,10 +34,104 @@ The code below returns a demo ad. Prebid.js Banner Example - + + + +

Prebid.js InImage Banner Test

+ +
+ + +
+ + + +``` +### InImage Example page with GPT + +```html + + + + + Prebid.js Banner Example + + + + -

Prebid.js InImage Banner Test

-
+
+ +
- ```