The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 3.9 - Manually passing in a referrer URL to a VPAID ad
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
},
"ads": {
"vpaid": {
"supplyReferrer": true,
"referrer": "www.my-domain.com"
},
"schedule": [
{
"position": "pre-roll",
"tag": "../../../dist/templates/ad-servers/eyewonder/vpaid-linear-01.xml"
}
]
}
}
</ova.json>
</config>