<?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>Online Marketing, Business Analytics, SEO SEM &#187; Miscellaneous</title>
	<atom:link href="http://www.praveenkodur.com/blog/category/internet-marketing/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.praveenkodur.com/blog</link>
	<description>Analytics &#38; Marketing Contact praveen.kodur@gmail.com</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:29:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Analytics &amp; Online Marketing</title>
		<link>http://www.praveenkodur.com/blog/2009/07/google-analytics-online-marketing/</link>
		<comments>http://www.praveenkodur.com/blog/2009/07/google-analytics-online-marketing/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 10:34:08 +0000</pubDate>
		<dc:creator>kpraveenkumars</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Advanced Segmentation]]></category>
		<category><![CDATA[Custom Segmentation]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Online Marketing]]></category>

		<guid isPermaLink="false">http://www.praveenkodur.com/blog/?p=103</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Google Analytics is a very useful tool for Internet business especially online marketing. Google Analytics is probably the only free enterprise class tool available for website owners. It’s amazing the kind of features available for users at no cost. The amount of analysis, insights that can be accomplished is enormous considering the tool is available for free. The auxiliary benefits of Google analytics tool such Benchmarking &#038; Google Trends is equally big.</p>
<p>Most website users have already used Google Analytics as online visitor reporting tool, however new features like Custom reports / Advance segmentation has upgraded it to an analysis tool. With Google Analytics you can achieve detailed analysis to make well informed decisions for online marketing &#038; Internet business in general.</p>
<p>Some of the new features in Google Analytics are:</p>
<p><strong>Advanced Segmentation:</strong> This is a most important feature to segment GA data as per your criteria.</p>
<ul>
a.        Define segments based on any Site metrics, Traffic, Content, E-Commerce or Systems parameters available.<br />
b.       Apply these advanced segments on any report to view slice of data as per your criteria.<br />
c.        Apply more than one segment, along with overall visits for comparison.<br />
d.       Use predefined segments available by default.<br />
e.       Understand behavior of users for each segment and differentiate your action for each of them.<br />
f.         This feature along with regular expression can identify key pain points &#038; opportunities that can make huge difference to your website.<br />
g.        E.g Segment1: Visitors landing on home page and bouncing from site.<br />
h.       E.g Segment2: Visitors landing on inner pages.</ul>
<p><strong>Custom Reports:</strong> This is a user defined report, where you can choose to identify elements in rows &#038; columns in a data table.</p>
<ul>
a.        Choose desired dimension parameters in rows and your desired metrics in columns.<br />
b.       Select other sub-dimensions for drilling down the reports. You can select drill down parameter to three levels.<br />
c.        Sub dimension chosen will be a slice of data from top level dimension. Since you have the ability to choose any dimensions for both levels, you can get absolutely wonderful segments.<br />
d.       E.g : First level dimension can be Geography, drill down to Top Landing pages &#038; Network location.<br />
e.       E.g: First level can be Count of Visits, drill down to Traffic Sources, Top landing pages.<br />
f.         These reports can be saved, exported, sent to email and viewed anytime online.</ul>
<p><strong>Motion charts:</strong> Great Visualizing techniques like motion charts are available for users to pictorially view metrics over a time period. You can choose other site metrics as bubble sizes with different colors.</p>
<ul>
a.        You need give Google motion chart API code access to your GA account.</ul>
<p><strong>Data Export API:</strong> Use Google Analytics API to import data from Google Servers. This is very useful as you can store GA information in your database or use it third party reporting software.</p>
<ul>
a.        Export Data on Dimensions &#038; metrics which can be used in combination for a custom report.<br />
b.       Common calculation such as formula for Bounce rate (bounces/entrances), Exit rate (exits/pageviews)  and more can be found here http://code.google.com/apis/analytics/docs/gdata/gdataReferenceCommonCalculations.html</ul>
<p><strong>Flash &#038; Dynamic Page tracking:</strong> Use ga.js new code for tracking dynamic pages with _trackpageview function.</p>
<ul>
a.        Track Videos &#038; various actions like pause, play, stop etc.<br />
b.       View Developer Docs present at http://code.google.com/apis/analytics/docs/</ul>
<p><strong>User Defined functions:</strong> You can configure Google Analytics to store user attributes like Age, Income, demographic, psychographic attributes. The website needs to capture these attributes in first place and using the setvar function in javascript code, you can pass these values to Google Servers. Setvar function overwrites new values for same cookie, to avoid this there is another function called supersetvar, which can be used to append future values to existing ones.  </p>
<ul>
a.        You could slice,dice, segment data on Age, Income &#038; custom defined values.<br />
b.       View the list of functions which can be used to customized data representation in GA. http://code.google.com/apis/analytics/docs/gaJS/gaJSApi.html</ul>
<p><strong>Internal Site Search:</strong> Configuring your GA for site search can be done by enabling in main settings panel. You also have to give the parameter which stores the search keywords in URLs.</p>
<ul>
a.        Search Exits, Bounce Rate, User behavior during search, post search and pre-search.</ul>
<p><strong>Ecommerce Tracking:</strong> You can use GA to store your e-commerce transactions. This is done by enabling e-commerce settings. You also need to place additional code in Thank You! Page to capture the elements of transaction such as price, product name, quantity etc.</p>
<ul>
a.        You can find more info here about installing the Ecommerce tracking. You can even track 3rd party shopping transaction. (can be done by _linkByPost function) http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&#038;answer=55528  http://www.google.com/support/analytics/bin/topic.py?hl=en&#038;topic=11001</ul>
<p><strong>Adwords Integration:</strong> Integrating Adwords keyword, impression, cost, cpc, clicks metrics on GA will be extremely useful as you can segment, slice, dice cost, cpc, impression via Geography, content, landing pages, visitor behavior, loyalty etc.</p>
<ul>
a.        Adwords optimization is done based on conversion, however using GA we would be able to identify various segments of users such as Visitors doing research, Visitors browsing FAQs, Visitors commenting, browsing etc. Therefore we would be able to attach value to each segment and hence can better optimize Adwords campaigns based on different actions done by users rather than just conversion.</ul>
<p>Coming articles will contain more information on GA regular expressions, using Goals, filters and advance implementation on pageviews etc.</p>
<p>This Article is originally available only in <a href="http://www.praveenkodur.com/blog/" title="Online Marketing India">http://www.praveenkodur.com/blog/ </a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.praveenkodur.com%2Fblog%2F2009%2F07%2Fgoogle-analytics-online-marketing%2F&amp;linkname=Google%20Analytics%20%26%23038%3B%20Online%20Marketing"><img src="http://www.praveenkodur.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.praveenkodur.com/blog/2009/07/google-analytics-online-marketing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Marketing Analytics &#8211; Predictive Modeling(I)</title>
		<link>http://www.praveenkodur.com/blog/2009/07/marketing-analytics-i-predictive-modeling/</link>
		<comments>http://www.praveenkodur.com/blog/2009/07/marketing-analytics-i-predictive-modeling/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 11:51:51 +0000</pubDate>
		<dc:creator>kpraveenkumars</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Online Business]]></category>
		<category><![CDATA[Product Marketing]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[ppc analytics]]></category>
		<category><![CDATA[predictive analytics]]></category>

		<guid isPermaLink="false">http://www.praveenkodur.com/blog/?p=82</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>This is the most widely used area of data mining techniques, in sales and marketing to understand customer and their behavior on various products offered by the company. It helps companies in understanding and predicting customer behavior for each specific situation and therefore introduce sophistication in targeting. There are lot of information generally collected about the customer such as demographic, geographic, lifestyle, attitudinal, behavior and many more. These data can be efficiently used to model customer behavior under different circumstances (situations). Through effective models we can improve ROI of marketing efforts &amp; campaigns to make an impact in the overall profitability of the business.</p>
