Example 9 - Close tracking event test - fires on SkipAd


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 1 - Enabling the Linear Skip Ad Button
   </ova.title>
   <ova.json>
       {
          "debug": {
              "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
          },

          "ads": {
             "skipAd": {
                 "enabled": true
             },
             "schedule": [
                {
                   "position": "pre-roll",
                   "tag": "../../../dist/templates/skip-ad/vast1.xml"
                }
             ]
          }
       }
   </ova.json>
</config>