Skip to content

Commit 51e66d5

Browse files
rafataveirajsfledddoctafaustus
authored
Nativo: Documentation Update (prebid#5998)
* 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. --------- 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 d5d0c61 commit 51e66d5

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

dev-docs/bidders/nativo.md

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

2323
### Bid Params
2424

25+
### Prebid Server
26+
27+
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.
28+
29+
{: .table .table-bordered .table-striped }
30+
| Name | Scope | Description | Example | Type |
31+
|------------------------------|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-----------|
32+
| `imp.tagid` | required - preferred | Represents the Ad Slot Tag ID, which is the primary identifier linked to a specific placement ID within the Nativo platform. Read more about [tagid in the oRTB 2.6 docs](https://github.com/InteractiveAdvertisingBureau/openrtb2.x/blob/main/2.6.md#324---object-imp-) | `placement_tagid_example` | `string` |
33+
| `imp.ext.nativo.placementid` | required if no tagID | Refers to the unique Placement ID assigned by the Nativo platform. | `12345678` | `integer` |
34+
| `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` |
35+
36+
### Prebid JS
2537
{: .table .table-bordered .table-striped }
26-
| Name | Scope | Description | Example | Type |
27-
|---------------|----------|---------------------------------------------------------------------------------|--------------|-----------|
28-
| `placementId` | optional | Publication placement ID value from the Nativo Platform | `13144370` | `integer` |
29-
| `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` |
38+
| Name | Scope | Description | Example | Type |
39+
|------------|----------|----------------------------------------------------------------------------------------|-------------------------------------------------|-----------|
40+
| `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` |

0 commit comments

Comments
 (0)