<p>Some of the common uses of analytical models are:</p>
<p><strong><span style="text-decoration: underline;">Acquiring new customers:</span></strong> Acquiring new customers is generally a big cost for the company, with increase in prices on various acquisition channels, companies find it hard to reduce cost in acquiring good profitable customers. Predictive modeling to certain extent becomes very useful in reducing costs in acquiring right customers and increase profitability. It also helps in designing marketing offers, special campaigns for customers to reach out to them.</p>
<p>Predictive models use historical data of customer attributes to understand relationships between attributes and their specific response or behavior. The output of predictive model is generally to predict a future response of the customer with their present data. These models are generally used to rank a list of prospective customers on the likelihood of their predicted response. This is very useful as it helps take present decisions. Other factors can also be fit into the response such as risk of acquiring customers like credit risk, or the cost of retaining customer. We can also predict response to each specific product, which helps in better targeting the customer and increases chances of acquiring them or even for cross selling products</p>
<p>(<span style="text-decoration: underline;">http://www.stochasticsolutions.com/pdf/CrossSell.pdf</span>).</p>
<p>Additionally, there might be situations where it might not be easy to connect both customer and the response desired. Additionally there may be situations where various responses of customers are also valuable. For example, a customer might purchase a product after visiting the site 4 times, each time the customer performs a action like search, sending an enquiry, contacting user, reading knowledge material etc. Each action may be valuable to business therefore need to included in the model. In all such cases we need to use proxies to understand purchase behavior. Model building is a tedious task, but very worthy effort in increasing profitability.</p>
<p>In process there are additional outputs generated like customer profiling, customer segmentation, clustering and affinity pairs which is very valuable in developing products for customers.</p>
<p><a href="http://en.wikipedia.org/wiki/Predictive_analytics">http://en.wikipedia.org/wiki/Predictive_analytics</a></p>
<p><strong> </strong></p>
<p><strong><span style="text-decoration: underline;">Customers Retention</span>:</strong> The second problem is of retaining existing customers, companies are willing to provide offers to retain customers. The data mining problem will translate into finding the customers at risk (or customers who are looking to switch) and additionally identify those customers who are more likely to change behaviour due the marketing offer given by the company. (<span style="text-decoration: underline;">http://www.stochasticsolutions.com/pdf/FinanceRetention.pdf</span>).</p>
<p>The data useful will be behavior of customers before attrition for certain time duration along with their demographics, attitudinal &amp; behavioral patterns.</p>
<p>Predicting customer attrition rate is separate from predicting their behavioral change because of promotional offer. These models are extremely useful where markets are saturated and acquiring new customers becomes increasingly difficult.</p>
<p>Marketing techniques for retaining customer could backfire sometimes, resulting in loss of customer due to persuation from the company. There are also certain customers who would attrite irrespective of any marketing offered to them. Capturing this behavioral difference can be done through Control Groups, Test Groups &amp; Hold Groups. This method is called as Differential Response modeling or Incremental impact model or Uplift model or Net model. Here is more info on the same: <a href="http://en.wikipedia.org/wiki/Uplift_modelling">http://en.wikipedia.org/wiki/Uplift_modelling</a>, and few white papers on the same <span style="text-decoration: underline;">http://www.stochasticsolutions.com/pdf/SavedAndDrivenAway.pdf</span>. Customers in Control Group are randomly targeted, Customers in Test Groups are targeted based on model, Hold Group Customers are not considered for targeting of offer. Results of test and experiment is used in building the Net Model.</p>
<p>The industries where these techniques will be highly useful are Financial Services, Retail, Telecom, Internet Companies and Software Houses.</p>
<p>Do check back for more articles on this topic.</p>
<p><span style="text-decoration: underline;"><strong>List of resources to find more information about Analytics</strong></span></p>
<p>1) http://www.destinationcrm.com/Articles/CRM-News/Daily-News/Predictive-Analytics-Can-Pinpoint-Profitable-Customers-52164.aspx</p>
<p>2) http://scientificmarketer.com/search/label/response</p>
<p>3) http://www.redclaymedia.com/response_modeling.php</p>
<p>4) http://stochasticsolutions.com/retention.html</p>
<p>5) http://www.information-management.com/specialreports/2008_62/10000747-1.html?ET=dmreview:e323:1015879a:&amp;st=email</p>
<p>6) http://www.information-management.com/issues/2007_52/10001990-1.html</p>
<p>7) http://www.predictiveanalyticsinsight.com/articles/callcenter.htm</p>
<p> <img src='http://www.praveenkodur.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> http://www.predictiveanalyticsworld.com/predictive_analytics.php</p>
<p>9) http://www.marketingprofs.com/4/shearer1.asp</p>
<p>10) http://semphonic.blogs.com/semangel/2009/01/predictive-analytics-getting-a-legup-on-where-analytics-is-headed-.html</p>
<p>The Original article is present on <a title="Online Marketing India" href="http://www.praveenkodur.com/blog" target="_blank">http://www.praveenkodur.com/blog</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.praveenkodur.com%2Fblog%2F2009%2F07%2Fmarketing-analytics-i-predictive-modeling%2F&amp;linkname=Marketing%20Analytics%20%26%238211%3B%20Predictive%20Modeling%28I%29"><img src="http://www.praveenkodur.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.praveenkodur.com/blog/2009/07/marketing-analytics-i-predictive-modeling/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SEO SEM Marketing Strategy</title>
		<link>http://www.praveenkodur.com/blog/2008/01/seo-sem-marketing-strategy/</link>
		<comments>http://www.praveenkodur.com/blog/2008/01/seo-sem-marketing-strategy/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 07:29:55 +0000</pubDate>
		<dc:creator>kpraveenkumars</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Pay Per Click (SEM)]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.praveenkodur.com/blog/2008/01/seo-sem-marketing-strategy/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Every Company into Online Marketing and advertising are concerned about their return of investment..</p>
