From 7d395d313f5d8a0ec7f9e78e183807d6bf5732e9 Mon Sep 17 00:00:00 2001 From: julietterochon <140074184+julietterochon@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:26:16 +0200 Subject: [PATCH] [Criteo] Deprecation of the nativeCallback parameter (#5586) --- 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 a914de31e3..c09461da08 100644 --- a/dev-docs/bidders/criteo.md +++ b/dev-docs/bidders/criteo.md @@ -38,7 +38,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` | | `pubid` | required | publisher id | `'ABC123'` | `string` | | `uid` | optional | Ad Unit ID | `'8888'` | `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` | +| `nativeCallback` | optional | (deprecated) (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` | | `publisherSubId` | optional | Custom identifier for reporting. Please reach out your Criteo representative for more details. | `'adunit-1'` | `string` |