diff --git a/dev-docs/bidders/astraone.md b/dev-docs/bidders/astraone.md new file mode 100644 index 0000000000..99275f7e83 --- /dev/null +++ b/dev-docs/bidders/astraone.md @@ -0,0 +1,190 @@ +--- +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

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

Prebid.js InImage Banner Test

+ +
+ + + +
+ + +```