Skip to content

Commit

Permalink
Smartyads/fix_native_param (prebid#4420)
Browse files Browse the repository at this point in the history
* Smartyads/fix_native_param

* more quotes

if native needs quotes, the rest do too

---------

Co-authored-by: Vasyl Rishko <vasyl.rishko@smartyads.com>
Co-authored-by: bretg <bgorsline@gmail.com>
  • Loading branch information
3 people authored Mar 17, 2023
1 parent a236852 commit b594aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/smartyads.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ The Example Bidding adapter requires setup before beginning. Please contact us a
| `sourceid` | required (for prebid.js) | placement ID | `'0'` | `string` |
| `host` | required (for prebid-server) | const value, set to "prebid" | `'prebid'` | `string` |
| `accountid` | required (for prebid-server) | partner ID | `'1901'` | `string` |
| `traffic` | optional (for prebid.js) | Configures the mediaType that should be used. Values can be `banner`, `native` or `video` | `native` | `string`
| `traffic` | optional (for prebid.js) | Configures the mediaType that should be used. Values can be `'banner'`, `'native'` or `'video'` | `'native'` | `string`

0 comments on commit b594aaf

Please sign in to comment.