<p>In Search Engine optimization the cost incurred are mainly is on effort, time, agency cost/employee cost. While as in Search Engine Marketing, the costs are Advertising cost(which is CPC, CPA, CPM etc) and the cost of time/effort.</p>
<p>It is necessary to track the value derived from Visitor Engagement on the site and revenue generated,</p>
<h2>Visitor Engagement Tracking</h2>
<p>Visitor engagement depends on objective and size of the business,</p>
<p>1)      Defining Visitor Engagement depends completely on the content present on your web site.</p>
<blockquote><p>a.       <strong>On a Shopping site:</strong> Engagement has to be product sale, product search etc..</p>
<p>b.      <strong>On a  Blog:</strong> It is the number of comments posted, subscribing RSS feeds,  Average time spent on the site, No of page views per visit can be engagement metric.</p>
<p>c.       <strong>On a Corporate Business Site:</strong> People might just visit to pick up telephone number, address of the business. Therefore none of the metrics work.</p>
<p>d.      <strong>On a News Site:</strong> It is number of subscription RSS,Email. It is again time spent on article, number of comments posted, no of page views per visit.</p>
<p>e.      <strong>On a Forum site:</strong> Registrations are a value.</p>
<p>f.        <strong>Software Downloads Site:</strong> Number of downloads are a value.</p></blockquote>
<p>2)      Getting Users to Subscribe your RSS feed is a value. These users will read your content more than repeat visitors. It shows the measure of content popularity.</p>
<p>3)      Users favourite the page, site in social bookmarking sites, social network &amp; media sites like Digg.com, Reddit.com, Del.icio.us, stumbleupon.com is also a value provided by SEM traffic.</p>
<p>4)      If Links to your blog post increases from SEM traffic, due to people positing your link elsewhere in answers etc, then it is a big value..</p>
<p>5)      Users might land on specific detail page pick up the phone and dial the number given on page. Measuring telephone call rate is necessary.</p>
<p>6)      For smaller business getting targeted traffic to their website is a value, since it adds to brand building etc.. if not sales..</p>
<p>7)      For larger websites, brand is already in place, hence traffic which has a direct effect on revenue is more of a value than mere traffic from.</p>
<p> <img src='http://www.praveenkodur.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' />      If the mode of revenue generation is advertising then attracting just traffic, might be worth</p>
<p>For small shopping sites setting up ecommerce tracking is very useful and necessary</p>
<p><img src="http://kpraveenkumars.googlepages.com/Install-Ecommerce-Settings.JPG" alt="Install Ecommerce Settings" align="middle" height="498" width="546" /></p>
<p>This can be done by using the option present in Analytics Settings à Profile Settings àEdit. Give details of Currency, decimal places etc.</p>
<p><strong>Tracking Ecommerce Transaction through Google Analytics</strong></p>
<p>Once you opted Ecommerce tracking, you must edit the receipt page, which is the page after transaction, install a script into this page passing the order value into the Analytics system. Google has provided a comprehensive material on<a href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&amp;answer=55528"> setting up ecommerce transaction.</a></p>
<p><img src="http://kpraveenkumars.googlepages.com/Ecommerce-Monitoring.JPG" alt="Monitoring Tracking E-commerce Transactions" align="middle" height="328" width="621" /></p>
<p>For other business they need to monitor, track the objective of SEM campaigns. If not the engagement of the visitor on the site.</p>
<h2>Optimizing SEO, SEM Campaigns</h2>
<p>1)      Generally Specific Keywords have higher conversion rate but are lower in volume</p>
<p>2)      It is important to add as many new specific long tail keywords as possible&#8230;it need effort in research on new keywords on regular intervals.</p>
<p>3)      The Head of the keyword list is pretty much fixed with little variations but more effort has to be made in making the tail longer&#8230;..that is where maximum effort and time as it can change the ROI of the campaigns.</p>
<p>4)      Competitive keywords are always costly and extra effort can change CPC minimally&#8230;</p>
<blockquote><p>a.       However the efforts has to be done on Landing page creation..</p>
<p>b.      Small changes in conversion rate by new landing page optimizations can dramatically increase ROI</p></blockquote>
<p>5)      Constant Generation of long tail keywords and new keywords are always the key&#8230;</p>
<p>6)      Using different landing pages for each set of keywords is very good</p>
<blockquote><p>a.       Domain name keywords can be landed on home page</p>
<p>b.      Category Specific Headings can be landed on respective section on the site</p>
<p>c.       Product keywords or Specific keywords must be landed on inner most pages of the site or respective product pages.</p></blockquote>
<p>7)      Make sure your website ranks for all brand terms including the misspellings of your domain name etc..</p>
<blockquote><p>a.       This can be done by creating a page with list of all misspelled keywords</p></blockquote>
<p> <img src='http://www.praveenkodur.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' />      Using Misspellings can be a great way of generating low cost traffic&#8230;but remember there can be 2 types of users typing misspellings</p>
<blockquote><p>a.       Users who accidently typed a misspelling, will most likely click on &#8220;Did you mean &#8211; Correct Spelling&#8221;</p>
<p>b.      Users who are uneducated or illiterate,</p></blockquote>
<p>So you need to decide on keeping such keywords based on the quality of traffic you generate</p>
<p>9)      For Large Websites tracking of every keyword to last metric of calculating business ROI is essential&#8230;For example:</p>
<blockquote><p>a.       Banking website could track the number of savings accounts, number of loans applied per every keyword along other details such as location, amount of loan, income of user and other other quality measurements which will help determine the quality of keyword.</p>
<p>b.      This will help them to make a decision of increase bid rates, adding more same kind of keywords etc..</p></blockquote>
<p>10)    Track phone Calls, If you are running a Click to Call Campaign then provide the keyword which generated the call to call center executive. After the call process collect the feedback of the user and measure the business quality of the keyword, which is again fed back into the Adwords campaigns.</p>
<p>Copyright  of  <a href="http://www.praveenkodur.com/blog/2008/01/seo-sem-marketing-strategy/" title="SEO Strategy">this article</a> is reserved by <a href="http://www.praveenkodur.com/blog/" title="SEO India" target="_blank">praveenkodur.com</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.praveenkodur.com%2Fblog%2F2008%2F01%2Fseo-sem-marketing-strategy%2F&amp;linkname=SEO%20SEM%20Marketing%20Strategy"><img src="http://www.praveenkodur.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.praveenkodur.com/blog/2008/01/seo-sem-marketing-strategy/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
