Oracle Moat Analytics
Oracle Moat is a measurement and marketing analytics suite designed to help advertisers, publishers, and platforms measure media performance across the breadth of their digital and TV advertising campaigns.
To learn more about how to use oracle moat in Lura Player, check out Moat Plugin
Configuration
Attribute | Type | Required | Description |
---|---|---|---|
enabled | boolean | No | Enable the plugin (Defaults to false if no value is given.) |
partnerCode | string | No | Partner code |
m.player.callFunc("setConfig", {
...
plugins: {
...
moat: {
enabled: true,
partnerCode: "samplepartnercode123"
}
...
},
...
})