Example 11 - Linear Ad Click Through Tracking



The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
        {
            url: OVA_HTTP_SHOW_STREAM_1,
            duration: 30
        }
    ],

    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "analytics": {
                "google": {
	                "custom": {
                        "accountId": "UA-10158120-1",
                        "clicks": {
                            "enable": true,
                            "linear": "/ova-example/clicks/linear",
                            "overlay": "/ova-example/clicks/overlay",
                            "vpaid": "/ova-example/clicks/vpaid"
                        }
                    }
                }
            },

            "debug": {
                "levels": ""
            },

            "ads": {
                "servers": [
                    {
                       "type": "OpenX",
                       "apiAddress": "",
                    }
                ],
                "schedule": [
                    {
                       "zone": "5",
                       "position": "pre-roll"
                    }
                ]
            }
        }
    }
});