<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Online Video Analytics &#8211; Tracking Embedded YouTube Videos</title>
	<atom:link href="http://www.yanalyticsblog.com/blog/index.php/2010/05/online-video-analytics-tracking-embeded-youtube-videos-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yanalyticsblog.com/blog/2010/05/online-video-analytics-tracking-embeded-youtube-videos-2/</link>
	<description>Leveraging Audience Insights to Improve Digital Marketing ROI</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:27:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Tim Hampshire</title>
		<link>http://www.yanalyticsblog.com/blog/2010/05/online-video-analytics-tracking-embeded-youtube-videos-2/comment-page-1/#comment-864</link>
		<dc:creator>Tim Hampshire</dc:creator>
		<pubDate>Tue, 08 Jun 2010 09:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanalyticsblog.com/blog/?p=396#comment-864</guid>
		<description>Hi Louise,

There is a similarity between the players in that many of them offer an API that can supply user play, pause, slider, volume change activity information. 
In this blog we show how to connect to one such API YouTube in this example case) in order to emit tracking beacons and then be able to report on this kind of user activity.</description>
		<content:encoded><![CDATA[<p>Hi Louise,</p>
<p>There is a similarity between the players in that many of them offer an API that can supply user play, pause, slider, volume change activity information.<br />
In this blog we show how to connect to one such API YouTube in this example case) in order to emit tracking beacons and then be able to report on this kind of user activity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louise</title>
		<link>http://www.yanalyticsblog.com/blog/2010/05/online-video-analytics-tracking-embeded-youtube-videos-2/comment-page-1/#comment-863</link>
		<dc:creator>Louise</dc:creator>
		<pubDate>Thu, 03 Jun 2010 06:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanalyticsblog.com/blog/?p=396#comment-863</guid>
		<description>Is there anything consistent or similar across streaming video which we can use for analytics?  Anything we can &quot;detect&quot; when the video is played to track basic usage?  A beacon of some sort emitted by the player, perhaps?</description>
		<content:encoded><![CDATA[<p>Is there anything consistent or similar across streaming video which we can use for analytics?  Anything we can &#8220;detect&#8221; when the video is played to track basic usage?  A beacon of some sort emitted by the player, perhaps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Hampshire</title>
		<link>http://www.yanalyticsblog.com/blog/2010/05/online-video-analytics-tracking-embeded-youtube-videos-2/comment-page-1/#comment-829</link>
		<dc:creator>Tim Hampshire</dc:creator>
		<pubDate>Fri, 21 May 2010 08:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanalyticsblog.com/blog/?p=396#comment-829</guid>
		<description>Hi Milind

Many of the popular video players provide a Javascript API. Often these APIs provide similar functionality to the YouTube player example in this article such as play state change monitoring. Dailymotion provides just that sort of Javascript API with onstatechange event handling. Details of the daily motion API can be found at:
http://www.dailymotion.com/en/doc/api/player/javascript_api
Using this API it is similarly possible to connect these player state monitors to YWA tracking code and then track online video analytics statistical data.</description>
		<content:encoded><![CDATA[<p>Hi Milind</p>
<p>Many of the popular video players provide a Javascript API. Often these APIs provide similar functionality to the YouTube player example in this article such as play state change monitoring. Dailymotion provides just that sort of Javascript API with onstatechange event handling. Details of the daily motion API can be found at:<br />
<a href="http://www.dailymotion.com/en/doc/api/player/javascript_api" rel="nofollow">http://www.dailymotion.com/en/doc/api/player/javascript_api</a><br />
Using this API it is similarly possible to connect these player state monitors to YWA tracking code and then track online video analytics statistical data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milind</title>
		<link>http://www.yanalyticsblog.com/blog/2010/05/online-video-analytics-tracking-embeded-youtube-videos-2/comment-page-1/#comment-819</link>
		<dc:creator>Milind</dc:creator>
		<pubDate>Thu, 20 May 2010 19:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanalyticsblog.com/blog/?p=396#comment-819</guid>
		<description>Thanks Tim and Tony .

But is there a way to track videos from other providers like dailymotion, vim etc?</description>
		<content:encoded><![CDATA[<p>Thanks Tim and Tony .</p>
<p>But is there a way to track videos from other providers like dailymotion, vim etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Hampshire</title>
		<link>http://www.yanalyticsblog.com/blog/2010/05/online-video-analytics-tracking-embeded-youtube-videos-2/comment-page-1/#comment-803</link>
		<dc:creator>Tim Hampshire</dc:creator>
		<pubDate>Wed, 19 May 2010 14:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanalyticsblog.com/blog/?p=396#comment-803</guid>
		<description>Hi Casey, 

I am not sure there actually is an option to save YouTube videos to hard disk.
For the general action of pressing the right mouse button, it is possible to track this.
An event handler piece of code would need to be written to capture the mousedown onmousedown event, and then this code set to send tracking data to YWA to say that the right button has been pressed. There are many good examples of how to connect to the right mouse button down event available on the internet by searching Yahoo! for &quot;javascript event right button&quot;.</description>
		<content:encoded><![CDATA[<p>Hi Casey, </p>
<p>I am not sure there actually is an option to save YouTube videos to hard disk.<br />
For the general action of pressing the right mouse button, it is possible to track this.<br />
An event handler piece of code would need to be written to capture the mousedown onmousedown event, and then this code set to send tracking data to YWA to say that the right button has been pressed. There are many good examples of how to connect to the right mouse button down event available on the internet by searching Yahoo! for &#8220;javascript event right button&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://www.yanalyticsblog.com/blog/2010/05/online-video-analytics-tracking-embeded-youtube-videos-2/comment-page-1/#comment-799</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Wed, 19 May 2010 02:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanalyticsblog.com/blog/?p=396#comment-799</guid>
		<description>Along with tracking the videos being watched, how does one track if someone is downloading videos or pictures from the site (ie right click - save as, not with an intentional download link).</description>
		<content:encoded><![CDATA[<p>Along with tracking the videos being watched, how does one track if someone is downloading videos or pictures from the site (ie right click &#8211; save as, not with an intentional download link).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

