Skip to content

Commit f86f1ba

Browse files
committed
Nativo: updated documentation
1 parent 69d2989 commit f86f1ba

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

dev-docs/bidders/nativo.md

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

2323
### Bid Params
2424

25+
### Prebid Server
2526
{: .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` |
27+
| Name | Scope | Description | Example | Type |
28+
|---------------|----------|-----------------------------------------------------------------------------------------|--------------|-----------|
29+
| `tagId` | required if no other ID is provided | Publication tag ID is the primary value associated with placement ID value in the Nativo Platform | `placement_tagid_example` | `string` |
30+
| `placementId` | required if no other ID is provided | Publication placement ID value from the Nativo Platform | `13144370` | `integer` |
31+
| `gpId` | required if no other ID is provided | Publication gp ID value associated with placement ID value in the Nativo Platform | `/22888152279/publication/placement/gpid_example` | `string` |
32+
| `url` | optional | Publication url value associated with placement ID value in the Nativo Platform | `https://publication.com/prebid_adpater.html` | `string` |
33+
34+
### Prebid JS
35+
{: .table .table-bordered .table-striped }
36+
| Name | Scope | Description | Example | Type |
37+
|---------------|----------|-----------------------------------------------------------------------------------|--------------|-----------|
38+
| `url` | required | Publication url value associated with placement ID value in the Nativo Platform | `https://publication.com/prebid_adpater.html` | `string` |

0 commit comments

Comments
 (0)