You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/bidders/nativo.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,20 @@ The Nativo Bidder adapter requires setup before beginning. Please contact us at
22
22
23
23
### Bid Params
24
24
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.
|`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`|
|`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`|
|`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