<?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>Marketing Doctor</title>
	<atom:link href="http://www.marketingdoctor.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marketingdoctor.org</link>
	<description></description>
	<lastBuildDate>Mon, 19 Oct 2009 20:53:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>To  Buy or not buy? This is the dilemma</title>
		<link>http://www.marketingdoctor.org/2009/10/14/to-buy-or-not-buy-this-is-the-dilemma/</link>
		<comments>http://www.marketingdoctor.org/2009/10/14/to-buy-or-not-buy-this-is-the-dilemma/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 13:41:30 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[B2B Marketing]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Buying Cycle]]></category>

		<guid isPermaLink="false">http://www.marketingdoctor.org/?p=160</guid>
		<description><![CDATA[For those dealing  with complex services, or marketing in B2B, being able to find out what position the client is experiencing in its path of acquisition should be a key issue.
Acquiring this skill means being able to answer these questions when evaluating a prospect&#8217;s propensity to buy:
* Is the potential client is aware of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-161" title="position in buying cycle" src="http://www.marketingdoctor.org/wp-content/uploads/2009/10/position-in-buying-cycle.jpg" alt="position in buying cycle" width="470" height="410" /><strong>For those dealing  with complex services, or marketing in B2B</strong>, being able to find out what position the client is experiencing in its path of acquisition should be a key issue.</p>
<p>Acquiring this skill means being able to answer these questions when evaluating a prospect&#8217;s propensity to buy:</p>
<p><strong>* Is the potential client is aware of a problem</strong> and is he considering finding a solution?</p>
<p><strong>*  Is he already considering and evaluating some possible options?</strong></p>
<p><strong>* Has he selected a number of options</strong> that could be a good choice and is about to take the final decision?</p>
<p><strong>The skill of  identify which of these phases the client is going through can be useful.</strong> If you can help him to move  on its path towards the buying process.</p>
<p><strong>The problem is when this determination is made  at random</strong>, or even worse, relying on imagination or by istinct. If the case is not a scientific method, would be much worse than entrust their choice or instinct to the image. What happens if you have the wrong intuition or our imagination is distorted?</p>
<p><strong>A more productive alternative</strong>, is to observe the behavior of the customer during all phases and &#8220;extract&#8221; the key characteristics and behaviors. By performing this analysis for a sufficient amount of cases it is possible to extrapolate the indicators that can provide you with reasonable accuracy, the position perceived by the customer towards a purchase or seeking a solution to a problem.</p>
<p><strong>Once extrapolated indicators of behavior that are related to the various stages</strong>, you must fill out a contact strategy that meets clients&#8217; needs, questions and special requests for information and / or clarifications relevant to each of the phases. This means you must  have available (and if not, develop) an arsenal of marketing materials  that serves the advancement in communication with your prospective client.</p>
<p><!--<br />
Do not modify the NAME value of any of the INPUT fields<br />
the FORM action, or any of the hidden fields (eg. input type=hidden).<br />
These are all required for this form to function correctly.<br />
--></p>
<style type="text/css">
<p>	.myForm td, input, select, textarea, checkbox {
		font-family: georgia, tahoma;
		font-size: 14px;
	}</p>
<p>	.myForm td {
		color: white;
	}</p>
<p>	.myForm {
		background-color: #46444D;
		border: 3px solid #000000;
		padding: 10px;
	}</p>
<p>	.required {
		color: red;
	}</p>
<p>	#ssImg img {
		background: white;
		border: 1px gray;
	}
</style>
<form method="post" action="http://www.businessdoctor.it/emarketer/form.php?form=7" id="frmSS7" onsubmit="return CheckForm7(this);">
<table border="0" cellpadding="2" class="myForm">
<tr>
<td><span class="required">*</span><br />
Your Email Address:</td>
<td id="ssImg">
<input type="text" name="email" value="" /></td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;Nome:</td>
<td id="ssImg">
<input type="text" name="CustomFields[2]" id="CustomFields_2_7" value="" size='20'></td>
</tr>
<tr>
<td><span class="required">*</span><br />
Privacy:</td>
<td id="ssImg"><label for="CustomFields[17_7]_Si"><br />
<input type="checkbox" id="CustomFields[17_7]_Si" name="CustomFields[17][]" value="Si">Si</label><br/><label for="CustomFields[17_7]_No"><br />
<input type="checkbox" id="CustomFields[17_7]_No" name="CustomFields[17][]" value="No">No</label><br/></td>
</tr>
<input type="hidden" name="format" value="h" />
<tr>
<td><span class="required">*</span><br />
Enter the security code shown:</td>
<td id="ssImg"><script type="text/javascript">
// <![CDATA[
	if (!Application) var Application = {};
	if (!Application.Page) Application.Page = {};
	if (!Application.Page.ClientCAPTCHA) {
		Application.Page.ClientCAPTCHA = {
			sessionIDString: '',
			captchaURL: [],
			getRandomLetter: function () { return String.fromCharCode(Application.Page.ClientCAPTCHA.getRandom(65,90)); },
			getRandom: function(lowerBound, upperBound) { return Math.floor((upperBound - lowerBound + 1) * Math.random() + lowerBound); },
			getSID: function() {
				if (Application.Page.ClientCAPTCHA.sessionIDString.length <= 0) {
					var tempSessionIDString = '';
					for (var i = 0; i < 32; ++i) tempSessionIDString += Application.Page.ClientCAPTCHA.getRandomLetter();
					Application.Page.ClientCAPTCHA.sessionIDString.length = tempSessionIDString;
				}
				return Application.Page.ClientCAPTCHA.sessionIDString;
			},
			getURL: function() {
				if (Application.Page.ClientCAPTCHA.captchaURL.length <= 0) {
					var tempURL = 'http://www.businessdoctor.it/emarketer/admin/resources/form_designs/captcha/index.php?c=';</p>
<p>											tempURL += Application.Page.ClientCAPTCHA.getRandom(1,1000);
													tempURL += '&#038;ss=' + Application.Page.ClientCAPTCHA.getSID();
												Application.Page.ClientCAPTCHA.captchaURL.push(tempURL);
									}
				return Application.Page.ClientCAPTCHA.captchaURL;
			}
		}
	}</p>
<p>	var temp = Application.Page.ClientCAPTCHA.getURL();
	for (var i = 0, j = temp.length; i < j; i++) document.write('<img src="' + temp[i] + '" alt="img' + i + '" />');
// ]]&gt;
</script><br />
<br/><br />
<input type="text" name="captcha" value="" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
				<br />
<input type="submit" value="Subscribe" />
				<br/><span style="display: block; font-size: 10px; color: gray; padding-top: 5px;"><a href="http://www.interspire.com/emailmarketer" target="__blank" style="font-size:10px;color:gray;">Email marketing</a> by Interspire</span>
			</td>
</tr>
</table>
</form>
<p><script type="text/javascript">
// <![CDATA[</p>
<p>			function CheckMultiple7(frm, name) {
				for (var i=0; i < frm.length; i++)
				{
					fldObj = frm.elements[i];
					fldId = fldObj.id;
					if (fldId) {
						var fieldnamecheck=fldObj.id.indexOf(name);
						if (fieldnamecheck != -1) {
							if (fldObj.checked) {
								return true;
							}
						}
					}
				}
				return false;
			}
		function CheckForm7(f) {
			var email_re = /[a-z0-9!#$%&#038;'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&#038;'*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/i;
			if (!email_re.test(f.email.value)) {
				alert("Please enter your email address.");
				f.email.focus();
				return false;
			}</p>
<p>				if (f.captcha.value == "") {
					alert("Please enter the security code shown");
					f.captcha.focus();
					return false;
				}</p>
<p>			var fldcheck = CheckMultiple7(f, "CustomFields[17_7]");
			if (!fldcheck) {
				alert("Please choose one or more options for field Privacy");
				return false;
			}</p>
<p>				return true;
			}</p>
<p>// ]]&gt;
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingdoctor.org/2009/10/14/to-buy-or-not-buy-this-is-the-dilemma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
