@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?
optionalserviceScriptUrl: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?
optionalsessionClientUrl:string
Defined in: omid/types.ts:15
URL to the OM SDK session client script. If omitted, assumes OmidSessionClient is already global.
timeout?
optionaltimeout:number
Defined in: omid/types.ts:17
Timeout in ms for loading OM SDK scripts. Defaults to 5000.