Skip to content

Commit 0f82c8c

Browse files
florianerlmuuki88
andauthored
Criteo bid adapter: update uid type (prebid#5865)
* Update criteo.md * Update criteo.md uid type --------- Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent 549e35c commit 0f82c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-docs/bidders/criteo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Prebid-Server support is on alpha test and is currently a non-finished product.
3737
| `zoneId` | optional, deprecated | (deprecated) The zone ID from Criteo. Should be replaced by `networkId` when using zone matching. | `234234` | `integer` |
3838
| `networkId` | required | The network ID from Criteo. Please reach out your Criteo representative for more details. | `456456` | `integer` |
3939
| `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` |
4141
| `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` |

0 commit comments

Comments
 (0)