This example illustrates how to use the keyword targeting option in OASIS to deliver targeted ads. In this case the keyword "sample" is used to extract ads for "cypress hill".
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 3 - A targeted ad
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
},
"ads": {
"pauseOnClickThrough": true,
"servers": [
{
"type": "OASIS",
"apiAddress": "http://ahs2.adhostingsolutions.com/oasisi-i.php",
"customProperties": {
"k": "sample"
}
}
],
"schedule": [
{
"zone": "1566",
"position": "pre-roll"
}
]
}
}
</ova.json>
</config>