This example illustrates OVA working with the Google Analytics plugin. Note that analytics will be recorded on the linear video ad streams as well as the show streams when the "gapro" plugin is active.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Working with Google Analytics
</ova.title>
<ova.json>
{
"autoPlay": false,
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "18",
"position": "pre-roll"
}
]
},
"debug": {
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls",
"debugger": "firebug"
}
}
</ova.json>
</config>