From eafd78b35e9b3eee640ef4d119edd831b6dd3ecd Mon Sep 17 00:00:00 2001 From: "Prebid Start.io" Date: Thu, 17 Apr 2025 13:17:36 +0300 Subject: [PATCH 1/2] Add initial documentation for Start.io adapters --- dev-docs/bidders/startio.md | 80 +++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 dev-docs/bidders/startio.md diff --git a/dev-docs/bidders/startio.md b/dev-docs/bidders/startio.md new file mode 100644 index 0000000000..3ccb98b69d --- /dev/null +++ b/dev-docs/bidders/startio.md @@ -0,0 +1,80 @@ +--- +layout: bidder +title: Start.io +biddercode: startio +description: Prebid Start.io Adapter +tcfeu_supported: false +coppa_supported: false +gpp_supported: false +floors_supported: false +media_types: banner, video, native +safeframes_ok: false +schain_supported: false +gvl_id: 1216 +usp_supported: false +pbjs: true +pbs: true +prebid_member: false +fpd_supported: false +privacy_sandbox: no +ortb_blocking_supported: false +sidebarType: 1 +--- + +### Before You Begin + +The Start.io bidder adapter requires additional setup and approval from the Start.io team. For additional information, please reach out to . + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|-----------------------------------|------------------------|--------------| +| `publisherId` | required | Publisher ID | `'publisher-1234'` | `string` | + +#### Configuration + +Sample banner setup: + +```js + +``` + +### Additional Notes + +#### Request and Response Attributes + +- Bids are returned in **net** - that is, the bids returned reflect the bid amount with revenue sharing already taken into account. No adjustment is necessary. + +#### Supported Media Types + +- Banner +- Native +- Video (instream and outstream) + +#### Default Ad Server Key Value + +- `startio` From 6855ceb3a4474933eacd556eb656d81f8dc006b9 Mon Sep 17 00:00:00 2001 From: "Prebid Start.io" Date: Thu, 15 May 2025 11:20:27 +0300 Subject: [PATCH 2/2] Adjustments based on review comments --- dev-docs/bidders/startio.md | 55 +++++++++++++++---------------------- 1 file changed, 22 insertions(+), 33 deletions(-) diff --git a/dev-docs/bidders/startio.md b/dev-docs/bidders/startio.md index 3ccb98b69d..72dd7fbd2a 100644 --- a/dev-docs/bidders/startio.md +++ b/dev-docs/bidders/startio.md @@ -3,11 +3,12 @@ layout: bidder title: Start.io biddercode: startio description: Prebid Start.io Adapter -tcfeu_supported: false +tcfeu_supported: true coppa_supported: false gpp_supported: false floors_supported: false media_types: banner, video, native +multiformat_supported: will-bid-on-any safeframes_ok: false schain_supported: false gvl_id: 1216 @@ -37,30 +38,28 @@ The Start.io bidder adapter requires additional setup and approval from the Star Sample banner setup: ```js - +pbjs.que.push(function() { + pbjs.addAdUnits(adUnits); +}); ``` ### Additional Notes @@ -68,13 +67,3 @@ Sample banner setup: #### Request and Response Attributes - Bids are returned in **net** - that is, the bids returned reflect the bid amount with revenue sharing already taken into account. No adjustment is necessary. - -#### Supported Media Types - -- Banner -- Native -- Video (instream and outstream) - -#### Default Ad Server Key Value - -- `startio`