<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Retrieve Google Analytics Visits and PageViews with&#160;PHP</title> <atom:link href="http://davidwalsh.name/php-google-analytics/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/php-google-analytics</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 19:56:08 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: RC</title><link>http://davidwalsh.name/php-google-analytics#comment-30159</link> <dc:creator>RC</dc:creator> <pubDate>Wed, 22 Feb 2012 17:45:53 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3806#comment-30159</guid> <description>how to retrieved page name and visit using api downloaded from http://www.swis.nl/ga/.</description> <content:encoded><![CDATA[<p>how to retrieved page name and visit using api downloaded from <a
href="http://www.swis.nl/ga/" rel="nofollow">http://www.swis.nl/ga/</a>.</p> ]]></content:encoded> </item> <item><title>By: Kevin Z</title><link>http://davidwalsh.name/php-google-analytics#comment-27996</link> <dc:creator>Kevin Z</dc:creator> <pubDate>Wed, 21 Dec 2011 06:31:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3806#comment-27996</guid> <description>Is anyone else having issues with this now that Google has upgraded Analytics.  Any ideas on the fixes? I assume it is not me because even the demo page displays a blank page.  Any thoughts?Thanks!</description> <content:encoded><![CDATA[<p>Is anyone else having issues with this now that Google has upgraded Analytics.  Any ideas on the fixes? I assume it is not me because even the demo page displays a blank page.  Any thoughts?</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: hary</title><link>http://davidwalsh.name/php-google-analytics#comment-27319</link> <dc:creator>hary</dc:creator> <pubDate>Fri, 21 Oct 2011 10:45:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3806#comment-27319</guid> <description>good php class for GA, thanks lot</description> <content:encoded><![CDATA[<p>good php class for GA, thanks lot</p> ]]></content:encoded> </item> <item><title>By: masoud</title><link>http://davidwalsh.name/php-google-analytics#comment-27081</link> <dc:creator>masoud</dc:creator> <pubDate>Sun, 02 Oct 2011 15:35:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3806#comment-27081</guid> <description>Hi
I wanna show my ga infos in my sidebar.
What should I do exactly?
Where do i have to copy the codes?
Help me</description> <content:encoded><![CDATA[<p>Hi<br
/> I wanna show my ga infos in my sidebar.<br
/> What should I do exactly?<br
/> Where do i have to copy the codes?<br
/> Help me</p> ]]></content:encoded> </item> <item><title>By: Alex V</title><link>http://davidwalsh.name/php-google-analytics#comment-26939</link> <dc:creator>Alex V</dc:creator> <pubDate>Tue, 20 Sep 2011 14:02:48 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3806#comment-26939</guid> <description>I receive a 400 error:
Caught exception: Bad request (400) url: https://www.google.com/analytics/feeds/data?ids=13126318&amp;start-date=2011-01-01&amp;end-date=2011-01-31&amp;dimensions=ga:day&amp;metrics=ga:visits&amp;sort=ga:day</description> <content:encoded><![CDATA[<p>I receive a 400 error:<br
/> Caught exception: Bad request (400) url: <a
href="https://www.google.com/analytics/feeds/data?ids=13126318&#038;start-date=2011-01-01&#038;end-date=2011-01-31&#038;dimensions=ga:day&#038;metrics=ga:visits&#038;sort=ga:day" rel="nofollow">https://www.google.com/analytics/feeds/data?ids=13126318&#038;start-date=2011-01-01&#038;end-date=2011-01-31&#038;dimensions=ga:day&#038;metrics=ga:visits&#038;sort=ga:day</a></p> ]]></content:encoded> </item> <item><title>By: Zamshed Farhan</title><link>http://davidwalsh.name/php-google-analytics#comment-24773</link> <dc:creator>Zamshed Farhan</dc:creator> <pubDate>Thu, 30 Jun 2011 09:30:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3806#comment-24773</guid> <description>Uuuhhhh.... great. I m searching for it for a long time.</description> <content:encoded><![CDATA[<p>Uuuhhhh&#8230;. great. I m searching for it for a long time.</p> ]]></content:encoded> </item> <item><title>By: David LeBlanc</title><link>http://davidwalsh.name/php-google-analytics#comment-23711</link> <dc:creator>David LeBlanc</dc:creator> <pubDate>Mon, 25 Apr 2011 14:44:03 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3806#comment-23711</guid> <description>Add this two lines after line 351 :
curl_setopt ($rRequest, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt ($rRequest, CURLOPT_SSL_VERIFYPEER, 0);
it solve many problem on wamp and easyphp</description> <content:encoded><![CDATA[<p>Add this two lines after line 351 :<br
/> curl_setopt ($rRequest, CURLOPT_SSL_VERIFYHOST, 0);<br
/> curl_setopt ($rRequest, CURLOPT_SSL_VERIFYPEER, 0);<br
/> it solve many problem on wamp and easyphp</p> ]]></content:encoded> </item> <item><title>By: Ben</title><link>http://davidwalsh.name/php-google-analytics#comment-18863</link> <dc:creator>Ben</dc:creator> <pubDate>Sun, 18 Jul 2010 05:38:06 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3806#comment-18863</guid> <description>Nice class, but users should note that there are two flaws with the getVisitors method.#1 as Guiltouf notes, the dimensions use &#039;day&#039; as opposed to &#039;date&#039; so results containing more than one month get overridden#2 The metric used is &#039;visits&#039; instead of &#039;visitors&#039; and thus won&#039;t match the GA dashboardChanging these two parameters makes the report work fine</description> <content:encoded><![CDATA[<p>Nice class, but users should note that there are two flaws with the getVisitors method.</p><p>#1 as Guiltouf notes, the dimensions use &#8216;day&#8217; as opposed to &#8216;date&#8217; so results containing more than one month get overridden</p><p>#2 The metric used is &#8216;visits&#8217; instead of &#8216;visitors&#8217; and thus won&#8217;t match the GA dashboard</p><p>Changing these two parameters makes the report work fine</p> ]]></content:encoded> </item> <item><title>By: Anonymice</title><link>http://davidwalsh.name/php-google-analytics#comment-18579</link> <dc:creator>Anonymice</dc:creator> <pubDate>Mon, 05 Jul 2010 07:05:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3806#comment-18579</guid> <description>Hello,With ga:pi() can anyone tell me how to implement the chart that can be seen in google analytics account itself?Also I wanna show that map which shows coutry based visits/visitors.Any help would be really appreciated.Thanks</description> <content:encoded><![CDATA[<p>Hello,</p><p>With ga:pi() can anyone tell me how to implement the chart that can be seen in google analytics account itself?</p><p>Also I wanna show that map which shows coutry based visits/visitors.</p><p>Any help would be really appreciated.</p><p>Thanks</p> ]]></content:encoded> </item> <item><title>By: Sanjoy</title><link>http://davidwalsh.name/php-google-analytics#comment-17996</link> <dc:creator>Sanjoy</dc:creator> <pubDate>Thu, 03 Jun 2010 11:00:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3806#comment-17996</guid> <description>I have downloaded the code and run on my system. But it is not running.
Can anyone tell me why this is happining.</description> <content:encoded><![CDATA[<p>I have downloaded the code and run on my system. But it is not running.<br
/> Can anyone tell me why this is happining.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.007 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 16:29:08 -->
