-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add smartx.md markdown for docs #2272
Conversation
dev-docs/bidders/smartx.md
Outdated
--- | ||
layout: bidder | ||
title: smartx | ||
description: Prebid smartx Bidder Adaptor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: Adaptar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can it be that both of us are wrong?
https://github.com/prebid/Prebid.js/tree/master/modules
All modules here are named with "e" in Adapter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed 😂 Mixing german and english makes my english so much worst 😬
dev-docs/bidders/smartx.md
Outdated
| `siteId` | required | A unique SiteID. | `'site_id'` | `string` | | ||
| `bidfloor` | required | Value of Bidfloor. | `0.3` | `float` | | ||
| `bidfloorcur` | required | Used Currency. (e.g. EUR, USD etc.) | `'EUR'` | `string` | | ||
| `context` | required | Token that describes which context to play: 'instream' or 'outstream' | `'outstream'` | `string` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not required as far as I can see in the implementation. Maybe this can be removed completely and only the mediaType.video.context
parameter is being used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to optional
dev-docs/bidders/smartx.md
Outdated
| `bidfloorcur` | required | Used Currency. (e.g. EUR, USD etc.) | `'EUR'` | `string` | | ||
| `context` | required | Token that describes which context to play: 'instream' or 'outstream' | `'outstream'` | `string` | | ||
| `outstream_function` | optional | Custom function to be used as a renderer. | `function(bid){console.log(bid);}` | `function` | | ||
| `outstream_options` | optional | Object to set options on the smartx renderer. | `{}` | `object` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are required
for context outstream
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to required with further description
* origin/master: (402 commits) Updates for CMP Functionality Best Practices (prebid#2284) cross-linking TCF/CMP docs (prebid#2283) Restored zoneId parameter in criteo bid adapter doc (prebid#2275) Add sspBC adapter (prebid#2157) Update cmp-best-practices.md Update cmp-best-practices.md Add supported modules table for GDPR Enforcement module. (prebid#2271) New Adapter: Concert (prebid#2033) ID+ submodule (prebid#2260) Cmp best practices (prebid#2282) creative declaration fixing creative pages, adding GAM declaration (prebid#2281) adding gvl_id to metadata (prebid#2279) removed syntax.css (prebid#2278) updated the PBM mobile privacy page (prebid#2250) Added TCF v2.0 support to the documentation (prebid#2276) Add smartx.md markdown for docs (prebid#2272) 1.Change ironsource to be lower case all over (prebid#2265) Update show-outstream-video-ads.md for backupOnly renderers (prebid#2259) adform.md docs updated (prebid#2262) ...
Add documentation for smartx bid adapter.