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.

Configuration

AttributeTypeRequiredDescription
enabledBooleanNoEnable the plugin (Defaults to false if no value is given.)
partnerCodeStringNoPartner code
val luraConfiguration = LuraConfiguration(
plugins = LuraPluginsConfigurations(
moat = MoatConfiguration(
enabled = true
partnerCode = "samplepartnercode123"
)
)
)

playerView = findViewById(R.id.lura_player_view)
player = LuraPlayer(context = this, playerView = playerView)
player.setConfig(luraConfiguration)