You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/bidders/criteo.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Prebid-Server support is on alpha test and is currently a non-finished product.
37
37
|`zoneId`| optional, deprecated | (deprecated) The zone ID from Criteo. Should be replaced by `networkId` when using zone matching. |`234234`|`integer`|
38
38
|`networkId`| required | The network ID from Criteo. Please reach out your Criteo representative for more details. |`456456`|`integer`|
39
39
|`pubid`| optional | Publisher id of your inventory group provided by your Technical account manager if using inventory groups to map your inventory in Commerce Grid |`'ABC123'`|`string`|
40
-
|`uid`| optional | Ad Unit ID |`'8888'`|`string`|
40
+
|`uid`| optional | Ad Unit ID |`8888`|`integer`|
41
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`|
42
42
|`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`|
43
43
|`publisherSubId`| optional | Custom identifier for reporting. Please reach out your Criteo representative for more details. |`'adunit-1'`|`string`|
0 commit comments