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
| Attribute | Type | Required | Description | 
|---|---|---|---|
enabled | Boolean | No | Enable the plugin (Defaults to false if no value is given.) | 
partnerCode | String | No | Partner 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)