Skip to content

Nativo: Fix Documentation #6006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
23 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
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
7 changes: 4 additions & 3 deletions dev-docs/bidders/nativo.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Nativo Bidder adapter requires setup before beginning. Please contact us at

### Bid Params

### Prebid Server
#### Prebid Server

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.

Expand All @@ -33,9 +33,10 @@ Prebid Server primarily relies on the OpenRTB specification for its field defini
| `imp.ext.nativo.placementid` | required if no tagID | Refers to the unique Placement ID assigned by the Nativo platform. | `12345678` | `integer` |
| `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` |

### Prebid JS
#### 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` |
| `ntv_ptd` | optional | Refers to a list of Placement IDs assigned by the Nativo platform for the publication. | `12345678,12345699` | `array of integer` |