Skip to main content

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

AttributeTypeRequiredDescription
enabledbooleanNoEnable the plugin (Defaults to false if no value is given.)
partnerCodestringNoPartner code
m.player.callFunc("setConfig", {
...
plugins: {
...
moat: {
enabled: true,
partnerCode: "samplepartnercode123"
}
...
},
...
})