The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 2 - Adding Custom Google Analytics URLs
</ova.title>
<ova.json>
{
"analytics": {
"google": {
"custom": {
"enable": true,
"accountId": "UA-10158120-1",
"impressions": {
"linear": "/ova/impression-counter/custom-test/linear",
"nonLinear": "/ova/impression-counter/custom-test/nonLinear",
"companion": "/ova/impression-counter/custom-test/companion"
}
}
}
},
"shows": {
"streams": [
{
"file":"http://streaming.openvideoads.org:81/shows/the-black-hole.mp4",
"duration":"00:00:30"
}
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
},
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
}
}
</ova.json>
</config>