<?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: How to connect to Google Analytics Data API in Flash</title>
	<atom:link href="http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Sat, 04 Feb 2012 08:16:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Stefan H.</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/comment-page-1/#comment-5318</link>
		<dc:creator>Stefan H.</dc:creator>
		<pubDate>Mon, 26 Jul 2010 09:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=424#comment-5318</guid>
		<description>Hi thx a lot !</description>
		<content:encoded><![CDATA[<p>Hi thx a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharedtut</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/comment-page-1/#comment-4781</link>
		<dc:creator>Sharedtut</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=424#comment-4781</guid>
		<description>You&#039;ve done a great job, thank you for putting this together and sharing it.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve done a great job, thank you for putting this together and sharing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex_mc</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/comment-page-1/#comment-4720</link>
		<dc:creator>alex_mc</dc:creator>
		<pubDate>Wed, 13 Jan 2010 10:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=424#comment-4720</guid>
		<description>When you use a GET or POST request to send an Authorization header (using XML.addRequestHeader() and LoadVars.addRequestHeader() in ActionScript 2.0, or URLRequest.requestHeaders in ActionScript 3.0), the request fails and the header is not sent. 

Starting with Adobe Flash Player 9.0.115.0 the Authorization header was added to the blacklist of HTTP headers and, only in this version, was blocked by Flash Player

So we should  have one, two and more simple at least PHP files :) for tricks like that.</description>
		<content:encoded><![CDATA[<p>When you use a GET or POST request to send an Authorization header (using XML.addRequestHeader() and LoadVars.addRequestHeader() in ActionScript 2.0, or URLRequest.requestHeaders in ActionScript 3.0), the request fails and the header is not sent. </p>
<p>Starting with Adobe Flash Player 9.0.115.0 the Authorization header was added to the blacklist of HTTP headers and, only in this version, was blocked by Flash Player</p>
<p>So we should  have one, two and more simple at least PHP files <img src='http://www.zedia.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  for tricks like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Dye</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/comment-page-1/#comment-4464</link>
		<dc:creator>Raj Dye</dc:creator>
		<pubDate>Tue, 01 Dec 2009 10:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=424#comment-4464</guid>
		<description>On my server PHP5 hosted at Hostgator I had to change the first file to:




	
</description>
		<content:encoded><![CDATA[<p>On my server PHP5 hosted at Hostgator I had to change the first file to:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zedia.net</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/comment-page-1/#comment-4458</link>
		<dc:creator>zedia.net</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=424#comment-4458</guid>
		<description>Actually WordPress doesn&#039;t like the php tags so if I edit the post, it will eat some part of it so in the first code segment it should be $response = $curl-&gt;post (...)</description>
		<content:encoded><![CDATA[<p>Actually WordPress doesn&#8217;t like the php tags so if I edit the post, it will eat some part of it so in the first code segment it should be $response = $curl->post (&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zedia.net</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/comment-page-1/#comment-4457</link>
		<dc:creator>zedia.net</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=424#comment-4457</guid>
		<description>&lt;a href=&quot;#comment-4455&quot; rel=&quot;nofollow&quot;&gt;@Jon&lt;/a&gt; 
Haha, thank you for your comment. There is indeed an error in the code, Wordpress doesn&#039;t like greater than signs. I will correct this. As for Flex, this is independent on either Flash or Flex because it is just pure ActionScript so I don&#039;t understand what I need to explain specifically for Flex. I hope you find reasons to smile elsewhere.</description>
		<content:encoded><![CDATA[<p><a href="#comment-4455" rel="nofollow">@Jon</a><br />
Haha, thank you for your comment. There is indeed an error in the code, WordPress doesn&#8217;t like greater than signs. I will correct this. As for Flex, this is independent on either Flash or Flex because it is just pure ActionScript so I don&#8217;t understand what I need to explain specifically for Flex. I hope you find reasons to smile elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/comment-page-1/#comment-4455</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=424#comment-4455</guid>
		<description>Im sorry but these instructions are a waste of space, the php code gives parse errors, there are no instructions how to use the package within Flex. A complete waste of time, learn how to post code</description>
		<content:encoded><![CDATA[<p>Im sorry but these instructions are a waste of space, the php code gives parse errors, there are no instructions how to use the package within Flex. A complete waste of time, learn how to post code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MM</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/comment-page-1/#comment-4054</link>
		<dc:creator>MM</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=424#comment-4054</guid>
		<description>Hey,

great that you found a solution to this, although a bit of a let down that it has to involve server side scripting. But still, better than nothing. :)

In the URLRequest to get_token.php you send the username and password as GET variables, apparently in plain text. Why not store those in the PHP script on the server side instead so you don&#039;t have to send them across the wire?  Would be one less potential security risk.

btw. Could the reason for not being able to call GA API directly from flash in the browser be that GA doesn&#039;t have a crossdomain policy file? I haven&#039;t tried the GA API myself yet, so just wondering...</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>great that you found a solution to this, although a bit of a let down that it has to involve server side scripting. But still, better than nothing. <img src='http://www.zedia.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In the URLRequest to get_token.php you send the username and password as GET variables, apparently in plain text. Why not store those in the PHP script on the server side instead so you don&#8217;t have to send them across the wire?  Would be one less potential security risk.</p>
<p>btw. Could the reason for not being able to call GA API directly from flash in the browser be that GA doesn&#8217;t have a crossdomain policy file? I haven&#8217;t tried the GA API myself yet, so just wondering&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/comment-page-1/#comment-4052</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Mon, 05 Oct 2009 18:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=424#comment-4052</guid>
		<description>I was really happy to found your example.
Are you use that the first Script get_token.php is working well?
In my Case im not getting any feedback. $response Variable is not returning anything. I fixed  the request with parts of following Post: http://entwickler-forum.de/showpost.php?p=152605&amp;postcount=2.
I suppose I did a mistake somewhere...if I take in consideration my poor knowledge of php.</description>
		<content:encoded><![CDATA[<p>I was really happy to found your example.<br />
Are you use that the first Script get_token.php is working well?<br />
In my Case im not getting any feedback. $response Variable is not returning anything. I fixed  the request with parts of following Post: <a href="http://entwickler-forum.de/showpost.php?p=152605&#038;postcount=2" rel="nofollow">http://entwickler-forum.de/showpost.php?p=152605&#038;postcount=2</a>.<br />
I suppose I did a mistake somewhere&#8230;if I take in consideration my poor knowledge of php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why I have been talking so much about Google Analytics lately &#124;Google Analytics Data API &#124; zedia flash blog</title>
		<link>http://www.zedia.net/2009/how-to-connect-to-google-analytics-data-api-in-flash/comment-page-1/#comment-3708</link>
		<dc:creator>Why I have been talking so much about Google Analytics lately &#124;Google Analytics Data API &#124; zedia flash blog</dc:creator>
		<pubDate>Thu, 18 Jun 2009 20:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/?p=424#comment-3708</guid>
		<description>[...] Flash, ActionScript, SEO and everything in between zedia flash blog           &#171; How to connect to Google Analytics Data API in Flash [...]</description>
		<content:encoded><![CDATA[<p>[...] Flash, ActionScript, SEO and everything in between zedia flash blog           &laquo; How to connect to Google Analytics Data API in Flash [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

