<?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>Web Strategist</title>
	<atom:link href="http://www.markcijo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markcijo.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How do I set up Google Analytics?</title>
		<link>http://www.markcijo.com/how-do-i-set-up-google-analytics/</link>
		<comments>http://www.markcijo.com/how-do-i-set-up-google-analytics/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 19:04:27 +0000</pubDate>
		<dc:creator>Mark Cijo</dc:creator>
				<category><![CDATA[Google Analytics FAQ]]></category>
		<category><![CDATA[Google Analytics Lessons]]></category>

		<guid isPermaLink="false">http://www.markcijo.com/?p=952</guid>
		<description><![CDATA[Alright, now you want to set up Google Analytics for your website. I can make it as simple as possible. You need not be a web geek to do it. Simply follow the instructions below. 1. Go to Google.com and Search for Google Analytics or simply type in http://www.google.com/analytics/ on your browser 2. Click on [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Alright, now you want to set up Google Analytics for your website. I can make it as simple as possible. You need not be a web geek to do it. Simply follow the instructions below.</p>
<p><a href="http://www.markcijo.com/wp-content/uploads/2012/02/3-Steps-to-Google-Analytics.jpg"><img class="alignnone  wp-image-953" title="3 Steps to Google Analytics" src="http://www.markcijo.com/wp-content/uploads/2012/02/3-Steps-to-Google-Analytics.jpg" alt="3 Steps to Google Analytics" width="761" height="232" /></a></p>
<p>1. Go to Google.com and Search for Google Analytics or simply type in <a href="http://www.google.com/analytics/">http://www.google.com/analytics/</a> on your browser<br />
2. Click on Access Analytics (If you are already a Google Analytics user) or Click on Sign up<br />
3.Type in the Account Name (A name which you can use to identify your Website) and URL. Select the Country and time zone and read the User Agreement and Click I Agree. You need to enter the correct timezone to make sure that the data is right across your profiles.</p>
<p>4. Now you will be taken to Tracking code page where you can select whether you are tracking a single domain, domain and its subdomain or multiple domains. The tracking code will change based on what you select here. For a normal website, you can use the standard tracking code.</p>
<p>5. Now carefully copy the Tracking code. It will look something like this -</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var _gaq = _gaq || [];<br />
_gaq.push(['_setAccount', 'UA-123456-1']);<br />
_gaq.push(['_trackPageview']);</p>
<p>(function() {<br />
var ga = document.createElement(&#8216;script&#8217;); ga.type = &#8216;text/javascript&#8217;; ga.async = true;<br />
ga.src = (&#8216;https:&#8217; == document.location.protocol ? &#8216;https://ssl&#8217; : &#8216;http://www&#8217;) + &#8216;.google-analytics.com/ga.js&#8217;;<br />
var s = document.getElementsByTagName(&#8216;script&#8217;)[0]; s.parentNode.insertBefore(ga, s);<br />
})();</p>
<p>&lt;/script&gt;</p></blockquote>
<p>6. You need to add this code to before the closing of &lt;head&gt; tag on all of the pages which you want to track. If your website is an HTML website, you can use any HTML editor, for example Dream Weaver to Edit the Source code of the pages and add the code to the &lt;head&gt; section of the page.</p>
<p>Say if you are using WordPress, I recommend using Google Analyticator. You can simply add the Google Analytics Account Number and it automatically insert the code to all the pages.</p>
<p>7. After adding the code, click on save and give it 24 hours. You will see your website statistics showing up.</p>
<p>Do you find this easy? You can now watch for the next lesson.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markcijo.com/how-do-i-set-up-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Cross Domain Tracking Made Simple</title>
		<link>http://www.markcijo.com/google-analytics-cross-domain-tracking-made-simple/</link>
		<comments>http://www.markcijo.com/google-analytics-cross-domain-tracking-made-simple/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 00:07:39 +0000</pubDate>
		<dc:creator>Mark Cijo</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://www.markcijo.com/?p=923</guid>
		<description><![CDATA[Over the past year I came across lot of people seeking help in Cross Domain Tracking using Google Analytics. Most of the people think its the most difficult job  in Analytics. It is not. Its very simple if you understand few basic code changes to the standard Analytics Tracking Code. To those who don&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Over the past year I came across lot of people seeking help in Cross Domain Tracking using Google Analytics. Most of the people think its the most difficult job  in Analytics. It is not. Its very simple if you understand few basic code changes to the standard Analytics Tracking Code. To those who don&#8217;t know what is cross domain tracking, I can explain it with a diagram here.</p>
<p><a href="http://www.markcijo.com/wp-content/uploads/2012/01/Presentation1.jpg"><img class="size-full wp-image-924 aligncenter" title="Cross Domain Tracking" src="http://www.markcijo.com/wp-content/uploads/2012/01/Presentation1.jpg" alt="Cross Domain Tracking" width="481" height="261" /></a></p>
<p>Say for example, you are on an ecommerce website trying to purchase something. Let us call that website www.yourdomain.com. You select your favorite product from the page yourdomain.com/product and add it to the shopping cart. Now you are redirected to the shopping cart which is hosted in a 3rd party domain for example www.someshoppingcart.com. You complete the order in that website and after completion you are taken back to www.yourdomain.com/thank-you-for-your-order.php</p>
<p>In this case you will find it difficult to transfer the visitor information from one domain to another. Here is when you need to implement Google Analytics Cross domain tracking.</p>
<p>When it comes to tracking a single domain, it is very  simple. You just need to insert the Google Analytics Tracking code to the &lt;head&gt; tag of all the pages which you need to track. The standard code looks like this</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var _gaq = _gaq || [];<br />
_gaq.push(['_setAccount', '<strong>UA-12345-1</strong>']);<br />
_gaq.push(['_trackPageview']);</p>
<p>(function() {<br />
var ga = document.createElement(&#8216;script&#8217;); ga.type = &#8216;text/javascript&#8217;; ga.async = true;<br />
ga.src = (&#8216;https:&#8217; == document.location.protocol ? &#8216;https://ssl&#8217; : &#8216;http://www&#8217;) + &#8216;.google-analytics.com/ga.js&#8217;;<br />
var s = document.getElementsByTagName(&#8216;script&#8217;)[0]; s.parentNode.insertBefore(ga, s);<br />
})();</p>
<p>&lt;/script&gt;</p>
<p>NOTE: You need to replace UA-12345-1 with your Google Analytics Account ID</p></blockquote>
<h1>Cross Domain Tracking Code Modification</h1>
<p>You need to customize the code on both the websites.</p>
<p>1. Tracking code for Yourdomain.com will be -</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var _gaq = _gaq || [];<br />
<strong>_gaq.push(['_setAccount', 'UA-12345-6']);</strong><br />
<strong>_gaq.push(['_setDomainName', 'yourdomain.com']);</strong><br />
<strong>_gaq.push(['_setAllowLinker, true]);</strong><br />
<strong>_gaq.push(['_trackPageview']);</strong><br />
(function() {<br />
var ga = document.createElement(&#8216;script&#8217;); ga.type = &#8216;text/javascript&#8217;; ga.async = true;<br />
ga.src = (&#8216;https:&#8217; == document.location.protocol ? &#8216;https://ssl&#8217; : &#8216;http://www&#8217;) + &#8216;.google-analytics.com/ga.js&#8217;;<br />
var s = document.getElementsByTagName(&#8216;script&#8217;)[0]; s.parentNode.insertBefore(ga, s);<br />
})();</p>
<p>&lt;/script&gt;</p>
<p>NOTE: You need to replace UA-12345-1 with your Google Analytics Account ID</p></blockquote>
<p>You need to add the above code to all the pages of your domain1. You will also need to modify the code on the shopping cart link to something like this -</p>
<blockquote><p>&lt;a href=&#8221;http://someshoppingcart.com/add-to-cart&#8221; onclick=&#8221;_gaq.push(['_link', 'http://someshoppingcart.com']); return false;&#8221;&gt;Add to Cart&lt;/a&gt;</p></blockquote>
<p>Make sure to place the full URL you&#8217;re linking to in the onClick tag.</p>
<p>2. Tracking code for Someshoppingcart.com will be -</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var _gaq = _gaq || [];<br />
<strong>_gaq.push(['_setAccount', 'UA-12345-6']);</strong><br />
<strong>_gaq.push(['_setDomainName', 'someshoppingcart.com']);</strong><br />
<strong>_gaq.push(['_setAllowLinker, true]);</strong><br />
<strong>_gaq.push(['_trackPageview']);</strong><br />
(function() {<br />
var ga = document.createElement(&#8216;script&#8217;); ga.type = &#8216;text/javascript&#8217;; ga.async = true;<br />
ga.src = (&#8216;https:&#8217; == document.location.protocol ? &#8216;https://ssl&#8217; : &#8216;http://www&#8217;) + &#8216;.google-analytics.com/ga.js&#8217;;<br />
var s = document.getElementsByTagName(&#8216;script&#8217;)[0]; s.parentNode.insertBefore(ga, s);<br />
})();</p>
<p>&lt;/script&gt;</p>
<p>NOTE: You need to replace UA-12345-1 with your Google Analytics Account ID</p></blockquote>
<p>You need to add the above code to all the pages of your someshoppingcart.com. You will also need to modify the code on the shopping cart link to something like this -</p>
<blockquote><p>&lt;a href=&#8221;http://yourdomain.com/thank-you-for-your-order&#8221; onclick=&#8221;_gaq.push(['_link', 'http://yourdomain.com']); return false;&#8221;&gt;Confirm Order&lt;/a&gt;</p></blockquote>
<p>Make sure to place the full URL you&#8217;re linking to in the onClick tag.</p>
<p>&nbsp;</p>
<p>Doing this will transfer the visitor cookie information between the domains. And by this way you will know the visitor source/medium/keyword details.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.markcijo.com/importing-google-analytics-to-your-adwords-account-when-you-have-2-different-accounts/' title='Importing Google Analytics to your adwords account when you have 2 different accounts.'>Importing Google Analytics to your adwords account when you have 2 different accounts.</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markcijo.com/google-analytics-cross-domain-tracking-made-simple/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tips for Start Up SEO Agencies</title>
		<link>http://www.markcijo.com/tips-for-start-up-seo-agencies/</link>
		<comments>http://www.markcijo.com/tips-for-start-up-seo-agencies/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 19:02:33 +0000</pubDate>
		<dc:creator>Mark Cijo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.markcijo.com/?p=905</guid>
		<description><![CDATA[Running an SEO agency is not an easy job. It is a very competitive landscape in terms of price and quality. Here are some tips that helped me roll my agency to great success. 1. Focus on Small  &#38; Medium Business Having a very good experience of working in SEO agencies backed up by huge [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Running an SEO agency is not an easy job. It is a very competitive landscape in terms of price and quality. Here are some tips that helped me roll my agency to great success.</p>
<p>1. <strong>Focus on Small  &amp; Medium Business</strong></p>
<p>Having a very good experience of working in SEO agencies backed up by huge sales teams I started my SEO company in 2009. It was the toughest time in my life when recession was at its peak and many companies laid off its employees. I decided to quit my job because, time was not enough for me to handle my freelance contracts and employment. Our target was to sign up with big shot clients showing up my work experience. We got 2 big clients in the ecommerce segment and our earnings grown high very soon. All our experts were fully assigned with these 2 big clients. Our business was very much dependent on these 2 companies. One fine day one company was bankrupted and the project was called off. We were drowning to meet the company expenses. If we had 20 small clients in place of these 2 big clients nothing would have happened if we loose 2 or 3 or 5.</p>
<p><em>So when you  start up, better focus more on small clients and grow in numbers than choosing few high paying clients. You can still be stable if you loose 1 or 2 because they pay you small fee and that is what you lose.</em></p>
<p><strong>2. It is not Quantity that matters </strong></p>
<p>Focus more on quality than on quantity. It doesn&#8217;t matter  number of submissions you do to build back links but the number of quality back links you got. Always plan your strategy to acquire quality so you save lot of time going after bad neighborhoods.</p>
<p><strong>3. Research Team</strong></p>
<p>There should be a fully dedicated team to do researches on the latest search trends, write article of opinion for your company, give advises and engage socially with the fellow expert  community. Search is an ever changing phenomenon. The more your team is updated, the smarter  they beat the competition.</p>
<p><strong>4. Plan your Pricing based on performance and not just keyword ranking</strong></p>
<p>Before you sign up any SEO contract, do necessary homework to understand the current sales figure of the company. It is not a complex mathematics &#8211; Check the Traffic Data, Conversion Rate and Average Order Size. Calculate the current estimated revenue from organic search and plan your strategies to double or triple the revenue. When you promise on keyword ranking and achieve it in few months, the client will get bored by the stable results and he underestimate your performance. Normally clients don&#8217;t accept your effort in stabilizing the result. What he want is more money each month.</p>
<p>In these cases you can quote a price for multiplying the revenue. Talk in terms of money than in keyword ranking.</p>
<p><strong>5. Offer Exclusivity Only if the client demands</strong></p>
<p>Your client don&#8217;t want you to work for any of his competitor. If your client demands exclusivity on your work, he is stopping your agency to enter in to contract with other businesses which are open to you. If in that case, you can ask for a higher price to maintain exclusivity.</p>
<p><strong>6. Always allow your employees to communicate with your clients directly</strong></p>
<p>You don&#8217;t need to be afraid in letting your employee work directly with the client. It can save a lot of your time as an agency owner. You can concentrate more on getting new businesses while your team can take care of your client. Make sure you ask them to copy all their conversations with the client so you know the progress.</p>
<p><strong>7.  Purchase Pro Tools to make your job faster</strong></p>
<p>We use many SEO tools like &#8211; <a href="http://www.seomoz.org">SEO Moz Pro</a>, <a href="http://www.majesticseo.com" target="_blank">Majestic SEO</a>, <a href="http://www.marketsamurai.com/" target="_blank">Market Samurai</a> etc. These tools can help you do your job easier.</p>
<p>&nbsp;<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markcijo.com/tips-for-start-up-seo-agencies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Portable Skype on your USB Drive</title>
		<link>http://www.markcijo.com/portable-skype-on-your-usb-drive/</link>
		<comments>http://www.markcijo.com/portable-skype-on-your-usb-drive/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 17:10:12 +0000</pubDate>
		<dc:creator>Mark Cijo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://www.markcijo.com/?p=841</guid>
		<description><![CDATA[If you are someone who loves to break the rules, here is something which is of your interest. Ever imagined of installing skype in a USB drive and carry to your work place or internet cafe where Skype is not installed? The newest version of Skype help you load it from a flash memory. You [...]]]></description>
			<content:encoded><![CDATA[<p></p><div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If you are someone who loves to break the rules, here is something which is of your interest. Ever imagined of installing skype in a USB drive and carry to your work place or internet cafe where Skype is not installed? The newest version of Skype help you load it from a flash memory. You can use this to try the new version if you don&#8217;t want to uninstall the previous versions to see what&#8217;s new.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Download the Latest version of Skype</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Install it as you do it on any computer.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Once the installation is complete, find the file Skype.exe</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Copy Skype.exe file to a new directory in your USB drive</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">In the newly created directory for Skype, create a folder named &#8220;data&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Create a file with notepad and save it as &#8220;skype.bat&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Edit the &#8220;skype.bat&#8221;file and add the following line of code</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">skype.exe /datapath:&#8221;Data&#8221; /removable</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Plug in the USB to any computer and Click on the Skype.bat file.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Skype loads.. and Go Skypin</div>
<p>If you are someone who loves to break the rules, here is something which is of your interest. Ever imagined of installing skype in a USB drive and carry to your work place or internet cafe where Skype is not installed? The newest version of Skype help you load it from a flash memory. You can use this to try the new version if you don&#8217;t want to uninstall the previous versions to see what&#8217;s new.</p>
<ul>
<li>Download the <a href="http://www.skype.com/intl/en/download/" target="_blank">Latest version of Skype</a></li>
<li>Install it as you do it on any computer.</li>
<li>Once the installation is complete, find the file Skype.exe</li>
<li>Copy Skype.exe file to a new directory in your USB drive</li>
<li>In the newly created directory for Skype, create a folder named &#8220;data&#8221;</li>
<li>Create a file with notepad and save it as &#8220;skype.bat&#8221;</li>
<li>Edit the &#8220;skype.bat&#8221;file and add the following line of code <strong>skype.exe /datapath:&#8221;Data&#8221; /removable</strong></li>
</ul>
<p>Plug in the USB to any computer and Click on the Skype.bat file.</p>
<p>Skype loads.. and Go Skypin<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markcijo.com/portable-skype-on-your-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing Google Analytics to your adwords account when you have 2 different accounts.</title>
		<link>http://www.markcijo.com/importing-google-analytics-to-your-adwords-account-when-you-have-2-different-accounts/</link>
		<comments>http://www.markcijo.com/importing-google-analytics-to-your-adwords-account-when-you-have-2-different-accounts/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 03:17:13 +0000</pubDate>
		<dc:creator>Mark Cijo</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Adwords]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://www.markcijo.com/?p=817</guid>
		<description><![CDATA[Google allows you to access Google Analytics from your Google Adwords account interface. You will see this option under &#8220;Reporting&#8221; tab in your Google Adwords account. To add your account follow the below steps: Make sure you in your Google Adwords Account Click on Reports tab in the the Top menu Click on Google Analytics. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Google allows you to access Google Analytics from your Google</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Adwords account interface. You will see this option under</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;Reporting&#8221; tab in your Google Adwords account.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">To add your account follow the below steps:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Make sure you in your Google Adwords Account</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Click on Reports tab in the the Top menu</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Click on Google Analytics.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If you already have a Google Analytics account, click the radio</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">button and choose it from the dropdown list.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If you are new to Google Analytics, click on the radio button and</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">sign up for a new account.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Case Study -</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Problem: One of my client was using two different email account for</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Google Analytics and Adword. He was not able to import his Google</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Analytics account to the Adword dashboard. The only option left</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">behind was to Sign up for a new account and start off from there.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">But do you know the work around in this case? Here is resoultion</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">for that.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Example:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Say you use abc@xyz.com for your Google Analytics account for</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">years. And your Google Adwords account is with your company email</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">ID def@xyz.com. Now you want to access the Google Analytics account</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">information associated with your abc@xyz.com id with your</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">def@xyz.com adword account ID.How? Follow the steps given below.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Challenge:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Here the major challenge is importing the years old Google</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Analytics information to the Google Adword account to make it one.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Solution:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">1. Go to analytics.google.com and sign up a new account using your</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">company ID def@xyz.com</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">2. Login to Google Analytics using abc@xyz.com and choose the</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">website profile which you would like to import.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3. Click on Add user and add the email id def@xyz.com as an Admin</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">for the Google Analytics account.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">4. Login to Google Adowords using def@xyz.com</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">5. In the report tab, choose Google Analytics and use the above</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">created Google Analytics account.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Now you can see all the Google Analytics reports that you were</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">having for years, and can now accessed through a single adwords</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">account.</div>
<p>Google allows you to access Google Analytics from your Google Adwords account interface. You will see this option under &#8220;Reporting&#8221; tab in your Google Adwords account.</p>
<p><strong>To add your account follow the below steps:</strong></p>
<ul>
<li>Make sure you in your Google Adwords Account</li>
<li>Click on Reports tab in the the Top menu</li>
<li>Click on Google Analytics.</li>
<li>If you already have a Google Analytics account, click the radio button and choose it from the dropdown list.</li>
<li>If you are new to Google Analytics, click on the radio button and sign up for a new account.</li>
</ul>
<p><strong>Case Study </strong></p>
<p><strong>Problem:</strong> One of my client was using two different email account for Google Analytics and Adword. He was not able to import his Google Analytics account to the Adword dashboard. The only option left behind was to Sign up for a new account and start off from there. But do you know the work around in this case? Here is resoultion for that.</p>
<p><em>Example: </em></p>
<p>Say you use abc@xyz.com for your Google Analytics account for years. And your Google Adwords account is with your company email ID def@xyz.com. Now you want to access the Google Analytics account information associated with your abc@xyz.com id with your def@xyz.com adword account ID.How? Follow the steps given below.</p>
<p><strong>Challenge: <span style="font-weight: normal;">Here the major challenge is importing the years old Google Analytics information to the Google Adword account to make it one.</span></strong></p>
<p><strong>Solution: </strong></p>
<ul>
<li>Go to analytics.google.com and sign up a new account using your company ID def@xyz.com</li>
<li>Login to Google Analytics using abc@xyz.com and choose the website profile which you would like to import.</li>
<li>Click on Add user and add the email id def@xyz.com as an Admin for the Google Analytics account.</li>
<li>Login to Google Adowords using def@xyz.com</li>
<li>In the report tab, choose Google Analytics and use the above created Google Analytics account.</li>
</ul>
<p>Now you can see all the Google Analytics reports that you were having for years, and can now accessed through a single adwords account.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.markcijo.com/google-analytics-cross-domain-tracking-made-simple/' title='Google Analytics Cross Domain Tracking Made Simple'>Google Analytics Cross Domain Tracking Made Simple</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markcijo.com/importing-google-analytics-to-your-adwords-account-when-you-have-2-different-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Launches &#8216;Fetch as Googlebot&#8217; and &#8216;Malware Details&#8217; in Webmaster Tools Labs</title>
		<link>http://www.markcijo.com/google-launches-fetch-as-googlebot-and-malware-details-in-webmaster-tools-labs/</link>
		<comments>http://www.markcijo.com/google-launches-fetch-as-googlebot-and-malware-details-in-webmaster-tools-labs/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 00:06:46 +0000</pubDate>
		<dc:creator>Mark Cijo</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[google webmaster tools]]></category>

		<guid isPermaLink="false">http://www.markcijo.com/?p=799</guid>
		<description><![CDATA[Google launched two new features that help webmasters know more on how Google see your website. These two features are “Fetch as Googlebot" and "Malware Details." As you may know, Google before doing an official release of any tools launches the application under the banner Google labs where they gather the customer experience to see the chances of improvisation. The two new features can be found under your webmaster tools under the banner Labs which comes next to “Diagnostics” in the left hand side menu.]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Google launched two new features that help webmasters know more on how Google see your website. These two features are “Fetch as Googlebot&#8221; and &#8220;Malware Details.&#8221; As you may know, Google before doing an official release of any tools launches the application under the banner Google labs where they gather the customer experience to see the chances of improvisation. The two new features can be found under your webmaster tools under the banner Labs which comes next to “Diagnostics” in the left hand side menu.</p>
<p style="text-align: justify;"><strong>Fetch as Googlebot – </strong>How does my website look in Google? Is that a common question you have in your mind? Most of us say “Yes”. I have done a quick search on this and I could see that most of the Forums have this as an active subject of discussion. You know why? Search algorithms changes frequently and we can only keep track of them if we move close with an authentic source like official Webmaster Forums. Things that are not visible to search engines will be visible in the next morning – is that how search algorithms improve? The new feature gives you a spider view of your page. Though we have many tools that help us show the spider view of the web page (SEO Browser is one of the best tool of choice) google webmastet tool give us a code view of what google see. Login to your webmaster tool, click on the Website account. Now click on the Labs feature and choose <strong>Fetch us Googlebot</strong>. Type the URL to fetch or leave blank to fetch the homepage. Requests may take a few minutes to process. Wait and when you see a success status click on the “success” link and see what Google see on the webpage.  Other two tools that can be combined with this are, HTML suggestions and Keyword option. This will also help you know if there are any crawl errors and what keywords that Google extract from your web page.</p>
<p style="text-align: justify;"><img class="alignnone" title="Fetch as Googlebot" src="http://2.bp.blogspot.com/_dvIF7szq-jY/StOsc43pc0I/AAAAAAAAABs/ZuzEwT2QOiQ/s320/Picture+6.png" alt="" width="320" height="92" /></p>
<p style="text-align: justify;"><strong>Malware Details- </strong><a href="http://www.google.com/safebrowsing/diagnostic?site=http://malware.testing.google.test/testing/malware/" target="_blank">Safe browsing API</a> and <a href="http://googlewebmastercentral.blogspot.com/2008/10/malware-we-dont-need-no-stinking.html" target="_blank">Malware notification</a> were the two manual testing methods you might have used in these terms. Now Google launched Malware details option where google provide snippets of codes that are considered malware. This will help webmasters in eliminating spammy malicious code from the website and can also reduce the number of iterations that you go through the website review process. This automated scanning program will be a boon to the webmaster community and ensure secure browsing for its valuable users. You can read more on this feature <a href="http://googleonlinesecurity.blogspot.com/2009/10/show-me-malware.html" target="_blank">here</a>.</p>
<p style="text-align: justify;"><img class="alignnone" title="Malware Details" src="http://4.bp.blogspot.com/_dvIF7szq-jY/StOtSlbcIhI/AAAAAAAAAB8/FDkgu-SpCQQ/s400/Picture+7.png" alt="" width="400" height="247" /></p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.markcijo.com/change-of-address-feature-from-google-webmaster-tools/' title='Change of Address Feature in Google Webmaster Central'>Change of Address Feature in Google Webmaster Central</a></li>
<li><a href='http://www.markcijo.com/how-to-manage-duplicate-content-issues/' title='How to manage Duplicate content issues?'>How to manage Duplicate content issues?</a></li>
<li><a href='http://www.markcijo.com/seo-for-bing/' title='SEO for Bing – the new version of Windows Live Search'>SEO for Bing – the new version of Windows Live Search</a></li>
<li><a href='http://www.markcijo.com/seo-your-dynamic-pages/' title='SEO Your Dynamic Pages'>SEO Your Dynamic Pages</a></li>
<li><a href='http://www.markcijo.com/google-webmaster-tools-redesigned/' title='Google webmaster tools redesigned'>Google webmaster tools redesigned</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markcijo.com/google-launches-fetch-as-googlebot-and-malware-details-in-webmaster-tools-labs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google does not use the keywords meta tag in web ranking</title>
		<link>http://www.markcijo.com/google-does-not-use-the-keywords-meta-tag-in-web-ranking/</link>
		<comments>http://www.markcijo.com/google-does-not-use-the-keywords-meta-tag-in-web-ranking/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 09:31:26 +0000</pubDate>
		<dc:creator>Mark Cijo</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google Webmaster Central]]></category>
		<category><![CDATA[Matt Cutts]]></category>

		<guid isPermaLink="false">http://www.markcijo.com/?p=793</guid>
		<description><![CDATA[Matt Cutts of Google Web Spam team explaining on whether Google consider Keyword Meta Tag  in ranking View more details on this on Google Webmaster Blog Related Posts: No Related Posts]]></description>
			<content:encoded><![CDATA[<p></p><p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/jK7IPbnmvVU&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/jK7IPbnmvVU&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Matt Cutts of Google Web Spam team explaining on whether Google consider Keyword Meta Tag  in ranking</p>
<p>View more details on this on <a href="http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html">Google Webmaster Blog</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markcijo.com/google-does-not-use-the-keywords-meta-tag-in-web-ranking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things To Remember Before You Dive In For An Ecommerce Venture</title>
		<link>http://www.markcijo.com/things-to-remember-before-you-dive-in-for-an-ecommerce-venture/</link>
		<comments>http://www.markcijo.com/things-to-remember-before-you-dive-in-for-an-ecommerce-venture/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 07:55:33 +0000</pubDate>
		<dc:creator>Mark Cijo</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[ecommerce SEO]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.markcijo.com/?p=786</guid>
		<description><![CDATA[Starting an online business is no more a tough job. Now we don’t have to depend on any ecommerce shopping cart company paying a huge some of monthly subscription fee or  run after the customer support in getting help on fixing bugs in their systems. Many open source shopping cart enabled ecommerce applications are available [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Starting an online business is no more a tough job. Now we don’t have to depend on any ecommerce shopping cart company paying a huge some of monthly subscription fee or  run after the customer support in getting help on fixing bugs in their systems. Many open source shopping cart enabled ecommerce applications are available for free download and it is very easy to start an online business. But starting an online business does not guarantee success unless and until you have a great plan on how your store operates, what makes it unique from your competitor website, what the best you offer to the visitors. It need your lot of your time, for which are paid off on each sales.  Given below are a quick check list to find it yourself whether you are ready for an online business.</p>
<p style="text-align: justify;"><strong>1.  Do I have a demanding product to sell?</strong></p>
<p style="text-align: justify;">You need to offer something that can attract tones of traffic to your system. Selling something that no one is willing to buy does not help you. Whether it is a product or service you sell, it needs to be something that people search for. Brainstorm on different product ideas and find out the market demand for those products. There are many tools that help you find the demand of a particular keyword and which geography demands it. Few of them are Google Keyword External Tool, Overture, Keyword elite and Google Trends.</p>
<p style="text-align: justify;"><strong>2.  Am I capable of serving unique content in my website?</strong></p>
<p style="text-align: justify;">This is one of the most important factors that affect your website performance in all major search engines. In any ecommerce business, the website content looks to be duplicate content when it comes to selling a product from a wholesaler. The wholesaler will give the retailer a sheet of product information that he can use in his websites. It is not you alone doing business with the wholesaler. He may have 100 other websites selling the same kind of product with the same product or category description.  When you use the same content provided by the wholesaler, search engines count your websites as a duplicate website of the same niche and chances are there for your website not to get listed in top search results in all major search engines. If you are doing drop shipping or buying product information from a wholesaler make sure that you rephrase the content provided by the supplier in such a way that it looks unique. Search engines love your website when it has unique content. And bet you will be valued for that in search listing. The bottom line is that if you don’t have time to rework on the content provided by the supplier, better hire a content writer to rewrite the product description.</p>
<p style="text-align: justify;"><strong>3. </strong><strong>Does my website meet the best usability criterions?</strong></p>
<p style="text-align: justify;">Compare you with your top 5 competitors and see how good are they doing in the website layout, navigation and ease of usage. As a new user, is my competitor helping me find what I am looking for?  Is the information provided on each page helping me to understand why I am here? And what I need to do from here?. Write down what they miss out and plan how you can improve. Once you have your website in place, a user need to feel the difference in shopping from abc.com or xyz.com</p>
<p style="text-align: justify;"><strong>4. </strong><strong>Does my web page have a Unique Value Proposition (UVP)?</strong></p>
<p style="text-align: justify;">Your website need to have a goal point set for your entire pages. What is unique with your website when your competitor has thousand other best things to offer? Write down what is so unique with your website. What unique shopping experience is your website going to provide your user? What are the values your website considers to give the best shopping experience? Make out a clear statement on your UVP on your pages and make it unique in your competition crowd.</p>
<p style="text-align: justify;"><strong>5. </strong><strong>Schedule a meeting your ecommerce SEO consultant before start coding your ecommerce store.</strong></p>
<p style="text-align: justify;">Once you have all the above given expectations set, you are ready to consult an ecommerce SEO specialist. Discuss on your ecommerce operation plans and ask him for suggestions on how to manage your website architecture. Information architecture is very important to any website so does for an ecommerce website. Your website may have a huge inventory of products and you may need to categorize it based on lot of sales factors. Ask him to give you a wireframe view of the website architecture like,</p>
<ul style="text-align: justify;">
<li>The number of static web pages</li>
<li>URL structure</li>
<li>Category naming</li>
<li>Category URL structure</li>
<li>Subcategory naming</li>
<li>Sub category URL structure</li>
<li>Home page information architecture</li>
<li>Individual product page design</li>
<li>Meta content formation</li>
</ul>
<p style="text-align: justify;"><em><strong>A website with the right product when showcased in an ecommerce system with the best information architecture powered by unique, fresh and keyword rich content = Successful Ecommerce Store.</strong></em></p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.markcijo.com/optimizing-an-e-commerce-site-without-rich-content/' title='Optimizing an e-commerce site without rich content'>Optimizing an e-commerce site without rich content</a></li>
<li><a href='http://www.markcijo.com/the-keyword-balancing-act/' title='The Keyword Balancing Act'>The Keyword Balancing Act</a></li>
<li><a href='http://www.markcijo.com/choosing-the-right-title-tag/' title='Does your page title lead with your targeted Keywords?'>Does your page title lead with your targeted Keywords?</a></li>
<li><a href='http://www.markcijo.com/choosing-the-right-keyword-for-your-website/' title='Choosing the right keyword for your website'>Choosing the right keyword for your website</a></li>
<li><a href='http://www.markcijo.com/link-building-link-juice/' title='Count your links'>Count your links</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markcijo.com/things-to-remember-before-you-dive-in-for-an-ecommerce-venture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Matt Cutts on WordPress Blogging</title>
		<link>http://www.markcijo.com/googles-matt-cutts-on-wordpress-blogging/</link>
		<comments>http://www.markcijo.com/googles-matt-cutts-on-wordpress-blogging/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 00:12:27 +0000</pubDate>
		<dc:creator>Mark Cijo</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Wordpress Blogging]]></category>

		<guid isPermaLink="false">http://www.markcijo.com/?p=737</guid>
		<description><![CDATA[Matt is someone whom I love to follow. I am a fan of Matt Cutts Blog and this is one of his interesting video presentation available online. He talks about how Google see wordpress blogs and how bloggers can improve their bloggs by meeting Google Webmaster Guidelines. I am a wordpress blogger and it was [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Matt is someone whom I love to follow. I am a fan of Matt Cutts Blog and this is one of his interesting video presentation available online. He talks about how Google see wordpress blogs and how bloggers can improve their bloggs by meeting Google Webmaster Guidelines. I am a wordpress blogger and it was very intesresting watching this Video. To those who don&#8217;t know who <a href="http://en.wikipedia.org/wiki/Matt_Cutts">Matt Cutts</a> is, he the head of Google’s Webspam team.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="220" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://v.wordpress.com/lAZUouJF" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="220" src="http://v.wordpress.com/lAZUouJF" allowfullscreen="true"></embed></object><br />
Did you enjoy watching this Video?<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markcijo.com/googles-matt-cutts-on-wordpress-blogging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Analytics &#8211; What is it?</title>
		<link>http://www.markcijo.com/google-analytics-what-is-it/</link>
		<comments>http://www.markcijo.com/google-analytics-what-is-it/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 13:56:23 +0000</pubDate>
		<dc:creator>Mark Cijo</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[web analytics]]></category>

		<guid isPermaLink="false">http://markcijo.com/?p=729</guid>
		<description><![CDATA[Importance of Web Analytics is increasing day by day as more websites of the same niche compete for a similar or unique goal. Webmasters now have access to lot of quantitative data that can help them find answers for all &#8220;What&#8221; on their website. What pages are visited, what products people buy, what browser they [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;"><em>Importance of Web Analytics is increasing day by day as more websites of the same niche compete for a similar or unique goal. Webmasters now have access to lot of quantitative data that can help them find answers for all &#8220;What&#8221; on their website. What pages are visited, what products people buy, what browser they use and many more micro details information. There are many web analytics tools available online and Google Analytics is one among the leading Analytics tools we have for years.</em></p>
<p style="text-align: justify;"><strong>Google Analytics</strong> is a free web analytics tool developed and hosted by Google. It helps you create more efficient websites and can increase a Return on Investment for your web marketing campaigns. You can access this tool by going to analytics.google.com. Google Analytics help you understand many interesting facts about your website like how many people visited your website, how long did they stay on any page of your website, which country they came from, which browser they user and many macro detailed information on where your site is at this moment when you read this blog. In the coming posts I will explain you on each matrices we can analyze  and how to make use of it to make your website give the best return on investment. To a basic user this will be a help tutorial to understand different facets of web analytics. There are many Web Analytics tools, however I we be using Google Analytics to help you drill more on analytics. The intention behind this series of post is to help you understand Google Analytics and how to think about web analytics to measure your website performances.</p>
<p><em>Google Analytics help you provide answers to few mystic questions.</em></p>
<p><strong>1. How are visitors using my website?</strong></p>
<p style="text-align: justify; ">There should be a goal on the existence of your website. Whether it is to sell your product or services, or get more readership to the unique content you publish to monetize. You need to know how visitors of your website use your website, which page they land up, and how long they stay on that particular page, where is he going to from the current page, from which page did he exit and lot more. If you want to find answers to all questions, the only answer is to install a Web Analytics Tools. Here we will be using Google Analytics and I will walk you through that.</p>
<p><strong>2. How can I make my internet marketing campaigns more effective and rewarding?</strong></p>
<p style="text-align: justify; ">You own a website and spend a major share of your budget on marketing campaigns. One fine day you see that you are not getting the value for money. What will you do? I will stop spending more money on it and find some other marketing strategies. Yeah .. it was right when web analytics was Greek to me. I will use my web analytics application to see where I am missing my sales on my campaigns. Google Analytics will help you know how effective was your campaign, how many people clicked on your marketing campaign whether it is a banner advertisement or adword campaign. It will show how many clicks you got for a particular channel of marketing and how effective was it comparing to another marketing metrics.</p>
<p><strong>3. How effective is my content?</strong></p>
<p style="text-align: justify; ">Content is the real measure of your website success. If you have good content that can hold the attention of the visitors, you will get your visit converted in to leads or sales. Using a web analytics platform you can study how effective is your website content. This can be analyzed by comparing different matrices. We will come in to detailed of it in the coming series.</p>
<p><strong>4. Where and why are my visitors abandoning my shopping cart ?</strong></p>
<p style="text-align: justify; ">Consider a scenario where you are getting loads of hits and no sales. There can be lot of factors that we can consider. May be it can be a usability problem on your website or your product is not the best bet on this. Having an analytics platform installed in your website can help you know at what point you missed out the sale. This is done through Funnel Tracking method. You can create a list of steps that you can track against your website. Say for example you sell a product in your website. A visitor need to come to your product page and add it to the shopping basket using your add to cart button. Then he will fill up the order form and move on to the check out. Here he pays the bill and he will get a Thank you page or a confirmation pages saying his order is processed. Each of the aforementioned worth a click through your website checks out process. Using a web analytics application like Google Analytics can help you create a conversion funnel and you can analyze the funnel to see how many milestones did the user crossed, where he end up or abandoned the shopping cart. I will take you through a detailed Funnel Analysis process in the coming modules.</p>
<p><strong>5. How do I improve my website usability?</strong></p>
<p style="text-align: justify; ">Web Analytics can help you study the overall website usability and give you more information on how to improvise your website to better conversion.</p>
<p style="text-align: justify; ">Going through all the above factors, don&#8217;t you feel that you must have a Web Analytics platform which can solve this puzzle? In the coming modules we will go through the step by step process of managing a successful web analytics account.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.markcijo.com/robotstxt-file-and-404-error-page/' title='Robots.txt file and 404 error page'>Robots.txt file and 404 error page</a></li>
<li><a href='http://www.markcijo.com/black-hat-seo-practices-check-list/' title='Black Hat SEO practices check list.'>Black Hat SEO practices check list.</a></li>
<li><a href='http://www.markcijo.com/google-sitemap-xml-sitemap-creation-and-submitting-to-google-webmaster-tools/' title='Google Sitemap &#8211; XML Sitemap creation and Submitting to Google Webmaster Tools'>Google Sitemap &#8211; XML Sitemap creation and Submitting to Google Webmaster Tools</a></li>
<li><a href='http://www.markcijo.com/how-to-add-your-website-to-google-webmaster-tools/' title='How to add your website to Google Webmaster Tools'>How to add your website to Google Webmaster Tools</a></li>
<li><a href='http://www.markcijo.com/web-analytics-using-woopra/' title='Web Analytics using Woopra'>Web Analytics using Woopra</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markcijo.com/google-analytics-what-is-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

