<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 04:02:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Create Custom Google Analytics Interfaces Using PHP ]]></title>
      <guid>http://www.phpdeveloper.org/news/14215</guid>
      <link>http://www.phpdeveloper.org/news/14215</link>
      <description><![CDATA[<p>
On PHPBuilder.com today there's a new tutorial from <i>Jason Gilmore</i> showing how you can interface your application with the <a href="http://www.google.com/analytics/">Google Analytics</a> service through its HTTP API. <i>Jason</i> shows ho to use the <a href="http://code.google.com/p/gapi-google-analytics-php-interface/">Google Analytics API PHP Interface</a> tool to take most of the hard work out of it.
</p>
<blockquote>
Google Analytics (GA) is the de facto solution for analyzing web site traffic and trends. [...] If you're not regularly relying upon Google Analytics or a similarly capable analytical service, then you're left at a major competitive disadvantage in terms of your ability to effectively understand the interests, demographics, and technical requirements of your audience.
</blockquote>
<p>
Using the Google Analytics site is a pleasant experience, but having to log in just to check your numbers each day can get tiresome quickly. <i>Jason</i> introduces a way, using the GAPI class to pull things like traffic statistics and account information. More examples of how it can be used are shown <a href="http://code.google.com/apis/analytics/docs/gdata/gdataGallery.html">on the GAPI website</a>.
</p>]]></description>
      <pubDate>Fri, 19 Mar 2010 09:13:49 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sameer Borate's Blog: Reading Google Analytics data from PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/13960</guid>
      <link>http://www.phpdeveloper.org/news/13960</link>
      <description><![CDATA[<p>In a new post to his blog today <i>Sameer Borate</i> has <a href="http://www.codediesel.com/php/reading-google-analytics-data-from-php/">a tutorial</a> about linking your application to the Google Analytics backend and using the requestReportData method to pull back interesting statistics on your sites.
</p>
<blockquote>
Although no standard library is available from Google for PHP, some small and easy interfaces are available out there. In this post we will see how to access Google Analytics data using PHP using the GAPI library.
</blockquote>
<p>
The <a href="http://code.google.com/p/gapi-google-analytics-php-interface/">GAPI library</a> is an open sourced project that provides a direct, easy to use interface you can use to connect directly to the Analytics service without having to handle all of the manual stuff yourself. <i>Sameer</i> shows how to get information from the service like the top ten sources and visit counts, regional information and how to do some filtering on the results returned.
</p>]]></description>
      <pubDate>Wed, 03 Feb 2010 11:06:08 -0600</pubDate>
    </item>
  </channel>
</rss>
