Example 11 - Enabling Click-Through Tracking - Standard Linear Stream

Loading the player ...

The configuration for this example is:


<script type="text/javascript">jwplayer("container").setup({
       flashplayer: "", 
       file: "http://streaming.openvideoads.org:81/shows/the-black-hole.mp4", 
       duration: 10,
       'controlbar.position':'bottom',
       plugins: {
           "../../../dist/swf/ova-jw.swf": {                
               "debug": { 
                   "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api" 
               },

               "analytics": {
                   "google": {
                      "custom": {
                          "accountId": "UA-10158120-1",
                          "clicks": {
                              "enable": true,
                              "linear": "/ova-example/clicks/linear",
                              "nonLinear": "/ova-example/clicks/nonLinear",
                              "vpaid": "/ova-example/clicks/vpaid"
                          }                      
                      }
                   }
               },
               
               "ads": {
                   "schedule": [
                       {
                          "startTime": "00:00:02",
                          "position": "auto:bottom",
                          "duration": "recommended:20",
                          "tag": "http://www.adotube.com/kernel/vast/vast.php?omlSource= 
                                 __amp__videoURL=[VIDEO_FILE_URL]"
                       }
                   ]
               }
           }
       },
       height: 300,
       width: 450
});
</script>