<?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: Event Tracking with Google Analytics &#124; Flash Integration &#124; Tutorial</title>
	<atom:link href="http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/</link>
	<description>Evan&#039;s Interactive Actionscript Exploration</description>
	<lastBuildDate>Mon, 15 Mar 2010 12:53:04 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: usha</title>
		<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/#comment-1251</link>
		<dc:creator>usha</dc:creator>
		<pubDate>Fri, 11 Dec 2009 05:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=440#comment-1251</guid>
		<description>I want to track flash banner on my site, please tell me what i need to insert 

_trackEvent(category, action, optional_label, optional_value)
 or
pageTracker._trackEvent(category, action, optional_label, optional_value)

please</description>
		<content:encoded><![CDATA[<p>I want to track flash banner on my site, please tell me what i need to insert </p>
<p>_trackEvent(category, action, optional_label, optional_value)<br />
 or<br />
pageTracker._trackEvent(category, action, optional_label, optional_value)</p>
<p>please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eliza</title>
		<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/#comment-1227</link>
		<dc:creator>Eliza</dc:creator>
		<pubDate>Sun, 01 Nov 2009 18:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=440#comment-1227</guid>
		<description>Another question:
When I use the tracking code function calling page view ( &#039;page&#039;) in the root time line it sends data to GA.

However, I tried using the event function call code in a frame nested within the timeline of a movie clip and I am Not getting any data sent. 

Is there a way of calling an event in a nested time line? 

Should I try calling the function off a button click as opposed to when the playhead reaches a frame?</description>
		<content:encoded><![CDATA[<p>Another question:<br />
When I use the tracking code function calling page view ( &#8216;page&#8217;) in the root time line it sends data to GA.</p>
<p>However, I tried using the event function call code in a frame nested within the timeline of a movie clip and I am Not getting any data sent. </p>
<p>Is there a way of calling an event in a nested time line? </p>
<p>Should I try calling the function off a button click as opposed to when the playhead reaches a frame?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eliza</title>
		<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/#comment-1226</link>
		<dc:creator>Eliza</dc:creator>
		<pubDate>Sun, 01 Nov 2009 10:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=440#comment-1226</guid>
		<description>How to track number of clicks for an event?

is it just a matter of  using the 3rd optional_value in the function call or is it necessary to customize a  function like the ones in &#039;ball.as&#039; ?

e.g.
function createNewBall() {
	//if (ballCount &lt; maxBalls) { //commented out this to focus on the ++ loop but left it in so other readers could identify it.
		ballCount++;
	}</description>
		<content:encoded><![CDATA[<p>How to track number of clicks for an event?</p>
<p>is it just a matter of  using the 3rd optional_value in the function call or is it necessary to customize a  function like the ones in &#8216;ball.as&#8217; ?</p>
<p>e.g.<br />
function createNewBall() {<br />
	//if (ballCount &lt; maxBalls) { //commented out this to focus on the ++ loop but left it in so other readers could identify it.<br />
		ballCount++;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/#comment-1193</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Wed, 02 Sep 2009 04:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=440#comment-1193</guid>
		<description>@Mark
Have the index swf call to google analytics with external interface every time it loads another &#039;page&#039; or swf.</description>
		<content:encoded><![CDATA[<p>@Mark<br />
Have the index swf call to google analytics with external interface every time it loads another &#8216;page&#8217; or swf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/#comment-1191</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=440#comment-1191</guid>
		<description>Hi Evan,

I&#039;m looking to integrate GA with my Flash AS 2 file. 
The index.swf opens &#039;pages&#039; (external swfs) on the release of a movieclip.

Could you lend me a hand as to the path I should take to accomplish this. I&#039;ve read up on multiple tutorials referencing this integration and can&#039;t for the life of me get it to work.
Thanks so much.</description>
		<content:encoded><![CDATA[<p>Hi Evan,</p>
<p>I&#8217;m looking to integrate GA with my Flash AS 2 file.<br />
The index.swf opens &#8216;pages&#8217; (external swfs) on the release of a movieclip.</p>
<p>Could you lend me a hand as to the path I should take to accomplish this. I&#8217;ve read up on multiple tutorials referencing this integration and can&#8217;t for the life of me get it to work.<br />
Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/#comment-1132</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 10 Jun 2009 16:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=440#comment-1132</guid>
		<description>Vlad - I had the same issue. I created an AS3 shell to load the AS2 player. Then I placed a button on the AS3 stage that tells me whenever the video is clicked. Not perfect, but it seems to be working. I get good tracking.

However, I&#039;m trying to figure out how to track which URLs are using my code. Anybody have any ideas?</description>
		<content:encoded><![CDATA[<p>Vlad &#8211; I had the same issue. I created an AS3 shell to load the AS2 player. Then I placed a button on the AS3 stage that tells me whenever the video is clicked. Not perfect, but it seems to be working. I get good tracking.</p>
<p>However, I&#8217;m trying to figure out how to track which URLs are using my code. Anybody have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/#comment-1124</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Thu, 04 Jun 2009 18:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=440#comment-1124</guid>
		<description>@Vlad -  You can have analytics track most anything that can be measured. Although if you are letting people embed the flash onto their site, then the analytics will go to their account. Analytics on the page will work if and only if there is analytics tracking code in that html file, so if you&#039;re wanting to track your file across other sites, I don&#039;t think it&#039;s possible with this method. Does that answer your question?</description>
		<content:encoded><![CDATA[<p>@Vlad &#8211;  You can have analytics track most anything that can be measured. Although if you are letting people embed the flash onto their site, then the analytics will go to their account. Analytics on the page will work if and only if there is analytics tracking code in that html file, so if you&#8217;re wanting to track your file across other sites, I don&#8217;t think it&#8217;s possible with this method. Does that answer your question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Martins</title>
		<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/#comment-1123</link>
		<dc:creator>Vladimir Martins</dc:creator>
		<pubDate>Tue, 02 Jun 2009 22:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=440#comment-1123</guid>
		<description>Hi there,
I&#039;ve got a flash player (AS2) and I offer my clients a choice of embed. like whoever is watching the video can embed it on their facebook, blog, etc.
Do you know if it is possible for me to have analytics tracking where and how many times an event is happening (like how many times the loader runs)? So I could have an idea about how the pre-rolls and post-rolls are behaving. 
Could you please get in touch with me via email so we could discuss it?

Cheers,

Vlad</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I&#8217;ve got a flash player (AS2) and I offer my clients a choice of embed. like whoever is watching the video can embed it on their facebook, blog, etc.<br />
Do you know if it is possible for me to have analytics tracking where and how many times an event is happening (like how many times the loader runs)? So I could have an idea about how the pre-rolls and post-rolls are behaving.<br />
Could you please get in touch with me via email so we could discuss it?</p>
<p>Cheers,</p>
<p>Vlad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobo</title>
		<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/#comment-994</link>
		<dc:creator>tobo</dc:creator>
		<pubDate>Wed, 07 Jan 2009 17:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=440#comment-994</guid>
		<description>Hi, This is great, but any chance of an AS3 version?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, This is great, but any chance of an AS3 version?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: octavio</title>
		<link>http://blog.circlecube.com/2008/10/tutorial/event-tracking-with-google-analytics-flash-integration-tutorial/#comment-980</link>
		<dc:creator>octavio</dc:creator>
		<pubDate>Mon, 01 Dec 2008 21:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/?p=440#comment-980</guid>
		<description>hey wazzup
thanks for answering :)
they are simple button symbols made in flash with the getURL action script. They are linked to the file in my server so clicking them you download it. 

As I told you, I followed the steps of your tutorial and it doesn t track the click. I have been able to track the rest of events of the web, also those getURL events that are linked to other sites

Should those buttons work as well as the other events? am I doing something wrong? Have you checked that?

PS: I m so sorry for my precarious english :) 
PS2: Don t wish me good luck yet :( . It seems that you will never answer me again. Don t leave me aloneeee XD</description>
		<content:encoded><![CDATA[<p>hey wazzup<br />
thanks for answering <img src='http://blog.circlecube.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
they are simple button symbols made in flash with the getURL action script. They are linked to the file in my server so clicking them you download it. </p>
<p>As I told you, I followed the steps of your tutorial and it doesn t track the click. I have been able to track the rest of events of the web, also those getURL events that are linked to other sites</p>
<p>Should those buttons work as well as the other events? am I doing something wrong? Have you checked that?</p>
<p>PS: I m so sorry for my precarious english <img src='http://blog.circlecube.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
PS2: Don t wish me good luck yet <img src='http://blog.circlecube.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  . It seems that you will never answer me again. Don t leave me aloneeee XD</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->