Skip to content

Commit c481c79

Browse files
rafataveirajsfledddoctafaustus
authored
Nativo: Updating JS documentation (#6016)
* Added nativo markup documentation to dev-docs/bidders * Added IAB Global Vendor List ID number. * Adjusted placementId Type to be integer * Changed pbjs value to true * Added optional url parameter * Updated placementId parameter to be optional * Added userIds to nativo.md * Reflecting Prebid Server Adapter metadata * Update nativo bidder docs * Add multiformat_supported field to nativo readme * Nativo: updated documentation * Nativo: Documentation Update * Nativo: Documentation Update - after code review. * Nativo: Fix on Prebid.js param table not rendering correctly * Nativo: Updating JS documentation * Nativo: Added new line at EOF --------- Co-authored-by: Josh <[email protected]> Co-authored-by: jsfledd <[email protected]> Co-authored-by: Joshua Fledderjohn <[email protected]> Co-authored-by: Bill Coloe <[email protected]> Co-authored-by: doctafaustus <[email protected]>
1 parent 09a1508 commit c481c79

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dev-docs/bidders/nativo.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Prebid Server primarily relies on the OpenRTB specification for its field defini
3636
#### Prebid JS
3737

3838
{: .table .table-bordered .table-striped }
39-
| Name | Scope | Description | Example | Type |
40-
|------------|----------|----------------------------------------------------------------------------------------|-------------------------------------------------|-----------|
41-
| `ntv_url` | required | Publication url associated with placement IDs within the Nativo platform. | `https://publication.com/prebid_adpater.html` | `string` |
42-
| `ntv_ptd` | optional | Refers to a list of Placement IDs assigned by the Nativo platform for the publication. | `12345678,12345699` | `array of integer` |
39+
| Name | Scope | Description | Example | Type |
40+
|---------------|----------|---------------------------------------------------------------------------------|--------------|-----------|
41+
| `placementId` | required | Publication placement ID value from the Nativo Platform | `13144370` | `integer` |
42+
| `url` | optional | Publication url value associated with placement ID value in the Nativo Platform | `https://test-sites.internal.nativo.net/testing/prebid_adpater.html` | `string` |
43+

0 commit comments

Comments
 (0)