Skip to content

@videts/vide


@videts/vide / omid / OmidPluginOptions

Interface: OmidPluginOptions

Defined in: omid/types.ts:5

Properties

partner

partner: object

Defined in: omid/types.ts:7

Partner identification for the OM SDK.

name

name: string

version

version: string


serviceScriptUrl?

optional serviceScriptUrl: string

Defined in: omid/types.ts:13

URL to the OM SDK service script (omweb-v1.js). Defaults to the Google-hosted release. In production, host the script on your own CDN.


sessionClientUrl?

optional sessionClientUrl: string

Defined in: omid/types.ts:15

URL to the OM SDK session client script. If omitted, assumes OmidSessionClient is already global.


timeout?

optional timeout: number

Defined in: omid/types.ts:17

Timeout in ms for loading OM SDK scripts. Defaults to 5000.