<?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: Google Analytics with Flash Actionscript 2</title>
	<atom:link href="http://www.slickdev.com/2009/12/03/google-analytics-with-flash-actionscript-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slickdev.com/2009/12/03/google-analytics-with-flash-actionscript-2/</link>
	<description>Freelance Web and Software Developer</description>
	<lastBuildDate>Thu, 15 Jul 2010 14:20:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Fabian</title>
		<link>http://www.slickdev.com/2009/12/03/google-analytics-with-flash-actionscript-2/comment-page-1/#comment-103</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.slickdev.com/?p=106#comment-103</guid>
		<description>Hi Chaoz,

ok - I see. Thanks for the information.
I will work myself into GoogleAnalytics and post further questions here if they occure.

bye

fabian</description>
		<content:encoded><![CDATA[<p>Hi Chaoz,</p>
<p>ok &#8211; I see. Thanks for the information.<br />
I will work myself into GoogleAnalytics and post further questions here if they occure.</p>
<p>bye</p>
<p>fabian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaoz</title>
		<link>http://www.slickdev.com/2009/12/03/google-analytics-with-flash-actionscript-2/comment-page-1/#comment-102</link>
		<dc:creator>Chaoz</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.slickdev.com/?p=106#comment-102</guid>
		<description>Yes and No... Yes - it will only show the data under the profile/table since that is where google will retrieve your requested data. No - you can always send another request with different profile/table ID and retrieve another set of data ;)

The data value &lt;em&gt;end &lt;/em&gt;and &lt;em&gt;start &lt;/em&gt;will be the basis of the range of data google will get from your request.. for example start-date is 2009-10-01 and end-data is 2009-10-13, so google will retrieve all data you requested from Oct 1, 2009 to Oct 13, 2009.

Now the question is &quot;what&quot; data do you want.. you can check google analytics API and see the different possibilities. http://code.google.com/intl/de/apis/analytics/docs/gdata/gdataReferenceDimensionsMetrics.html

My Code above just retrieved the pageview for the date range.</description>
		<content:encoded><![CDATA[<p>Yes and No&#8230; Yes &#8211; it will only show the data under the profile/table since that is where google will retrieve your requested data. No &#8211; you can always send another request with different profile/table ID and retrieve another set of data <img src='http://www.slickdev.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The data value <em>end </em>and <em>start </em>will be the basis of the range of data google will get from your request.. for example start-date is 2009-10-01 and end-data is 2009-10-13, so google will retrieve all data you requested from Oct 1, 2009 to Oct 13, 2009.</p>
<p>Now the question is &#8220;what&#8221; data do you want.. you can check google analytics API and see the different possibilities. <a href="http://code.google.com/intl/de/apis/analytics/docs/gdata/gdataReferenceDimensionsMetrics.html" rel="nofollow">http://code.google.com/intl/de/apis/analytics/docs/gdata/gdataReferenceDimensionsMetrics.html</a></p>
<p>My Code above just retrieved the pageview for the date range.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian</title>
		<link>http://www.slickdev.com/2009/12/03/google-analytics-with-flash-actionscript-2/comment-page-1/#comment-101</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.slickdev.com/?p=106#comment-101</guid>
		<description>Hello,

ok, thanks a lot - problem solved. ;)

I am sure there will be more questions in the future.
One general Issue: is it true that GoogleAnalytics will only show information within the tracking table that I post under &quot;gData, POST&quot; to it when using AS2?
What does the date value here actually effect?

thanks in advance

fabian</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>ok, thanks a lot &#8211; problem solved. <img src='http://www.slickdev.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I am sure there will be more questions in the future.<br />
One general Issue: is it true that GoogleAnalytics will only show information within the tracking table that I post under &#8220;gData, POST&#8221; to it when using AS2?<br />
What does the date value here actually effect?</p>
<p>thanks in advance</p>
<p>fabian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaoz</title>
		<link>http://www.slickdev.com/2009/12/03/google-analytics-with-flash-actionscript-2/comment-page-1/#comment-100</link>
		<dc:creator>Chaoz</dc:creator>
		<pubDate>Mon, 11 Jan 2010 23:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.slickdev.com/?p=106#comment-100</guid>
		<description>Hi Fabian,

Your problem there is your &lt;b&gt;ids=ga:1234567&lt;/b&gt;. You should change that to one of your profile&#039;s ID that was returned by &quot;ret&quot; under &lt;b&gt;gProfile.onData&lt;/b&gt; event. If there aren&#039;t any IDs returned then you have to login into Google Analytics and create your profile/project as that is required for this code to work.

Don&#039;t hesitate to ask if there are still problems :)

thanks</description>
		<content:encoded><![CDATA[<p>Hi Fabian,</p>
<p>Your problem there is your <b>ids=ga:1234567</b>. You should change that to one of your profile&#8217;s ID that was returned by &#8220;ret&#8221; under <b>gProfile.onData</b> event. If there aren&#8217;t any IDs returned then you have to login into Google Analytics and create your profile/project as that is required for this code to work.</p>
<p>Don&#8217;t hesitate to ask if there are still problems <img src='http://www.slickdev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian</title>
		<link>http://www.slickdev.com/2009/12/03/google-analytics-with-flash-actionscript-2/comment-page-1/#comment-99</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Mon, 11 Jan 2010 23:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.slickdev.com/?p=106#comment-99</guid>
		<description>Hi there,

thanks for the excellent code. I have been searching for such a solution for weeks.
However, I still got a problem.
Flash shows me the following error and GooglAnalytics can&#039;t gather any data.
Do you know the solution for that prob?

Flash-Output:
&quot;_customHeaders = X-HTTP-Method-Override,GET,Authorization,GoogleLogin auth=DQAAAG8AAADSGpWgYRmBLS9RuR4psS8cYPML2-5YzJ27O0BCijHX8fllLhVJYtpAHOQPVtv4q4yhe1o-P5V1LxpZqp_8RCPD8fSebtk5YXF-b6nJUmeNbRI8dt6dOxYcLYf47j5xOSdFwwlOfOImxRcFwb0a9Bji
-----&gt;http://www.google.com/analytics/feeds/accounts/&quot;e-Mail&quot;2010-01-11T14:59:46.000-08:00Profile list for &quot;e-Mail&quot;Google AnalyticsGoogle Analytics111http://www.google.com/analytics/feeds/accounts/ga:251807562010-01-11T14:59:46.000-08:00&quot;URL&quot;ga:25180756
_customHeaders = X-HTTP-Method-Override,GET,Authorization,GoogleLogin auth=DQAAAG8AAADSGpWgYRmBLS9RuR4psS8cYPML2-5YzJ27O0BCijHX8fllLhVJYtpAHOQPVtv4q4yhe1o-P5V1LxpZqp_8RCPD8fSebtk5YXF-b6nJUmeNbRI8dt6dOxYcLYf47j5xOSdFwwlOfOImxRcFwb0a9Bji

Error opening the URL &#039;https://www.google.com/analytics/feeds/data?start-date=2009-10-01&amp;end-date=2009-10-31&amp;ids=ga:1234567&amp;dimensions=ga:source,ga:medium&amp;metrics=ga:visits,ga:pageviews&#039;
======undefined&quot;

regards

fabian</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>thanks for the excellent code. I have been searching for such a solution for weeks.<br />
However, I still got a problem.<br />
Flash shows me the following error and GooglAnalytics can&#8217;t gather any data.<br />
Do you know the solution for that prob?</p>
<p>Flash-Output:<br />
&#8220;_customHeaders = X-HTTP-Method-Override,GET,Authorization,GoogleLogin auth=DQAAAG8AAADSGpWgYRmBLS9RuR4psS8cYPML2-5YzJ27O0BCijHX8fllLhVJYtpAHOQPVtv4q4yhe1o-P5V1LxpZqp_8RCPD8fSebtk5YXF-b6nJUmeNbRI8dt6dOxYcLYf47j5xOSdFwwlOfOImxRcFwb0a9Bji<br />
&#8212;&#8211;&gt;http://www.google.com/analytics/feeds/accounts/&#8221;e-Mail&#8221;2010-01-11T14:59:46.000-08:00Profile list for &#8220;e-Mail&#8221;Google AnalyticsGoogle Analytics111http://www.google.com/analytics/feeds/accounts/ga:251807562010-01-11T14:59:46.000-08:00&#8243;URL&#8221;ga:25180756<br />
_customHeaders = X-HTTP-Method-Override,GET,Authorization,GoogleLogin auth=DQAAAG8AAADSGpWgYRmBLS9RuR4psS8cYPML2-5YzJ27O0BCijHX8fllLhVJYtpAHOQPVtv4q4yhe1o-P5V1LxpZqp_8RCPD8fSebtk5YXF-b6nJUmeNbRI8dt6dOxYcLYf47j5xOSdFwwlOfOImxRcFwb0a9Bji</p>
<p>Error opening the URL &#8216;https://www.google.com/analytics/feeds/data?start-date=2009-10-01&amp;end-date=2009-10-31&amp;ids=ga:1234567&amp;dimensions=ga:source,ga:medium&amp;metrics=ga:visits,ga:pageviews&#8217;<br />
======undefined&#8221;</p>
<p>regards</p>
<p>fabian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
