<?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>Brontoversity &#187; e-commerce</title>
	<atom:link href="http://brontoversity.com/tag/e-commerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://brontoversity.com</link>
	<description>Product Education for Bronto's Email Marketing Application</description>
	<lastBuildDate>Tue, 07 Sep 2010 18:07:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Abandonment Issues?  Use Direct Update to Get Over Them!</title>
		<link>http://brontoversity.com/2009/10/27/abandonment-issues-use-direct-update-to-get-over-them/</link>
		<comments>http://brontoversity.com/2009/10/27/abandonment-issues-use-direct-update-to-get-over-them/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 18:31:01 +0000</pubDate>
		<dc:creator>Lucas Weber</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[abandoned]]></category>
		<category><![CDATA[API Legacy Version 3]]></category>
		<category><![CDATA[Bronto]]></category>
		<category><![CDATA[Direct Update]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[shopping cart]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=5196</guid>
		<description><![CDATA[In my last post, DIY Integrations II: Direct Update, I talked about our Direct Update feature, which allows your to update a contact&#8217;s field data based on the pages they visit on your website. Today, I&#8217;m going to delve a bit deeper and show an example of how this feature can be used to narrow [...]


Related posts:<ol><li><a href='http://brontoversity.com/2009/09/29/diy-integrations-ii-updating-contact-field-information-with-direct-update/' rel='bookmark' title='Permanent Link: DIY Integrations II: Updating Contact Field Information With Direct Update'>DIY Integrations II: Updating Contact Field Information With Direct Update</a> <small> Integrating your website or database with a third party...</small></li>
<li><a href='http://brontoversity.com/2010/05/18/direct-unsubscribe-grows-up/' rel='bookmark' title='Permanent Link: Direct Unsubscribe Grows Up'>Direct Unsubscribe Grows Up</a> <small>In the beginning, our Direct Unsubscribe feature was tucked away...</small></li>
<li><a href='http://brontoversity.com/2010/07/27/two-step-signup-using-direct-add-and-a-welcome-message/' rel='bookmark' title='Permanent Link: Two step signup using Direct Add and a Welcome Message'>Two step signup using Direct Add and a Welcome Message</a> <small>We have several clients who are interested in doing a...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://brontoversity.com/wp-content/uploads/2009/10/cart.jpg" target="_blank"><img style="float:right; padding:5px 5px 5px 5px;" src="http://brontoversity.com/wp-content/uploads/2009/10/cart.jpg" border="0" alt="Abandoned Shopping Cart" width="272" height="302" /></a>In my last post, <a href="http://brontoversity.com/2009/09/29/diy-integrations-ii-updating-contact-field-information-with-direct-update/" target="_blank">DIY Integrations II: Direct Update</a>, I talked about our Direct Update feature, which allows your to update a contact&#8217;s field data based on the pages they visit on your website. Today, I&#8217;m going to delve a bit deeper and show an example of how this feature can be used to narrow down your target audience. You&#8217;ll learn how to reach out to contacts that have started, but not completed a purchase, and offer them a discount or other incentive. This can be a great way to increase your conversions.</p>
<p>This post will assume that you have an understanding of how Direct Update works and how to implement it on your site. If you have questions on the basics or usage of Direct Update, please check out the help topic called Enabling Direct Update in the Bronto application.</p>
<p>Getting this set up is as simple as setting up a couple of fields, creating two separate Direct Update strings, and placing them in the right location on your site. Let&#8217;s get started&#8230;</p>
<h3>The Fields</h3>
<p>First, the easy part, creating two fields. We&#8217;ll use these fields to monitor when a contact has placed something in their cart, and when they complete a purchase.  We&#8217;ll call our first field <em>ItemInCart</em>. This can be pretty much any type of field you&#8217;d like. For simplicity&#8217;s sake, we&#8217;ll leave it as a text field.  The next field we&#8217;ll call <em>CompletedPurchase</em>. Again, this can be any type of field. I would recommend a date type field so that you can use this field data in multiple ways to target contacts.</p>
<h3>The First Direct Update Statement</h3>
<p>Next, we&#8217;ll need to set up the first of our two Direct Update code snippets.  The base code can be found by going to <strong>Home-&gt;Settings-&gt;Analytics</strong>, and then scrolling down to the Direct Update section.  In addition to grabbing the code, make sure that the check box under Direct Update is checked. Doing so will activate the feature.</p>
<p style="text-align: center;"><a href="http://brontoversity.com/wp-content/uploads/2009/10/checkbox.jpg"><img class="aligncenter size-full wp-image-5233" src="http://brontoversity.com/wp-content/uploads/2009/10/checkbox.jpg" alt="Be sure to check this checkbox" width="480" height="138" /></a></p>
<p>Let&#8217;s take a look at a sample of the base code first.<br />
<code><br />
&lt;img src="http://app.bronto.com/public/?q=direct_update&amp;fn=Public_DirectUpdateForm&amp;id=cdagfvzjskjuipnbbdjdvbiwgfkdbbb" border="0" alt="" width="0" height="0" /&gt;<br />
</code><br />
The goal of the first snippet is to let us know that someone has placed an item in their shopping cart. We&#8217;ll need to add an operator to the end of the snippet that sets the <em>ItemInCart</em> field to a positive value. To do this, we&#8217;ll use the following code:<br />
<code><br />
field1=ItemInCart,set,Yes<br />
</code><br />
The completed Direct Update code snippet would look like this:</p>
<div style="overflow:auto;">
<code><br />
&lt;img src="http://app.bronto.com/public/?q=direct_update&amp;fn=Public_DirectUpdateForm&amp;id=cdagfvzjskjuipnbbdjdvbiwgfkdbbb&amp;field1=ItemInCart,set,Yes" border="0" alt="" width="0" height="0" /&gt;<br />
</code></div>
<p>Once you&#8217;ve got this first snippet, it will need to be placed on your website. Preferably, you should place it on a confirmation page that comes up after a contact adds an item or items to their shopping cart.  That way, when they reach this page, the Direct Update code snippet will activate and update their <em>ItemInCart</em> field to &#8216;Yes&#8217;.</p>
<h3>The Second Direct Update Statement</h3>
<p>Now we&#8217;re ready to set up the second and final piece of Direct Update code. We&#8217;ll start with the base code again and build from there. This time around, we need to add an operator that sets a contact&#8217;s <em>CompletedPurchase</em> field to a certain value. I recommend using the current date.  This will allow you to use this data for other segmenting purposes.<br />
<code><br />
field1=CompletedPurchase,set,10/27/2009<br />
</code><br />
In order to set to the current date, you will need to use some simple javascript that will be run from your own server. <a href="http://www.javascriptkit.com/jsref/date.shtml" target="_blank">Click here</a> and check out Example 1 for a simple script to call the current date. It is important to note that the date must be specified in the format you have  						designated for date fields on the Formatting page located at <strong>Home-&gt;Settings-&gt;Formatting</strong>. In addition, we need to remove the positive value from the <em>ItemInCart</em> field so that we don&#8217;t accidentally pull in people that have completed a purchase.  We&#8217;ll use the following to do so:<br />
<code><br />
field2=ItemInCart,set,No<br />
</code><br />
The completed Direct Update code snippet would look like this:</p>
<div style="overflow:auto;"><code><br />
&lt;img src="http://app.bronto.com/public/?q=direct_update&amp;fn=Public_DirectUpdateForm&amp;id=cdagfvzjskjuipnbbdjdvbiwgfkdbbb&amp;field1=CompletedPurchase,set,10/27/2009&amp;field2=ItemInCart,set,No" border="0" alt="" width="0" height="0" /&gt;<br />
</code></div>
<p>This second code snippet will also need to be placed on your website. This one should be placed on the order confirmation screen, after the purchase has been completed. It will set the contact&#8217;s <em>CompletedPurchase</em> field to the date defined, and will set their <em>ItemInCart</em> field to No.</p>
<h3>Segmenting with Reckless Abandon</h3>
<p>All that remains is to find the people in your contact list that have abandoned their shopping cart and give them a little incentive to complete the purchase! This can be very easily done by creating a simple segment that searches for contacts in your account that have a value of Yes in the <em>ItemInCart</em> field. Once that segment is created, all you have to do is send your message to it.</p>
<h3>Careful Considerations</h3>
<p>One small caveat to this post is that the whole thing will only work if a couple of conditions are met. First, the contact must have clicked on a link in an email sent via Bronto, which will open a tracking cookie on their computer. The cookie will allow the Direct Update code to work. Second, they must have cookies enabled in their web browser.</p>
<p>There you have it, a relatively simple way to set up an abandoned shopping cart tracking mechanism for your Bronto contacts. Keeping track of when your contacts <strong>do not</strong> complete a purchase can be just as important as keeping track of when they do. Are you currently using this method to increase conversions? Are you using a different method? Let us know in the comments.</p>
<p><em>Lucas Weber<br />
Bronto Client Services</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2009/09/29/diy-integrations-ii-updating-contact-field-information-with-direct-update/' rel='bookmark' title='Permanent Link: DIY Integrations II: Updating Contact Field Information With Direct Update'>DIY Integrations II: Updating Contact Field Information With Direct Update</a> <small> Integrating your website or database with a third party...</small></li>
<li><a href='http://brontoversity.com/2010/05/18/direct-unsubscribe-grows-up/' rel='bookmark' title='Permanent Link: Direct Unsubscribe Grows Up'>Direct Unsubscribe Grows Up</a> <small>In the beginning, our Direct Unsubscribe feature was tucked away...</small></li>
<li><a href='http://brontoversity.com/2010/07/27/two-step-signup-using-direct-add-and-a-welcome-message/' rel='bookmark' title='Permanent Link: Two step signup using Direct Add and a Welcome Message'>Two step signup using Direct Add and a Welcome Message</a> <small>We have several clients who are interested in doing a...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2009/10/27/abandonment-issues-use-direct-update-to-get-over-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
