Skip to content

Commit ca933a2

Browse files
rafataveirajsfledddoctafaustus
authored
Nativo: Fix Documentation (#6006)
* 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 --------- Co-authored-by: Josh <jfledd@gmail.com> Co-authored-by: jsfledd <jsfledd@users.noreply.github.com> Co-authored-by: Joshua Fledderjohn <jfledderjohn@nativo.com> Co-authored-by: Bill Coloe <clowd150@gmail.com> Co-authored-by: doctafaustus <bcoloe@nativo.com>
1 parent 6b254e3 commit ca933a2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev-docs/bidders/nativo.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Nativo Bidder adapter requires setup before beginning. Please contact us at
2222

2323
### Bid Params
2424

25-
### Prebid Server
25+
#### Prebid Server
2626

2727
Prebid Server primarily relies on the OpenRTB specification for its field definitions, along with widely recognized extensions that have become semi-standard within the industry.
2828

@@ -33,9 +33,10 @@ Prebid Server primarily relies on the OpenRTB specification for its field defini
3333
| `imp.ext.nativo.placementid` | required if no tagID | Refers to the unique Placement ID assigned by the Nativo platform. | `12345678` | `integer` |
3434
| `imp.ext.gpid` | required if no other ID is provided | Represents the Ad Slot GP ID. It is another layer of identification tied to a placement ID within the Nativo platform. Read more about [gpid in the prebid docs](/features/pbAdSlot.html#the-gpid) | `/22888152279/publication/placement/gpid_example` | `string` |
3535

36-
### Prebid JS
36+
#### Prebid JS
37+
3738
{: .table .table-bordered .table-striped }
3839
| Name | Scope | Description | Example | Type |
3940
|------------|----------|----------------------------------------------------------------------------------------|-------------------------------------------------|-----------|
4041
| `ntv_url` | required | Publication url associated with placement IDs within the Nativo platform. | `https://publication.com/prebid_adpater.html` | `string` |
41-
| `ntv_ptd` | optional | Refers to a list of Placement IDs assigned by the Nativo platform for the publication. | `12345678,12345699` | `array of integer` |
42+
| `ntv_ptd` | optional | Refers to a list of Placement IDs assigned by the Nativo platform for the publication. | `12345678,12345699` | `array of integer` |

0 commit comments

Comments
 (0)