From 53af7313392c7a52df3bf05be47ddd9f1b0a9cc3 Mon Sep 17 00:00:00 2001 From: Juliette Rochon Date: Mon, 6 May 2024 14:41:42 +0200 Subject: [PATCH 1/2] [Criteo] Documentation pubid on Criteo Prebid Docs --- dev-docs/bidders/criteo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/criteo.md b/dev-docs/bidders/criteo.md index 3446f49591..dc7e74cc48 100644 --- a/dev-docs/bidders/criteo.md +++ b/dev-docs/bidders/criteo.md @@ -37,6 +37,7 @@ Prebid-Server support is on alpha test and is currently a non-finished product. | `networkId` | required | The network ID from Criteo. Please reach out your Criteo representative for more details. | `456456` | `integer` | | `nativeCallback` | optional | (Prebid.js only) Callback to perform render in native integrations. Please reach out your Criteo representative for more details. | `function(payload) { console.log(payload); }` | `function` | | `integrationMode` | optional | (Prebid.js only) Integration mode to use for ad render (none or 'AMP'). Please reach out your Criteo representative for more details. | `'AMP'` | `string` | +| `pubid` | required | publisher id | `'ABC123'` | `string` | | `publisherSubId` | optional | Custom identifier for reporting. Please reach out your Criteo representative for more details. | `'adunit-1'` | `string` | ### First Party Data From 310fd2558da1278e0795400cf2ba7ff8aeaf7805 Mon Sep 17 00:00:00 2001 From: Chris Huie Date: Tue, 7 May 2024 08:28:52 -0600 Subject: [PATCH 2/2] move required field up --- dev-docs/bidders/criteo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/criteo.md b/dev-docs/bidders/criteo.md index dc7e74cc48..198433b9e1 100644 --- a/dev-docs/bidders/criteo.md +++ b/dev-docs/bidders/criteo.md @@ -35,9 +35,9 @@ Prebid-Server support is on alpha test and is currently a non-finished product. |-------------------|----------|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|------------| | `zoneId` | required | (deprecated) The zone ID from Criteo. Should be replaced by `networkId` when using zone matching. | `234234` | `integer` | | `networkId` | required | The network ID from Criteo. Please reach out your Criteo representative for more details. | `456456` | `integer` | +| `pubid` | required | publisher id | `'ABC123'` | `string` | | `nativeCallback` | optional | (Prebid.js only) Callback to perform render in native integrations. Please reach out your Criteo representative for more details. | `function(payload) { console.log(payload); }` | `function` | | `integrationMode` | optional | (Prebid.js only) Integration mode to use for ad render (none or 'AMP'). Please reach out your Criteo representative for more details. | `'AMP'` | `string` | -| `pubid` | required | publisher id | `'ABC123'` | `string` | | `publisherSubId` | optional | Custom identifier for reporting. Please reach out your Criteo representative for more details. | `'adunit-1'` | `string` | ### First Party Data