<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Derilicious&#187; Posts tagged with Google Analytics &#8211; Page  &#8211; Derilicious</title> <atom:link href="http://derickng.com/posts/tag/google-analytics/feed" rel="self" type="application/rss+xml" /><link>http://derickng.com</link> <description>A blog on web development technicalities by Derick Ng</description> <lastBuildDate>Sun, 20 Dec 2009 12:18:03 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Trendly: Trends for Google Analytics</title><link>http://derickng.com/posts/144-trendly-trends-for-google-analytics</link> <comments>http://derickng.com/posts/144-trendly-trends-for-google-analytics#comments</comments> <pubDate>Fri, 26 Jun 2009 16:13:27 +0000</pubDate> <dc:creator>Derick Ng</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Google Analytics]]></category> <category><![CDATA[Trendly]]></category> <category><![CDATA[Web Analytics]]></category><guid
isPermaLink="false">http://derickng.com/?p=144</guid> <description><![CDATA[Don&#8217;t you just love APIs? Unless you were never a fan of Google Analytics, you would have heard of the Google Analytics Data Export API. It allows developers to make good use of the data collected in a Google Analytics account by churning better reports, integrating information into an existing application or whatever creative ways [...]]]></description> <content:encoded><![CDATA[<p>Don&#8217;t you just love APIs? Unless you were never a fan of Google Analytics, you would have heard of the <a
href="http://code.google.com/apis/analytics/docs/gdata/gdataDeveloperGuide.html">Google Analytics Data Export API</a>. It allows developers to make good use of the data collected in a Google Analytics account by churning better reports, integrating information into an existing application or whatever creative ways you can think of. This is exactly what the guys at Smallthought Systems, makers of <a
href="http://dabbledb.com/">DabbleDB</a> (which I recommend you check out as well), did by coming up with <a
href="http://trendly.com/">Trendly</a>.</p><p>I wanted to post a full review but since Trendly did a good job of explaining <a
href="http://trendly.com/about/">how it works</a>, I got lazy. The idea is simple. Google Analytics shows you how many visits each traffic source generates but it will probably take more than a few clicks to understand exactly which source brings you the most traffic last month and even harder to understand how this same source trends compared to other sources over the last couple of months. Trendly does exactly that in 4 clicks:</p><ol><li>Click to try Trendly for free.</li><li>Allow Trendly to access your Google Account.</li><li>Choose the profile you would like analysed.</li><li>Wait for email notification to Trendly results and click on the link provided.</li></ol><p>Trendly is still in preview phase so do go ahead and try for free while you can! On a side note, <a
href="http://www.juiceanalytics.com/writing/enhanced-google-analytics-firefox-plugin/">Enhanced Google Analytics Firefox extension</a> does something similar on a smaller scale.</p><p>Any more interesting projects making use of the Google Analytics Data Export API that I should know of?</p> ]]></content:encoded> <wfw:commentRss>http://derickng.com/posts/144-trendly-trends-for-google-analytics/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Tracking Country Specific Google Search Engines in Google Analytics using Filters</title><link>http://derickng.com/posts/89-tracking-country-specific-google-search-engines-in-google-analytics-using-filters</link> <comments>http://derickng.com/posts/89-tracking-country-specific-google-search-engines-in-google-analytics-using-filters#comments</comments> <pubDate>Wed, 22 Apr 2009 06:40:35 +0000</pubDate> <dc:creator>Derick Ng</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Google Analytics]]></category><guid
isPermaLink="false">http://derickng.com/?p=89</guid> <description><![CDATA[Tracking additional search engines (see 1, 2 and 3) in Google Analytics is hardly a new thing. The usual method of adding additional search engines to be tracked would be to use the _addOrganic() function of the tracking code. While that works perfectly, I would like to propose a different way of achieving the same [...]]]></description> <content:encoded><![CDATA[<p>Tracking additional search engines (see <a
href="http://www.antezeta.com/blog/google-analytics-search-engines">1</a>, <a
href="http://www.seo-hongkong.com/blog/how-to-add-organic-search-engines-in-google-analytics-759.html">2</a> and <a
href="http://www.advanced-web-metrics.com/blog/2008/09/14/customising-the-list-of-search-engines-in-google-analytics/">3</a>) in Google Analytics is hardly a new thing. The usual method of adding additional search engines to be tracked would be to use the <a
href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApiSearchEngines.html#_gat.GA_Tracker_._addOrganic">_addOrganic()</a> function of the tracking code. While that works perfectly, I would like to propose a different way of achieving the same results using filters in Google Analytics.</p><p>The advantages of using filters:</p><ul><li>You can (and you should) create an additional profile with the same tracking ID to track country specific search engines while leaving the original profile for an overview. Calling <a
href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApiSearchEngines.html#_gat.GA_Tracker_._addOrganic">_addOrganic()</a> will modify all the profiles with the same tracking ID.</li><li>Visitors to your website do not have to load a long list of JavaScript code containing all the additional search engines you want to track therefore reducing some  (minimal) load time.</li><li>There should be no changes required even if Google deploys another search engine at www.google.new.tld. If you call <a
href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApiSearchEngines.html#_gat.GA_Tracker_._addOrganic">_addOrganic()</a> with a static list of search engine names, you will have to add and update your list of search engines to track.</li></ul><p>This is an example of the steps required to track additional Google search engines using a single filter:</p><ul><li>Create an additional profile with the same tracking ID.</li><li>Add a new filter with filter type as &#8220;Custom Filter&#8221; and choose &#8220;<strong>Advanced</strong>&#8220;.</li><li>Select &#8220;Campaign Source&#8221; under &#8220;Field A -&gt; Extract A&#8221; and enter &#8220;<strong>^google$</strong>&#8221; as input.</li><li>Select &#8220;Referral&#8221; under &#8220;Field B -&gt; Extract B&#8221; and enter &#8220;<strong>^http://www\.(google\.[^/]*)</strong>&#8221; as input.</li><li>Select &#8220;Campaign Source&#8221; under &#8220;Output To -&gt; Constructor&#8221; and enter &#8220;<strong>$B1</strong>&#8221; as input.</li><li>Set &#8220;Field A Required&#8221; to &#8220;<strong>Yes</strong>&#8220;.</li><li>Set &#8220;Field B Required&#8221; to &#8220;<strong>Yes</strong>&#8220;.</li><li>Set &#8220;Override Output Field&#8221; to &#8220;<strong>Yes</strong>&#8220;.</li></ul><p>What this filter does is to check that the traffic source is one of Google&#8217;s search engines and thus extract the &#8220;<strong>google.com.sg</strong>&#8221; part from the referral field (usually something like &#8220;<strong>http://www.google.com.sg/search?q=&#8230;</strong>&#8220;) then show the search engine source as &#8220;<strong>google.com.sg</strong>&#8220;. Do take note that while this is an example for Google search engines, the same steps (with slightly different input) will work with other search engines.</p> ]]></content:encoded> <wfw:commentRss>http://derickng.com/posts/89-tracking-country-specific-google-search-engines-in-google-analytics-using-filters/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 9/15 queries in 0.003 seconds using disk

Served from: derickng.com @ 2012-05-19 11:28:18 -->
