From 22ade59e60979e8c0f26ad1d57f2d6eb7dcf3d01 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 5 Apr 2021 10:43:08 -0700 Subject: [PATCH 01/16] Added nativo markup documentation to dev-docs/bidders --- dev-docs/bidders/nativo.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-docs/bidders/nativo.md diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md new file mode 100644 index 0000000000..8a956d4625 --- /dev/null +++ b/dev-docs/bidders/nativo.md @@ -0,0 +1,20 @@ +--- +layout: bidder +title: Nativo +description: Prebid Nativo Bidder Adapter +pbjs: false +gdpr_supported: true +usp_supported: true +biddercode: nativo +--- + +### Note: + +The Nativo Bidder adapter requires setup before beginning. Please contact us at prebiddev@nativo.com beforehand. + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|---------------------------------------------------------|--------------|----------| +| `placementId` | required | Publication placement ID value from the Nativo Platform | `'13144370'` | `string` | From 6f21a4539a0822fe6ffc4b0e8bf775bc7fa24396 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 5 Apr 2021 10:45:51 -0700 Subject: [PATCH 02/16] Added IAB Global Vendor List ID number. --- dev-docs/bidders/nativo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index 8a956d4625..7f59b69b54 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -3,6 +3,7 @@ layout: bidder title: Nativo description: Prebid Nativo Bidder Adapter pbjs: false +gvl_id: 263 gdpr_supported: true usp_supported: true biddercode: nativo From 5ada4c0ae7f8ac4db58fe6eb5558167bc67a4f90 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 5 Apr 2021 11:12:03 -0700 Subject: [PATCH 03/16] Adjusted placementId Type to be integer --- dev-docs/bidders/nativo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index 7f59b69b54..8ccb3195e3 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -16,6 +16,6 @@ The Nativo Bidder adapter requires setup before beginning. Please contact us at ### Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|---------------------------------------------------------|--------------|----------| -| `placementId` | required | Publication placement ID value from the Nativo Platform | `'13144370'` | `string` | +| Name | Scope | Description | Example | Type | +|---------------|----------|---------------------------------------------------------|--------------|-----------| +| `placementId` | required | Publication placement ID value from the Nativo Platform | `13144370` | `integer` | From 32b4ec57cdf583ac122d126e839b46fa2c662a65 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 9 Apr 2021 12:52:18 -0700 Subject: [PATCH 04/16] Changed pbjs value to true --- dev-docs/bidders/nativo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index 8ccb3195e3..5eec6f5eaf 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -2,7 +2,7 @@ layout: bidder title: Nativo description: Prebid Nativo Bidder Adapter -pbjs: false +pbjs: true gvl_id: 263 gdpr_supported: true usp_supported: true From edc5ecb23fdc92a79da8a7293b49cc6a821794b8 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 15 Apr 2021 14:16:21 -0700 Subject: [PATCH 05/16] Added optional url parameter --- dev-docs/bidders/nativo.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index 5eec6f5eaf..67d7921d18 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -16,6 +16,7 @@ The Nativo Bidder adapter requires setup before beginning. Please contact us at ### Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|---------------------------------------------------------|--------------|-----------| -| `placementId` | required | Publication placement ID value from the Nativo Platform | `13144370` | `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` | From c7f1ba380ae4dc83cac858c0e32b00e40d8cecf8 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 29 Sep 2021 20:39:45 -0700 Subject: [PATCH 06/16] Updated placementId parameter to be optional --- dev-docs/bidders/nativo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index 67d7921d18..9c72c55f07 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -18,5 +18,5 @@ The Nativo Bidder adapter requires setup before beginning. Please contact us at {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|---------------------------------------------------------------------------------|--------------|-----------| -| `placementId` | required | Publication placement ID value from the Nativo Platform | `13144370` | `integer` | +| `placementId` | optional | 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` | From a42174a69831e03099079ff2fbdd2a823feabb73 Mon Sep 17 00:00:00 2001 From: Joshua Fledderjohn Date: Tue, 28 Feb 2023 09:02:58 -0800 Subject: [PATCH 07/16] Added userIds to nativo.md --- dev-docs/bidders/nativo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index d96921754a..ce70a0ad2a 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -6,6 +6,7 @@ pbjs: true gvl_id: 263 gdpr_supported: true usp_supported: true +userIds: all biddercode: nativo sidebarType: 1 --- From 89032da2df83cba97ff3efc8ce07d3619babe7a6 Mon Sep 17 00:00:00 2001 From: Joshua Fledderjohn Date: Wed, 13 Dec 2023 11:30:24 -0800 Subject: [PATCH 08/16] Reflecting Prebid Server Adapter metadata --- dev-docs/bidders/nativo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index dc166bba67..c330ead57a 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -3,6 +3,7 @@ layout: bidder title: Nativo description: Prebid Nativo Bidder Adapter pbjs: true +pbs: true gvl_id: 263 tcfeu_supported: true usp_supported: true From c1dfc5f7dc47d9a02b502d66a58bd7af74f24c85 Mon Sep 17 00:00:00 2001 From: doctafaustus Date: Fri, 16 Aug 2024 12:32:52 -0500 Subject: [PATCH 09/16] Update nativo bidder docs --- dev-docs/bidders/nativo.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index c330ead57a..3a91415597 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -4,12 +4,15 @@ title: Nativo description: Prebid Nativo Bidder Adapter pbjs: true pbs: true +media_types: banner, native, video +floors_supported: true gvl_id: 263 tcfeu_supported: true usp_supported: true userIds: all biddercode: nativo sidebarType: 1 +privacy_sandbox: topics --- ### Note From 6392f8b0d0902ade3d9edc540165eddd23dff8ab Mon Sep 17 00:00:00 2001 From: doctafaustus Date: Thu, 29 Aug 2024 14:30:48 -0500 Subject: [PATCH 10/16] Add multiformat_supported field to nativo readme --- dev-docs/bidders/nativo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index 3a91415597..f3bf31ecfa 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -5,6 +5,7 @@ description: Prebid Nativo Bidder Adapter pbjs: true pbs: true media_types: banner, native, video +multiformat_supported: will-bid-on-one floors_supported: true gvl_id: 263 tcfeu_supported: true From f86f1ba6e5ff2e297ff4635f892fe5f0ebf42308 Mon Sep 17 00:00:00 2001 From: Rafael Taveira Date: Thu, 17 Apr 2025 14:35:07 -0500 Subject: [PATCH 11/16] Nativo: updated documentation --- dev-docs/bidders/nativo.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index f3bf31ecfa..f68e7161c3 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -22,8 +22,17 @@ The Nativo Bidder adapter requires setup before beginning. Please contact us at ### Bid Params +### Prebid Server {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|---------------------------------------------------------------------------------|--------------|-----------| -| `placementId` | optional | 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` | +| Name | Scope | Description | Example | Type | +|---------------|----------|-----------------------------------------------------------------------------------------|--------------|-----------| +| `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` | +| `placementId` | required if no other ID is provided | Publication placement ID value from the Nativo Platform | `13144370` | `integer` | +| `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` | +| `url` | optional | Publication url value associated with placement ID value in the Nativo Platform | `https://publication.com/prebid_adpater.html` | `string` | + +### Prebid JS +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|-----------------------------------------------------------------------------------|--------------|-----------| +| `url` | required | Publication url value associated with placement ID value in the Nativo Platform | `https://publication.com/prebid_adpater.html` | `string` | From ae782f53a8c0c64b0145d2066e30a73fc967f46f Mon Sep 17 00:00:00 2001 From: Rafael Taveira Date: Fri, 18 Apr 2025 11:52:30 -0500 Subject: [PATCH 12/16] Nativo: Documentation Update --- dev-docs/bidders/nativo.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index f68e7161c3..5791823cdd 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -24,15 +24,14 @@ The Nativo Bidder adapter requires setup before beginning. Please contact us at ### Prebid Server {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|-----------------------------------------------------------------------------------------|--------------|-----------| -| `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` | -| `placementId` | required if no other ID is provided | Publication placement ID value from the Nativo Platform | `13144370` | `integer` | -| `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` | -| `url` | optional | Publication url value associated with placement ID value in the Nativo Platform | `https://publication.com/prebid_adpater.html` | `string` | +| Name | Scope | Description | Example | Type | +|------------------------------|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-----------| +| `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. | `placement_tagid_example` | `string` | +| `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. | `/22888152279/publication/placement/gpid_example` | `string` | ### Prebid JS {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|-----------------------------------------------------------------------------------|--------------|-----------| -| `url` | required | Publication url value associated with placement ID value in the Nativo Platform | `https://publication.com/prebid_adpater.html` | `string` | +| Name | Scope | Description | Example | Type | +|---------------|----------|--------------------------------------------------------------------------------------|-------------------------------------------------|-----------| +| `ntv_url` | required | Publication url value associated with placement ID value within the Nativo platform. | `https://publication.com/prebid_adpater.html` | `string` | From 9e50060a7e4b562f7ec7675295f44f2ac2e18389 Mon Sep 17 00:00:00 2001 From: Rafael Taveira Date: Wed, 23 Apr 2025 12:46:54 -0500 Subject: [PATCH 13/16] Nativo: Documentation Update - after code review. --- dev-docs/bidders/nativo.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index 5791823cdd..1429a724b1 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -23,15 +23,19 @@ The Nativo Bidder adapter requires setup before beginning. Please contact us at ### Bid Params ### 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. + {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |------------------------------|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-----------| -| `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. | `placement_tagid_example` | `string` | -| `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. | `/22888152279/publication/placement/gpid_example` | `string` | +| `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` | +| `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 {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|--------------------------------------------------------------------------------------|-------------------------------------------------|-----------| -| `ntv_url` | required | Publication url value associated with placement ID value within the Nativo platform. | `https://publication.com/prebid_adpater.html` | `string` | +| 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` | From 4a9572908e218477217b63698ae5954ac90ac896 Mon Sep 17 00:00:00 2001 From: Rafael Taveira Date: Wed, 23 Apr 2025 16:05:32 -0500 Subject: [PATCH 14/16] Nativo: Fix on Prebid.js param table not rendering correctly --- dev-docs/bidders/nativo.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index 1429a724b1..23d363512a 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -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. @@ -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` | From 277f36cb4c4a8187c7b1d6b3c7f4164b253d6b26 Mon Sep 17 00:00:00 2001 From: Rafael Taveira Date: Mon, 28 Apr 2025 20:02:36 -0500 Subject: [PATCH 15/16] Nativo: Updating JS documentation --- dev-docs/bidders/nativo.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index 23d363512a..b2eb8c1fef 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -36,7 +36,7 @@ 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` | \ No newline at end of file From e38195d70eb62b7be3f3d772d42c9b364ad36a9a Mon Sep 17 00:00:00 2001 From: Rafael Taveira Date: Tue, 29 Apr 2025 09:10:34 -0500 Subject: [PATCH 16/16] Nativo: Added new line at EOF --- dev-docs/bidders/nativo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index b2eb8c1fef..5e39ab73fa 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -39,4 +39,5 @@ Prebid Server primarily relies on the OpenRTB specification for its field defini | 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` | \ No newline at end of file + | `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` | + \ No newline at end of file