<?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>Rise to the Top Blog &#187; Website Analytics</title>
	<atom:link href="http://www.techwyse.com/blog/category/website-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwyse.com/blog</link>
	<description>Learn, Educate &#38; Rise</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:12:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Excluding Non-Interactive Events In Google Analytics Bounce Rate Calculations</title>
		<link>http://www.techwyse.com/blog/website-analytics/excluding-non-interactive-events-in-google-analytics-bounce-rate-calculations/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/excluding-non-interactive-events-in-google-analytics-bounce-rate-calculations/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 02:04:46 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=10585</guid>
		<description><![CDATA[Google Analytics event tracking snippets enable us to track events that are happening on a website; Google Analytics helps us track components like a Flash player, Ajax Image slider, video players, download links, etc. Click here to read some best &#8230; <a href="http://www.techwyse.com/blog/website-analytics/excluding-non-interactive-events-in-google-analytics-bounce-rate-calculations/"></a>]]></description>
			<content:encoded><![CDATA[<p><img class="imgright" title="Google Analytics Bounce Rate Calculations" src="http://www.techwyse.com/blog/wp-content/uploads/2011/11/google-analytics1.jpg" alt="" width="250" height="150" />Google Analytics event tracking snippets enable us to track events that are happening on a website; Google Analytics helps us track components like a Flash player, Ajax Image slider, video players, download links, etc. <a href="http://www.techwyse.com/blog/website-analytics/event-tracking-with-google-analytics/" >Click here</a> to read some best practices for using the event tracking feature in Google Analytics.</p>
<h2>How Bounce Rate and Event Tracking Are Related</h2>
<p>Let’s say that a webpage contains an event tracking snippet to track visitor interaction with a video player; when a visitor lands directly on this particular webpage and interacts with the video player and leaves the website without visiting any other pages, this visit is excluded from the bounce rate calculation because the visitor did indeed interact with the video player (where the event tracking snippet was added). In most cases, it doesn’t make sense for visits to be excluded from the bounce rate calculation when an action is performed with a defined event. Now that we have the control of it, we can decide whether the particular interaction should be included or excluded in the bounce rate calculation.</p>
<p>Events can be classified into interactive events and non-interactive events.</p>
<div style="text-align: center;"><img class="alignleft size-full wp-image-10594" title="Interactive Events and Non-Interactive Events" src="http://www.techwyse.com/blog/wp-content/uploads/2011/11/google-event-tracking1.jpg" alt="" width="563" height="412" /></div>
<h3>INTERACTIVE EVENTS</h3>
<p><strong></strong>Events that can be considered as interactive are:</p>
<ul>
<li>Clicks on download links</li>
<li>Clicks on a ‘call to action’</li>
<li>Clicks on submit button of newsletter subscription and contact form</li>
<li>Clicks on social media links</li>
</ul>
<p>When a visitor lands on a page and performs any one of these interactions then leaves the site, we can exclude this visit in the bounce rate calculation as the interaction is considered to be more valuable and not a “true bounce” per se. This works with the default event tracking snippet and doesn’t need a *true argument at the end. This works with the default event tracking snippet and doesn’t need this new feature.</p>
<h3>NON-INTERACTIVE EVENTS</h3>
<p><strong></strong>Events that can be considered as non-interactive are image sliders, video player interaction etc. These interactions have nothing to do with conversions and it’s just measuring the visitor activity in the website. So these interactions have to be excluded from the bounce rate calculation and here is where this new feature helps. With the usual event tracking snippet, we just need to add a true argument at the end to exclude it from the bounce rate calculation.</p>
<p>Below is an example of event tracking snippets :</p>
<p>_<em><strong>trackEvent(category, action, opt_label, opt_value, opt_noninteraction)</strong></em><br />
Non-interaction &#8211; A Boolean that when set to true, indicates that the event hit will not be used in the bounce-rate calculation.</p>
<p>Below is an example to measure the event that tracks the ‘play’ button of the video with a non-interaction argument.</p>
<p><em><strong>_gaq.push([&#8216;_trackEvent&#8217;, &#8216;Videos&#8217;, &#8216;Play&#8217;, &#8216;MJ Moonwalk&#8217;, &#8217;5&#8242;, &#8216;true&#8217;);</strong></em><br />
The ‘true’ argument added to the end of the snippet will exclude this event from the bounce rate calculation. Hope this helps!</p>
<p>*The Boolean parameter (‘true’) added at the end of the snippet will include this visit in the bounce rate calculation. Visits that attempt the defined event and leave the web page without visiting any other pages will also be counted as ‘bounce rate visits,’ provided that the Boolean parameter is set to true. Learn more about this new parameter from Google’s Event Tracking Guide on <a target="_blank" href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html#non-interaction" >Non-Interaction Events</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/excluding-non-interactive-events-in-google-analytics-bounce-rate-calculations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo Data Integration in Bing Webmaster Tool</title>
		<link>http://www.techwyse.com/blog/website-analytics/yahoo-data-integration-in-bing-webmaster-tool/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/yahoo-data-integration-in-bing-webmaster-tool/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 11:50:54 +0000</pubDate>
		<dc:creator>Ibrahim</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=10328</guid>
		<description><![CDATA[It’s finally official, Yahoo! has merged its search results with Bing and now all the ranking and back end data of Yahoo! search will be powered by Microsoft. Yahoo! has been trying hard to compete with Google’s search algorithm and &#8230; <a href="http://www.techwyse.com/blog/website-analytics/yahoo-data-integration-in-bing-webmaster-tool/"></a>]]></description>
			<content:encoded><![CDATA[<p><img class="imgright" title="Yahoo Data Integrated To Bing Webmaster Tool" src="http://www.techwyse.com/blog/wp-content/uploads/2011/10/yahoo-bing-webmaster-tool.jpg" alt="" width="250" height="150" />It’s finally official, Yahoo! has merged its search results with Bing and now all the ranking and back end data of Yahoo! search will be powered by Microsoft. Yahoo! has been trying hard to compete with Google’s search algorithm and their merger with Microsoft may be the best strategy to gain back market share. The last few months has seen a big turnaround for Yahoo’s traffic, as they have been losing out on market share. As per the latest <a target="_blank" href="http://searchenginewatch.com/article/2117170/September-2011-Search-Engine-Market-Share-from-comScore-Hitwise"  rel="external nofollow">search engine market share trends</a> Google dominates approximately 65% of the search market while Yahoo &amp; Bing are constantly fighting over the remaining share.</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2011/10/clip_image0021.jpg" ><img title="clip_image002" src="http://www.techwyse.com/blog/wp-content/uploads/2011/10/clip_image002_thumb1.jpg" alt="clip_image002" width="341" height="62" align="right" border="0" /></a></p>
<p>Bing webmaster team recently announced new additions to its Webmaster Tools that will display integrated traffic features from Yahoo directly in its webmaster reports. Let’s take a look at how the integration affects the reports in the Webmaster T<a name="_GoBack"></a>ool.</p>
<h2>What are the areas that are going to be affected?</h2>
<p>Bing Webmaster Tool is not as robust as Google’s but it is definitely going to be something to watch out for in the years to come. The majority of the data within the webmaster tool accounts will not be affected by the merger. There are three main areas that are going to be influenced through this combined data sharing, rather than actual integration.</p>
<h2>Where can we see the combined data?</h2>
<p>If you click the traffic stats or page traffic section in the webmaster tool you’ll be able to see the combined data from Yahoo/Bing:</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2011/10/clip_image004.jpg" ><img title="clip_image004" src="http://www.techwyse.com/blog/wp-content/uploads/2011/10/clip_image004_thumb.jpg" alt="clip_image004" width="584" height="226" border="0" /></a><strong><strong></strong></strong></p>
<h3><strong>1. IMPRESSIONS</strong></h3>
<p>Impressions will definitely go up because it now takes the combined date for your listings in both Yahoo &amp; Bing. For every search phrase listed in the report, your impressions will reflect the collective number of times your page was displayed, based on the query searched by users in both the search engines.</p>
<h3>2. <strong><strong>CLICKS</strong></strong></h3>
<p>Clicks are also incorporated due to the merger with Bing. It’s advantageous for them to merge and the number will also keep increasing, because of the mutual integration of the Yahoo and Bing.</p>
<h3>3. <strong><strong>CLICK THROUGH RATES</strong></strong></h3>
<p>CTR (click through rate) data is a by-product of impressions and click; it’s based on a user’s click movement on each search engine’s listed pages.</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2011/10/clip_image006.jpg" ><img title="clip_image006" src="http://www.techwyse.com/blog/wp-content/uploads/2011/10/clip_image006_thumb.jpg" alt="clip_image006" width="571" height="128" border="0" /></a></p>
<p>Another significant point to bear in mind is that the new changes will only affect the figures. The real search engine results/positions will not be wholly affected by the integration. As an indicator of showing combined data, you will see both the search engine logos on top of the graphs.</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2011/10/clip_image007.jpg" ><img title="clip_image007" src="http://www.techwyse.com/blog/wp-content/uploads/2011/10/clip_image007_thumb.jpg" alt="clip_image007" width="216" height="40" align="right" border="0" /></a></p>
<p>Clicks will now reflect data collected from both Bing and Yahoo! Click through rates (CTR) will reflect the accumulation of the new data, and Impressions will be another category that shows a change based on the merging of data. This now means if you were to examine your data and wanted to see how many times your result showed based on searches, instead of having to use each webmaster tool individually, you can just get all the information regarding queries initiated by searches in one place.</p>
<p>For the majority of users, this information may not be significant, but for webmasters it represents a way to save time by reviewing more data in one place. Moreover, Bing and Yahoo! will still have their webmaster tools just as they always have so there’s no need to run around making new accounts or learning all new patterns to work through to get the data. Eventually, it’s expected that more data will be shared among the two and further enhancements should follow. Until then, this is a great start and will make tasks associated with SEO much faster and smoother for webmasters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/yahoo-data-integration-in-bing-webmaster-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Introduces Multi-Channel Funnels to Analyse Visitor Behaviour</title>
		<link>http://www.techwyse.com/blog/website-analytics/google-analytics-introduces-multi-channel-funnels-to-analyse-visitor-behaviour-2/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/google-analytics-introduces-multi-channel-funnels-to-analyse-visitor-behaviour-2/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 11:11:36 +0000</pubDate>
		<dc:creator>Mahesh</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=10168</guid>
		<description><![CDATA[Earlier this year Google announced the availability of the new version of Google Analytics for users across all languages. With tons of new features to help you analyse visitor behaviour Google Analytics is taking measurability to a new level, if &#8230; <a href="http://www.techwyse.com/blog/website-analytics/google-analytics-introduces-multi-channel-funnels-to-analyse-visitor-behaviour-2/"></a>]]></description>
			<content:encoded><![CDATA[<p><img class="imgright" title="Google Analytics Introduces Multi-Channel Funnels to Analyse Visitor Behaviour" src="http://www.techwyse.com/blog/wp-content/uploads/2011/10/google-multi-channel.jpg" alt="" width="250" height="150" />Earlier this year Google announced the availability of the new version of <a target="_blank" href="http://www.google.com/analytics" >Google Analytics</a> for users across all languages. With tons of new features to help you analyse visitor behaviour Google Analytics is taking measurability to a new level, if you haven’t tried it then we encourage you to try the new updated version. Among the recently launched features that have attracted a lot of attention are <a target="_blank" href="http://analytics.blogspot.com/2011/08/introducing-multi-channel-funnels.html"  rel="external nofollow">Multi-Channel Funnel Reports</a>.</p>
<h2>Introduction to Multi-Channel Funnels</h2>
<p>Before we begin, let’s define Multi-Channel Funnel. Accurately measuring conversions is crucial for driving sales and is one of the most important features of an ROI based marketing effort. When a visitor converts or a makes a purchase on your site it’s very important to track the route that leads them to take the action. Often times customers do not convert on their initial visit; it sometimes requires multiple visits from different sources to trigger a conversion. Marketers who track only the latter will miss out on important opportunities; this is where Multi-Channel Funnel Reports become a great measurement tool.</p>
<p><span id="more-10168"></span></p>
<p>Initially Google Analytics only measured the path that closed the sale, but with the Multi-Channel Funnel reports of all the sources and digital channels that have impacted the conversion decision can be measured. For example, if a visitor comes to your site through paid &amp; organic searches, affiliate sources, social media ads (<a target="_blank" href="http://www.facebook.com/advertising/"  rel="external nofollow">Facebook ads</a>, Twitter sponsored tweets etc.) or digital channels you can begin to understand how these channels work together to create sales and conversions. In the Multi-Channel Funnels reports, channels are your sources of traffic, take a look at the various channel labels as a part of <a target="_blank" href="https://www.google.com/support/analyticshelp/bin/answer.py?answer=1191184" >basic channel grouping</a>.</p>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" src="http://www.techwyse.com/blog/wp-content/uploads/2011/09/clip_image002_thumb2.jpg" alt="clip_image002" width="560" height="420" border="0" /></p>
<p>This set of five pieces in the new Google Analytics report i.e. Overview, Assisted Conversions, Top Conversion path, Time Lag Report and Path Length can provide detailed insight on the conversion path over a 30 day period.</p>
<h2>How to Analyse the Multi-Channel Reports (Five Piece Report)</h2>
<h3>MULTI-CHANNEL FUNNELS OVERVIEW:</h3>
<p>The Multi-Channel Funnel overview shows the summary of the Conversions data, Assisted Conversions data and the percentage of the conversion path using Multi-Channel Conversion Visualizer.</p>
<h3>ASSISTED CONVERSIONS:</h3>
<p>Assisted conversion provides in-depth assisted interaction analysis over a fixed period of time; this report also shows as to how organic results assist in creating a conversion.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto;" src="http://www.techwyse.com/blog/wp-content/uploads/2011/09/clip_image004_thumb.jpg" alt="clip_image004" width="560" height="230" border="0" /></p>
<p>In the above screenshot you’ll notice that Direct and Organic Searches have assisted 4 conversions. This report also shows how effective your SEO, social media, email marketing efforts are in creating conversions for your business.</p>
<h3>TOP CONVERSION PATH:</h3>
<p>The Top Conversion path multi-channel funnel report shows top conversion path across different channels. Over here you can find a wide variety of sorting options and can be very useful to analyse which keyword or AdWords campaign are yielding maximum results.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto;" src="http://www.techwyse.com/blog/wp-content/uploads/2011/09/clip_image006_thumb1.jpg" alt="clip_image006" width="559" height="370" border="0" /></p>
<h3>TIME LAG REPORT:</h3>
<p>The time lag report helps you analyse the number of days for each conversion to take place and their conversion value.</p>
<h3>PATH LENGTH:</h3>
<p>The path length shows the number of visits or interactions that are required for a regular conversion to happen – this covers all the sources and channels.</p>
<h2>How Different is Multi-Channel Funnels Reports from the AdWords Report?</h2>
<p>When looking closely you may notice discrepancies between the CPC data in your <a target="_blank" href="https://accounts.google.com/ServiceLogin?service=adwords&amp;hl=en_US&amp;ltmpl=regionalc&amp;passive=true&amp;ifr=false&amp;alwf=true&amp;continue=https://adwords.google.com/um/gaiaauth?apt%3DNone" >Google AdWords</a> account, AdWords campaigns report and the Traffic Sources reports.</p>
<p>Well, that’s because they&#8217;re generated from different sources and actually report different information. Google AdWords does provide details on clicks, impressions and helps you to calculate your CTR (click through rate), but creating a user-defined conversion segment using the Multi-Channel Funnels can help you to wholly understand the relationship between paid search and organic channels.</p>
<h2>A Few Things to Consider Before Analysing Your Reports</h2>
<p>To effectively view the reports and understand visitor behaviour you need to use the campaign tracking method accurately. You can easily set up tracking using the <a target="_blank" href="http://www.google.com/support/analytics/bin/answer.py?answer=55578" >Google URL Builder Tool</a>.</p>
<p>Multi-Channel Funnel reports provides online marketers full insight on the conversion path within a time period of 30 days, unlike the standard Google Analytics “last click” model.</p>
<p><a target="_blank" href="http://adwords.google.com/support/aw/bin/answer.py?hl=en&amp;answer=160784" >View through conversion</a> data is not included in this report, it only includes a report of the clicks.<a name="_GoBack"></a></p>
<h2>Conclusion</h2>
<p>These reports provide increased clarity for online marketers, helping us measure our campaign performance and report the value of our services!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/google-analytics-introduces-multi-channel-funnels-to-analyse-visitor-behaviour-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improving Mobile Traffic using Google Analytics</title>
		<link>http://www.techwyse.com/blog/website-analytics/improving-mobile-traffic-using-google-analytics/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/improving-mobile-traffic-using-google-analytics/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 14:49:17 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=6691</guid>
		<description><![CDATA[With the influx of smart mobile devices everyone is talking about the potential for mobile sales. ABI Research predicts that m-commerce will top $119BN in 2015, up dramatically from the $2BN predicted for 2010. Mobile transactions ARE the future of &#8230; <a href="http://www.techwyse.com/blog/website-analytics/improving-mobile-traffic-using-google-analytics/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="Improving Mobile Traffic using Google Analytics" class="imgright" height="142" src="http://mobile-financial.com/files/1238248938_mobile%20money.jpg" width="240" />With the influx of smart mobile devices everyone is talking about the potential for mobile sales. ABI Research predicts that m-commerce will top $119BN in 2015, up dramatically from the $2BN predicted for 2010. Mobile transactions ARE the future of online commerce and we all are salivating for a slice of this rather large pie!</p>
<p>But how do we understand and prepare for the surge in mobile usage? With Google Analytics we can understand the quantity and quality of mobile interaction right now and make plans for future growth.</p>
<p>For our customers we have the following approach to achieve this:</p>
<p><span id="more-6691"></span></p>
<h2>1) Understand many mobile visitors you are receiving? Are these visitors as engaged as non-mobile visitors?</h2>
<p><strong>Build the report in Google Analytics:</strong> Visitors &gt; Mobile Devices &gt; Click Comparison button</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/image/ImprovingMobileTrafficusingGoogleAnalyti_9772/image.png" ><img alt="image" border="0" height="182" src="http://www.techwyse.com/blog/wp-content/uploads/image/ImprovingMobileTrafficusingGoogleAnalyti_9772/image_thumb.png" style="border: 0px none; display: inline;" title="image" width="588" /></a></p>
<p><strong>Analysis:</strong> This helps understand the breakdown of mobile devices used, so that you can build pages that suit the device type. Also you can understand how mobile browsers are interacting compared to full internet browsers. The aim here is to make improvements over time by creating content that is more engaging on mobile devices.</p>
<h2>2) How many conversions are you receiving from mobile visits?</h2>
<p><strong>Build the report in Google Analytics:</strong> To understand this data we need to isolate the mobile traffic segment. Click &ldquo;All Visits&rdquo; and select Mobile Traffic segment. I suggest leaving the all visits segment enabled too so you can see how conversion rates compare.</p>
<p>Click on Goals &gt; Goal Conversion Rate</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/image/ImprovingMobileTrafficusingGoogleAnalyti_9772/image_3.png" ><img alt="image" border="0" height="156" src="http://www.techwyse.com/blog/wp-content/uploads/image/ImprovingMobileTrafficusingGoogleAnalyti_9772/image_thumb_3.png" style="border: 0px none; display: inline;" title="image" width="590" /></a></p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/image/ImprovingMobileTrafficusingGoogleAnalyti_9772/image_4.png" ><img alt="image" border="0" height="156" src="http://www.techwyse.com/blog/wp-content/uploads/image/ImprovingMobileTrafficusingGoogleAnalyti_9772/image_thumb_4.png" style="border: 0px none; display: inline;" title="image" width="587" /></a></p>
<p><strong>Analysis:</strong> This data will tell you how far behind mobile traffic is in conversion terms.</p>
<p>The key to making improvements here is to set goals for improvement, tracking them over time and implementing conversion improving tools. We suggest:</p>
<p>a) resizing pages for mobile browsers so that the most important information is at the top of the device.</p>
<p>b) make lead forms or mobile specific checkout pages fit within screen sizes.</p>
<p>Conversion testing these options is the best method for improvement!</p>
<h2>3) Understand which areas of your site are being visits by mobile visitors!</h2>
<p><strong>Build the report in Google Analytics:</strong> Use the custom segment described above (by itself, i.e. without All Visits&rdquo;). Click on Content &gt; Top Content</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/image/ImprovingMobileTrafficusingGoogleAnalyti_9772/image_5.png" ><img alt="image" border="0" height="374" src="http://www.techwyse.com/blog/wp-content/uploads/image/ImprovingMobileTrafficusingGoogleAnalyti_9772/image_thumb_5.png" style="border: 0px none; display: inline;" title="image" width="584" /></a></p>
<p><strong>Analysis: </strong>This report allows us to understand what the most visited pages are from a mobile device and target where to place our improvement efforts. Bounce rates of above 50% are slightly more acceptable on mobile devices due to the fact that visitors may be looking up a number to call. However we should be minimizing the bounces by trying to engage as often as possible.</p>
<p>For ecommerce sites the 1st focus should be to improve the checkout process and ensure it is simple and smooth from a mobile device. Then examining the top content report will provide a priority list for further improvement.</p>
<h2>Mobile Device Conclusion</h2>
<p>Using the above reporting we can monitor the performance of mobile visitors. By making improvements and tracking the performance over time we can address the numerous elements that will bring online success from mobile devices. Understanding what your visitors want though is primary key to this success.</p>
<p>These steps should be taken in conjunction with a mobile advertising campaign which leverages advertising on mobile devices and uses such features such as &ldquo;click to call&rdquo;.</p>
<p>Feel free to contact us on any of the above&hellip; we&rsquo;ll be glad to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/improving-mobile-traffic-using-google-analytics/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google to Introduce a New Keyword Tool</title>
		<link>http://www.techwyse.com/blog/website-analytics/google-to-introduce-a-new-keyword-tool/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/google-to-introduce-a-new-keyword-tool/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 13:08:01 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=6190</guid>
		<description><![CDATA[Google has announced that it will be offering a new Updated Keyword Tool. This will follow them phasing out it&#39;s current Keyword Tool and the Search-Based Keyword Tool by the end of this month. When it finally does go live, &#8230; <a href="http://www.techwyse.com/blog/website-analytics/google-to-introduce-a-new-keyword-tool/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="Google to Introduce a New Keyword Tool" class="imgright" height="165" src="http://www.techwyse.com/blog/wp-content/uploads/2010/08/google-keyword-tool.jpg" title="google-keyword-tool" width="250" />Google has announced that it will be offering a new <a href="http://adwords.blogspot.com/2010/08/updated-keyword-tool-coming-out-of-beta.html"  target="_blank" rel="external nofollow">Updated Keyword Tool</a>. This will follow them phasing out it&#39;s current Keyword Tool and the Search-Based Keyword Tool by the end of this month. When it finally does go live, it will simply be known as &ldquo;<strong>The Keyword Tool&rdquo;.</strong> The revamped version will introduce new features I&#39;m sure many search marketers will welcome. They will also bring back a great feature they seemed to forget about&nbsp;in the current version.</p>
<p><span id="more-6190"></span></p>
<p>A quick summary of the new features can be found on <a href="http://adwords.blogspot.com/2010/08/updated-keyword-tool-coming-out-of-beta.html"  target="_blank" rel="external nofollow">the official AdWords Blog post about the new Keyword Tool</a>, including new flexible search options (keywords and website content together!) and removal of duplicate keywords. In addition to those features, you will have the ability to view mobile search data only. This mobile-specific data will only become more relevant as the mobile search market in North America catches up with the rest of the developed world. The one feature I am happy to see back is the ability to add negative keywords from words suggested by the tool. Access to this feature on the old interface was included with options for adding words to your campaign, but seemed to disappear in the latest version. Having quick access to negative terms will save a lot of time and means no longer adding to &#39;notepad&#39; first or copying keywords to the <a href="http://www.google.com/intl/en/adwordseditor/"  target="_blank">Adwords Editor</a> before uploading. The new version is already rolling out, and it is visible in a number of our client accounts already, but is not completely finished. I&#39;m already excited about the amount of hours I will be saving thanks to the new Google Keyword Tool!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/google-to-introduce-a-new-keyword-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Share Google Analytics Custom Reports Between Profiles</title>
		<link>http://www.techwyse.com/blog/website-analytics/how-to-share-google-analytics-custom-reports-between-profiles/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/how-to-share-google-analytics-custom-reports-between-profiles/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 15:32:39 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=6094</guid>
		<description><![CDATA[A special gift for all our ad agencies or developers managing many Google Analytics accounts from their master control area. When you are managing lots of Google Analytics profiles it is a huge benefit to be able to share your &#8230; <a href="http://www.techwyse.com/blog/website-analytics/how-to-share-google-analytics-custom-reports-between-profiles/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="How To Share Google Analytics Custom Reports Between Profiles" class="imgright" src="http://www.techwyse.com/blog/wp-content/uploads/2010/07/google-analytics-reports.jpg" title="google-analytics-reports" width="250" />A special gift for all our ad agencies or developers managing many Google Analytics accounts from their master control area.</p>
<p>	When you are managing lots of Google Analytics profiles it is a huge benefit to be able to share your carefully crafted custom reports across different data sets or customers.</p>
<h2>Here is how to share an existing report into a new profile.</h2>
<p>1) Open manage custom reports</p>
<p><span id="more-6094"></span></p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/image/SharingGoogleAnalyticsCustomReportsBetwe_A1FC/image.png" ><img alt="image" border="0" height="244" src="http://www.techwyse.com/blog/wp-content/uploads/image/SharingGoogleAnalyticsCustomReportsBetwe_A1FC/image_thumb.png" style="border-width: 0px; width: 382px; display: inline; height: 349px;" title="image" width="228" /></a></p>
<p>2) Click Import from other profiles</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/image/SharingGoogleAnalyticsCustomReportsBetwe_A1FC/image_3.png" ><img alt="image" border="0" height="119" src="http://www.techwyse.com/blog/wp-content/uploads/image/SharingGoogleAnalyticsCustomReportsBetwe_A1FC/image_thumb_3.png" style="border-width: 0px; display: inline;" title="image" width="533" /></a></p>
<p>3) Select the reports to include and apply&hellip;. simple!</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/image/SharingGoogleAnalyticsCustomReportsBetwe_A1FC/image_4.png" ><img alt="image" border="0" height="127" src="http://www.techwyse.com/blog/wp-content/uploads/image/SharingGoogleAnalyticsCustomReportsBetwe_A1FC/image_thumb_4.png" style="border-width: 0px; width: 373px; display: inline; height: 208px;" title="image" width="244" /></a></p>
<p>An alternative is to share the report across multiple profiles <strong>when you create it </strong>by clicking the drop down profile list and selecting more profiles to add it to!</p>
<p>&nbsp;</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/image/SharingGoogleAnalyticsCustomReportsBetwe_A1FC/image_5.png" ><img alt="image" border="0" height="442" src="http://www.techwyse.com/blog/wp-content/uploads/image/SharingGoogleAnalyticsCustomReportsBetwe_A1FC/image_thumb_5.png" style="border-width: 0px; display: inline;" title="image" width="555" /></a></p>
<p>Managing reports across profiles within the same account is easy! Now lets just hope that Google addresses the sharing of custom reports and segments between <strong>separate</strong> accounts in the near future!</p>
<p>	Just a quick tidbit for you all!&nbsp; If it helps one person I am a happy Analytics master. <img src='http://www.techwyse.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/how-to-share-google-analytics-custom-reports-between-profiles/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Analytics and Adwords Enhancements</title>
		<link>http://www.techwyse.com/blog/website-analytics/google-analytics-and-adwords-enhancements/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/google-analytics-and-adwords-enhancements/#comments</comments>
		<pubDate>Thu, 06 May 2010 15:41:31 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/internet-marketing/google-analytics-and-adwords-enhancements/</guid>
		<description><![CDATA[Great news from eMetrics San Jose! Yesterday Brett Crosby took the stage and announced several enhancements to the Google Analytics product set. We will post a review on each of the new features as they become available but here is &#8230; <a href="http://www.techwyse.com/blog/website-analytics/google-analytics-and-adwords-enhancements/"></a>]]></description>
			<content:encoded><![CDATA[<p><img class="imgright" title="Google Analytics and Adwords Enhancements" alt="Google Analytics and Adwords Enhancements" src="http://www.techwyse.com/blog/wp-content/uploads/2010/05/google-analytics-and-adwords.png" width="255" height="167" />Great news from eMetrics San Jose!</p>
<p>Yesterday Brett Crosby took the stage and announced several enhancements to the Google Analytics product set. We will post a review on each of the new features as they become available but here is a synopsis!</p>
<p>Introduction of the <a target="_blank" href="http://www.google.com/analytics/apps/" >Google Analytics Applications Gallery</a>. Browse the available applications that enhance the Google Analytic product. One of our favorites for keyword trees is <a target="_blank" href="http://www.google.com/analytics/apps/about?app_id=1001" >Analytics Visualizations</a> from Juice Analytics.</p>
<p>New <a target="_blank" href="http://www.youtube.com/watch?v=Hip0_I2K2z8&amp;feature=player_embedded#%21"  rel="external nofollow">Adwords reports available within Google Analytics</a>, including extra Adwords dimensions, day part reporting, placement reports, actual search queries. </p>
</p>
<p> <span id="more-5647"></span>
</p>
<p>Brett also informed everyone that <a target="_blank" href="http://adwords.blogspot.com/2010/03/new-reports-adwords-search-funnels.html"  rel="external nofollow">search funnel reporting</a> is now live within Adwords! We’re very excited about this new feature that will show the true value of Adwords ads by reporting whether an ad has been viewed (as opposed to clicked) on the way to a purchase.</p>
<p>For the real techno-geeks out there, Adwords Ad ID information will now be accessible via the Google Analytics API. This makes more valuable reporting easily accessible. My concern is that you PAY for this data using the Adwords API and my-spidey sense tells me that at some point in the near future Google should expect to see similar charges for the same data through the Analytics API. I hope I’m wrong!</p>
<p>Last, but by no means least, Google officially launched the <a target="_blank" href="http://analytics.blogspot.com/2009/12/google-analytics-launches-asynchronous.html"  rel="external nofollow">asynchronous tracking code.</a> The benefit of <a target="_blank" href="http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html" >this version of the code</a> is more accurate data collection and a faster loading page. Google is pushing everyone to migrate to the asynch version as soon as possible!</p>
<p>For the lay-person, all this extra functionality means that Google Analytics and Adwords are able to report more valuable decision making information to you so that you can maximize your advertising effectiveness and therefore your return.</p>
<p>Its all about &#8216;Data Driven Decisions&#8217;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/google-analytics-and-adwords-enhancements/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Advanced Segmentation in Google Analytics</title>
		<link>http://www.techwyse.com/blog/website-analytics/using-advanced-segmentation-in-google-analytics/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/using-advanced-segmentation-in-google-analytics/#comments</comments>
		<pubDate>Wed, 05 May 2010 09:30:27 +0000</pubDate>
		<dc:creator>rifa</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=5149</guid>
		<description><![CDATA[Advanced segmentation is a feature in Google Analytics that lets you segment all your&#160;data in a profile. It is a tool you can use to slice and dice your Analytics data with great precision. Advanced segments allow you to choose &#8230; <a href="http://www.techwyse.com/blog/website-analytics/using-advanced-segmentation-in-google-analytics/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="Using Advanced Segmentation in Google Analytics" class="imgright" height="138" src="http://www.techwyse.com/blog/wp-content/uploads/2010/05/advanced-segmentation-ga.png" title="Using Advanced Segmentation in Google Analytics" width="250" />Advanced segmentation is a feature in Google Analytics that lets you segment all your&nbsp;data in a profile. It is a tool you can use to slice and dice your Analytics data with great precision. Advanced segments allow you to choose what types of visits you want to be considered when generating the data for a report. In other words, with Advanced Segments, you can quickly isolate and analyze subsets of your traffic. You can create an advanced segment that only includes visits that meet a specific set of criteria.&nbsp;For example you can create an advanced segment that only includes visits from a certain geographic region.</p>
<h2>Applying an Advanced Segment</h2>
<p>To apply an advanced segment, select the desired website profile and simply Click Advanced Segments on the&nbsp;top right of the Dashboard and select the segments you want. The Default Segments are predefined, so you don&rsquo;t have to do anything to use them except to select them. The &#39;All Visits&#39; segment under Default Segments is enabled by default as well.</p>
<p>	<span id="more-5149"></span></p>
<h3>How to create an Advanced Segment?</h3>
<p>Let&rsquo;s create an advanced segment that includes visits only from US &amp; Canada and Time On Site greater than 3 minutes. Begin by clicking the Advanced Segments pulldown on the top and then click &#39;Create a new advanced segment&#39;.</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2010/04/clip_image0024.jpg" ><img alt="Create A New Analytics Segment" border="0" height="201" src="http://www.techwyse.com/blog/wp-content/uploads/2010/04/clip_image002_thumb4.jpg" style="border-width: 0px; display: inline;" title="clip_image002" width="412" /></a></p>
<p>To include only visits from US &amp; Canada first look for the metric &#39;<strong>Country/Territory&#39;</strong>. It&rsquo;s usually easiest to type what you are looking for into the search box, but you can also browse the complete list of metrics and dimensions. Now, drag the desired metric into the work area. Now select the conditions &#39;Matches exactly and specify &#39;<strong>US &amp; Canada&#39;</strong>. </p>
<p>	Similarly to set the condition &#39;Time on Site&#39; greater than 3 minutes, add an &ldquo;and&rdquo; statement by dragging the metric &#39;<strong>Time on Site&#39; </strong>and select the condition &#39;Greater than 3&#39;. You can combine one or more logical statements to define a segment. By clicking &#39;Test Segment&#39;, you can see the visits that meet the condition.</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2010/04/clip_image0041.jpg" ><img alt="Advanced Segments configuration in GA" border="0" height="382" src="http://www.techwyse.com/blog/wp-content/uploads/2010/04/clip_image004_thumb1.jpg" style="border-width: 0px; display: inline;" title="clip_image004" width="548" /></a></p>
<p>The segment will now appear in the &#39;Custom Segments&#39; area of the Advanced Segments pulldown.</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2010/04/clip_image0064.jpg" ><img alt="Custom Segments in GA" border="0" height="212" src="http://www.techwyse.com/blog/wp-content/uploads/2010/04/clip_image006_thumb4.jpg" style="border-width: 0px; display: inline;" title="clip_image006" width="369" /></a></p>
<p>On applying one or more advanced segments, you can see the data for the segments throughout all of your reports. Another advantage of advanced segment is that you can also change the date range and see the segments applied to historical data. The segments remain applied until you deselect them or you logoff or &#39;view reports&#39; on another account or profile.</p>
<p>So if you have not yet tried advanced segmentation in Google Analytics go ahead and log into Google Analytics and create some advanced segments.&nbsp; The realizations you can begin to undestand will astound you!</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/using-advanced-segmentation-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Three Reasons To Use Regular Expressions in Google Analytics</title>
		<link>http://www.techwyse.com/blog/website-analytics/using-regular-expressions-in-google-analytics/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/using-regular-expressions-in-google-analytics/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:14:47 +0000</pubDate>
		<dc:creator>Elan</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/?p=5105</guid>
		<description><![CDATA[A regular expression (affectionately called &#34;RegEx&#34;) is a string that many of us Google Analytics geeks use to describe or match a set of strings based on certain syntax rules. Google Analytics (GA) supports regular expressions so that users can &#8230; <a href="http://www.techwyse.com/blog/website-analytics/using-regular-expressions-in-google-analytics/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="RegEx in Google Analytics" class="imgright" height="149" src="http://www.techwyse.com/blog/wp-content/uploads/2010/03/regex-googleanalytics1.jpg" title="RegEx in Google Analytics" width="250" />A regular expression (affectionately called &quot;RegEx&quot;) is a string that many of us Google Analytics geeks use to describe or match a set of strings based on certain syntax rules. Google Analytics (GA) supports regular expressions so that users can create more powerful implementations.&nbsp;&nbsp;In this article&nbsp;I am going to discuss the three main usages of RegEx in Google Analytics.</p>
<h2>1. Creating Filters In Google Analytics</h2>
<p>Filters in GA are more advanced and is useful for getting some very refined reports. One of the&nbsp;most used filter application in GA is excluding IP addresses.&nbsp; This allows us&nbsp;to strip out the internal traffic from the GA report. Individual IP&#39;s can be excluded with predefined filters. By using custom filters we can block a range of dynamic IPs . This can be done by defining a proper RegEx format to get the entire IP series blocked.</p>
<p>	<span id="more-5105"></span></p>
<p>Are you not a RegEx geek? Not sure about the expressions of quantifiers &amp; repetitions? No worries. Google has a tool to automatically <u><a target="_blank" href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&amp;answer=55572" >generate the correct regular expression for your range of IP addresses</a></u>.</p>
<p>How will you make sure that you filtered out all internal IPs? Recently our very own GA wizard Jon has written a post on this titled &ldquo;<a href="http://www.techwyse.com/blog/website-analytics/advanced-ip-filtering-google-analytics/" >making sure specified RegEx format filters all internal IPs</a>&rdquo;.</p>
<h2>2. Setting up Goals in Google Analytics</h2>
<p>Goal set up is used&nbsp;to measure the number of conversions that a website is getting.&nbsp;&nbsp;Most&nbsp;conversions we use&nbsp;help us understand how many form leads are being received.&nbsp; To do this we need to choose a goal page which loads after the visitor completes the desired action. You may need to track many actions under one goal setup which have different goal pages.&nbsp;If that is the case the goal page should be defined in regular expression format so that Google Analytics will register goals when users complete all the desired actions which you want&nbsp;to be completed.</p>
<p>For example, the&nbsp;following are the pages that come after the desired actions.</p>
<p>/offer/signup.html <br />
	/offer1/signup.html <br />
	/offer2/signup.html <br />
	Exact regular expression will match all the above three goal pages is &ldquo;/.*/signup\.html&rdquo; or &ldquo;signup\.html$&rdquo;</p>
<h2>3. Filtering Data Within The Report Interface</h2>
<p>Most Internet marketers love getting the Google Analytics keyword report to see the search terms that visitors used to reach the website. While reporting to this client, we at TechWyse like to&nbsp;filter out brand name searches in the keyword report.</p>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2010/03/filterkeywords.jpg" ><img alt="filter-keywords" border="0" height="407" src="http://www.techwyse.com/blog/wp-content/uploads/2010/03/filterkeywords_thumb.jpg" style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" width="566" /></a> <br />
	This regular expression (tech\s?wyse) matches the following terms and strips them&nbsp;out from report.</p>
<p>&ldquo;techwyse, techwyse.com, tech wyse&rdquo;. This is an example and can be used in any Google Analytics report.</p>
<p>	And so this ends my session on using regular expressions in Google Analytics.&nbsp; I hope it helps!</p>
<p><!--Session data--><!--Session data--><!--Session data--><!--Session data--><!--Session data--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/using-regular-expressions-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Notes from Avinash Kaushik at eMetrics / SMX Toronto 2010</title>
		<link>http://www.techwyse.com/blog/website-analytics/summary-of-avinash-kaushik-at-emetrics-smx-toronto-2010/</link>
		<comments>http://www.techwyse.com/blog/website-analytics/summary-of-avinash-kaushik-at-emetrics-smx-toronto-2010/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 03:44:49 +0000</pubDate>
		<dc:creator>DJ</dc:creator>
				<category><![CDATA[Website Analytics]]></category>

		<guid isPermaLink="false">http://www.techwyse.com/blog/website-analytics/summary-of-avinash-kaushik-at-emetrics-smx-toronto-2010/</guid>
		<description><![CDATA[A great first full day at the SMX / eMetrics Marketing Optimization summit in Toronto, Canada! Some of Avinash&#8217;s Valuable Comments at SMX / eMetrics Toronto 2010 For those that could not attend here are some notes from day&#8217;s opener &#8230; <a href="http://www.techwyse.com/blog/website-analytics/summary-of-avinash-kaushik-at-emetrics-smx-toronto-2010/"></a>]]></description>
			<content:encoded><![CDATA[<p><img alt="Notes from Avinash Kaushik at eMetrics / SMX Toronto 2010" class="imgright" height="158" src="http://www.techwyse.com/blog/wp-content/uploads/2010/04/avinash-emetrics-smx.png" title="Notes from Avinash Kaushik at eMetrics / SMX Toronto 2010" width="250" />A great first full day at the SMX / eMetrics Marketing Optimization summit in Toronto, Canada!</p>
<h2>Some of Avinash&rsquo;s Valuable Comments at SMX / eMetrics Toronto 2010</h2>
<p>For those that could not attend here are some notes from day&rsquo;s opener Avinash Kaushik.</p>
<h3>Understand The Metrics Available On Your Website</h3>
<ul>
<li>No one really has private data.&nbsp; <a href="http://www.compete.com"  target="_blank" rel="external nofollow">Compete</a> is a site that anyone can go to and receive data and compare against any competitor at any time.&nbsp; Avinash was really showing off the paid version.</li>
<li>Don&rsquo;t &lsquo;puke&rsquo; data.&nbsp; In other words,&nbsp; if you are an Analytics consultant or the lead on analyzing data, don&rsquo;t overburden those you are reporting to with so much data that they data means nothing.&nbsp; Instead understand what the goal of your analytics reporting is, discover the most important metrics that can report to this goal and display them cleanly.</li>
</ul>
<p><span id="more-5263"></span></p>
<ul>
<li>Use <a href="http://www.seochat.com/seo-tools/keyword-cloud/"  target="_blank" rel="external nofollow">keyword clouds</a> to ensure that what you think your website is saying to search engines and visitors is accurate in pure data form.&nbsp; Specifically, Avinash mentioned the use of <a href="http://www.juiceanalytics.com/"  target="_blank" rel="external nofollow">Juice Analytics</a> to really get detailed information in minutes.</li>
<li>Understand who and what your market is.&nbsp; Avinash pointed especially to the &lsquo;<a href="http://www.atlassolutions.com/institute_marketinginsights.aspx"  target="_blank" rel="external nofollow">Atlas Institute</a> Study&rsquo; from Microsoft during the SMX / eMetrics Toronto 2010 event.</li>
<li>Understand the length of time that it takes to convert a visitor.&nbsp; By doing this you will understand how to structure the main landing pages.&nbsp; If the visitor takes longer to convert you don&rsquo;t need to go for the hard sell but should instead make offers to remind them of pricing, or encourage drip marketing to keep in the visitors consciousness.</li>
</ul>
<h3>Gaining A Better Understanding Of Your True Twitter Profile &amp; Reach</h3>
<ul>
<li>Social Media reach.&nbsp; Do you understand the true reach of your Tweets?&nbsp; Check out Klout and type in the user name of any Twitter use and this system will show the impact the user has in the tweeting world.&nbsp;</li>
</ul>
<blockquote>
<p style="text-align: center;"><a href="http://www.techwyse.com/blog/wp-content/uploads/2010/04/image3.png" ><img alt="Avinash on Klout" border="0" height="344" src="http://www.techwyse.com/blog/wp-content/uploads/2010/04/image_thumb2.png" style="border-width: 0px; display: inline;" title="Avinash on Klout" width="505" /></a></p>
</blockquote>
<blockquote>
<p>You can also see many of the finer statistics behind a users Twitter habits and also see trends.</p>
<p style="text-align: center;"><a href="http://www.techwyse.com/blog/wp-content/uploads/2010/04/image4.png" ><img alt="Klout Data" border="0" height="407" src="http://www.techwyse.com/blog/wp-content/uploads/2010/04/image_thumb3.png" style="border-width: 0px; display: inline;" title="Klout Data" width="505" /></a></p>
<p>To understand how the <a href="http://klout.com/kscore/"  target="_blank" rel="external nofollow">Klout score is calculated</a> you can visit this page.</p>
<p>Sheesh &ndash; Avinash is putting us to shame!</p>
</blockquote>
<ul>
<li>On the subject of understanding your Twitter reach Avinash Kaushik also pointed to <a href="http://www.graphedge.com/"  target="_blank" rel="external nofollow">Graph Edge</a> as a tool that can truly show the reach of your Twitter profile.&nbsp; Some of the key features include:
<ul>
<li>giving you an understanding of the true size of your network</li>
<li>let&rsquo;s you see if your network is growing</li>
<li>who else your followers are following</li>
</ul>
</li>
</ul>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2010/04/image5.png" ><img alt="Graph Edge" border="0" height="371" src="http://www.techwyse.com/blog/wp-content/uploads/2010/04/image_thumb4.png" style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="Graph Edge" width="505" /></a></p>
<ul>
<li>
<p>When it comes to what you are saying don&rsquo;t trust your opinion. Instead use a tool like <a href="http://analyzewords.com"  target="_blank" rel="external nofollow">analyzewords</a>.com to measure your sentiment.&nbsp; This tool will analyze your last 10 or so posts and come up with an analysis like below.</p>
</li>
</ul>
<p><a href="http://www.techwyse.com/blog/wp-content/uploads/2010/04/image6.png" ><img alt="AnalyzeWords.com" border="0" height="647" src="http://www.techwyse.com/blog/wp-content/uploads/2010/04/image_thumb5.png" style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" title="image" width="505" /></a></p>
<h2>Other Fun Notables</h2>
<p>Avinash was rather casual and spoke his mind freely.&nbsp; He opened and closed the show referencing a Tweet he read earlier in the morning from someone that said they were excited to be seeing Avinash and would be &lsquo;wearing his best boxers.;&nbsp; Yes folks &ndash; that person was our own Jon Dyer.</p>
<p>Another notable was his use of Bing as his preferred search engine during his speech.&nbsp; We like it too!</p>
<p>He concluded with a wonderful statement about those sites that don&rsquo;t put emphasis in the content they are delivering visitors &#8211; &ldquo;Bounce Rate &ndash; I came, I puked, I left&rdquo;.</p>
<p>I&rsquo;ve got lots more to add later on and will include my own commentary &ndash; where I can help out progress the thought that is!</p>
<p>A long day and lots more fun to be had tomorrow!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwyse.com/blog/website-analytics/summary-of-avinash-kaushik-at-emetrics-smx-toronto-2010/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

