<?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>Search Engine Land &#187; Siddharth Shah</title>
	<atom:link href="http://searchengineland.com/author/siddharth-shah/feed" rel="self" type="application/rss+xml" />
	<link>http://searchengineland.com</link>
	<description>Search Engine Land: News On Search Engines, Search Engine Optimization (SEO) &#38; Search Engine Marketing (SEM)</description>
	<lastBuildDate>Fri, 25 May 2012 13:19:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Basic Econometric Modeling: Measuring The Offline-Online Effect Of TV Advertising On Search Spend</title>
		<link>http://searchengineland.com/basic-econometric-modeling-measuring-the-offline-online-effect-of-tv-advertising-on-search-spend-120203</link>
		<comments>http://searchengineland.com/basic-econometric-modeling-measuring-the-offline-online-effect-of-tv-advertising-on-search-spend-120203#comments</comments>
		<pubDate>Thu, 03 May 2012 18:13:32 +0000</pubDate>
		<dc:creator>Siddharth Shah</dc:creator>
				<category><![CDATA[Enterprise SEM]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=120203</guid>
		<description><![CDATA[Multi-channel advertisers often ask me how to measure the effect of their TV ads on their online marketing channels. The question is important because it is the first step in the answer to the media mix question: What is the right distribution of budget across TV and online channels to maximize return on investment. This [...]]]></description>
			<content:encoded><![CDATA[<p>Multi-channel advertisers often ask me how to measure the effect of their TV ads on their online marketing channels. The question is important because it is the first step in the answer to the media mix question: What is the right distribution of budget across TV and online channels to maximize return on investment.</p>
<p>This is a tricky question to answer for the following reasons:</p>
<ol>
<li>TV campaigns are typically branding campaigns while search is typically DR focused.</li>
<li>There is typically a halo effect in TV campaigns, e.g. when you run a TV campaign you typically see its effect last on search for a duration longer than the TV campaign.</li>
<li>If the online and offline marketing teams are separate (they typically are) then the debate can be fractious.</li>
</ol>
<p>While the econometric modeling is a vast subject, I want to present a simple method to help you answer the basic questions. We shall use the data of a direct-response advertiser that uses TV to drive people online and finish the sign up process there.</p>
<p>Simply put, econometric models  aim to quantify the effect of several variables into a metric of interest. The basic assumption of econometric models are that the variance (fluctuations) seen in the output are due to changes in certain input variables.</p>
<p>In our case, we shall assume that the controlling variables for the number of brand impressions on search are a linear function of search spend and TV spend.</p>
<p>Since non-brand searches are influenced by many factors (not least the search engines matching algorithms), we shall only consider branded keyword metrics in this exposition.</p>
<p>Further, since SEM spend on brand terms is almost constant (all keywords here were bid to position 1 for the duration of the campaign),the baseline search impressions (search impressions without TV ads) can be expressed as a function of SEM spend:</p>
<p style="text-align: center;"><img class="size-full wp-image-120204 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2012/05/1.png" alt="" width="589" height="30" /></p>
<p>Since SEM spend is constant, we can then define the impression jump as:</p>
<p style="text-align: center;"><img class="size-full wp-image-120207 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2012/05/2.png" alt="" width="560" height="25" /></p>
<p>This simplifies to:</p>
<p style="text-align: center;"><img class="size-full wp-image-120208 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2012/05/3.png" alt="" width="406" height="35" /></p>
<p>This is a simple one variable regression and can be plotted as shown:</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img class="size-large wp-image-120211 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2012/05/42-600x325.png" alt="" width="600" height="325" /></p>
<p>The graph shows a strong connection between search impressions and TV spend. For instance: it shows that when TV spend is $600,000, then the impressions in search jump by 70%.</p>
<p>At $1.4 million in TV spend, the impression volume jumps by 200%. The R^2 of 0.86 indicates that 86% of the change in branded search impressions in this example are explained by changes in TV spend.</p>
<p>Limitations:</p>
<ol start="1">
<li>This is a very simplified econometric model that does not account for time lag factors. If you are interested in more sophisticated time series models I would suggest looking into methods such as Holt-Winters, ARMA, ARIMA models.</li>
<li>I have chosen only two factors: TV and Search spend to explain the fluctuation in search impressions. There might be many other factors that I have not accounted for to build my model. An econometric model for a large brand typically includes several macro-economic indicators as well as other marketing channels such as PR and print. Variable selection for these advertisers is an art and science in itself. As a result, while the fit of my model is reasonably good, my prediction accuracy over longer periods with the model might be poor if a yet unaccounted for factor becomes meaningful.</li>
<li>You might wonder why I chose search impressions and not search conversions as my metric of interest. The reason is I typically find impressions regress much better than conversions when looking at the offline –online conversion. To connect conversions to offline spend, I would need to build a more robust model.</li>
<li>This model has a basic problem in that it assumes that the properties of data fed into it have the same properties regardless of time. In other words, it assumes that the effect TV and search spend will have on search impressions is the same if the day is a prior month’s or a prior years. It also does not account for seasonal factors. While this assumption works when analyzing data from a stable period, it is clearly not true when markets change due to macro economic factors as well as due to seasonality. A sophisticated way to over come this is to use time series model , where time is a factor in the models.</li>
</ol>
<p>I hope my exposition helps you get started in analyzing the offline-online effect or other places where detailed granular data is not available. While not the most accurate or the most comprehensive model, I have had success good success with this simple method in connecting the dots between the online and offline world when the dataset is from a stable time period. I hope you find this simple model useful, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/basic-econometric-modeling-measuring-the-offline-online-effect-of-tv-advertising-on-search-spend-120203/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Understanding The Limits Of Attribution</title>
		<link>http://searchengineland.com/understanding-the-limits-of-attribution-113601</link>
		<comments>http://searchengineland.com/understanding-the-limits-of-attribution-113601#comments</comments>
		<pubDate>Thu, 29 Mar 2012 15:36:23 +0000</pubDate>
		<dc:creator>Siddharth Shah</dc:creator>
				<category><![CDATA[Enterprise SEM]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=113601</guid>
		<description><![CDATA[While there is much discussion about attribution and its benefits, marketers seldom discuss what it can’t do. Unfortunately, this creates a perception with many marketers that attribution will solve all their multimedia problems and that their media mix problems will go away. While I believe that the evolution of attribution and media mix modeling technology [...]]]></description>
			<content:encoded><![CDATA[<p>While there is much discussion about attribution and its benefits, marketers seldom discuss what it can’t do. Unfortunately, this creates a perception with many marketers that attribution will solve all their multimedia problems and that their media mix problems will go away.</p>
<p>While I believe that the evolution of attribution and media mix modeling technology is one of the more significant online marketing developments in recent years, I also think that the technology in its current form has a ways to go before one can confidently say that the problem is solved.</p>
<p>Multi-event attribution aims to distribute the credit of a conversion to all advertising touch points that influenced the conversion. The distribution of credit aims to be proportional to the level of measured influence that the touchpoint had on a conversion.</p>
<p>An example is shown below:</p>
<p style="text-align: center;"><img class="size-full wp-image-113603 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2012/03/11.png" alt="" width="546" height="358" /></p>
<p>Here, one wants to measure the influence on a display impression after a search click. One can then run an experiment where a pool of users is served a display ad and another pool is served a public service ad (PSA) as a control.</p>
<p>In this example, the conversion rates for the PSA view-throughs is 30% and for the ad viewthroughs it is 45%; hence, the incremental jump in conversion rate is 15%. One can then determine the attribution weights at 2/3 for the search clicks and 1/3 for the display click.</p>
<p>While this methodology is appealing, two basic problems make it intractable.</p>
<ol>
<li>The ability to serve ads to a user. With display one can decide when and where to serve ads, but this is not possible on other channels like search and social.</li>
<li>Determining the weights for every possible funnel is practically impossible. If one wanted to determine the weights for all possible 5 event funnels, across 3 channels then 5^3=125 experiments would have to be run.</li>
</ol>
<p>Due to these limitations most marketers adopt a simple attribution rule like first click, last click or even distribution. While theoretically incorrect, they provide a level of insight of channel interaction. This is useful in understanding how consumers behave. Currently, most solutions that I see in the industry stop here.</p>
<p>However, the value of such a solution is limited because it doesn’t answer the media mix problem, e.g. given the channel interaction what is the right allocation of media budget that will maximize the overall return on investment for the marketing dollar. It should be noted that some companies actually solve this problem algorithmically, but we will not delve into algorithmic methods here.</p>
<p>Second, attribution methods can at best directionally guide your budgets in the right direction, but they cannot guarantee the best media mix immediately. This is because channels interact and when you shift the budgets of one channel significantly it will have an effect on the performance of the other channel.</p>
<p>As a result, attribution and algorithmic technology will at best be locally accurate but claims of magically finding the globally optimal media mix should be treated with suspicion. Realistically, a good attribution and media mix approach will directionally indicate where to shift budgets and over time will converge to an optimal solution.</p>
<p>Third, attribution analysis requires one to use long look back windows  to capture the entire multi- channel effect of a different sales funnels. However, this often means that the behavioral insight you get from analyzing the data is often out of date with the present market conditions.</p>
<p>I offer the following tips and recommendations as you consider different attribution platforms, solutions or methods:</p>
<ul>
<li>Simple attribution will give you insights about your customers and how they come down the purchase path. However, they will not give you clear insight as to how to shift the media budget to maximize ROI. This requires an optimization layer on top of the attribution technology.</li>
</ul>
<ul>
<li>The media mix recommendations coming from any attribution method should be considered directional. Further, do not change budget allocations more than a few percentage points at a time. If you shift budgets and find that your performance improves, shift it again and measure performance. While a large shift may improve performance significantly, it is a risky approach as the media mix models could be off.</li>
</ul>
<p>Despite the present short comings, marketers will do well to use attribution techniques to measure, analyze and optimize their marketing campaigns. The science of attribution and optimization is continuously evolving and I expect that in a few years there will be solutions that come close to solving the media mix problem. Until then, use the technology and the science with a good dose of judgment.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/understanding-the-limits-of-attribution-113601/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why Patience Is A Virtue With The Long Tail</title>
		<link>http://searchengineland.com/why-patience-is-a-virtue-with-the-long-tail-111888</link>
		<comments>http://searchengineland.com/why-patience-is-a-virtue-with-the-long-tail-111888#comments</comments>
		<pubDate>Thu, 23 Feb 2012 17:47:31 +0000</pubDate>
		<dc:creator>Siddharth Shah</dc:creator>
				<category><![CDATA[Enterprise SEM]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=111888</guid>
		<description><![CDATA[A recent article by fellow Search Engine Land contributor Matt Van Wagner on long-tail keyword management  - as well as some recent experiences with several large-scale advertisers, inspired me to write this article on quantitative long-tail management. Too often, I have seen cases where marketers apply incorrect reactive rules on the long tail and kill it in [...]]]></description>
			<content:encoded><![CDATA[<p>A recent article by fellow Search Engine Land contributor <a href="http://searchengineland.com/managing-ppc-through-the-fog-of-long-tail-keywords-110201">Matt Van Wagner</a> on long-tail keyword management  - as well as some recent experiences with several large-scale advertisers, inspired me to write this article on quantitative long-tail management.</p>
<p>Too often, I have seen cases where marketers apply incorrect reactive rules on the long tail and kill it in effect. This can have a disastrous effect for a large-scale marketer with an ad spend in the hundreds of thousands to millions of dollars a month, where the tail can represent a significant portion of the business.</p>
<h2>The Dilemma</h2>
<p>Take a look at these two keywords. Which is better?</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="120">Keywords</td>
<td valign="top" width="120">Clicks</td>
<td valign="top" width="120">Cost</td>
<td valign="top" width="120">Orders</td>
</tr>
<tr>
<td valign="top" width="120">KW 1 (Head term)</td>
<td valign="top" width="120">2000</td>
<td valign="top" width="120">$2000</td>
<td valign="top" width="120">40</td>
</tr>
<tr>
<td valign="top" width="120">KW 2</td>
<td valign="top" width="120">30</td>
<td valign="top" width="120">$40</td>
<td valign="top" width="120">0</td>
</tr>
</tbody>
</table>
<p>Many are tempted to say that keyword 2 is a bad keyword. It has received 30 orders and no conversions. Surely, 30 clicks should be enough to decide if a keyword is good or bad. But is it?</p>
<p>If you look at the head term, the average clicks per order is 2000/40= 50 clicks. Another way to look at the data is to build a histogram of clicks per order for the head terms.</p>
<p style="text-align: center;"><span style="font-size: small;"><span class="Apple-style-span" style="line-height: normal;"><img class="size-full wp-image-111890 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2012/02/11.png" alt="" width="584" height="383" /></span></span></p>
<p>&nbsp;</p>
<p>The peak Clicks/Order for the distribution is around 35 (median), and the mean clicks/order is even higher, as there is a significant fat tail to this distribution. Looking at this, one could say that 30 clicks is not sufficient to make a conclusion about the keyword. If I bid this keyword down, then I might miss out on a conversion that I might have otherwise received.</p>
<p>&nbsp;</p>
<h2>Bucketing: A Better Approach To Look At Data At A High Level</h2>
<p>A better approach to measuring the efficacy of the long tail is to group keywords into the number of clicks they received and measure the aggregate. This is shown below:</p>
<table width="577" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="bottom" nowrap="nowrap" width="150"><strong>Range of Clicks</strong></td>
<td valign="bottom" nowrap="nowrap" width="75"><strong># KWS</strong></td>
<td valign="bottom" nowrap="nowrap" width="100"><strong>Spend</strong></td>
<td valign="bottom" nowrap="nowrap" width="75"><strong>Clicks</strong></td>
<td valign="bottom" nowrap="nowrap" width="75"><strong>Orders</strong></td>
<td valign="bottom" nowrap="nowrap" width="106"><strong>Clicks/Order</strong></td>
</tr>
<tr>
<td valign="bottom" nowrap="nowrap" width="150">1 to 5</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">2755</p>
</td>
<td valign="bottom" nowrap="nowrap" width="100">$7,319</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">15472</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">391</p>
</td>
<td valign="bottom" nowrap="nowrap" width="106">
<p align="right">39.57</p>
</td>
</tr>
<tr>
<td valign="bottom" nowrap="nowrap" width="150">6 to 10</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">846</p>
</td>
<td valign="bottom" nowrap="nowrap" width="100">$5,044</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">13304</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">277</p>
</td>
<td valign="bottom" nowrap="nowrap" width="106">
<p align="right">47.97</p>
</td>
</tr>
<tr>
<td valign="bottom" nowrap="nowrap" width="150">11 to 50</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">1660</p>
</td>
<td valign="bottom" nowrap="nowrap" width="100">$27,263</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">73650</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">1624</p>
</td>
<td valign="bottom" nowrap="nowrap" width="106">
<p align="right">45.35</p>
</td>
</tr>
<tr>
<td valign="bottom" nowrap="nowrap" width="150">51 to 100</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">274</p>
</td>
<td valign="bottom" nowrap="nowrap" width="100">$13,484</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">39132</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">857</p>
</td>
<td valign="bottom" nowrap="nowrap" width="106">
<p align="right">45.69</p>
</td>
</tr>
<tr>
<td valign="bottom" nowrap="nowrap" width="150">101 to 500</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">291</p>
</td>
<td valign="bottom" nowrap="nowrap" width="100">$56,687</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">133800</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">3442</p>
</td>
<td valign="bottom" nowrap="nowrap" width="106">
<p align="right">38.88</p>
</td>
</tr>
<tr>
<td valign="bottom" nowrap="nowrap" width="150">501 to 1000</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">43</p>
</td>
<td valign="bottom" nowrap="nowrap" width="100">$22,670</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">59086</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">1264</p>
</td>
<td valign="bottom" nowrap="nowrap" width="106">
<p align="right">46.74</p>
</td>
</tr>
<tr>
<td valign="bottom" nowrap="nowrap" width="150">1000+</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">39</p>
</td>
<td valign="bottom" nowrap="nowrap" width="100">$57,946</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">233234</p>
</td>
<td valign="bottom" nowrap="nowrap" width="75">
<p align="right">7637</p>
</td>
<td valign="bottom" nowrap="nowrap" width="106">
<p align="right">30.54</p>
</td>
</tr>
</tbody>
</table>
<p>One can clearly see that that head bucket is the best performer, as it has the lowest clicks per order. This is expected here as the head buckets are mostly brand terms.</p>
<p>The 6-10 bucket is the worst performing one that perhaps bears investigation. However, one must note that the key assumption here is that all keywords in a bucket are homogenous in terms of their properties, e.g. consumers will convert and behave with those searches in a similar manner.</p>
<p>Bucketing essentially has an averaging effect and gives us a high level understanding if the performance is strong or poor.</p>
<h2>The Danger Of Short Revenue Windows</h2>
<p>Too often, I notice advertisers using a short window when determining a keyword’s efficacy. I have seen tail management rules such as “If a keyword has 10 or more clicks in 7 days and no conversions it should be bid down”.</p>
<p>These arbitrary rules can easily kill the long tail, as the parameters (clicks and days) do not account for:</p>
<ol>
<li>The average number of clicks you need for a conversion</li>
<li>The average time taken for a given tail term to get the number of clicks.</li>
</ol>
<p>In my research, I have found that typically 40-50% of keywords that get clicks in one month do not get clicks in the next month. Moreover, a conversion event might take several months to occur for a tail term.</p>
<p>A rule like the one above will systematically kill tail terms, for at any given point in time a set of tail terms will appear “bad” will be bid down before they can become “good” again.</p>
<h2>Five Tips For Effective Long Tail Management</h2>
<ol>
<li>The best way to manage your long tail is to use statistical algorithms that determine the probability of conversion given the number of clicks a keyword has while using the distribution of clicks per conversion on keywords with enough data (mathematically called the “prior”).</li>
<li>If you do not have access to such a platform then first do not use an arbitrary rule. Let the data determine your click threshold. Second, look at data over a longer period of time. A short window can misdirect your efforts.</li>
<li>Bucketing keyword data is useful as it gives you an understanding of where performance could be off-the head, torso or the tail.</li>
<li>Avoid drastic actions like pausing words if they don’t meet your “good ROI” criteria, a gradual bid up /bid down approach is better.</li>
<li>Finally, save yourself from the myth of “wasted” spend.  If you sum all the keywords with clicks and no revenue you might think that you have “wasted” all this money on keywords that don’t convert. If you are seeing this data this way, then I would recommend pulling keyword reports from the previous time period and check what fraction of the keywords in the “wasted” bucket generated revenue in the previous period. The numbers might surprise you. Like I said before, the average number of clicks per conversion and the time period are critical to this analysis.</li>
</ol>
<p>When you manage tail terms right, you can increase the performance of your marketing campaign, but it requires us to overcome our discomfort with sparse data and act in a patient, rational and statistically reasonable manner.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/why-patience-is-a-virtue-with-the-long-tail-111888/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting Campaign Budgets: Maximizing ROI While Controlling The Risk</title>
		<link>http://searchengineland.com/setting-campaign-budgets-maximizing-roi-while-controlling-the-risk-102973</link>
		<comments>http://searchengineland.com/setting-campaign-budgets-maximizing-roi-while-controlling-the-risk-102973#comments</comments>
		<pubDate>Thu, 05 Jan 2012 14:10:17 +0000</pubDate>
		<dc:creator>Siddharth Shah</dc:creator>
				<category><![CDATA[Enterprise SEM]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=102973</guid>
		<description><![CDATA[Campaign budgets enable advertisers control over campaign-level spend on search engines. Once the campaign spend approaches the set budget, ads show up with lesser frequency, and ultimately ads do not compete in the auctions. However, this is not the best way to control your budget for two reasons: (1) If you have hit your campaign [...]]]></description>
			<content:encoded><![CDATA[<p>Campaign budgets enable advertisers control over campaign-level spend on search engines. Once the campaign spend approaches the set budget, ads show up with lesser frequency, and ultimately ads do not compete in the auctions.</p>
<p>However, this is not the best way to control your budget for two reasons:</p>
<p style="padding-left: 30px;">(1) If you have hit your campaign budget limit, it means that you are not competing in auctions for part of the day and hence are missing out on potentially profitable clicks.</p>
<p style="padding-left: 30px;">(2) You are paying a higher keyword CPC than necessary to get the same number of clicks. The reason for this is a bit nuanced. When you bid high for a certain keyword(s), Google lets you participate in more auctions with the result that you pay a higher average CPC and also get a higher rate of new clicks.</p>
<p style="padding-left: 30px;">As a result, your budget is spent quickly, and the campaign caps before the day ends. A lower bid would would to participation in fewer auctions and also get you clicks at a lower CPC. However, since you participate in auctions for a longer period of time, you could potentially get the same or even greater number of clicks at a higher CPC.</p>
<p>The profit of a keyword, ad group or campaign can be represented as:</p>
<p style="text-align: center;"><em>Profit = (RPC &#8211; CPC) x Clicks </em></p>
<h2>Where RPC Is The Revenue Per Click</h2>
<p>Hal Varian, Google’s chief economist, has shown that <a href="http://adwords.blogspot.com/2009/08/conversion-rates-dont-vary-much-with-ad.html"> RPC is position independent</a>. Thus, a lower bid will not lead to lower RPC. However, a lower bid leads to a lower CPC and hence more profit if the number of clicks are the same. Thus advertisers, especially those maximizing profit, need to pay special attention to campaign caps because this has direct bearing on the performance of their campaigns.</p>
<p>Many advertisers prefer to set very high campaign budget limits. They feel that rather than risking hitting the campaign budget limit and losing out on profitable clicks it is best to keep the campaign budgets very high and then find the right keyword level bid that will enable them to spend on keywords profitably without the hinderance of the campaign budget limit.</p>
<p>While this is the right approach, it can also be dangerous. This example shows why:</p>
<p><img class="aligncenter size-large wp-image-106716" title="setting-campain-cap" src="http://searchengineland.com/figz/wp-content/seloads/2012/01/setting-campain-cap-600x281.png" alt="" width="600" height="281" /></p>
<p><img class="aligncenter size-large wp-image-106712" title="Setting-campaign-budgets" src="http://searchengineland.com/figz/wp-content/seloads/2012/01/Setting-campaign-budgets-600x226.jpg" alt="" width="600" height="226" /></p>
<p>&nbsp;</p>
<p>For the sake of simplicity, lower numbers have been used to demonstrate the point; but imagine the implications on your overall budget when considering tens of thousands, or even hundreds of thousands to millions of clicks or dollars spent.</p>
<p>Consider three different days or scenarios of campaign performance.</p>
<p>On Day 1, a bid of $1 gets you a 10 cent CPC and 500 clicks by midnight the same day. Since the revenue per click is 20 cents you make $50 in profit. You also did not miss out on potential revenue as the potential clicks that you would have received for the day were the same as the actual revenue.</p>
<p>On Day 2, your campaign hits its limit earlier in the day and as a result you received 50 clicks less than possible. As a result, you lost $5 in potential profit.</p>
<p>On Day 3, however, two things happen. For a slightly lower bid, your CPC jumps to 30 cents due to competition and at the same time, the number of potential clicks jumps to 1000. In this case, the campaign budget limit will kick in quickly and you will only receive 167 clicks before your ads stop showing. In this scenario, since every click is unprofitable, you will make a loss of $16.67. However, the campaign budget limit in this case protected you from an additional loss of $83.33.</p>
<p>Many advertisers only think about the second scenario, eg, potentially missing out on profitable clicks when they set campaign budget limits. However, scenario 3 can and does happen. In highly seasonal retail and travel periods there is a lot of consumer interest and hence higher-than-average traffic.</p>
<p>At the same time, there are more advertisers vying for the same click with the result of rising  CPCs. Thus, if the RPCs are lower than CPCs at this point in time one could lose a lot of money.</p>
<h2>How To Set The Right Campaign Budget Limit</h2>
<p>I like to think of the campaign budget as your insurance. You don’t want to use it in your daily life, but should something untoward happen it should kick in and protect you from catastrophic loss.</p>
<p>Here are some tips on helping you set the right campaign budget:</p>
<ol>
<li>If you are controlling your spend by controlling the campaign budgets you are probably paying a higher CPC than you need to and are probably not participating in keyword auctions 24/7. Remedy this by finding the right tradeoff of campaign budget and keyword level bid that enables you to get the same traffic and also participate in auctions all day.</li>
<li>If you have very high campaign budgets and are not hitting the caps, I would recommend setting a budget that is a multiple of the daily average spend. In this case, if your campaign spend is say $100 on average, you can set a campaign budget of $150 or $200. In this case, the worse case spend multiple is 1.5 times more than expected. Again, the multiple depends on your risk appetite.</li>
<li>In periods of high seasonality or short term spikes -  like Black Friday or Cyber Monday &#8211; intra day monitoring of performance would be helpful as it will enable you to understand if the advertising landscape has dramatically changed in the short term and take remedying action quickly if needed.</li>
</ol>
<p>I hope these tips help you set your campaign budgets wisely – high enough to drive maximum performance but low enough to protect you, should something unexpected occur.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/setting-campaign-budgets-maximizing-roi-while-controlling-the-risk-102973/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data Shows Retailers Need To Pace Spend To Maximize Black Friday Performance</title>
		<link>http://searchengineland.com/data-shows-retailers-need-to-pace-spend-to-maximize-black-friday-performance-99596</link>
		<comments>http://searchengineland.com/data-shows-retailers-need-to-pace-spend-to-maximize-black-friday-performance-99596#comments</comments>
		<pubDate>Fri, 04 Nov 2011 15:24:20 +0000</pubDate>
		<dc:creator>Siddharth Shah</dc:creator>
				<category><![CDATA[Search & Analytics]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=99596</guid>
		<description><![CDATA[Traffic volatility can make spend pacing during Black Friday very challenging. Spend too much too soon and you might suffer a lower ROI and not have money left for Cyber Monday. Spend less and you might be missing out on consumer volume. Performance data from the past three years reveals that search marketers are indeed [...]]]></description>
			<content:encoded><![CDATA[<p>Traffic volatility can make spend pacing during Black Friday very challenging. Spend too much too soon and you might suffer a lower ROI and not have money left for Cyber Monday. Spend less and you might be missing out on consumer volume.</p>
<p style="text-align: center;"><img class="size-full wp-image-99597 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/11/1.png" alt="" width="590" height="331" /></p>
<p>Performance data from the past three years reveals that search marketers are indeed leaving money on the table. Spend drops during the week in anticipation of Black Friday and then picks up on Black Friday.</p>
<p>The ROI increases by 20% over baseline too. Spend on Cyber Monday increased 50% over baseline in the past three years but the ROI more than doubled too.</p>
<p>Conversion rate trends tell a similar story, as conversion rates on Cyber Monday are more than double the baseline.</p>
<p style="text-align: center;"><img class="size-full wp-image-99598 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/11/2.png" alt="" width="566" height="316" /></p>
<p>These trends suggest that marketers have room to maximize their performance during Black Friday week.</p>
<p>First, they should increase their investments on Cyber Monday to get to the consumer who is twice as willing to buy on that day than the preceding week. Second, if the overall budget is fixed then spend can be lowered on Thanksgiving day as ROI and conversion rates are lower than average.</p>
<p>Finally, if retailers want to analyze their own data, I would highlight a few potential caveats. Cyber Monday conversion rates are higher because many retailers lower their prices. As a result, retailers will see a lot more revenue but not necessarily margin. Needless to say, if you are margin focused then measure performance by looking at margins by day.</p>
<p>Further, conversion rates on Cyber Monday might be higher because consumers are researching products they want to buy over the weekend and making the purchase on Monday when the prices drop. This “priming” would help Cyber Monday’s performance.  Still, the high discrepancy between Cyber Monday and the other days around it suggest an opportunity for optimization.</p>
<p>If you are a retailer, I would advise looking at performance numbers by day for the days around Cyber Monday for the past two three years and if you find trends similar to the ones I find, you should consider increasing search budgets on Cyber Monday. After all, there is money on the table, don’t you want it?</p>
<p><em>Note</em>: I would like to acknowledge Manoj Jacob, one of the crack analysts at Efficient Frontier who compiled all this data. Thank you Manoj!</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/data-shows-retailers-need-to-pace-spend-to-maximize-black-friday-performance-99596/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How The Rise Of Mobile Devices Has Affected Search Spend</title>
		<link>http://searchengineland.com/how-the-rise-of-mobile-devices-has-affected-search-spend-95783</link>
		<comments>http://searchengineland.com/how-the-rise-of-mobile-devices-has-affected-search-spend-95783#comments</comments>
		<pubDate>Fri, 07 Oct 2011 13:36:02 +0000</pubDate>
		<dc:creator>Siddharth Shah</dc:creator>
				<category><![CDATA[Search & Analytics]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=95783</guid>
		<description><![CDATA[A few months ago, I published a report about the rise of mobile devices including tablets. In this report, I showed that in a span of less than a year, mobile paid search spend went from 0.5% to 4.2% &#8212; an almost 9 fold increase. In that report, I also projected that by the end [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago, I published a report about the rise of mobile devices including tablets. In this report, I showed that in a span of less than a year, mobile paid search spend went from 0.5% to 4.2% &#8212; an almost 9 fold increase.</p>
<p>In that report, I also projected that by the end of 2011, mobile spend would be between 7 and 9.5% of all paid Search spend. Well, it seems my projections are right on track with current market trends.</p>
<p style="text-align: center;"><img class="size-full wp-image-95784 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/10/1.png" alt="" width="587" height="260" /></p>
<p>When I looked at mobile spend for September 2011, the share is aggressively on the rise.</p>
<p>Here is how Mobile usage stacked up against Desktop usage in September for retail spenders:</p>
<p style="text-align: center;"><img class="size-full wp-image-95786 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/10/2.png" alt="" width="528" height="318" /></p>
<p>&nbsp;</p>
<p>CTRs on mobile devices were 37% more than desktop, which is not surprising as there are fewer ads on mobile pages than on desktops. Mobile spend was 7.4% of desktop (or 6.9% of total spend).</p>
<p>When we dig into the granular mobile data that Google Adwords provides, we can look at the traffic split by tablets and smartphones:</p>
<p style="text-align: center;"><img class="size-full wp-image-95787 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/10/3.png" alt="" width="528" height="318" /></p>
<p>What I found as that ad spend on tablets is 77% of all mobile devices! I found this was quite surprising. Further, they also represent 60% of all mobile impressions and clicks.</p>
<h2>What This Means To You An Advertisers</h2>
<ol>
<li><strong>Expect more tablet traffic</strong>. With more and more tablet devices like Kindle Fire coming on the market, as well as the continued growth of the iPad market, tablet traffic is bound to increase further. While there is little data tracking conversions from tablets, the data we do have suggests that tablet traffic converts identically to desktops.</li>
<li><strong>Get your website mobile ready. </strong>As smartphones increase, it will become imperative for your website to be mobile optimized. Google announced recently that keyword quality score for mobile campaigns will be influenced by the level of mobile optimization for your website. So, if your website is not mobile optimized yet, it&#8217;s time you think about it.</li>
<li><strong>Google+ and better mobile ROI attribution.</strong> From a last-click perspective, mobile campaigns seldom do well. One of the main reasons for this is that surfers on smartphones are often researching products. They convert on desktop or tablets later. However, tracking users across smartphones and then on desktops was not possible. Until now. With Google+ ,the surfer is always logged in to the Google eco system, be it on their smartphone or on their desktop. This will enable Google to better attribute conversions across devices. I expect them to provide cross device attribution reports in the future.</li>
</ol>
<p>Finally, 2011 has indeed been the year of mobile and the trends that I am seeing are backing all the hype. As an advertiser, its best for you to take note of these trends, prepare your website for the mobile customer to better engage and monetize them.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/how-the-rise-of-mobile-devices-has-affected-search-spend-95783/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cost Per Like Campaigns On Facebook: The CTR, Conversion Rate, Reach Tradeoff</title>
		<link>http://searchengineland.com/cost-per-like-campaigns-on-facebook-the-ctr-conversion-rate-reach-tradeoff-91572</link>
		<comments>http://searchengineland.com/cost-per-like-campaigns-on-facebook-the-ctr-conversion-rate-reach-tradeoff-91572#comments</comments>
		<pubDate>Fri, 09 Sep 2011 16:40:06 +0000</pubDate>
		<dc:creator>Siddharth Shah</dc:creator>
				<category><![CDATA[Search & Analytics]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=91572</guid>
		<description><![CDATA[Managers of Facebook Fan acquisition campaigns are often faced with a dilemma when creating campaigns. They often ask whether or not they should they go for a broad audience and greater reach or should they go narrow and target audiences that might have a very small reach but a high affinity for a product. Marketers [...]]]></description>
			<content:encoded><![CDATA[<p>Managers of Facebook Fan acquisition campaigns are often faced with a dilemma when creating campaigns. They often ask whether or not they should they go for a broad audience and greater reach or should they go narrow and target audiences that might have a very small reach but a high affinity for a product.</p>
<p>Marketers also frequently ask if they should design ad copies solely with click though rate (CTR) in mind or not. The thinking goes like this: since the incremental effort in liking a product or brand is small and there is no monetary transaction involved, a person who clicks on an ad will likely also like your fan page.</p>
<p>However, the answers to these questions are a bit nuanced.</p>
<p style="text-align: center;"><img class="size-full wp-image-91573 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/09/1.png" alt="" width="592" height="553" /></p>
<p>&nbsp;</p>
<p>The graph above shows data from a Like acquisition campaign with anonymized campaign names for a technical product. The size of the bubbles indicate reach while the color represents the cost per like (the darker the color, the lower the CPL). I have only labeled some of the campaigns in the interest of clarity.</p>
<p>Several things become readily apparent from the graph:</p>
<ul>
<li>There is one campaign &#8212; Extreme Geeks &#8212; that has a very high CTR and conversion rate. While the CPLs are very low on this campaign, it does have a small reach.</li>
<li>There is a relationship between CTR and Conversion Rate (CVR). The higher the CTR the higher the CVR. However, the relationship is only moderately strong.</li>
<li>The broad targeted campaigns have good reach but poor conversion rates.</li>
<li>There are some campaigns that have good reach, good conversion rates but poor CTR. These are campaigns above the regression line.</li>
</ul>
<p>Thus, the data highlights the typical issue in scaling many campaigns. While one can highly target audiences and get great CPLS (such as the Extreme Geeks campaign here), the reach of these campaigns is small. On the other side, if one targets broad audiences, it attracts a variety of consumers and as a result the conversion rates drop.</p>
<p>Note that one of the broad campaigns has a good CTR but the CVR is still poor. Efforts to improve CTRs of these campaigns would only benefit partially, as high CTRs do not ensure high CVRs.</p>
<p>Finally, from an ad copy optimization lens, the campaigns with high CVRs and low CTRs are promising. If the marketer could improve the CTRs of these campaigns, he or she could potentially get more “likes” economically at scale.</p>
<h2>7 Tips For Managing A Like Acquisition Campaign On Facebook</h2>
<p>Here are some tips if you are building or plan to build a like acquisition campaign on Facebook.</p>
<ol>
<li>Start by targeting audiences that have a high affinity for your product. These campaigns will have small reach but will tend to have the best CTRs and conversion rates.</li>
<li>Build out broadly targeted audiences to get additional traffic but do not bid on them too aggressively. This will help you scale initially while you build out your campaigns.</li>
<li>Build new segments that are similar to the segments that are working well initially. In the above example one would go from targeting extreme geeks to geeks.</li>
<li>Focus on improving ad copies for those campaigns that have a low CTR but high conversion rate.</li>
<li>Leverage Sponsored Stories, especially when you already have many fans. Sponsored Stories leverage the virality inherent in Facebook and can help you acquire Fans at a significantly lower CPL. I have seen several instances where sponsored stories have helped Facebook like acquisition campaigns scale without compromising on CPL.</li>
<li>CTRs of ads on Facebook will drop if they are not changed regularly. I have discussed <a href="../../tips-for-managing-ad-fatigue-on-facebook-73554">this in detail</a> in a previous post. To prevent this problem, I recommend you constantly test new ad copy and so that new copies are ready to go when your current ads CTRs start to decline.</li>
<li>There are times when broad targeting can work better than highly targeted segments. If your brand or service has a large social audience, Facebook appears to do a better job targeting than it would if you targeted to small segments. Hence, it is always worth experimenting with a broadly reaching campaign.</li>
</ol>
<p>Following these steps will help you scale your campaigns without compromising on CPL.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/cost-per-like-campaigns-on-facebook-the-ctr-conversion-rate-reach-tradeoff-91572/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making Sense Of Multi-Click Data</title>
		<link>http://searchengineland.com/making-sense-of-multi-click-data-88571</link>
		<comments>http://searchengineland.com/making-sense-of-multi-click-data-88571#comments</comments>
		<pubDate>Fri, 05 Aug 2011 17:19:07 +0000</pubDate>
		<dc:creator>Siddharth Shah</dc:creator>
				<category><![CDATA[Search & Analytics]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=88571</guid>
		<description><![CDATA[Click path reports can be very useful tools in understanding how customers behave. For instance, they can tell you how much time consumers spend research before they buy a product. They can also tell you if there are certain keywords that help other keywords convert, e.g. assisting keywords. Finally, when coupled with attribution, they can [...]]]></description>
			<content:encoded><![CDATA[<p>Click path reports can be very useful tools in understanding how customers behave. For instance, they can tell you how much time consumers spend research before they buy a product. They can also tell you if there are certain keywords that help other keywords convert, e.g. assisting keywords. Finally, when coupled with attribution, they can also help inform bidding decisions.</p>
<p>Since this is a vast topic, I am going to focus on three specific ways in which you can analyze this data and drive insights. Each of these techniques will help you understand a different facet of consumer behavior.</p>
<p>For this piece, I took a dataset from a large retail advertiser and classified the keywords into four buckets: generic (“shirts”), branded (“Ralph Lauren”), generic+branded (“Ralph Lauren shirts”), sale (“discount Ralph Lauren shirts”).</p>
<p>I then looked at 20,000 transactions over a period of 2 months. Each transaction was tracked for up to 10 Search touch points. How did the transactions breakout by the number of touch points?</p>
<p style="text-align: center;"><img class="size-full wp-image-88572 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/08/1.png" alt="" width="556" height="281" /></p>
<p>Approximately 98% percent of transactions for this retailer take place within 5 Search touch points. The average path length was 1.72. This is a bit surprising and interesting. When similar studies (most <a href="http://www.rimmkaufman.com/content/rkg-ses-ny-feb06-search-behavior.pdf">notably a RKG one</a>) were done in the past, the path length hovered in the 1.2-1.4 range. Similar analyses now reveal longer path lengths, in the 1.7-2 range. This indicates a savvier customer, more intent in researching a product before purchase.</p>
<h2>Measuring The Branding Effect</h2>
<p>Many advertisers are trying to measure the branding effect of generic keywords. The theory goes that many users start with a generic keyword and end up converting with a branded keyword. Does the data bear that theory out?</p>
<p style="text-align: center;"><img class="size-full wp-image-88573 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/08/2.png" alt="" width="596" height="321" /></p>
<p>&nbsp;</p>
<p>The graph above shows how transactions beginning with a certain keyword type ended. For instance, 89% of transactions that began with a generic+brand type keyword converted with the same keyword type, 5% of generic+brand type keyword converted with a brand keyword and so on.</p>
<p>Notice the strong diagonal (89%, 95%, 89% and 90%) indicating that for the most part users starting a transaction with a certain keyword type will end their transactions with the same keyword type.</p>
<p>What is the non-brand to brand spillover here? It is 7%. (NOTE: in the brand column, 22% of  117%, e.g. 7% of all brand conversions, began with a non branded term).  In other words, the branding effect is small for this retailer.</p>
<h2>Key Takeaways For The Advertiser</h2>
<p>Clickstream analysis can provide valuable insights into consumer behavior. In this article, I have presented one way in which the data can be mined to provide useful insights.</p>
<p>If your average click path is long, it reveals a more bargain- and research-centric consumer. Ad copy must reflect this mindset. However, a shorter path length reveals a customer with immediate intent to buy. Ad copies for these types of terms must reflect the urgency in the consumers’ mindset.</p>
<p>While the branding effect for this dataset is small, it might be different for you. If you do see a strong branding effect, you must account for this in your bidding decisions for the generic terms. While looking at generic terms from a purely last-click perspective might make you more efficient, it might undercut the performance of your brand terms.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/making-sense-of-multi-click-data-88571/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Use ACE For Landing Page Testing With Minimal Risk</title>
		<link>http://searchengineland.com/how-to-use-ace-for-landing-page-testing-with-minimal-risk-83940</link>
		<comments>http://searchengineland.com/how-to-use-ace-for-landing-page-testing-with-minimal-risk-83940#comments</comments>
		<pubDate>Fri, 15 Jul 2011 17:06:44 +0000</pubDate>
		<dc:creator>Siddharth Shah</dc:creator>
				<category><![CDATA[Search & Analytics]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=83940</guid>
		<description><![CDATA[A common way of testing landing pages is to do a split A/B test. The test setup typically goes like this: (a)  Identify the keyword/adgroup sets for which the new landing page will be tested. (b)  Set up identical ad copies in the ad group but with destination URLs pointing to the original as well [...]]]></description>
			<content:encoded><![CDATA[<p>A common way of testing landing pages is to do a split A/B test. The test setup typically goes like this:</p>
<p style="padding-left: 30px;">(a)  Identify the keyword/adgroup sets for which the new landing page will be tested.</p>
<p style="padding-left: 30px;">(b)  Set up identical ad copies in the ad group but with destination URLs pointing to the original as well as the test landing pages.</p>
<p style="padding-left: 30px;">(c)  Set up the ads to rotate evenly.</p>
<p>Most of the time, this setup requires you to change the account structure to run the experiment. This is seen schematically below.</p>
<div id="attachment_83951" class="wp-caption aligncenter" style="width: 548px"><img class="size-full wp-image-83951 " src="http://searchengineland.com/figz/wp-content/seloads/2011/07/ACE_img_12.png" alt="" width="538" height="191" /><p class="wp-caption-text">Figure 1: Original Adgroup structure</p></div>
<p>&nbsp;</p>
<div id="attachment_83952" class="wp-caption aligncenter" style="width: 548px"><img class="size-full wp-image-83952 " src="http://searchengineland.com/figz/wp-content/seloads/2011/07/ACE_img_22.png" alt="" width="538" height="204" /><p class="wp-caption-text">Figure 2: Testing Adgroup structure</p></div>
<p>&nbsp;</p>
<p>There are a few problems with this approach:</p>
<ul>
<li>It is not scalable: If there are M ad copies in an ad group, you have to create 2M ad copies in the new structure to do the A/B landing page test.</li>
<li>You cannot control impression serving (beyond a point). By enabling an even rotation, you split traffic evenly across the ad copies. In the above example, each landing page gets 50% of the impressions.</li>
</ul>
<p>While one can overcome the first problem with automation tools, the second issue is problematic esspecially when testing landing pages in conjunction with high traffic brand keywords.</p>
<p>If the new landing page doesn’t perform well, you run the risk of poor quality of conversions for half the traffic. There are many ways one can over come this, but they tend to be cumbersome to set up and also make the testing process complicated. The ideal solution, would be to:</p>
<ul>
<li>Not change the mix of ad copies across the impressions that the adgroup gets.</li>
<li>Show a user defined percentage of impressions the new ad copy. If you are risk averse, only a small percentage of clicks should be served with the new landing page.</li>
<li>Require minimal work on part of the experimenter to set up the experiment.</li>
</ul>
<h2>5 Steps To Using Adwords Campaign Experiments</h2>
<p>The Google Adwords Campaign Experiments (ACE) platform offers a nice way to execute these landing page experiments. While detailed instructions on their setup have been provided <a href="https://adwords.google.com/support/aw/bin/answer.py?hl=en&amp;answer=167742">here</a>, I am going to skim over the mechanics in connection to the landing page experiment. The ACE platform setup has four necessary steps, and one followup action to take based on the results.</p>
<p><strong>1.  Experimental setup</strong></p>
<p>This can be done in the Campaign settings tab under the Advanced Settings option:</p>
<p style="text-align: center;"><img class="size-full wp-image-83953 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/07/ACE_img_31.png" alt="" width="538" height="373" /></p>
<p>The key input here is the Control/Experiment split which enables you to decide what percentage of traffic goes to the experimental landing page vs. control. In this example, I have picked only 10% traffic to the experiment, as I am risk averse.</p>
<p><strong>2. Make  the experimental change</strong></p>
<p>Next, you need to decide the experimental change. In our example, we create an identical adgroup to the one we want to test, and change the destination URLs of the adcopies to the new landing page. Once the ad group is created, you have to choose the original ad group as the control and the new duplicate ad group as the experimental one. To do this, click on the empty beaker next to the adgroup column in the campaign screen.</p>
<p><strong>3. Run the experiment</strong></p>
<p>This can be done manually by clicking on the Settings&gt;Advanced Settings&gt; Experiment&gt; chose Start Running Experiment button or automatically if the start and stop date of the experiment was selected in step 1.</p>
<p><strong>4. Analyze the results</strong></p>
<p>Here is an example of the type of results you would see:</p>
<table class="aligncenter" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="106" valign="top">Ad Group</td>
<td width="106" valign="top">Impressions</td>
<td width="106" valign="top">Clicks</td>
<td width="106" valign="top">Orders</td>
<td width="106" valign="top">Conv Rate</td>
</tr>
<tr>
<td width="106" valign="top">Control</td>
<td width="106" valign="top">1,688,280</td>
<td width="106" valign="top">295,200</td>
<td width="106" valign="top">3560</td>
<td width="106" valign="top">1.21%</td>
</tr>
<tr>
<td width="106" valign="top">Test</td>
<td width="106" valign="top">174,390</td>
<td width="106" valign="top">30,900</td>
<td width="106" valign="top">501</td>
<td width="106" valign="top">1.62%</td>
</tr>
</tbody>
</table>
<p style="text-align: left;">Note that the test ad group got approximately 10% of all impressions which is what we wanted. You can run a test (Z test) to check if the conversion rates are different with statistical confidence.</p>
<p style="text-align: left;">In this case, the test does show that the conversion rates are statistically different and the test landing page is better than the existing one. Incidentally, the Adwords editor does provide statistical measures of confidence in their reporting itself and you can find details in Google’s help pages.</p>
<p><strong>5. Deploy your results</strong></p>
<p>You can now test the results on a larger sample (50/50 or 30/70 split) to ensure that the new landing page will perform when more traffic is diverted to it. If you feel confident however, you can divert all traffic to the new landing page by going to the settings tab of your campaign and clicking on Advanced Settings&gt;Experiment&gt; Apply: Launch changes fully button.</p>
<p>In this way, you can A/B test new landing pages on high volume keywords without risking significant downside as well as account restricting headaches.</p>
<p>While, ACE is an excellent and flexible platform for advertisers for many types of A/B tests, it would be great to see  more testing features such as multi-variant testing capabilities in the future.</p>
<p><em>I would like to thank Rob Levetsky, Sr. Account Manager at Efficient Frontier for providing me with several examples and use cases of Landing Page testing with ACE.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/how-to-use-ace-for-landing-page-testing-with-minimal-risk-83940/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Size Does Matter: How, Where &amp; Why People Buy</title>
		<link>http://searchengineland.com/size-does-matter-how-where-why-people-buy-78263</link>
		<comments>http://searchengineland.com/size-does-matter-how-where-why-people-buy-78263#comments</comments>
		<pubDate>Fri, 03 Jun 2011 16:01:25 +0000</pubDate>
		<dc:creator>Siddharth Shah</dc:creator>
				<category><![CDATA[Search & Analytics]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=78263</guid>
		<description><![CDATA[In my last post, I had discussed how big retailers with thousands of SKUs are faced with difficult performance management questions relating to their SEM campaigns. I had also analyzed transaction data and shown how small and big ticket items convert differently. Finally, I had also suggested management approaches for effective campaign management of these [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://searchengineland.com/size-does-matter-how-retailers-should-manage-campaigns-for-big-small-ticket-items-78259">last post</a>, I had discussed how big retailers with thousands of SKUs are faced with difficult performance management questions relating to their SEM campaigns. I had also analyzed transaction data and shown how small and big ticket items convert differently. Finally, I had also suggested management approaches for effective campaign management of these items.</p>
<p>In this post, I shall glean insights about purchasing behavior from transaction data. For the analysis, I classified purchases between $1-$300 as small ticket and $300-$1000 as mid ticket items and over $1000 as big ticket items. I then looked at one month worth of data spanning over 50,000 transactions. Several significant trends emerged including:</p>
<h2>People Are Price Sensitive… Somewhat</h2>
<p>When we calculate the distribution of items by average order size, an interesting pattern emerges. While the biggest peak is around $65, the distribution shows spikes at regular intervals. For small order sizes, the blips occur every $20 or so while for the larger ones they occur every $50.</p>
<p>This interesting effect is due to two possible reasons (1) Items being priced close to certain “threshold” points ($99.99) and (2) Customers having different pricing thresholds in their mind. They might not be inclined to make a $210 purchase but a $195 purchase might be fine with them.</p>
<p>While the true cause is debatable, the decreased price sensitivity with higher order values is clear i.e. the more expensive the item the less sensitive the person is to the price.</p>
<p style="text-align: center;"><strong><a rel="attachment wp-att-78299" href="http://searchengineland.com/size-does-matter-how-where-why-people-buy-78263/order_size_avg_order_size_all-3"><img class="size-full wp-image-78299 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/05/Order_size_Avg_Order_Size_all2.png" alt="" width="559" height="387" /></a>
</strong></p>
<p>&nbsp;</p>
<p>What about purchasing time? One surmises that consumers would take a longer time to purchase bigger ticket items. Which brings me to my next insight&#8230;</p>
<h2>The More Expensive An Item = A Longer Purchase Cycle</h2>
<p style="text-align: center;"><a rel="attachment wp-att-78300" href="http://searchengineland.com/size-does-matter-how-where-why-people-buy-78263/click_trans"><img class="size-full wp-image-78300 aligncenter" src="http://searchengineland.com/figz/wp-content/seloads/2011/05/Click_Trans.bmp" alt="" width="613" height="349" /></a></p>
<p>&nbsp;</p>
<p>The graph shows that this is indeed true. If you regress the median order value vs average transaction time, you would get a nice relationship between transaction time and order value.</p>
<p>But what about the last bar? It shows that the median transaction time for very big ticket items is only 4 hours; 5 times lower than the very low ticket item transaction times. What is going on there?</p>
<h2>The Offline-Online Effect</h2>
<p>A deeper investigation revealed that many purchases in this category took less than 10 minutes. Further, while they were few and far between infrequency they contributed substantially to the revenues for the campaign.</p>
<p>Thus, just as discussed last time, big ticket items are a study in outliers. The data also suggests that many of these “quick” transactions happened because of offline activity. Consumers went offline to look at the products in the store and purchased the product online because of an incentive or because of the convenience in the purchase process.</p>
<h2>Takeaways For Marketers</h2>
<p>The order size distribution curve suggests that consumers like to buy at arbitrary price points for smaller size orders. It also suggests price consciousness for smaller ticket items. Advertisers will be well advised to experiment with price information for smaller ticket items.</p>
<p>As consumers take a longer time to purchase more expensive items, different strategies of SEM bid management should be employed for small and big ticket items. As we discussed last time (albeit from a different point of view), small ticket items should be monitored closely to gain maximum efficiency from the campaigns while keywords related to big ticket items should be monitored with a longer time window.</p>
<p>Further, ad copies for big ticket items should be more upper funnel, inviting the consumer to research the product. However, this should be back with solid content onsite giving all information possible.</p>
<p>We have often heard of online searches converting to offline transactions but for very expensive items the opposite might be true. This is tantalizing as it opens several new questions. Should store reps who engaged with customers for a high value product consider their efforts as lost when consumers leave the store? Perhaps not.</p>
<p>But then retailers could provide CRM tools for their sales reps to connect with their prospects once they leave the store. This would let brands measure this effect.  I would love to hear your thoughts on this idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/size-does-matter-how-where-why-people-buy-78263/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.462 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-25 11:09:01 -->
<!-- Compression = gzip -->
