Skip to content

Commit

Permalink
[Criteo] Deprecation of the nativeCallback parameter (#5586)
Browse files Browse the repository at this point in the history
  • Loading branch information
julietterochon authored Sep 6, 2024
1 parent a21ffbc commit 7d395d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/criteo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand Down

0 comments on commit 7d395d3

Please sign in to comment.