The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 3.1 - Automatically passing in a referrer URL to a VPAID ad
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "OVA_DEBUG"
},
"ads": {
"vpaid": {
"holdingClipUrl": "OVA_BLANK_PIXEL_IMAGE",
"supplyReferrer": true
},
"schedule": [
{
"position": "pre-roll",
"tag": "OVA_VPAID_LINEAR_2_VAST"
}
]
}
}
</ova.json>
</config>