<?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>Yogi Land&#187; analytics</title>
	<atom:link href="http://www.yogiland.com/tag/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yogiland.com</link>
	<description>One-Stop Source of Social Media News and Information</description>
	<lastBuildDate>Sun, 05 Feb 2012 00:22:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Analytics Enhancements for Mobile Apps</title>
		<link>http://www.yogiland.com/2011/12/13/google-analytics-enhancements-for-mobile-apps/</link>
		<comments>http://www.yogiland.com/2011/12/13/google-analytics-enhancements-for-mobile-apps/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 00:06:00 +0000</pubDate>
		<dc:creator>Yogi Liman</dc:creator>
				<category><![CDATA[Did You Know...]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3580069.post-2778482310344069090</guid>
		<description><![CDATA[November was a busy time in Google Analytics. In particular, the Mobile App Tracking Team has a few things to announce.

EasyTracking Library - automatic session management, better integration with Google Analytics SDK
Updated Google Analytics SDK - Mo...


No related posts.]]></description>
			<content:encoded><![CDATA[<p>
    November was a busy time in Google Analytics. In particular, the Mobile App Tracking Team has a few things to announce.<br />
    <br />
</p>
<ul>
    <li>EasyTracking Library &#8211; automatic session management, better integration with Google Analytics SDK
    </li>
    <li>Updated Google Analytics SDK &#8211; More reliable method for sending hits, Android Market referral issue fixed, available via the Android SDK manager
    </li>
    <li>More samples &#8211; new open source application aimed to help reduce the ramp up time for new developers who want to track their apps
    </li>
</ul>
<p>
    <br />
    <strong>EasyTracker Library</strong><br />
    We’ve created EasyTracker libraries for both iOS and Android. �The EasyTracker library will enable tracking of your application down to the Activity (or UIViewController for iOS) level with almost no coding required on your part. �See the ReadMe file and source code for details. These Libraries are intended for use with the standard Google Analytics SDKs and should make it very easy to add standard tracking to your applications.<br />
    <br />
    Another advantage to using the EasyTracker library is session management. �As many developers know, it’s not always easy to determine whether your application is active and when to start a new session. �The EasyTracker library handles this for you. �It will determine when your application has been put into the background and will start a new session automatically.<br />
    <br />
    The Android version of the Library not only provides for easy tracking, but also ensures that all calls to GoogleAnalyticsTracker are done off the main UI Thread. �Using this library should address responsiveness issues some Android developers have seen using the Google Analytics SDK.<br />
    <br />
    We’ve adapted the Android Notepad sample application to use the EasyTracker library, just to show you how easy it can be.<br />
    <br />
    You can find the libraries and sample applications at<br />
    <a href="http://code.google.com/p/analytics-api-samples/">http://code.google.com/p/analytics-api-samples/</a>. �Check the <a href="http://code.google.com/p/analytics-api-samples/downloads/list">downloads</a> section for the libraries. �The source for the libraries is available in subversion as well. �Drill down into <a href="http://code.google.com/p/analytics-api-samples/source/browse/#svn%2Ftrunk%2Fsrc%2Ftracking%2Fmobile%2Fandroid%2FEasyTracker">trunk/src/tracking/mobile/android/EasyTracker</a> for Android and <a href="http://code.google.com/p/analytics-api-samples/source/browse/#svn%2Ftrunk%2Fsrc%2Ftracking%2Fmobile%2Fios%2FEasyTracker">trunk/src/tracking/mobile/ios/EasyTracker</a> for iOS. �The <a href="http://code.google.com/p/analytics-api-samples/source/browse/#svn%2Ftrunk%2Fsrc%2Ftracking%2Fmobile%2Fandroid%2FEasyTracker%2FExamples%2FNotePad">Notepad</a> sample application is there as well. �We’ve released them as open source and contributions to making them better are welcome.<br />
    <br />
    Check the ReadMe files in the libraries themselves for more information on how to use them.<br />
    <br />
    <strong>New Versions of Google Analytics SDK for Android and iOS</strong><br />
    We’ve released version 1.4 for iOS and version 1.4.2 for Android. �The iOS version of the SDK has one new feature. �Both versions contain several bug fixes as well. �Read on for details.<br />
    <br />
    <strong>iOS</strong><br />
    We’ve added a new method, dispatchSynchronously, that blocks while it dispatches hits. �It won’t return until the hits sent have either been acknowledged by the Google Analytics servers or the specified timeout period has elapsed. �This provides a more reliable method for sending hits before your application terminates or goes into the background.<br />
    <br />
    We’ve also addressed several memory leaks and crashes reported against the SDK.<br />
    <br />
    More details on the new version of the SDK can be found at <a href="http://code.google.com/apis/analytics/docs/mobile/ios.html">http://code.google.com/apis/analytics/docs/mobile/ios.html</a>.<br />
    <br />
    <strong>Android</strong><br />
    The Android SDK will now handle referrals from the Android Market properly. �This applies to autotagging as well.<br />
    <br />
    We’ve fixed several other bugs in the Android SDK. �Check out the details at <a href="http://code.google.com/apis/analytics/docs/mobile/android.html">http://code.google.com/apis/analytics/docs/mobile/android.html</a>.<br />
    <br />
    Google Analytics SDK now available via the Android SDK Manager<br />
    We’ve added the Google Analytics SDK to the Android SDK Manager. �You can download the latest versions using the Android SDK Manager instead of checking the website for updates.<br />
    <br />
    Of course, this only applies to the Android version of the SDK.<br />
    <br />
    <strong>MobilePlayground</strong><br />
    We’ve released an open source application for both iOS and Android that exercises all the APIs for Google Analytics that are available to Mobile Application developers. �You can find them at <a href="http://code.google.com/p/analytics-api-samples/source/browse/#svn%2Ftrunk%2Fsrc%2Ftracking%2Fmobile">trunk/src/tracking/mobile</a>.<br />
    <br />
    <strong>New Home for the Mobile Tracking Documentation</strong><br />
    The Mobile Tracking documentation has moved. �It now resides with the rest of the Google Analytics tracking documentation. �Check it out at <a href="http://code.google.com/apis/analytics/docs/mobile/overview.html">http://code.google.com/apis/analytics/docs/mobile/overview.html</a>.<br />
    <br />
    <strong>Reporting Problems and Feature Requests</strong><br />
    We really value your feedback. If you are having problems with the SDKs, let us know by posting them on the Google Analytics issues website at <a href="http://code.google.com/p/analytics-issues/issues/list">http://code.google.com/p/analytics-issues/issues/list</a>. �Use the component MobileTracking when entering an issue or looking through the list for issues already reported against the Mobile App SDKs.<br />
    <br />
    Please stay tuned for more exciting news regarding Mobile Application Tracking with Google Analytics.<br />
    <br />
    Jim Cotugno, Mobile Application Tracking Rockstar
</p>
<div class="blogger-post-footer">
    <img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3580069-2778482310344069090?l=analytics.blogspot.com' alt='' title="Google Analytics Enhancements for Mobile Apps" />
</div>
<div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=KlyrtnvvwKo:srP_eje6qC8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?d=yIl2AUoC8zA" border="0" title="Google Analytics Enhancements for Mobile Apps" alt=" Google Analytics Enhancements for Mobile Apps" /></a> <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=KlyrtnvvwKo:srP_eje6qC8:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?i=KlyrtnvvwKo:srP_eje6qC8:-BTjWOF_DHI" border="0" title="Google Analytics Enhancements for Mobile Apps" alt=" Google Analytics Enhancements for Mobile Apps" /></a>
</div>
<p>
    <img src="http://feeds.feedburner.com/~r/blogspot/tRaA/~4/KlyrtnvvwKo" height="1" width="1" title="Google Analytics Enhancements for Mobile Apps" alt=" Google Analytics Enhancements for Mobile Apps" />
</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yogiland.com/2011/12/13/google-analytics-enhancements-for-mobile-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Time Your Facebook Posts to Reach the Most Fans</title>
		<link>http://www.yogiland.com/2011/10/26/how-to-time-your-facebook-posts-to-reach-the-most-fans/</link>
		<comments>http://www.yogiland.com/2011/10/26/how-to-time-your-facebook-posts-to-reach-the-most-fans/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 00:37:23 +0000</pubDate>
		<dc:creator>Yogi Liman</dc:creator>
				<category><![CDATA[Did You Know...]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[contributor]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Mashable]]></category>
		<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mashable.com/?p=778893</guid>
		<description><![CDATA[<a target="_blank" href="http://www.stumbleupon.com/submit?text=sdasdasd&#38;url=http://mashable.com/2011/10/26/time-facebook-posts/"></a>
<a href="http://digg.com/tools/diggthis/login?url=http://mashable.com/2011/10/26/time-facebook-posts/&#38;title=How to Time Your Facebook Posts to Reach the Most Fans&#38;related=true&#38;style=true"></a>
<a target="_blank" name="fb_share" href="http://www.facebook.com/sharer.php?u=http://mashable.com/2011/10/26/time-facebook-posts/&#38;src=sp"></a>
<a target="_blank" href="http://api.tweetmeme.com/share?url=http://mashable.com/2011/10/26/time-facebook-posts/&#38;service=bit.ly&#38;source=mashable"></a><em></em>
I get asked all the time, &#8220;How frequently should I post on my <a href="http://mashable.com/category/facebook/">Facebook</a> page? When is the best time to post?&#8221;
<strong>Answer: Post whenever </strong>&#8230;


No related posts.]]></description>
			<content:encoded><![CDATA[<div>
    <div style="float:right;margin-bottom:10px;">
        <a href="http://www.stumbleupon.com/submit?text=sdasdasd&amp;url=http://mashable.com/2011/10/26/time-facebook-posts/"><img style="border:none;margin-right:5px;" src="http://5.mshcdn.com/wp-content/themes/v7/img/share-buttons/stumbleupon.png" align="right" title="How to Time Your Facebook Posts to Reach the Most Fans" alt="stumbleupon How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://digg.com/tools/diggthis/login?url=http://mashable.com/2011/10/26/time-facebook-posts/&amp;title=How%20to%20Time%20Your%20Facebook%20Posts%20to%20Reach%20the%20Most%20Fans&amp;related=true&amp;style=true"><img style="border:none;margin-right:5px;" src="http://6.mshcdn.com/wp-content/themes/v7/img/share-buttons/diggme.png" align="right" title="How to Time Your Facebook Posts to Reach the Most Fans" alt="diggme How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a type="box_count" name="fb_share" href="http://www.facebook.com/sharer.php?u=http://mashable.com/2011/10/26/time-facebook-posts/&amp;src=sp" style="text-decoration: none;" id="fb_share"><img style="border:none;margin-right:5px;" src="http://6.mshcdn.com/wp-content/themes/v7/img/share-buttons/fb.jpg" align="right" title="How to Time Your Facebook Posts to Reach the Most Fans" alt="fb How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://api.tweetmeme.com/share?url=http://mashable.com/2011/10/26/time-facebook-posts/&amp;service=bit.ly&amp;source=mashable"><img style="border:none;margin-right:5px;" width="51" height="61" src="http://api.tweetmeme.com/imagebutton.gif?url=http://mashable.com/2011/10/26/time-facebook-posts/" align="right" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a>
    </div>
    <div style="float:left;margin-bottom:10px;">
        <img src="http://9.mshcdn.com/wp-content/uploads/2011/10/Facebook-notifications.jpg" alt="Facebook notifications How to Time Your Facebook Posts to Reach the Most Fans" title="Facebook notifications" width="275" height="" class="alignright size-full wp-image-778965" />
    </div>
    <div style="clear:both;"></div>
</div>
<p>
    <br />
    <em><span class="intro"><a href="http://twitter.com/#!/jeffwidman">Jeff Widman</a> co-founded <a href="http://pagelever.com/">PageLever</a> to provide better Facebook analytics for marketers. PageLever measures more than 650 million Facebook fans across sites like YouTube and MTV. Jeff has been cited as an expert in Facebook analytics by Mashable, AdAge, the Wall Street Journal, Wired, InsideFacebook, AllFacebook, etc.</span></em>
</p>
<p>
    I get asked all the time, “How frequently should I post on my <a href="http://mashable.com/category/facebook/">Facebook</a> page? When is the best time to post?”
</p>
<p>
    <strong>Answer: Post whenever the most recent status update for your page stops showing up in your fans’ News Feeds.</strong>
</p>
<p>
    If you post often, you will see an immediate spike in News Feed impressions, but it’s generally not worth the cost in lost fans. When your fans see two status updates from you in their News Feeds, they’ll likely get annoyed, and will consequently unsubscribe or un-fan. There are few exceptions to this rule.
</p>
<p>
    If you post too infrequently, you’re missing out on opportunities to reach your fans. Over the course of a year, a page with 10,000 fans that posts only half as often as they could misses more than 1 million chances to get their content in front of a hyper-targeted Facebook audience. The larger your fan page, the more often you should be posting — without annoying your fans.
</p>
<p>
    <strong>The kicker: Each post performs differently. Some posts last ten hours, and some posts last thirty hours.</strong>
</p>
<p>
    Calculate the average post lifetime by using the method below, but remember it’s just that — an average. To get really in-depth, figure the average post lifetime for photos vs. articles, or the average lifetime when you post Thursdays at 3 p.m. vs. Saturdays at 10 a.m. However, it’s still just an average; each post is unique, so you can never exactly predict how it will perform.
</p>
<p>
    <strong>How do you know when a post stops appearing in your fans’ News Feeds?</strong>
</p>
<p>
    The good news is that when you track your posts’ performance, you’ll be able to see, in real-time, when that post drops out of the News Feed. If it flops five hours sooner than you expected, then immediately stick up a new post.
</p>
<p>
    Each status update drops out of different fans’ News Feeds at different times, depending on how long Facebook’s algorithm <a href="http://edgerank.net/">EdgeRank</a> calculates that particular fan will be interested in that particular status update. Then, the best we can do is look at how each status update performs across all your fans’ News Feeds.
</p>
<p>
    You’ll actually see a slowdown in new impressions, clicks, likes and comments as a post starts dropping out of News Feeds. The following graphs show cumulative numbers, so when the graph flattens, the post has dropped out of News Feeds.
</p>
<p>
    <img src="http://4.mshcdn.com/wp-content/uploads/2011/10/impressions_timeline.jpg" alt="impressions timeline How to Time Your Facebook Posts to Reach the Most Fans" title="Facebook impressions timeline" width="400" height="527" class="alignleft size-full wp-image-778917" />
</p>
<p>
    Each of these metrics has pros and cons.
</p>
<p>
    <strong>1. Impressions per-post</strong>: Impressions per-post is a single aggregate count of how many times a particular status update has been viewed. Facebook updates this number as more and more people view the post; however, it often won’t update for several hours at a time when Facebook’s computers are calculating for millions of posts across millions of fan pages. On the bright side, when it works, it’s great — you can literally watch as your post gets viewed by fans.
</p>
<p>
    <strong>2. Comments per-post</strong>: All the comments on any status update are time-stamped, so you can measure on a minute-by-minute basis exactly when a fan saw the status update. Unfortunately, most status updates receive so few comments that there aren’t enough data points to determine whether your fans are choosing not to comment or simply aren’t seeing the post in their News Feeds.
</p>
<p>
    <strong>3. Likes per-post</strong>: In general, this is the most accurate way to see when your status update starts dropping out of News Feeds. Facebook updates the post’s like count in near real time, so it’s more reliable than the post impression count. And because posts tend to get more likes than comments, the data presents an accurate picture of how long a post stayed in News Feeds. On the other hand, likes aren’t time-stamped, so you have to check the like count regularly to see when new likes are added.
</p>
<p>
    <strong>So how do I actually measure?</strong>
</p>
<p>
    Post a status update. Every hour, record the number of impressions, likes and comments. Figure out when the rate of new impressions or likes slows down.
</p>
<p>
    Try recording all the raw data in Excel, then graph the data just like you see above. Visually estimate the post lifetime based on when the graph flattens out.
</p>
<p>
    After you calculate the post lifetime for 10-20 posts, you’ll start to generate an average post lifetime unique to your fan page.
</p>
<p>
    <strong>What’s the average post lifetime?</strong>
</p>
<p>
    I don’t know.
</p>
<p>
    However, I surveyed 20 posts across five fan pages that had 2 million+ fans, and calculated an average post lifetime of 22 hours, 51 minutes. Theoretically, this implies most fan pages shouldn’t post more than once a day.
</p>
<p>
    I strongly recommend keeping track of your posts in real-time because post lifetimes vary widely, even across the same fan page. In my sample of twenty posts, the shortest post lasted only 10 hours, while the longest post lasted a full 50 hours!
</p>
<p>
    If you weren’t tracking those posts, you would have been invisible in the News Feed for 13 hours when the post flopped at the 10-hour mark. Similarly, you could have delayed your next post when the high-performing post showed no sign of slowing down.
</p>
<p>
    <strong>Lastly, feel free to experiment and break the rules.</strong>
</p>
<p>
    You won’t know if your fans respond better to a different posting strategy until you try it. Use these analytics to augment your intelligence, not replace it.
</p>
<p>
    Happy posting!
</p>
<p>
    <em>Image courtesy of <a href="http://www.flickr.com/photos/kaysha/3711810903/in/photostream/">Flickr</a>, <a href="http://www.flickr.com/photos/kaysha/">kaysha</a></em>
</p>
<p>
    More About: <a href="http://mashable.com/tag/analytics/">analytics</a>, <a href="http://mashable.com/tag/contributor/">contributor</a>, <a href="http://mashable.com/tag/facebook/">Facebook</a>, <a href="http://mashable.com/tag/features/">features</a>, <a href="http://mashable.com/tag/marketing/">Marketing</a>, <a href="http://mashable.com/tag/social-media/">Social Media</a>
</p>
<p>
    <a href="http://feedads.g.doubleclick.net/~at/lcxf-ftIl9t3wOQO0zP0e5w7nfE/0/da"><img src="http://feedads.g.doubleclick.net/~at/lcxf-ftIl9t3wOQO0zP0e5w7nfE/0/di" border="0" ismap="true" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a><br />
    <a href="http://feedads.g.doubleclick.net/~at/lcxf-ftIl9t3wOQO0zP0e5w7nfE/1/da"><img src="http://feedads.g.doubleclick.net/~at/lcxf-ftIl9t3wOQO0zP0e5w7nfE/1/di" border="0" ismap="true" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a>
</p>
<div class="feedflare">
    <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mashable?i=oPkydwHBsA8:9V3CdTlo7go:D7DqB2pKExk" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mashable?i=oPkydwHBsA8:9V3CdTlo7go:V_sGLiPBpWU" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mashable?i=oPkydwHBsA8:9V3CdTlo7go:F7zBnMyn0Lo" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mashable?d=qj6IDK7rITs" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:_e0tkf89iUM"><img src="http://feeds.feedburner.com/~ff/Mashable?d=_e0tkf89iUM" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mashable?i=oPkydwHBsA8:9V3CdTlo7go:gIN9vFwOqvQ" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mashable?d=yIl2AUoC8zA" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:P0ZAIrC63Ok"><img src="http://feeds.feedburner.com/~ff/Mashable?d=P0ZAIrC63Ok" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Mashable?d=I9og5sOYxJI" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:CC-BsrAYo0A"><img src="http://feeds.feedburner.com/~ff/Mashable?d=CC-BsrAYo0A" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=oPkydwHBsA8:9V3CdTlo7go:_cyp7NeR2Rw"><img src="http://feeds.feedburner.com/~ff/Mashable?i=oPkydwHBsA8:9V3CdTlo7go:_cyp7NeR2Rw" border="0" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" /></a>
</div>
<p>
    <img src="http://feeds.feedburner.com/~r/Mashable/~4/oPkydwHBsA8" height="1" width="1" title="How to Time Your Facebook Posts to Reach the Most Fans" alt=" How to Time Your Facebook Posts to Reach the Most Fans" />
</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yogiland.com/2011/10/26/how-to-time-your-facebook-posts-to-reach-the-most-fans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Holiday Gift For The Practitioner</title>
		<link>http://www.yogiland.com/2010/12/30/another-holiday-gift-for-the-practitioner/</link>
		<comments>http://www.yogiland.com/2010/12/30/another-holiday-gift-for-the-practitioner/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 01:22:00 +0000</pubDate>
		<dc:creator>Yogi Liman</dc:creator>
				<category><![CDATA[Did You Know...]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3580069.post-1959382614177197444</guid>
		<description><![CDATA[We hope your holiday season is going well, and you're full of good cheer and data driven egg nog (which doesn't really exist unless you love web analytics and have imbibed too much egg nog). For those of you who really do dig web analytics and use Goog...


No related posts.]]></description>
			<content:encoded><![CDATA[<div>
    <span class="byline-author">We hope your holiday season is going well, and you&#39;re full of good cheer and data driven egg nog (which doesn&#39;t really exist unless you love web analytics and have imbibed too much egg nog).</span>
</div>
<div>
    <span class="byline-author"><br /></span>
</div>
<div>
    <span class="byline-author">For those of you who really do dig web analytics and use Google Analytics specifically &#8211; you&#39;re going to really like our next gift. It&#39;s from the Santa Claus of the web analytics industry, Avinash Kaushik, the analytics evangelist here at Google. Avinash has written a must-read post that you should curl up with next to a roaring fire while you have time to relax over the holidays. In the post, he&#39;s basically done a ton of work for you. It&#39;s called <a href="http://www.kaushik.net/avinash/2010/12/best-downloadable-custom-web-analytics-reports.html">3 Awesome, Downloadable, Custom Web Analytics Reports</a> and it showcases the power of Google Analytics and custom reports. In Avinash&#39;s words,</span>
</div>
<div>
    <blockquote>
        <p>
            <span class="byline-author">I love custom reports. They allow us to step away from the oppression of standard reports (/data pukes) and bring an increased amount of relevancy, calm and focus to our day-to-day work and to our beloved data consumers.</span>
        </p>
    </blockquote>
</div>
<div>
    As you may know, you can create your own reports within Google Analytics. Here&#39;s a <a href="http://analytics.blogspot.com/2009/01/eyes-on-prize-with-custom-reports.html">help article</a> from our blog explaining how. In Avinash&#39;s typical style, he makes powerful analysis techniques accessible and understandable, <strong>and the best part is that he&#39;s created the reports for you allowing you to take action right away.</strong> You can click on a link that populates the report template right within your Google Analytics profile. Thanks for the holiday gift Avinash.
</div>
<div>
    <span class="byline-author"><br /></span>
</div>
<div>
    To give you a sneak peak and get you salivating to read <a href="http://www.kaushik.net/avinash/2010/12/best-downloadable-custom-web-analytics-reports.html">Avinash&#39;s post</a>, the three reports are:
</div>
<div>
    <ul>
        <li>Page Efficiency Analysis Report
        </li>
        <li>Visitor Acquisition Efficiency Analysis Report.
        </li>
        <li>Paid Search Performance Analysis Micro-Ecosystem!
        </li>
    </ul>
</div>
<div>
    If you&#39;re doing web analytics, these reports will be of use both educationally, and practically. Enjoy, and stay tuned for one more gift from Avinash.
</div>
<div>
    <br />
</div>
<div>
    <span class="byline-author">Posted by Jeff Gillis, Google Analytics Team</span>
</div>
<div class="blogger-post-footer">
    <img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3580069-1959382614177197444?l=analytics.blogspot.com' alt='' title="Another Holiday Gift For The Practitioner" />
</div>
<div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=pdy0z_Is_bs:e8yX26DesX4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?d=yIl2AUoC8zA" border="0" title="Another Holiday Gift For The Practitioner" alt=" Another Holiday Gift For The Practitioner" /></a> <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=pdy0z_Is_bs:e8yX26DesX4:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?i=pdy0z_Is_bs:e8yX26DesX4:-BTjWOF_DHI" border="0" title="Another Holiday Gift For The Practitioner" alt=" Another Holiday Gift For The Practitioner" /></a>
</div>
<p>
    <img src="http://feeds.feedburner.com/~r/blogspot/tRaA/~4/pdy0z_Is_bs" height="1" width="1" title="Another Holiday Gift For The Practitioner" alt=" Another Holiday Gift For The Practitioner" />
</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yogiland.com/2010/12/30/another-holiday-gift-for-the-practitioner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Shout Out About Annotations</title>
		<link>http://www.yogiland.com/2010/07/16/a-shout-out-about-annotations/</link>
		<comments>http://www.yogiland.com/2010/07/16/a-shout-out-about-annotations/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 16:35:00 +0000</pubDate>
		<dc:creator>Yogi Liman</dc:creator>
				<category><![CDATA[Did You Know...]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3580069.post-6368425791617282277</guid>
		<description><![CDATA[A few months ago at the Google I/O conference, we were  approached by Zach Steindler, a co-founder at Olark (a way to gain customer insight and sale better through live chat) who was raving about Google Analytics Annotations. He had such a great busine...


No related posts.]]></description>
			<content:encoded><![CDATA[<p>
    <em><span class="Apple-style-span" style="font-size: small;">A few months ago at the Google I/O conference, we were approached by Zach Steindler, a co-founder at <a href="http://www.olark.com/">Olark</a> (a way to gain customer insight and sale better through live chat) who was raving about Google Analytics Annotations. He had such a great business case, we decided to let him rave here. Enjoy, and thanks Zach.<br /></span></em><br />
    Making good business decisions is hard, and making the right one is even harder. At Google I/O I realized many people use Google Analytics but they aren’t familiar with the recent annotations feature that has helped us make smarter business decisions.<br />
    <br />
    When we look at our Google Analytics, we don’t really care if our numbers are up or down; what we really want to know is why. This means asking a lot of questions, particularly questions about what happened when, like:<br />
    <br />
    “How long has that ad trial been running?”<br />
    “When did we release that update to the website?”<br />
    “What happened after that last blog post?”<br />
    <br />
    To answer these questions I might have to dig through e-mails, commit logs, and probably end up pestering my teammates for an hour while we try to figure out what happened when. But this is serious stuff; if our numbers went up 50% in a week, you better believe we want to know why so we can do more of it!<br />
    <br />
    Annotations are exactly the tool we needed to answer these questions without having to pester teammates and dig through the past. If you don&#39;t know, basically, they allow you to add notes of what events happened on a particular day. These notes are then visible for the different views in Google Analytics, so you can see how the events impacted your page views, goals, or whatever else you are tracking.
</p>
<div>
    <br />
</div>
<div>
    You can annotate whatever you want; we annotate things like external publicity, major updates to our site, blog posts, even service issues, to see how all these events are impacting our business.<br />
    <br />
    We’re big believers in the power of open data; everyone on the team has access to Google Analytics and can contribute events they think are important. This has been incredibly useful for us. Now I can answer many why questions for myself, just by looking at the data other people have contributed. When I do need to interrupt the team, it’s because I have big-picture questions, not because I need them to help me track down dates. Also, you start to notice a rhythm of events, and if that rhythm changes, how it impacts your business. As a bonus, now we have this cool timeline of events the team thought was important, which is useful for retrospectives and end-of-period reports.<br />
    <br />
    We’re far from being able to make perfect decisions with perfect knowledge, but annotations have made it much easier to answer the why questions so we can make good business decisions.<br />
    <br />
    <span class="byline-author">Posted by Patricia Boswell, Google Analytics Team</span>
</div>
<div class="blogger-post-footer">
    <img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3580069-6368425791617282277?l=analytics.blogspot.com' alt='' title="A Shout Out About Annotations" />
</div>
<div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=RlTSYQ2PYlc:DkMQ0lIyrEE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?d=yIl2AUoC8zA" border="0" title="A Shout Out About Annotations" alt=" A Shout Out About Annotations" /></a> <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=RlTSYQ2PYlc:DkMQ0lIyrEE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?i=RlTSYQ2PYlc:DkMQ0lIyrEE:-BTjWOF_DHI" border="0" title="A Shout Out About Annotations" alt=" A Shout Out About Annotations" /></a>
</div>
<p>
    <img src="http://feeds.feedburner.com/~r/blogspot/tRaA/~4/RlTSYQ2PYlc" height="1" width="1" title="A Shout Out About Annotations" alt=" A Shout Out About Annotations" />
</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yogiland.com/2010/07/16/a-shout-out-about-annotations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Leads in the Top 1,000 Sites [STATS]</title>
		<link>http://www.yogiland.com/2010/05/27/facebook-leads-in-the-top-1000-sites-stats/</link>
		<comments>http://www.yogiland.com/2010/05/27/facebook-leads-in-the-top-1000-sites-stats/#comments</comments>
		<pubDate>Fri, 28 May 2010 00:46:45 +0000</pubDate>
		<dc:creator>Yogi Liman</dc:creator>
				<category><![CDATA[Did You Know...]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[doubleclick]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Mashable]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://mashable.com/?p=288006</guid>
		<description><![CDATA[<a href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/05/27/non-google-site-stats/&#38;service=bit.ly"></a> <a class='feedflare' href="http://www.google.com/reader/link?url=http://mashable.com/2010/05/27/non-google-site-stats/&#38;title=Facebook Leads in the Top 1,000 Sites [STATS]&#38;srcTitle=Mashable&#38;srcUrl=http://mashable.com"></a><p>According to Google&#8217;s AdPlanner <a href="http://www.google.com/adplanner/static/top1000/" target="_blank">stats</a>, Facebook is the #1 most-visited destination on the web. Weighing in at an unfathomably heavy 570 billion page views and 540 million&#8230;</p>


No related posts.]]></description>
			<content:encoded><![CDATA[<p>
    <a href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/05/27/non-google-site-stats/&amp;service=bit.ly"><img width="51" height="61" src="http://api.tweetmeme.com/imagebutton.gif?url=http://mashable.com/2010/05/27/non-google-site-stats/" align="right" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a class='feedflare' href="http://www.google.com/reader/link?url=http://mashable.com/2010/05/27/non-google-site-stats/&amp;title=Facebook%20Leads%20in%20the%20Top%201,000%20Sites%20%5bSTATS%5d&amp;srcTitle=Mashable&amp;srcUrl=http://mashable.com"><img src="http://cdn.mashable.com/wp-content/plugins/wp-digg-this/i/gbuzz-feed.png" align="right" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt="gbuzz feed Facebook Leads in the Top 1,000 Sites [STATS]" /></a>
</p>
<p>
    <img alt="facebookgraph Facebook Leads in the Top 1,000 Sites [STATS]" src="http://cdn.mashable.com/wp-content/uploads/2010/04/facebookgraph.jpg" class="alignright" width="260" height="190" title="Facebook Leads in the Top 1,000 Sites [STATS]" />According to Google’s AdPlanner <a href="http://www.google.com/adplanner/static/top1000/">stats</a>, Facebook is the #1 most-visited destination on the web. Weighing in at an unfathomably heavy 570 billion page views and 540 million users, the ubiquitous social network outranks every other non-Google site, taking more than 35% of all web traffic measured.
</p>
<p>
    The stats, which do not include data from Google.com and YouTube, detail the categories, users and page views for each of the top 1,000 sites on the Internet. They also tell which sites have advertising. Wikipedia and Mozilla.com are the only two sites in the top 10 that remain ad-free.
</p>
<p>
    Destinations such as Mozilla.com, Yahoo.com, MSN.com and Live.com sit high in the rankings due in large part to their status as default landing pages for various browsers.
</p>
<p>
    When it comes to non-Facebook social media properties, Twitter ranks 18th with 5.4 billion page views, Flickr is 31st with 1.8 billion views and LinkedIn sits in 56th place at 1.7 billion views.
</p>
<p>
    And the usual blogging sites make appearances, too. Blogspot is in 7th place, WordPress in 12th and Blogger in 53rd.
</p>
<p>
    Other popular destinations, according to Google’s report, are international web portals such as Baidu, Sina, 163.com and Sohu. Though relatively unheard of in American tech press, these sites are the online equivalent of our solar system’s Jupiter: enormous and a bit out of our reach.
</p>
<p>
    Bank of America and PayPal also made the list, coming in at 93rd and 39th, respectively. And in the news category we find the BBC, which was ranked 43rd with 2.5 billion hits, followed by the New York Times’ website, ranked 83rd with 600 million views.
</p>
<p>
    We think it’s pretty spectacular and surprising that Facebook has come to dominate global web traffic in just a few short years. Are any of these stats eyebrow-raising to you?
</p>
<hr />
<em><br /></em>
<h3>
    <em>For more <a href="http://mashable.com/tech/">technology</a> coverage, follow Mashable Tech on <a href="http://twitter.com/mashabletech">Twitter</a> or become a fan on <a href="http://www.facebook.com/mashable.tech?ref=sgm">Facebook</a></em>
</h3><br />
<p>
    <br />
</p>
<hr />
<hr />
<p>
    Reviews: <a href="http://www.blippr.com/apps/336650-Facebook">Facebook</a>, <a href="http://www.blippr.com/apps/336659-Flickr">Flickr</a>, <a href="http://www.blippr.com/apps/336661-Google">Google</a>, <a href="http://www.blippr.com/apps/603086-Internet">Internet</a>, <a href="http://www.blippr.com/apps/337623-LinkedIn">LinkedIn</a>, <a href="http://www.blippr.com/apps/336651-Twitter">Twitter</a>, <a href="http://www.blippr.com/apps/337045-Wikipedia">Wikipedia</a>, <a href="http://www.blippr.com/apps/336657-WordPress">WordPress</a>, <a href="http://www.blippr.com/apps/336658-YouTube">YouTube</a>, <a href="http://www.blippr.com/apps/337581-blogger">blogger</a>
</p>
<p>
    Tags: <a href="http://mashable.com/tag/analytics/">analytics</a>, <a href="http://mashable.com/tag/doubleclick/">doubleclick</a>, <a href="http://mashable.com/tag/google/">Google</a>, <a href="http://mashable.com/tag/stats/">stats</a>, <a href="http://mashable.com/tag/traffic/">traffic</a>
</p>
<p>
    <a href="http://feedads.g.doubleclick.net/~at/z8D-A9NvHXl0s-nnzMsIhU2FQo0/0/da"><img src="http://feedads.g.doubleclick.net/~at/z8D-A9NvHXl0s-nnzMsIhU2FQo0/0/di" border="0" ismap="true" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a><br />
    <a href="http://feedads.g.doubleclick.net/~at/z8D-A9NvHXl0s-nnzMsIhU2FQo0/1/da"><img src="http://feedads.g.doubleclick.net/~at/z8D-A9NvHXl0s-nnzMsIhU2FQo0/1/di" border="0" ismap="true" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a>
</p>
<div class="feedflare">
    <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mashable?i=VEGSBbrksso:aBsZl1tPdgo:D7DqB2pKExk" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mashable?i=VEGSBbrksso:aBsZl1tPdgo:V_sGLiPBpWU" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mashable?i=VEGSBbrksso:aBsZl1tPdgo:F7zBnMyn0Lo" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mashable?d=qj6IDK7rITs" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:_e0tkf89iUM"><img src="http://feeds.feedburner.com/~ff/Mashable?d=_e0tkf89iUM" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mashable?i=VEGSBbrksso:aBsZl1tPdgo:gIN9vFwOqvQ" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mashable?d=yIl2AUoC8zA" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:P0ZAIrC63Ok"><img src="http://feeds.feedburner.com/~ff/Mashable?d=P0ZAIrC63Ok" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Mashable?d=I9og5sOYxJI" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:CC-BsrAYo0A"><img src="http://feeds.feedburner.com/~ff/Mashable?d=CC-BsrAYo0A" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a> <a href="http://feeds.mashable.com/~ff/Mashable?a=VEGSBbrksso:aBsZl1tPdgo:_cyp7NeR2Rw"><img src="http://feeds.feedburner.com/~ff/Mashable?i=VEGSBbrksso:aBsZl1tPdgo:_cyp7NeR2Rw" border="0" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" /></a>
</div>
<p>
    <img src="http://feeds.feedburner.com/~r/Mashable/~4/VEGSBbrksso" height="1" width="1" title="Facebook Leads in the Top 1,000 Sites [STATS]" alt=" Facebook Leads in the Top 1,000 Sites [STATS]" />
</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yogiland.com/2010/05/27/facebook-leads-in-the-top-1000-sites-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Name and New Badges for Authorized Consultants</title>
		<link>http://www.yogiland.com/2010/05/03/new-name-and-new-badges-for-authorized-consultants/</link>
		<comments>http://www.yogiland.com/2010/05/03/new-name-and-new-badges-for-authorized-consultants/#comments</comments>
		<pubDate>Tue, 04 May 2010 02:20:00 +0000</pubDate>
		<dc:creator>Yogi Liman</dc:creator>
				<category><![CDATA[Did You Know...]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3580069.post-5564389720040311235</guid>
		<description><![CDATA[Your friendly neighborhood Google Analytics Authorized Consultant program is getting a new costume and superhero name, though their powers will remain the same. (Read: we are renaming the program and with that comes a shiny new logo - we think of our p...


No related posts.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left;">
    Your friendly neighborhood Google Analytics Authorized Consultant program is getting a new costume and superhero name, though their powers will remain the same. (Read: we are renaming the program and with that comes a shiny new logo &#8211; we think of our partners as superpowered).
</div>
<div>
    <br />
</div>
<div>
    <a href="http://www.google.com/analytics/partners.html">Our partners</a> are now called Google Analytics Certified Partners. Here&#39;s the new logo:<br />
    <br />
    <a href="http://3.bp.blogspot.com/_CkizHsl86-c/S9-GkIdZQnI/AAAAAAAAAas/juOejxFxd0w/s1600/index.001.png"><img src="http://3.bp.blogspot.com/_CkizHsl86-c/S9-GkIdZQnI/AAAAAAAAAas/juOejxFxd0w/s400/index.001.png" border="0" alt="index.001 New Name and New Badges for Authorized Consultants" id="BLOGGER_PHOTO_ID_5467236427955257970" style="display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; cursor: pointer; width: 125px; height: 125px; " title="New Name and New Badges for Authorized Consultants" /></a>
</div>
<div>
    <br />
</div>
<div>
    If you are looking for help with your Google Analytics account, look for companies that display this Google Analytics Certified Partners logo. Companies displaying this logo have met our <a href="http://www.google.com/analytics/consultants_criteria.html">rigorous requirements</a> demonstrating a level of expertise, agreed to our terms and conditions, and have proven experience to work with you.
</div>
<div>
    <br />
    Yes, we’ve made them jump through hoops because it’s important that we vet the best to service you. We don’t take it lightly because optimizing your Google Analytics account is serious business. So, whether it’s a quick consultation, help with an implementation or tracking a campaign, or long term support or training &#8211; look for companies that display the new logo. The new logos include a &quot;Click to Verify&quot; element that takes you to a listing on our partner page for more information.<br />
    <br />
    You can find the latest list of Google Analytics Certified Partners <a href="http://www.google.com/analytics/partners.html">here</a>. The new logo is part of our plan to produce consistent naming and badging for all <a href="http://www.google.com/adwords/partnerprograms/">Google product partner programs</a>.<br />
    <br />
    <span class="byline-author">Posted by Eva Woo, Google Analytics Team</span>
</div>
<div class="blogger-post-footer">
    <img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3580069-5564389720040311235?l=analytics.blogspot.com' alt='' title="New Name and New Badges for Authorized Consultants" />
</div>
<div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=3bpybBf9kLY:JuaqI4qWUJw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?d=yIl2AUoC8zA" border="0" title="New Name and New Badges for Authorized Consultants" alt=" New Name and New Badges for Authorized Consultants" /></a> <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=3bpybBf9kLY:JuaqI4qWUJw:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?i=3bpybBf9kLY:JuaqI4qWUJw:-BTjWOF_DHI" border="0" title="New Name and New Badges for Authorized Consultants" alt=" New Name and New Badges for Authorized Consultants" /></a>
</div>
<p>
    <img src="http://feeds.feedburner.com/~r/blogspot/tRaA/~4/3bpybBf9kLY" height="1" width="1" title="New Name and New Badges for Authorized Consultants" alt=" New Name and New Badges for Authorized Consultants" />
</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yogiland.com/2010/05/03/new-name-and-new-badges-for-authorized-consultants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New In AdWords: Search Funnels</title>
		<link>http://www.yogiland.com/2010/03/24/new-in-adwords-search-funnels/</link>
		<comments>http://www.yogiland.com/2010/03/24/new-in-adwords-search-funnels/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:53:00 +0000</pubDate>
		<dc:creator>Yogi Liman</dc:creator>
				<category><![CDATA[Did You Know...]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3580069.post-6871180054031114156</guid>
		<description><![CDATA[Yesterday, AdWords announced the launch of Search Funnels, a new set of reports available only in AdWords that describe the Google search ad click and impression behavior leading up to a conversion. They are rolling out over the next few weeks and work...


No related posts.]]></description>
			<content:encoded><![CDATA[<div>
    <a href="http://adwords.blogspot.com/2010/03/new-reports-adwords-search-funnels.html">Yesterday, AdWords announced</a> the launch of <a href="http://adwords.google.com/support/aw/bin/answer.py?hl=en&amp;answer=173376">Search Funnels</a>, a new set of reports available only in AdWords that describe the Google search ad click and impression behavior leading up to a conversion. They are rolling out over the next few weeks and work if you are using AdWords Conversion Tracking or <a href="http://analytics.blogspot.com/2009/06/import-your-google-analytics-goals-into.html">importing your Google Analytics goals</a> into AdWords.
</div>
<div>
    <br />
</div>
<div>
    <strong>What are Search Funnels?</strong>
</div>
<div>
    Currently, conversions in AdWords are attributed to the last ad clicked before the conversion happened. However, it&#39;s likely that customers perform multiple searches prior to finally converting.
</div>
<div>
    <br />
    These reports provide data on how &quot;upper-funnel&quot; keywords behave on the conversion path prior to the last ad click. These funnels are not to be confused with funnels in Google Analytics, which are on-site funnels. These are the paths users take when seeing and clicking on your ads after doing a search on google.com, on the way to converting. They look back 30 days prior to the conversion.
</div>
<div>
    <br />
</div>
<div>
    In addition to a Top Conversions report, Search Funnels consists of 7 reports including Assisted Conversions, First and Last ClickAnalysis, Time Lag, and Path Length. Take a look at this video giving an overview of the new reports, and at the <a href="http://adwords.blogspot.com/2010/03/new-reports-adwords-search-funnels.html">AdWords blog post</a> to learn more.
</div>
<div>
    <br />
    <object width="480" height="385">
        <param name="movie" value="http://www.youtube.com/v/Wwj5W0UzAlo&amp;hl=en_US&amp;fs=1&amp;" />
        <param name="allowFullScreen" value="true" />
        <param name="allowscriptaccess" value="always" />
        <embed src="http://www.youtube.com/v/Wwj5W0UzAlo&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385" />
    </object><br />
</div>
<div>
    <br />
</div>
<div>
    <br />
</div>
<div>
    <strong>How is this useful?<br /></strong>Search Funnels data gives you more data to help you gauge the true value of your keyword and ads in AdWords. By showing whether an ad was shown prior to a conversion and whether it was clicked or not, they help you analyze <em>assist</em> relationships. For instance, find out whether generic keywords actually contributed to conversions occurring from a branded keyword search, and vice versa. You&#39;re no longer limited to a last-click perspective in AdWords.
</div>
<div>
    <br />
</div>
<div>
    Take a look at the <a href="http://adwords.google.com/support/aw/bin/topic.py?hl=en&amp;topic=27485">AdWords help center</a> for a complete description of the new reports and metrics. These reports are currently in beta, and again, they&#39;ll be available in your AdWords account over the next few weeks. Bravo AdWords!
</div>
<div>
    <br />
</div>
<p>
    <span class="byline-author">Posted by Jeff Gillis, Google Analytics Team</span>
</p>
<div class="blogger-post-footer">
    <img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3580069-6871180054031114156?l=analytics.blogspot.com' alt='' title="New In AdWords: Search Funnels" />
</div>
<div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=OzYwEtfRnF8:PngDVt0fm1U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?d=yIl2AUoC8zA" border="0" title="New In AdWords: Search Funnels" alt=" New In AdWords: Search Funnels" /></a>
</div>
<p>
    <img src="http://feeds.feedburner.com/~r/blogspot/tRaA/~4/OzYwEtfRnF8" height="1" width="1" title="New In AdWords: Search Funnels" alt=" New In AdWords: Search Funnels" />
</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yogiland.com/2010/03/24/new-in-adwords-search-funnels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Analytics TV #7 with Avinash and Nick</title>
		<link>http://www.yogiland.com/2010/03/22/web-analytics-tv-7-with-avinash-and-nick/</link>
		<comments>http://www.yogiland.com/2010/03/22/web-analytics-tv-7-with-avinash-and-nick/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 18:45:00 +0000</pubDate>
		<dc:creator>Yogi Liman</dc:creator>
				<category><![CDATA[Did You Know...]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3580069.post-9123863128933781986</guid>
		<description><![CDATA[This is the 7th edition of Web Analytics TV with Avinash Kaushik and Nick Mihailovski! In this series you ask questions via the Google Analytics Google Moderator site and we answer them! Here is the list of last week’s questions. In this action packe...


No related posts.]]></description>
			<content:encoded><![CDATA[<div>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">This is the 7th edition of Web Analytics TV with Avinash Kaushik and Nick Mihailovski! In this series you ask questions via the</span> <a href="http://snipr.com/nmwa"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">Google Analytics Google Moderator site</span></a> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">and we answer them!</span>
    </p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;"></p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Here is the</span> <a href="http://www.google.com/moderator/#15/e=43ba&amp;t=43ba.40&amp;f=43ba.1e921"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">list of last week’s questions</span></a><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">.</span>
    </p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;"></p>
    <p style=" line-height:115%; margin:0ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:bold; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">In this action packed episode we discuss:</span>
    </p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;"></p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Test your tracking implementation without waiting for the data to appear in reports.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">How GZip compression works for the tracking code.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Retrieving the value for visitor level customer variables.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Adding annotations via the API.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Why do searches from Google Image Search appear as referrals in Google Analytics?</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Why do I see self-referrers to my site (my site referring to itself)?</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">How to detect new search engines in Google Analytics?</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Fixing site overlay to not distinguish two links pointing to the same page.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">How to exclude internal users now that _setVar is deprecated.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Why does (not set) appear as page titles in reports?</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">What is the best way to begin with web analytics? How do you focus?</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Why do longer date ranges return different results?</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">How can you use the Motion Chart bar graph?</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Best practises for setting up conversion goals for e-commerce sites.</span>
    </p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;"></p><br />
    <br />
    <br />
    <object width="425" height="344">
        <param name="movie" value="http://www.youtube.com/v/C3BqTQwz6jE&amp;hl=en&amp;fs=1" />
        <param name="allowFullScreen" value="true" />
        <param name="allowscriptaccess" value="always" />
        <embed src="http://www.youtube.com/v/C3BqTQwz6jE&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344" />
    </object><br />
    <br />
    <br />
    <br />
    <p style=" line-height:115%; margin:0ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Here are links to resources we discussed in the video:</span>
    </p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;"></p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">Validating and Troubleshooting</span></a> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">your Google Analytics tracking code.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Speed up your site, get better data, use</span> <a href="http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">asynchronous tracking</span></a><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Use</span> <a href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._getVisitorCustomVar"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">_getVisitorCustomVar()</span></a> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">to retieve previously set visitor level custom variables.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">The open feature request to</span> <a href="http://code.google.com/p/gdata-issues/issues/detail?id=1793&amp;colspec=API%20ID%20Type%20Status%20Priority%20Stars%20Summary"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">add annotations via our API</span></a><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">; please vote and add use cases.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Override the page referral using</span> <a href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApiCampaignTracking.html#_gat.GA_Tracker_._setReferrerOverride"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">_setReferrerOverride()</span></a><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">One possible solution to</span> <a href="http://dailyseotip.com/google-analytics-how-to-track-image-referrals/458/"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">tracking Google Image Search</span></a><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Use</span> <a href="http://code.google.com/apis/analytics/docs/gaJS/gaJSApiSearchEngines.html#_gat.GA_Tracker_._addOrganic"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">_addOrganic()</span></a> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">to detect new search engines to in Google Analytics.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Need help with Google Analytics? Have tough questions? Check out these 4 wonderful resources for help:</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 72pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">○</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Hire a</span> <a href="http://www.google.com/analytics/partners.html"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">Google Analytics Authorized Consultants</span></a>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 72pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">○</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Google Analytics</span> <a href="http://www.google.com/support/analytics/"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">Help Center</span></a>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 72pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">○</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Google Analytics</span> <a href="http://code.google.com/intl/en/apis/analytics/"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">Code Site for developers</span></a>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 72pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">○</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Google Analytics</span> <a href="http://www.google.com/suppor"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">General Help Forum</span></a>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <a href="http://code.google.com/apis/analytics/docs/concepts/gaConceptsSampling.html"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">How sampling works</span></a> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">in Google Analytics.</span>
    </p>
    <p style=" line-height:115%; margin:0pt 0pt 0pt 36pt; text-indent:-18ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:11pt;color:#000000;">●</span> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Rock out with the</span> <a href="http://www.youtube.com/watch?v=nimrc-uG7UY"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">Motion Charts Anthem</span></a> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">(super cool!).</span>
    </p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;"></p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:bold; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Special Notice</span><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">: We also have a</span> <a href="http://analytics.blogspot.com/2010/03/upcoming-webinar-google-analytics.html"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">Custom Variables Webinar</span></a> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">coming up on Wednesday, March 24th at 10:00 am PT. Space is limited,</span> <a href="https://googleonline.webex.com/mw0306l/mywebex/default.do?nomenu=true&amp;siteurl=googleonline&amp;service=6&amp;main_url=https%3A%2F%2Fgoogleonline.webex.com%2Fec0605l%2Feventcenter%2Fevent%2FeventAction.do%3FtheAction%3Ddetail%26confViewID%3D615185057%26siteurl%3Dgoogleonline%26%26%26"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">sign up before it’s too late</span></a><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">!</span>
    </p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;"></p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">If you found this post helpful, we&#39;d love to hear your comments. If you have a question you would like us to answer, please submit a question or vote for your favorite question in our</span> <a href="http://snipr.com/nmwa"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">public Google Moderator site</span></a><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">.</span> <a href="http://www.kaushik.net/Avinash"><span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:underlinefont-family:Verdana;font-size:10pt;color:#000099;">Avinash</span></a> <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">and I will answer your latest questions in a couple of weeks with yet another entertaining video.</span>
    </p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;"></p>
    <p style=" line-height:115%; margin:0ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Thanks!</span>
    </p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;"></p>
    <p style=" line-height:115%; margin:0ptfont-size:10pt;">
        <span style="background-color:#ffffff;    font-style:normal; font-weight:normal; text-decoration:nonefont-family:Verdana;font-size:10pt;color:#000000;">Posted by Nick Mihailovski, Google Analytics Team</span>
    </p>
    <p style=" line-height:115%; margin:0ptfont-size:12pt;"></p>
</div>
<div class="blogger-post-footer">
    <img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3580069-9123863128933781986?l=analytics.blogspot.com' alt='' title="Web Analytics TV #7 with Avinash and Nick" />
</div>
<div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=bOmndZSdMj4:7OEebVRGbvk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?d=yIl2AUoC8zA" border="0" title="Web Analytics TV #7 with Avinash and Nick" alt=" Web Analytics TV #7 with Avinash and Nick" /></a>
</div>
<p>
    <img src="http://feeds.feedburner.com/~r/blogspot/tRaA/~4/bOmndZSdMj4" height="1" width="1" title="Web Analytics TV #7 with Avinash and Nick" alt=" Web Analytics TV #7 with Avinash and Nick" />
</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yogiland.com/2010/03/22/web-analytics-tv-7-with-avinash-and-nick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SES New York Is Next Week!</title>
		<link>http://www.yogiland.com/2010/03/19/ses-new-york-is-next-week/</link>
		<comments>http://www.yogiland.com/2010/03/19/ses-new-york-is-next-week/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 22:52:00 +0000</pubDate>
		<dc:creator>Yogi Liman</dc:creator>
				<category><![CDATA[Did You Know...]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3580069.post-1684926051188972637</guid>
		<description><![CDATA[The Search Engine Strategies conference is next week in New York, and googlers from search, AdWords, AdSense, YouTube, Google Analytics and Website Optimizer will be there in force. We'll have a large booth where we'll be demoing the coolest new featur...


No related posts.]]></description>
			<content:encoded><![CDATA[<p>
    The <a href="http://www.searchenginestrategies.com/newyork/">Search Engine Strategies</a> conference is next week in New York, and googlers from search, AdWords, AdSense, YouTube, Google Analytics and Website Optimizer will be there in force. We&#39;ll have a large booth where we&#39;ll be demoing the coolest new features from any and all of our products. Come by and say hello, and also be sure to attend some of the Google sessions.
</p>
<div>
    <br />
</div>
<div>
    Of special note, <a href="http://www.searchenginestrategies.com/newyork/agenda-day1.php">4:45pm on Tuesday</a> where Sissie Hsiao, a senior product manager on Google Analytics and AdWords, will be launching something <strong>really</strong> cool at the &quot;Getting the Most Out of AdWords Features &amp; Tools&quot; session. We can&#39;t say any more, but we think you&#39;ll like it. I&#39;ll also be talking at the same time at the &quot;Deep Dive Into Analytics: When Bounce Rate No Longer Floats Your Boat&quot;. Choose one of them and you can&#39;t miss.
</div>
<div>
    <br />
</div>
<div>
    Also &#8211; a must-see is the <a href="http://www.searchenginestrategies.com/newyork/agenda-day2.php">keynote on Day 2</a>, given by our very own <a href="http://www.kaushik.net/avinash/">Avinash Kaushik</a>. Here&#39;s the blurb about his keynote:
</div>
<div>
    <blockquote>
        <p>
            <strong>Be Awesome: Ideas for Approaching Search Analytics Differently<br /></strong>Click through rates, page rank, conversions, page views are all sweet. Yet they rarely scratch the surface of the true opportunity of search and subsequently quantifying the true impact of this massively data driven ecosystem. In his keynote Avinash will share specific ideas you can execute to find the audiences you crave online and use data to ensure that you are getting highest possible ROI. Keyword trees, yes. Attribution analysis, sure. Monetizing the long tail, got that. Micro conversions, yep. Bring an open mind.
        </p>
    </blockquote>
</div>
<div>
    <a href="http://www.searchenginestrategies.com/newyork/registration-details.html">Register here</a> and use the code 20GOOG for a 10% discount.<br />
    <div>
        <br />
    </div>
    <div>
        <span class="byline-author">Posted by Jeff Gillis, Google Analytics Team</span>
    </div>
</div>
<div class="blogger-post-footer">
    <img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3580069-1684926051188972637?l=analytics.blogspot.com' alt='' title="SES New York Is Next Week!" />
</div>
<div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=Y_JSvq-x83M:VBFndadL0C8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?d=yIl2AUoC8zA" border="0" title="SES New York Is Next Week!" alt=" SES New York Is Next Week!" /></a>
</div>
<p>
    <img src="http://feeds.feedburner.com/~r/blogspot/tRaA/~4/Y_JSvq-x83M" height="1" width="1" title="SES New York Is Next Week!" alt=" SES New York Is Next Week!" />
</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yogiland.com/2010/03/19/ses-new-york-is-next-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More choice for users:  browser-based opt-out for Google Analytics on the way</title>
		<link>http://www.yogiland.com/2010/03/18/more-choice-for-users-browser-based-opt-out-for-google-analytics-on-the-way/</link>
		<comments>http://www.yogiland.com/2010/03/18/more-choice-for-users-browser-based-opt-out-for-google-analytics-on-the-way/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:22:00 +0000</pubDate>
		<dc:creator>Yogi Liman</dc:creator>
				<category><![CDATA[Did You Know...]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-3580069.post-2288185942350417802</guid>
		<description><![CDATA[As an enterprise-class web analytics solution, Google Analytics not only provides site owners with information on their website traffic and marketing effectiveness, it also does so with high regard for protecting user data privacy.  Over the past year,...


No related posts.]]></description>
			<content:encoded><![CDATA[<p>
    As an enterprise-class web analytics solution, Google Analytics not only provides site owners with information on their website traffic and marketing effectiveness, it also does so with high regard for protecting user data privacy. Over the past year, we have been exploring ways to offer users more choice on how their data is collected by Google Analytics. We concluded that the best approach would be to develop a global browser based plug-in to allow users to opt out of being tracked by Google Analytics. Our engineers are now hard at work finalizing and testing this opt-out functionality. We look forward to make it globally available to our users in the coming weeks.
</p>
<div>
    <br />
    <span class="byline-author">Posted by Amy Chang, Group Product Manager, Google Analytics</span>
</div>
<div class="blogger-post-footer">
    <img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3580069-2288185942350417802?l=analytics.blogspot.com' alt='' title="More choice for users:  browser based opt out for Google Analytics on the way" />
</div>
<div class="feedflare">
    <a href="http://feeds.feedburner.com/~ff/blogspot/tRaA?a=dA0BTXR0OQc:gKgxXBpz0FM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/blogspot/tRaA?d=yIl2AUoC8zA" border="0" title="More choice for users:  browser based opt out for Google Analytics on the way" alt=" More choice for users:  browser based opt out for Google Analytics on the way" /></a>
</div>
<p>
    <img src="http://feeds.feedburner.com/~r/blogspot/tRaA/~4/dA0BTXR0OQc" height="1" width="1" title="More choice for users:  browser based opt out for Google Analytics on the way" alt=" More choice for users:  browser based opt out for Google Analytics on the way" />
</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yogiland.com/2010/03/18/more-choice-for-users-browser-based-opt-out-for-google-analytics-on-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

