Skip to content

Commit

Permalink
Update Criteo adapter doc for PBS support (#2813)
Browse files Browse the repository at this point in the history
* Update Criteo adapter doc for PBS support

Update Criteo adapter doc for PBS support:
- PBS support flag
- PBS activation note about reaching to PBS point of contact

PBS adapter pull request: prebid/prebid-server#1775

* Update criteo.md

* Update criteo.md

* Update criteo.md
  • Loading branch information
benjaminch authored Apr 7, 2021
1 parent ee57553 commit 85d45eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev-docs/bidders/criteo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: bidder
title: Criteo
description: Prebid Criteo Bidder Adaptor
pbjs: true
pbs: true
biddercode: criteo
media_types: display, native, video
gdpr_supported: true
Expand All @@ -21,15 +22,18 @@ That means, `sendId: true` becomes mandatory for all fields receiving URLs, nota

See [Sending Asset Placeholders]({{site.baseurl}}/dev-docs/show-native-ads.html#sending-asset-placeholders).

{: .alert.alert-warning :}
Prebid-server activation requires setup and approval before beginning. Please reach out to your account manager or publishers@criteo.com for more details.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------------|----------|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|------------|
| `zoneId` | required | (deprecated) The zone ID from Criteo. Should be replaced by `networkId` when using zone matching. | `234234` | `integer` |
| `networkId` | required | The network ID from Criteo. Please reach out your Criteo representative for more details. | `456456` | `integer` |
| `nativeCallback` | optional | Callback to perform render in native integrations. Please reach out your Criteo representative for more details. | `function(payload) { console.log(payload); }` | `function` |
| `integrationMode` | optional | Integration mode to use for ad render (none or 'AMP'). Please reach out your Criteo representative for more details. | `'AMP'` | `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` |
| `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` |

### Video Object

Expand Down

0 comments on commit 85d45eb

Please sign in to comment.