Skip to content

Commit 7d395d3

Browse files
[Criteo] Deprecation of the nativeCallback parameter (prebid#5586)
1 parent a21ffbc commit 7d395d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-docs/bidders/criteo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Prebid-Server support is on alpha test and is currently a non-finished product.
3838
| `networkId` | required | The network ID from Criteo. Please reach out your Criteo representative for more details. | `456456` | `integer` |
3939
| `pubid` | required | publisher id | `'ABC123'` | `string` |
4040
| `uid` | optional | Ad Unit ID | `'8888'` | `string` |
41-
| `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` |
41+
| `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` |
4242
| `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` |
4343
| `publisherSubId` | optional | Custom identifier for reporting. Please reach out your Criteo representative for more details. | `'adunit-1'` | `string` |
4444

0 commit comments

Comments
 (0)