Skip to content

smartx Bid Adapter: add support for sitekey #4265

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

Merged
merged 23 commits into from
Feb 13, 2023
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
bf89faa
initial commit
Skylinar Aug 21, 2020
97dc838
adjustments
Skylinar Aug 24, 2020
126e8eb
adjustments
Skylinar Aug 24, 2020
5c6887a
adjustments
Skylinar Aug 24, 2020
69eda31
typo, further adjustments
Skylinar Aug 25, 2020
a1374c1
Merge branch 'master' of https://github.com/prebid/prebid.github.io
Skylinar Nov 2, 2020
6332d95
removed userIds and schain support
smartclip-adtech Nov 2, 2020
9b2bc9f
Merge branch 'master' of https://github.com/prebid/prebid.github.io
smartclip-adtech Jan 28, 2021
0e13e76
Added optionals to outstream and made formatting
smartclip-adtech Jan 29, 2021
df61249
Update smartx.md
jeanstemp Feb 2, 2021
7a82fa0
adjusted outstream_options
smartclip-adtech Mar 5, 2021
5e8f050
Merge commit '717c5002a870b907e35f0ff63aec8512a7ca4e28'
smartclip-adtech Mar 5, 2021
49420ee
Merge branch 'master' of https://github.com/smartclip-adtech/prebid.g…
smartclip-adtech Mar 5, 2021
3ac7058
remove outstream_function, added pbjs_version_notes
Skylinar Jul 1, 2021
30392fc
Merge branch 'master' of https://github.com/prebid/prebid.github.io
Skylinar Jul 1, 2021
379bc54
Merge branch 'master' of https://github.com/prebid/prebid.github.io
Skylinar Sep 1, 2021
1174755
bugfix outstream options for default outstream renderer configuration
Skylinar Sep 1, 2021
d7bf184
refactor descriptions and adding "visibilityThreshold"
Skylinar Nov 11, 2021
d0b6516
Merge branch 'master' of https://github.com/prebid/prebid.github.io
Skylinar Nov 11, 2021
7776ce6
Merge branch 'prebid:master' into master
smartclip-adtech Nov 15, 2022
d86f9b7
Add schain support
Skylinar Nov 15, 2022
5d9a550
add support for sitekey to smartxBidAdapter
Skylinar Jan 10, 2023
93b6638
Merge branch 'prebid:master' into master
Skylinar Jan 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-docs/bidders/smartx.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Please reach out to your smartclip business contact for any questions and assist
| `price_floor` | optional | Set the current channel price floor in real time. | `10` | `integer` |
| `min_duration` | optional | Minimum video ad duration in seconds | `15` | `integer` |
| `max_duration` | optional | Maximum video ad duration in seconds | `60` | `integer` |
| `sitekey` | optional | Sitekey provided by smartclip. | `'foo.bar.baz'` | `string` |

<a name="smartx-outstream-options-object" />

Expand Down