Skip to content

New Adapter: Start.io #6018

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prebid-startio
Copy link

@prebid-startio prebid-startio commented Apr 29, 2025

🏷 Type of documentation

  • new bid adapter
  • update bid adapter
  • new feature
  • text edit only (wording, typos)
  • bugfix (code examples)
  • new examples

📋 Checklist

Copy link

netlify bot commented Apr 29, 2025

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit eafd78b
🔍 Latest deploy log https://app.netlify.com/sites/prebid-docs-preview/deploys/6810a7e203bf0c0008e209dd
😎 Deploy Preview https://deploy-preview-6018--prebid-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

title: Start.io
biddercode: startio
description: Prebid Start.io Adapter
tcfeu_supported: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have a gvl_id , why don't you support TCF then?

coppa_supported: false
gpp_supported: false
floors_supported: false
media_types: banner, video, native
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you support multiple formats, please specify the behaviour on multi format ad units

multiformat_supported: will-bid-on-any, will-bid-on-one, will-not-bid

Comment on lines +39 to +64
```js
<script>
var adUnits = [
{
code: "div-gpt-ad-12345-0",
mediaTypes: {
banner: {
sizes: [[300, 250]]
}
},
bids: [
{
bidder: "startio",
params: {
publisherId: "publisher-12345"
}
}
]
}
]

pbjs.que.push(function() {
pbjs.addAdUnits(adUnits);
});
</script>
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```js
<script>
var adUnits = [
{
code: "div-gpt-ad-12345-0",
mediaTypes: {
banner: {
sizes: [[300, 250]]
}
},
bids: [
{
bidder: "startio",
params: {
publisherId: "publisher-12345"
}
}
]
}
]
pbjs.que.push(function() {
pbjs.addAdUnits(adUnits);
});
</script>
```
```js
var adUnits = [
{
code: "div-gpt-ad-12345-0",
mediaTypes: {
banner: {
sizes: [[300, 250]]
}
},
bids: [
{
bidder: "startio",
params: {
publisherId: "publisher-12345"
}
}
]
}
]
pbjs.que.push(function() {
pbjs.addAdUnits(adUnits);
});

now it is javascript :wink: 

Comment on lines +72 to +77
#### Supported Media Types

- Banner
- Native
- Video (instream and outstream)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### Supported Media Types
- Banner
- Native
- Video (instream and outstream)

This is not necessary. The media types are specified in the meta data already

Comment on lines +78 to +80
#### Default Ad Server Key Value

- `startio`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### Default Ad Server Key Value
- `startio`

This is the biddercode in the meta data and is not required to be listed here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants