Skip to content
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

Merged
merged 5 commits into from
Aug 26, 2020
Merged

Conversation

smartclip-adtech
Copy link
Contributor

Add documentation for smartx bid adapter.

@Skylinar Skylinar mentioned this pull request Aug 25, 2020
10 tasks
---
layout: bidder
title: smartx
description: Prebid smartx Bidder Adaptor
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: Adaptar

Copy link
Contributor Author

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.

Copy link
Contributor

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 😬

| `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` |
Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

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

Changed to optional

| `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` |
Copy link
Contributor

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.

Copy link
Contributor

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

@MartianTribe MartianTribe merged commit 5cf8211 into prebid:master Aug 26, 2020
sbrosinski added a commit to smaato/prebid.github.io that referenced this pull request Aug 31, 2020
* 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)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants