Skip to content
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
22ade59
Added nativo markup documentation to dev-docs/bidders
jsfledd Apr 5, 2021
6f21a45
Added IAB Global Vendor List ID number.
jsfledd Apr 5, 2021
5ada4c0
Adjusted placementId Type to be integer
jsfledd Apr 5, 2021
32b4ec5
Changed pbjs value to true
jsfledd Apr 9, 2021
edc5ecb
Added optional url parameter
jsfledd Apr 15, 2021
c7f1ba3
Updated placementId parameter to be optional
jsfledd Sep 30, 2021
377ddd5
Merged latest
jsfledd Sep 30, 2021
c965be8
Merge branch 'prebid:master' into master
jsfledd Feb 28, 2023
a42174a
Added userIds to nativo.md
jsfledd Feb 28, 2023
c1bc61e
Merge remote-tracking branch 'prebid/master'
jsfledd Dec 13, 2023
89032da
Reflecting Prebid Server Adapter metadata
jsfledd Dec 13, 2023
f7f772c
Merge branch 'prebid:master' into master
doctafaustus Aug 16, 2024
c1dfc5f
Update nativo bidder docs
doctafaustus Aug 16, 2024
6392f8b
Add multiformat_supported field to nativo readme
doctafaustus Aug 29, 2024
69d2989
Merge branch 'prebid:master' into master
rafataveira Apr 17, 2025
f86f1ba
Nativo: updated documentation
rafataveira Apr 17, 2025
ae782f5
Nativo: Documentation Update
rafataveira Apr 18, 2025
6bbd007
Merge branch 'master' into master
rafataveira Apr 18, 2025
9e50060
Nativo: Documentation Update - after code review.
rafataveira Apr 23, 2025
41ce5a3
Merge remote-tracking branch 'origin/master'
rafataveira Apr 23, 2025
4a95729
Nativo: Fix on Prebid.js param table not rendering correctly
rafataveira Apr 23, 2025
ae40e99
Merge remote-tracking branch 'origin/master'
rafataveira Apr 23, 2025
560baef
Merge branch 'master' into master
rafataveira Apr 24, 2025
e7e0a3d
Merge branch 'prebid:master' into master
rafataveira Apr 29, 2025
277f36c
Nativo: Updating JS documentation
rafataveira Apr 29, 2025
e38195d
Nativo: Added new line at EOF
rafataveira Apr 29, 2025
9d89c53
Merge branch 'master' into master
rafataveira May 1, 2025
a104177
Merge branch 'master' into master
rafataveira May 2, 2025
5f208ef
Merge branch 'master' into master
rafataveira May 5, 2025
6819b5a
Merge branch 'master' into master
rafataveira May 14, 2025
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
9 changes: 5 additions & 4 deletions dev-docs/bidders/nativo.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Prebid Server primarily relies on the OpenRTB specification for its field defini
#### Prebid JS

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|----------------------------------------------------------------------------------------|-------------------------------------------------|-----------|
| `ntv_url` | required | Publication url associated with placement IDs within the Nativo platform. | `https://publication.com/prebid_adpater.html` | `string` |
| `ntv_ptd` | optional | Refers to a list of Placement IDs assigned by the Nativo platform for the publication. | `12345678,12345699` | `array of integer` |
| Name | Scope | Description | Example | Type |
|---------------|----------|---------------------------------------------------------------------------------|--------------|-----------|
| `placementId` | required | Publication placement ID value from the Nativo Platform | `13144370` | `integer` |
| `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` |