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
|`networkId`| optional | The network ID from Criteo.Please reach out your Criteo representative for more details. |`456456`|`integer`|
21
20
|`nativeCallback`| optional | Callback to perform render in native integrations. Please reach out your Criteo representative for more details. |`function(payload) { console.log(payload); }`|`function`|
22
21
|`integrationMode`| optional | Integration mode to use for ad render (none or 'AMP'). Please reach out your Criteo representative for more details. |`'AMP'`|`string`|
|`minduration`| optional | Minimum ad duration in seconds |`5`|`integer`|
29
+
|`startdelay`| optional | Duration offset (in second) from the start of the content for showing the video ad before the start of the Video. Pre-roll: `0` (default); Mid-roll: `>0`; Default mid-roll: `-1`; Post-roll: `-2`; |`5`|`integer`|
30
+
|`playbackmethod`| required | Defines how is initiated the video inventory. Page Load with Sound On: `1`; Page Load with Sound Off: `2`; Click with Sound On: `3`; Mouse-Over with Sound On: `4`; Entering Viewport with Sound On: `5`; Entering Viewport with Sound Off by Default: `6`; |`1`|`integer`|
0 commit comments