<?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"
	>

<channel>
	<title>Web Analytics for Business Insights and intelligence</title>
	<atom:link href="http://www.pradeepsv.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pradeepsv.com/blog</link>
	<description></description>
	<pubDate>Sun, 29 Jan 2012 17:38:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Best Practices #3: Documenting the process or project to have seamless transition</title>
		<link>http://www.pradeepsv.com/blog/best-practices-3-documenting-the-process-or-project-to-have-seamless-transition/</link>
		<comments>http://www.pradeepsv.com/blog/best-practices-3-documenting-the-process-or-project-to-have-seamless-transition/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 17:38:40 +0000</pubDate>
		<dc:creator>Pradeep SV</dc:creator>
		
		<category><![CDATA[Project Management]]></category>

		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.pradeepsv.com/blog/?p=22</guid>
		<description><![CDATA[When you are working in services based company, in most cases either you will be working on multiple projects or you will not be working on the one project for a longer time, in other words once your expertise is utilized for a particular project you will be moved to different projects.  While you [...]]]></description>
			<content:encoded><![CDATA[<p>When you are working in services based company, in most cases either you will be working on multiple projects or you will not be working on the one project for a longer time, in other words once your expertise is utilized for a particular project you will be moved to different projects.  While you move others will take over your role, the challenge the project managers will face is to have smoother and seamless transition of the project.</p>
<p>Once of the main factor which help in smoother project transitions is to have project document or process document.</p>
<p>So lets talk about what does a typical process document should contain.</p>
<ul>
<li>Introduction/Scope of document</li>
<li>Process Map</li>
<li>Detailed Process Description</li>
<li>Tools Used</li>
<li>Data Sources</li>
<li>Links</li>
<li>Quality Checklist</li>
</ul>
<p><img src="http://www.pradeepsv.com/blog/images/picture-1.png" alt="" width="523" height="407" /></p>
<p><img src="http://www.pradeepsv.com/blog/images/picture-2.png" alt="" /></p>
<p>-Pradeep SV</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pradeepsv.com/blog/best-practices-3-documenting-the-process-or-project-to-have-seamless-transition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enhancement to SiteCatalyst Form Abandonment Plug-in and Reporting to improve its usage in 2 Stage</title>
		<link>http://www.pradeepsv.com/blog/enhancement-to-sitecatalyst-form-abandonment-plug-in-and-reporting-to-improve-its-usage-in-2-stage/</link>
		<comments>http://www.pradeepsv.com/blog/enhancement-to-sitecatalyst-form-abandonment-plug-in-and-reporting-to-improve-its-usage-in-2-stage/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 06:03:21 +0000</pubDate>
		<dc:creator>Pradeep SV</dc:creator>
		
		<category><![CDATA[Implementation]]></category>

		<category><![CDATA[Omniture]]></category>

		<category><![CDATA[Web Analytics]]></category>

		<category><![CDATA[Form]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[SiteCatalyst]]></category>

		<guid isPermaLink="false">http://www.pradeepsv.com/blog/?p=21</guid>
		<description><![CDATA[I had earlier written a blog post on &#8220;How do you Implement &#38; Measure Form Performance and Conduct Form Analysis&#8221; which detailed about implementation part of form analysis plugin, However what I have observed, business owners are not sure how to make best use of them, due to couple of reasons.

Form Analysis are not accurate [...]]]></description>
			<content:encoded><![CDATA[<p>I had earlier written a blog post on &#8220;<a href="http://www.pradeepsv.com/blog/how-do-you-implement-measure-form-performance-and-conduct-form-analysis/" target="_blank">How do you Implement &amp; Measure Form Performance and Conduct Form Analysis</a>&#8221; which detailed about implementation part of form analysis plugin, However what I have observed, business owners are not sure how to make best use of them, due to couple of reasons.</p>
<ul>
<li>Form Analysis are not accurate or does not collect most of the form data which are required.</li>
<li>Data looks junk or messed up or unable to read and understand to derive insights out of it.</li>
</ul>
<p>Here is a 2 stage enhancement which I had made to one of my client to get form analysis plugin better and to make use of the data collected to derive insights out of it.</p>
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">Enhancement to Plug-in:</p>
<p style="padding-left: 30px;"><strong>Stage 1: Enhance the plug-in to read the form or form element not just with name but also by id attribute.</strong></p>
<p style="padding-left: 60px;">Plug-in developed by Omniture engineering team reads the form and its element based on its name attribute. However in many instances developer might omit adding name attribute or just add &#8220;id&#8221; attribute or visa-versa , in other words attribute usage might not be consistent.</p>
<p style="padding-left: 60px;">Existing Plug-in code:  form name and form element name are picked by name</p>
<p style="padding-left: 60px;"><a href="http://www.pradeepsv.com/blog/images/10-23-2011%203-36-04%20PM.jpg" target="_blank"><img src="http://www.pradeepsv.com/blog/images/10-23-2011%203-36-04%20PM.jpg" alt="Omniture Plugin" width="443" height="297" /></a></p>
<p style="padding-left: 60px;"><img alt="" /></p>
<p style="padding-left: 60px;">Changes made: form name and form element name are picked by name first,  if name attribute is not available then its picked from id attribute.</p>
<p style="padding-left: 60px;"><a href="http://www.pradeepsv.com/blog/images/11-23-2011%204-09-29%20PM.jpg" target="_blank"><img src="http://www.pradeepsv.com/blog/images/11-23-2011%204-09-29%20PM.jpg" alt="Omniture Plugin" width="429" height="274" /></a></p>
<p style="padding-left: 30px;"><strong>Stage 2: Enhance plug-in to track visitors who close the browser or click on a link without touching the forms.</strong></p>
<p style="padding-left: 60px;">What if, if the user lands on a page and closes his browser or clicks on any link move to a different page, Omniture plug-in will not track these scenario, a small change in the code will enable to track abandon due to browser close or click on a link without touching forms.</p>
<p style="padding-left: 60px;"><img alt="" /></p>
<p style="padding-left: 60px;">I am unable to show the test data here, but you can try doing these changes it works pretty well and data now looks lot more comprehensive.</p>
<p style="padding-left: 60px;"><a href="http://www.pradeepsv.com/blog/images/11-23-2011%204-34-15%20PM.jpg" target="_blank"><img src="http://www.pradeepsv.com/blog/images/11-23-2011%204-34-15%20PM.jpg" alt="Omniture Plugin" width="465" height="417" /></a></p>
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">Enhancement to Reporting:</p>
<p style="padding-left: 30px;">Now that we have data how do we use it?</p>
<p style="padding-left: 30px;">Here is how the collected data will look like, it contains data like page name, form name, action status - all these in a single row?</p>
<p style="padding-left: 30px;"><a href="http://www.pradeepsv.com/blog/images/11-23-2011%204-57-46%20PM.jpg"><img src="http://www.pradeepsv.com/blog/images/11-23-2011%204-57-46%20PM.jpg" alt="" width="461" height="213" /></a></p>
<p style="padding-left: 30px;"><strong>Stage 1: Classify it</strong></p>
<div style="direction: ltr;">
<table style="direction: ltr; border-collapse: collapse; margin-left: 0.7076in; border: 1pt solid #a3a3a3;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="vertical-align: top; width: 1.5145in; padding: 4pt; border: 1pt solid #a3a3a3;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><span style="font-weight: bold;">Form Placement</span></p>
</td>
<td style="vertical-align: top; width: 3.3312in; padding: 4pt; border: 1pt solid #a3a3a3;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><span style="font-weight: bold;">Lists out where different forms are placed</span></p>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 1.5145in; padding: 4pt; border: 1pt solid #a3a3a3;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><span style="font-weight: bold;">Form Name</span></p>
</td>
<td style="vertical-align: top; width: 3.3312in; padding: 4pt; border: 1pt solid #a3a3a3;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><span style="font-weight: bold;">List of forms in the entire site</span></p>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 1.5145in; padding: 4pt; border: 1pt solid #a3a3a3;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><span style="font-weight: bold;">Form Status</span></p>
</td>
<td style="vertical-align: top; width: 3.3312in; padding: 4pt; border: 1pt solid #a3a3a3;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><span style="font-weight: bold;">Action taken by the user, Abandon, No Data   Entered<span> </span>etc.</span></p>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 1.5145in; padding: 4pt; border: 1pt solid #a3a3a3;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><span style="font-weight: bold;">Form Element Name</span></p>
</td>
<td style="vertical-align: top; width: 3.3312in; padding: 4pt; border: 1pt solid #a3a3a3;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><span style="font-weight: bold;">List of elements where visitor has just left after   filling it up.</span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p style="padding-left: 90px;"><img src="http://www.pradeepsv.com/blog/images/11-23-2011%205-00-33%20PM.png" alt="" width="375" height="142" /></p>
<p style="padding-left: 60px;">By classifying this way you can actually view data in different dimension and at the aggregated level as well. For example you can see the list of forms broken down by elements by action so it clearly states where does the max visitor are abandoning the forms.</p>
<p style="padding-left: 60px;"><strong>Area of Improvements:</strong><br />
- More detailed level of tracking can be adopted depending on the level of analysis required,  if the domain main objective are lead generation, through additional event usage data representation can be improved.</p>
<p style="padding-left: 30px;"><strong>Stage 2: Automate the classification Process</strong></p>
<p style="padding-left: 60px;">- Unless classification process is automated its really pain in the neck to create SAINT Classification file every time we need to upload.</p>
<p style="padding-left: 60px;"><a href="http://www.pradeepsv.com/blog/images/11-24-2011%205-34-56%20PM.jpg" target="_blank"><img src="http://www.pradeepsv.com/blog/images/11-24-2011%205-34-56%20PM.jpg" alt="" width="385" height="277" /></a></p>
<p>Please feel free to comment out your idea and inputs and how have you  used this plugin to benefit your clients.</p>
<p>Interesting reads on form abandonment:</p>
<ul>
<li><a href="http://www.keystonesolutions.com/community/2011/08/omniture-form-analysis-pitfalls-how-to-avoid-and-optimize/" target="_blank">Omniture Form Analysis Pitfalls, How to avoid and optimize</a></li>
<li><a href="http://www.rudishumpert.com/2009/11/11/form-abandonment/#more-280" target="_blank">Form Abandonment by Rudi Shumpert</a></li>
</ul>
<p>- Pradeep SV</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pradeepsv.com/blog/enhancement-to-sitecatalyst-form-abandonment-plug-in-and-reporting-to-improve-its-usage-in-2-stage/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Best Practices #2: Maintaining Meeting Notes Centrally using OneNote and SharePoint</title>
		<link>http://www.pradeepsv.com/blog/best-practices-2-maintaining-meeting-notes-centrally-using-onenote-and-sharepoint/</link>
		<comments>http://www.pradeepsv.com/blog/best-practices-2-maintaining-meeting-notes-centrally-using-onenote-and-sharepoint/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 00:00:19 +0000</pubDate>
		<dc:creator>Pradeep SV</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Mobile Analytics]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Omniture]]></category>

		<category><![CDATA[Others]]></category>

		<category><![CDATA[Project Management]]></category>

		<category><![CDATA[Web Analytics]]></category>

		<category><![CDATA[Management]]></category>

		<category><![CDATA[Project]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.pradeepsv.com/blog/?p=20</guid>
		<description><![CDATA[All of us take meeting notes of each of our meeting and there are many ways we send out the meeting notes, sometime text format, sometime we send out the through mail and sometime on a word document.
If the meeting is one time meeting or one way meeting it make sense to send it inline [...]]]></description>
			<content:encoded><![CDATA[<p>All of us take meeting notes of each of our meeting and there are many ways we send out the meeting notes, sometime text format, sometime we send out the through mail and sometime on a word document.</p>
<p>If the meeting is one time meeting or one way meeting it make sense to send it inline with the mail. However if we have a recurring meeting, and needs to be viewed edited and updated everyday by different team members and also if it needs to maintain a log of everyday meeting notes to refer back with the previous meetings and follow up, how do you normally do? Which is the best of way doing it?</p>
<ul>
<li> How can each of the team member can have access meeting notes at almost real time</li>
<li> How can each of the team member can edit at the same time?</li>
<li> How can anyone can access there meeting notes from anywhere?</li>
<li> How can we make changes so it get reflected to all at the same time?</li>
</ul>
<p>Simplest way to solve the above need is to manage all the meeting notes through Shared Microsoft OneNote and store it on SharePoint. Solution looks very simple but beauty of it is the way you can manage the entire setup. I will show you on how to Create and Manage Shared OneNote by storing in a SharePoint.</p>
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">How to Create a new shared notebook in a SharePoint library</p>
<p>When you add a new notebook to a library, the notebook becomes a folder in the library, and the sections are stored as files. Adding content to it and revising it are similar to working with your notebook in any shared location</p>
<p>On the Share menu, click Create Shared Notebook.</p>
<p><a href="../images/bp-1-i-1.png" target="_blank"><img src="http://www.pradeepsv.com/blog/images/bp-1-i-1.png" alt="" /></a><br />
In the New Notebook Wizard, do the following:</p>
<ul>
<li> Under Who will use this notebook?, click Multiple people will share the notebook, and then click On a server (SharePoint document library, network share, or other shared location).</li>
<li>To tell others about the notebook, leave the Create an e-mail with a link to this notebook so that I can send to other people check box selected.</li>
<li>Click Create.</li>
<li>Note    When you make changes to your notebook, it may take a few minutes for others to see the changes or for the changes to synchronize, depending on the way your network is set up.</li>
</ul>
<p style="margin: 0in;"><a href="http://www.pradeepsv.com/blog/images/bp-1-i-2.png" target="_blank"><img src="http://www.pradeepsv.com/blog/images/bp-1-i-2.png" alt="" width="414" height="336" /></a></p>
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">How I use this set up @ Project.</p>
<ol>
<li>We have created Shared OneNote (Picture #1) and Stored it in SharePoint (Picture #2</li>
<li>All the Work Sheet created (#2) will be stored as files in the SharePoint, you can see it in #2 in Picture #2.</li>
<li>Any one who need to see Meeting notes can either download it and see at onetime or they can import to there local OneNote so it automatically syncs as and when we update it, like they can get the daily updates.</li>
</ol>
<p><a href="http://www.pradeepsv.com/blog/images/bp-1-i-3.png"><img src="http://www.pradeepsv.com/blog/images/bp-1-i-3.png" alt="" width="471" height="282" /></a></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">How I Utilize this Setup</p>
<div style="direction: ltr;">
<table border="0">
<tbody>
<tr>
<td>Comprehensive meeting notes and its follow ups</td>
<td>
<p style="margin: 0in;"><a href="http://www.pradeepsv.com/blog/images/bp-1-i-4.png"><img src="http://www.pradeepsv.com/blog/images/bp-1-i-4.png" alt="" width="314" height="239" /></a></p>
</td>
</tr>
<tr>
<td>Week by Week entry of the Task List of each        team member, so it can be viewed by entire team.</td>
<td>
<p style="margin: 0in;"><a href="http://www.pradeepsv.com/blog/images/bp-1-i-5.png" target="_blank"><img src="http://www.pradeepsv.com/blog/images/bp-1-i-5.png" alt="" width="292" height="140" /></a></p>
</td>
</tr>
<tr>
<td>Keep track of the Achievements we do   within team so it can be shared in common across the team.</td>
<td>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><a href="http://www.pradeepsv.com/blog/images/bp-1-i-6.png" target="_blank"><img src="http://www.pradeepsv.com/blog/images/bp-1-i-6.png" alt="" width="310" height="132" /></a></p>
</td>
</tr>
</tbody>
</table>
</div>
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">Best Part of this Setup</p>
<ul>
<li>Multiple users can simultaneously access shared notes and contribute to them on an ongoing basis</li>
<li>A library is a central location on a SharePoint site where people store and manage their files</li>
<li>You can manage who has permission to view the notebook or contribute notes</li>
<li>You can also track versions of the notebook, so that people can view or restore an earlier version if needed and receive updates when the content changes by using alerts or RSS Feeds</li>
<li>When you share a notebook, everyone with permission to contribute to a SharePoint library can access a shared set of notes at the same time</li>
<li>OneNote synchronizes everyone&#8217;s changes to the notebook on the SharePoint site. OneNote also maintains a separate offline copy of the notes on each user&#8217;s computer</li>
<li>Participants can edit notes locally even when they are disconnected from the network. The next time they connect to the shared notebook, OneNote merges their changes with everyone else&#8217;s.</li>
<li>You can see your meeting notes either it from home computer or from your office and you need not send it over mail.</li>
</ul>
<p>Just try it and you will start seeing its Use.</p>
<p>Please feel free to comment out if you have any more ideas.</p>
<p>-Pradeep SV</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pradeepsv.com/blog/best-practices-2-maintaining-meeting-notes-centrally-using-onenote-and-sharepoint/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Best Practices #1: Omniture SiteCatalyst Standard Menu Naming Convention</title>
		<link>http://www.pradeepsv.com/blog/best-practices-omniture-sitecatalyst-standard-menu-naming-convention/</link>
		<comments>http://www.pradeepsv.com/blog/best-practices-omniture-sitecatalyst-standard-menu-naming-convention/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 08:40:54 +0000</pubDate>
		<dc:creator>Pradeep SV</dc:creator>
		
		<category><![CDATA[Implementation]]></category>

		<category><![CDATA[Omniture]]></category>

		<category><![CDATA[Web Analytics]]></category>

		<category><![CDATA[SiteCatalyst]]></category>

		<guid isPermaLink="false">http://www.pradeepsv.com/blog/?p=19</guid>
		<description><![CDATA[Not everyone will talk about naming the menus within SiteCatalyst. Few things which made me write this article are the questions which would arise in developers as well as business owners mind.

Developers:

I am seeing the value in c3      on the debugger where do I see the report or which menu [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Not everyone will talk about naming the menus within SiteCatalyst. Few things which made me write this article are the questions which would arise in developers as well as business owners mind.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in 0in 0in 0.375in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Developers:</p>
<ul style="margin-left: 1.125in; direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc">
<li style="margin-top: 0pt; margin-bottom: 0pt; vertical-align: middle;"><span style="font-size: 11pt; font-family: Calibri;">I am seeing the value in c3      on the debugger where do I see the report or which menu should I have to      see it in? (I know its simple and can see at custom insights 1 to 10,      however the problem is if we have not enabled prop2 and prop3 then prop4      appears in second line item, which might be mistaken for prop2 instead of      prop4)</span></li>
<li style="margin-top: 0pt; margin-bottom: 0pt; vertical-align: middle;"><span style="font-size: 11pt; font-family: Calibri;">How do I map back custom      variables which I am seeing in debugger back, to Omniture reports.</span></li>
</ul>
<p style="margin: 0in 0in 0in 0.375in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Business Owners:</p>
<ul style="margin-left: 1.125in; direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="disc">
<li style="margin-top: 0pt; margin-bottom: 0pt; vertical-align: middle;"><span style="font-size: 11pt; font-family: Calibri;">If I do not know the report      name how do I indicate or index a report back in SiteCatalyst?</span></li>
</ul>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Real time Questions:</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">#1: How do I relate the props I am seeing in debugger to menu within Omniture?</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in;"><img src="http://www.pradeepsv.com/blog/images/psv-bp-1-img-2.jpg" alt="" width="575" height="444" /></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">Best Practice for Menu Naming and Convention</p>
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<ul style="margin-left: 0.75in; direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="circle">
<li style="margin-top: 0pt; margin-bottom: 0pt; vertical-align: middle;"><span style="font-size: 11pt; font-family: Calibri;">Indicate each of the menu      item to there respective customer variables numbers, convention as below.</span></li>
</ul>
<p style="margin: 0in 0in 0in 0.75in; font-family: Calibri; font-size: 11pt;">
<div style="direction: ltr;">
<table style="direction: ltr; border-collapse: collapse; border: 1pt solid #a3a3a3; margin-left: 0.7076in;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 1.127in; padding: 4pt;">
<p style="margin: 0in; font-weight: bold; text-decoration: underline; font-family: Calibri; font-size: 11pt;">Variable Type</p>
</td>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 1.3722in; padding: 4pt;">
<p style="margin: 0in; font-weight: bold; text-decoration: underline; font-family: Calibri; font-size: 11pt; text-align: center;">Convention Index</p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 1.127in; padding: 4pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">eVar</p>
</td>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 1.3722in; padding: 4pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt; text-align: center;">v</p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 1.127in; padding: 4pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Prop</p>
</td>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 1.3722in; padding: 4pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt; text-align: center;">c</p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 1.127in; padding: 4pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Events</p>
</td>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 1.3722in; padding: 4pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt; text-align: center;">e</p>
</td>
</tr>
</tbody>
</table>
</div>
<p style="margin: 0in 0in 0in 0.75in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Reason for using v, c and e for eVar, Props and Events Respectively</p>
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<ul style="margin-left: 0.75in; direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="circle">
<li style="margin-top: 0pt; margin-bottom: 0pt; vertical-align: middle;"><span style="font-size: 11pt; font-family: Calibri;">To match with debugger or      Omniture image beacons (See Screenshot below)</span></li>
<li style="margin-top: 0pt; margin-bottom: 0pt; vertical-align: middle;"><span style="font-size: 11pt; font-family: Calibri;">Also to align with the      Omniture Standards (As per the Implementation Manual)</span></li>
</ul>
<p style="margin: 0in 0in 0in 0.75in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in 0in 0in 0.75in;"><img src="http://www.pradeepsv.com/blog/images/psv-bp-1-img-3.jpg" alt="" width="300" height="219" /></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">Menus After Renaming to Standard Naming Convention</p>
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 16pt; color: #17365d;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<div style="direction: ltr;">
<table style="direction: ltr; border-collapse: collapse; border: 1pt solid #a3a3a3;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 2.0319in; padding: 4pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 14pt;">eVar</p>
</td>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 2.0111in; padding: 4pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 14pt;">Prop</p>
</td>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 1.9583in; padding: 4pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 14pt;">Events</p>
</td>
</tr>
<tr>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 2.0319in; padding: 4pt;">
<p style="margin: 0in;"><img src="http://www.pradeepsv.com/blog/images/bp-2-i-4.png" alt="" /></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
</td>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 2.0111in; padding: 4pt;">
<p style="margin: 0in;"><img src="http://www.pradeepsv.com/blog/images/bp-2-i-5.png" alt="" /></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
</td>
<td style="border: 1pt solid #a3a3a3; vertical-align: top; width: 1.9583in; padding: 4pt;">
<p style="margin: 0in;"><img src="http://www.pradeepsv.com/blog/images/bp-2-i-6.png" alt="" width="175" height="402" /></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
</td>
</tr>
</tbody>
</table>
</div>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Usually it will be difficult to indicate a particular report by name which could be made much easier if each menu has some numbers.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">It is a good practice to have a consistent naming convention if you are working with multiple clients and follow the same standards across the organization.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Answer to the Question asked above (#1):</p>
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">
<ul style="margin-left: 0.75in; direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in;" type="circle">
<li style="margin-top: 0pt; margin-bottom: 0pt; vertical-align: middle;"><span style="font-size: 11pt; font-family: Calibri;">Its pretty clear that c3 is      mapped &#8220;New Repeat Visitor&#8221; through the proposed naming      conversion.</span></li>
<li style="margin-top: 0pt; margin-bottom: 0pt; vertical-align: middle;"><span style="font-size: 11pt; font-family: Calibri;">Also even if we have not      enabled any of the variables in the middle of the menu, it still can be      correctly mapped with the number indication</span></li>
</ul>
<p><span style="font-size: 11pt; font-family: Calibri;"><br />
</span></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in;"><img src="http://www.pradeepsv.com/blog/images/psv-bp-1-img-1.jpg" alt="" /></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">I would strongly recommend to use the same naming convention.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">-Pradeep SV</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pradeepsv.com/blog/best-practices-omniture-sitecatalyst-standard-menu-naming-convention/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Idea!! Monetizing Social Media and Building Recommendation Engine</title>
		<link>http://www.pradeepsv.com/blog/idea-social-media-affiliate-engine/</link>
		<comments>http://www.pradeepsv.com/blog/idea-social-media-affiliate-engine/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 13:37:57 +0000</pubDate>
		<dc:creator>Pradeep SV</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://www.pradeepsv.com/blog/?p=18</guid>
		<description><![CDATA[Idea / Abstract
The internet space is exploding… Innumerable advertising opportunities galore!
The marketer is looking for…
Cost… Audience Footfall… Audience Demographic… Conversions.. And most importantly ROI!
The options?
Search Engine Marketing… Search Engine Optimization… E-mail marketing.. And the latest trend Social Media
 Some facts
SEM and SEO is increasing in cost with CPC in SEM going as high as $10 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Idea / Abstract</strong></p>
<p>The internet space is exploding… Innumerable advertising opportunities galore!<br />
The marketer is looking for…</p>
<p>Cost… Audience Footfall… Audience Demographic… Conversions.. And most importantly ROI!</p>
<p>The options?</p>
<p>Search Engine Marketing… Search Engine Optimization… E-mail marketing.. And the latest trend <strong>Social Media</strong></p>
<p><strong> Some facts</strong></p>
<p>SEM and SEO is increasing in cost with CPC in SEM going as high as $10 per click and SEO budgets crossing millions of dollars every year. The low cost per touch email marketing with its downward response probability trend fails against social media that’s engaging today’s consumer!</p>
<p><strong>The Challenge…</strong></p>
<p>How to target the right audience in the least time and the least cost?</p>
<p><strong> Strengths:</strong></p>
<ul>
<li> Everyone wants to be on Social Media: it’s the new buzz word in the digital world</li>
<li>Social Media is powerful: Rich information about what is the consumer looking for!!</li>
<li>High Audience Engagement: Aged between 18-35 spend around 3 hours on facebook during Jan 2009 with 300 M user base.(Source: Nielson’s)</li>
<li>Viral Nature: If you have a great idea… it will spread like wildfire!</li>
</ul>
<p><strong> The Weaknesses:</strong></p>
<ul>
<li> Distributed Audience</li>
<li>Low Predictability: Media is controlled by the audience</li>
</ul>
<p><strong> The Facts:</strong></p>
<ul>
<li> Wide variety of social sites like twitter, facebook, MySpace, LinkedIn exist</li>
<li>Established micro blogging users having a large number of followers &amp; group members</li>
</ul>
<p><strong>The bright idea:</strong></p>
<blockquote><p>Leverage the Social Media network using the established micro bloggers as brand ambassadors and inject any Company&#8217;s content/ads into social media sites</p></blockquote>
<p><strong>The big Question…</strong></p>
<p>But why would these users would promote any company in their groups?</p>
<p>That&#8217;s &#8220;Social Media Affiliate Engine&#8221; where revenue will be shared across all the top micro bloggers for impressions and conversions.</p>
<p><strong>Social Media Affiliate Eco-System</strong></p>
<p><img src="http://www.pradeepsv.com/blog/images/social Media Affiliate Engine-image.bmp" alt="Social Media Affiliate Engine-image.bmp" width="527" height="316" /></p>
<p><strong>Advantages</strong>:</p>
<ul>
<li> Sharp Targeting the consumer – the marketer’s dream!</li>
<li>Large number of Quality Impressions in lower cost</li>
<li>Opportunity to personalize communication with the consumer who is already receptive</li>
<li>Opportunity to build a 2 way dialogue and interaction with the audience</li>
<li>Builds stronger brand by consumer engagement and being present where the consumer is</li>
<li>Adds value to Search Engine results, which indirectly increase traffic through Search Engines</li>
<li>Helps in finding results through non-branded keywords</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pradeepsv.com/blog/idea-social-media-affiliate-engine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I am Google Analytics Individual Qualification (GAIQ) Certified: Is that really Needed?</title>
		<link>http://www.pradeepsv.com/blog/i-am-google-analytics-individual-qualification-gaiq-certified-is-that-really-needed/</link>
		<comments>http://www.pradeepsv.com/blog/i-am-google-analytics-individual-qualification-gaiq-certified-is-that-really-needed/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 12:12:34 +0000</pubDate>
		<dc:creator>Pradeep SV</dc:creator>
		
		<category><![CDATA[Implementation]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Omniture]]></category>

		<category><![CDATA[Others]]></category>

		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.pradeepsv.com/blog/?p=17</guid>
		<description><![CDATA[GAIQ: A Good Way to authenticate your knowledge on Google Analytics
Its one pending task which I wanted to do since many days, and this weekend was the best suited for me and made up my mind to take it, GAIQ Test.
Well, I asked myself why should I have taken this test spending $50 just for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>GAIQ: A Good Way to authenticate your knowledge on Google Analytics</strong></p>
<p>Its one pending task which I wanted to do since many days, and this weekend was the best suited for me and made up my mind to take it, GAIQ Test.</p>
<p>Well, I asked myself why should I have taken this test spending $50 just for an online certificate.</p>
<p>when I was thinking and mentioned about taking GAIQ test, Many people commented like its an open book test, you can easily pass if we 2 or more people sit together who have knowledge in GA , I would totally agree them, However I still wanted to take this test&#8230;WHY?</p>
<p>Not because it’s a certification by Google or cos I will get one certificate that adds to my resume or it adds honour to my skills, its cos</p>
<blockquote>
<ul>
<li>it’s a Sense of satisfaction to clear and get authenticated your knowledge on Google Analytics</li>
<li>Its a benchmark to say I am sound in Google Analytics.</li>
<li>That’s when you feel you have reached a goal (Goal setting you see..:) )</li>
</ul>
</blockquote>
<p>Google describe The Google Analytics Individual Qualification (or Google Analytics IQ) as “a proof of proficiency in Google Analytics that is available to any individual who has passed the Google Analytics IQ test”.</p>
<p>I totally agree with it.</p>
<p>This Saturday is a personal working day for me cos whole day I spent time in going through all the slides and @ 6 I thought of taking the test, as always I am super lucky!!! Power Cut <img src='http://www.pradeepsv.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (For one hour)</p>
<p>@7 I started test at last, and passed in flying 99%</p>
<p><img src="http://www.pradeepsv.com/blog/images/GAIQ_Test_Results_PradeepSV.png" alt="Google Analytics Individual Qualification - Pradeep SV" width="500" height="260" /></p>
<p>After going through all the training material, GAIQ was not that difficult, but definitely there are few tricky questions.</p>
<p>Course Material was very comprehensive and would sure would not be able to make it in test without going through all the slides.</p>
<p>Though I am kind of happy to see 99% scored, I am still unhappy for not having a badge or a kind of logo to say I am a qualified professional (just like Omniture have)</p>
<p><img src="http://www.pradeepsv.com/blog/images/GAIQ-Certificate-PradeepSV.png" alt="Google Analytics Individual Qualification - Pradeep SV" width="503" height="371" /></p>
<p>About Google Analytics Individual Qualification (GAIQ):</p>
<p>&#8220;<a href="http://www.google.com/intl/en/press/annc/20090303_analytics-iq.html" target="_blank">Google Analytics Launches Individual Qualification Program</a>&#8221; we heard this on March 3, 2009. This was mainly created program to display proficiency in Google Analytics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pradeepsv.com/blog/i-am-google-analytics-individual-qualification-gaiq-certified-is-that-really-needed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is Google doing Out-of-Context (ual) Targeting?</title>
		<link>http://www.pradeepsv.com/blog/is-google-doing-out-of-context-ual-targeting/</link>
		<comments>http://www.pradeepsv.com/blog/is-google-doing-out-of-context-ual-targeting/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 13:03:43 +0000</pubDate>
		<dc:creator>Pradeep SV</dc:creator>
		
		<category><![CDATA[My Observations]]></category>

		<guid isPermaLink="false">http://www.pradeepsv.com/blog/?p=16</guid>
		<description><![CDATA[For one of my blog HP BPO analytics, I recently published an post &#8220;Hewlett Packard bagged the Top PC Vendor award&#8221; and when I opened the blog and saw on a Google Adsense, I was surprised to see it was displaying some adult links on Adsense Advertising, How can it happen? I checked all the [...]]]></description>
			<content:encoded><![CDATA[<p>For one of my blog <a href="http://hpbpoanalytics.blogspot.com/" target="_blank">HP BPO analytics</a>, I recently published an post &#8220;<a href="http://hpbpoanalytics.blogspot.com/2008/10/hewlett-packard-bagged-top-pc-vendor.html" target="_blank">Hewlett Packard bagged the Top PC Vendor award</a>&#8221; and when I opened the blog and saw on a Google Adsense, I was surprised to see it was displaying some adult links on Adsense Advertising, How can it happen? I checked all the keywords which are displayed on the Adsense and none of them found on my posted article or any relative synonyms.</p>
<p class="MsoNormal"><img src="http://www.pradeepsv.com/blog/images/google-adsense.png" alt="Google Adsense" width="501" height="529" /></p>
<p class="MsoNormal">Have anyone observed similar pattern, please do comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pradeepsv.com/blog/is-google-doing-out-of-context-ual-targeting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Blog Post link placed in Google Blog :)</title>
		<link>http://www.pradeepsv.com/blog/my-blog-link-placed-in-google-blog/</link>
		<comments>http://www.pradeepsv.com/blog/my-blog-link-placed-in-google-blog/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 16:27:13 +0000</pubDate>
		<dc:creator>Pradeep SV</dc:creator>
		
		<category><![CDATA[My Observations]]></category>

		<category><![CDATA[Blog Post link]]></category>

		<category><![CDATA[Google Blog]]></category>

		<category><![CDATA[Pradeepsv.com]]></category>

		<guid isPermaLink="false">http://www.pradeepsv.com/blog/?p=15</guid>
		<description><![CDATA[My blog link (one of the blog post) is placed in GoogleBlog - I know its not a big surprise as it pings back all the link in the list or related article but the good thing is its placed #3 (third) in the list which driving traffic.
I had recently written a blog on &#8220;How [...]]]></description>
			<content:encoded><![CDATA[<p>My blog link (one of the blog post) is placed in <a href="http://googleblog.blogspot.com/2006/10/got-blog-will-ping.html" target="_blank">GoogleBlog </a>- I know its not a big surprise as it pings back all the link in the list or related article but the good thing is its placed #3 (third) in the list which driving traffic.</p>
<p>I had recently written a blog on &#8220;<a href="http://www.pradeepsv.com/blog/how-does-google-index-blog-post-published-so-quickly/">How does google Index blog post published so quickly?</a>&#8221; the same has been placed in Google blog&#8217;s similar Article.</p>
<p>Have a look <img src='http://www.pradeepsv.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><img src="http://www.pradeepsv.com/blog/images/pradeepsv-googleblog.png" alt="Blog link on google blog" width="655" height="746" /></p>
<p>But to be honest i am exicited about it</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pradeepsv.com/blog/my-blog-link-placed-in-google-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Number/Trend Metrics Vs Action Driven Metrics</title>
		<link>http://www.pradeepsv.com/blog/numbertrend-metrics-vs-action-driven-metrics/</link>
		<comments>http://www.pradeepsv.com/blog/numbertrend-metrics-vs-action-driven-metrics/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 10:06:00 +0000</pubDate>
		<dc:creator>Pradeep SV</dc:creator>
		
		<category><![CDATA[My Observations]]></category>

		<category><![CDATA[Omniture]]></category>

		<category><![CDATA[Web Analytics]]></category>

		<category><![CDATA[Metrics]]></category>

		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://www.pradeepsv.com/blog/?p=14</guid>
		<description><![CDATA[I had actually promised writing about Implementation on Mobile Analytics using Omniture SiteCatalyst as a Web analytics solutions, But due to time constraints I couldn’t managed to write on it, But I will definitely will write about it actually its on queue : )
Well without disappointing this time something on Web Analytic Metrics, We normally [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span>I had actually promised writing about Implementation on Mobile Analytics using Omniture SiteCatalyst as a Web analytics solutions, But due to time constraints I couldn’t managed to write on it, But I will definitely will write about it actually its on queue : )</span></p>
<p class="MsoNormal"><span>Well without disappointing this time something on Web Analytic Metrics, We normally get the request from our partners to enable MUVs ( Monthly unique visitors)  to some of the specific reports however most of the time we push them to use DUVs (Daily Unique visitors) instead of MUVs, specially if its support sites.</span></p>
<p class="MsoNormal"><span>There is couple of reason for this,</span></p>
<ul type="disc">
<li class="MsoNormal"><span>For me DUVs and MUVs      are just numbers to watch the trend month over month for particular      section of the website (you know even Avinash is also not too fond of Daily      Unique Visitors : ) )</span></li>
<li class="MsoNormal"><span>It drives cost to the      company in enabling this additional metrics to any reports.</span></li>
</ul>
<p class="MsoNormal"><span>For this reason we normally ask what is the business value that’s going to drive using MUVs in particular report, believe me 99% of them didn’t had any reason other then just watching the trend of the unique visitors.</span></p>
<p class="MsoNormal"><span>If you ask me, Visits, Unique Visitors (Daily or monthly) are just number to watch the trend and the number of people visiting the website, that is they are not an Action Driving metric (A perfect example for Action driven metrics is Bounce Rate - A sexist web metric - Avinash Says : ) )</span></p>
<p class="MsoNormal"><span>Due to frequent request, for MUVs (Monthly unique visitors) we have decided to enable DUVs (Daily unique visitors) for whom it requests and educate them to &#8220;Estimate&#8221; Monthly unique visitors, its little tricky here, it’s just an estimated number of Monthly unique visitors but might not be accurate.</span></p>
<p class="MsoNormal"><span>Let’s see how in simple calculation we can calculate Monthly unique visitors using Daily unique visitors.</span></p>
<p class="MsoNormal"><span>Assume you need MUVs in most popular site section report, however it has only DUVs enabled, here are the simple steps to add calculated metric MUVs</span></p>
<ol type="1">
<li class="MsoNormal"><span>Pull Daily Unique      Visitors for one month (site level)</span></li>
<li class="MsoNormal"><span>Pull Monthly Unique      Visitors for one month (site level)</span></li>
<li class="MsoNormal"><span>Calculate the ratio      of between them.</span></li>
<li class="MsoNormal"><span>Pull the report where      you need to MUVs from DUVs </span></li>
<li class="MsoNormal"><span>Calculate Estimated      MUVs metric by Multiplying DUVs by Average ratio created in #3</span></li>
</ol>
<p><strong></strong></p>
<p><span><strong><span><span>1.<span>      </span></span></span></strong></span><span><strong><span>Pull Daily Unique Visitors for one month (site level</span>)</strong></span></p>
<p><strong> </strong></p>
<p><img src="http://www.pradeepsv.com/blog/images/Daily-Unique-Visitors-Report.png" alt="http://www.pradeepsv.com/blog/images/Daily-Unique-Visitors-Report.png" width="549" height="234" /></p>
<p><strong>2. Pull Monthly Unique Visitors for one month (site level)</strong></p>
<p><img src="http://www.pradeepsv.com/blog/images/Monthly-Unique-Visitors-Report.png" alt="http://www.pradeepsv.com/blog/images/Monthly-Unique-Visitors-Report.png" width="559" height="269" /></p>
<p><strong>3. Calculate the ratio of between them.</strong></p>
<p>i,e Ratio = MUVs/DUVs</p>
<p><img src="http://www.pradeepsv.com/blog/images/Ratio.png" alt="http://www.pradeepsv.com/blog/images/Ratio.png" width="325" height="469" /></p>
<p><span><strong>4. Pull the report where you need to MUVs from DUVs<br />
5. Calculate Estimated MUVs metric by Multiplying DUVs by Average ratio created in #3</strong></span></p>
<p><a href="http://www.pradeepsv.com/blog/images/estimated%20MUVs.png"><img src="http://www.pradeepsv.com/blog/images/estimated%20MUVs.png" alt="http://www.pradeepsv.com/blog/images/estimated%20MUVs.png" width="596" height="92" /></a></p>
<p class="MsoNormal"><span><span>Have a look at the difference between the actual and the estimated Monthly Unique visitor, its negligible or I would say it’s acceptable anywhere between 10 to 20% of discrepancy.</span></span></p>
<p class="MsoNormal">Please drop in your comments just in case if we have better way of calculating Monthly Unique Visitors or if you feel calculation displayed above is wrong or your recommendations if any.</p>
<p class="MsoNormal"><em>Note: This was not my orgninal idea, it was proposed by my co-partner who is a program manager.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pradeepsv.com/blog/numbertrend-metrics-vs-action-driven-metrics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What I think about Google Chrome</title>
		<link>http://www.pradeepsv.com/blog/what-i-think-about-google-chrome/</link>
		<comments>http://www.pradeepsv.com/blog/what-i-think-about-google-chrome/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 09:20:52 +0000</pubDate>
		<dc:creator>Pradeep SV</dc:creator>
		
		<category><![CDATA[My Observations]]></category>

		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.pradeepsv.com/blog/?p=13</guid>
		<description><![CDATA[By the way everyone knows (by now atleast) Google has its new &#8220;Chrome - Google&#8217;s Web Browser&#8221; its pretty cool for browsing, its great way or great example on what user wants to feel happy while browsing&#8230;
I was wondering why would Google want to build Browser,  well they have reason for it, have a [...]]]></description>
			<content:encoded><![CDATA[<p>By the way everyone knows (by now atleast) Google has its new &#8220;Chrome - Google&#8217;s Web Browser&#8221; its pretty cool for browsing, its great way or great example on what user wants to feel happy while browsing&#8230;</p>
<p>I was wondering why would Google want to build Browser, <img src='http://www.pradeepsv.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> well they have reason for it, have a look here from Google&#8217;s Word - <a title="Google Chrome - How its Started" href="http://www.google.com/chrome/intl/en/why.html?hl=en" target="_blank">Why Google Wanted to Create Its Own Browser</a></p>
<p>What I like about Chrome?</p>
<ol>
<li>Way Browsing elements are arranged</li>
<li>Wide Browsing area</li>
<li>Fast browsing experience</li>
<li>Incognito feature - its called InPrivate in IE8</li>
</ol>
<p>However what I dont like is the memory its taken while browsing, I might be wrong (Please comment it If i am) which slows up the other application, I am getting the feeling that, thats one of the area Google has to concentrate as it was the same issue with Google Desktop.</p>
<p>Anyways, Lets see what I have felt using chrome in details.</p>
<p><strong>1. Way Browsing elements are arranged</strong></p>
<p>What if, if you get exactly what you want in-front of you ? that&#8217;s what it happens in Chrome when you open a new tab, it thumbnails all the previously browsed websites in front of you, you need not type in again. Though all browser shows recently typed URL as you typein couple of character but its always presentation and reachable matters website thumbnails are ready in-front of you just click it, don&#8217;t you agree with me?</p>
<p>Have a look at some of them.</p>
<p><img style="vertical-align: middle;" src="http://www.pradeepsv.com/blog/images/Chrome-newtab.png" alt="Google Chrome - Tabbed Tumbnail display" width="718" height="354" /></p>
<p><strong>2. Larger Browsing area</strong></p>
<p>t has larger browsing area which is most required while browsing, if you can observe status bar is smartly built like a  mouseover effect, what i meant is it displays on when you type in the URL on the address bar and while loading and it vanishes while its done !! isn&#8217;t it great and wanted feature.</p>
<p>No Menu and we dont want it either, how often do we use it, hardly for setting the connection? I am sure 99% of the users never touch the menu item which are displayed in the top its taken out in Chrome - we dont want it (I know its alredy came in IE7 release)</p>
<p><strong>3. Fast browsing experience</strong></p>
<p>Though I felt Chrome, is pretty faster, Firefox still cliams its 28% more faster then Chrome engine. They might be right also <img src='http://www.pradeepsv.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>4. Incognito feature - its called InPrivate in IE8</strong></p>
<p>What is Incognito?</p>
<p>&#8220;Browsing in incognito mode only keeps Google Chrome from storing information about the websites you&#8217;ve visited&#8221; Good for you doesn&#8217;t keep track if you visit &#8220;family websites&#8221; lol <img src='http://www.pradeepsv.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> and you need not explicitly clear the history, however you might have to put off or pause Google Web History tracking, as it still keep track of search history if you have logged in as Google user.</p>
<p><img style="vertical-align: middle;" src="http://www.pradeepsv.com/blog/images/Chrome-Incognito.png" alt="Google Chrome - Incognito" width="718" height="354" /><br />
By the way all new cookies are deleted after you close the incognito window, hmmmmmm if everyone started using &#8220;incognito&#8221; or &#8220;inprivate&#8221; (from IE8) what happens to metrics in Web Analytics reports?</p>
<p>What will be fate of Unique visitors - everyone will be unique in this case? any thoughts?</p>
<p><strong>Security flaws</strong></p>
<p>A security expert has criticized what serves as the automatic file download feature that comes enabled by default in Google Chrome. They argued that it could be used easily by an attacker to trick a user into opening a malicious executable file.</p>
<p><em>Source </em>- Wiki</p>
<p>But now the chanllenge part is how quickly (just in case) Chrome will acquire market share of in the browsers war. It took 5 years to capture 43% of browser market share for Firefox against Microsoft,</p>
<p>Have a look look at the detailed Browser Statistics Month by Month by W3Schools - http://www.w3schools.com/browsers/browsers_stats.asp</p>
<p>Now its your trun - What do you have to say, Do you think Google Can succed in its Brower market? Please comment.</p>
<p>To Download Google Chrome - <a href="http://www.google.com/chrome/" target="_blank">http://www.google.com/chrome/</a></p>
<p>Learn About Google Chrome - <a href="http://www.google.com/chrome/intl/en/features.html" target="_blank">http://www.google.com/chrome/intl/en/features.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pradeepsv.com/blog/what-i-think-about-google-chrome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

