<?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; unsubscribe</title>
	<atom:link href="http://brontoversity.com/tag/unsubscribe/feed/" rel="self" type="application/rss+xml" />
	<link>http://brontoversity.com</link>
	<description>Product Education for Bronto's Email Marketing Application</description>
	<lastBuildDate>Thu, 26 Aug 2010 19:02:52 +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>Direct Unsubscribe Grows Up</title>
		<link>http://brontoversity.com/2010/05/18/direct-unsubscribe-grows-up/</link>
		<comments>http://brontoversity.com/2010/05/18/direct-unsubscribe-grows-up/#comments</comments>
		<pubDate>Tue, 18 May 2010 18:33:47 +0000</pubDate>
		<dc:creator>Lucas Weber</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Did You Know?]]></category>
		<category><![CDATA[Direct Unsubscribe]]></category>
		<category><![CDATA[email unsubscribe]]></category>
		<category><![CDATA[unsubscribe]]></category>
		<category><![CDATA[unsubscribe link]]></category>
		<category><![CDATA[unsubscribe page]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=7481</guid>
		<description><![CDATA[In the beginning, our Direct Unsubscribe feature was tucked away in the Advanced Form Settings of your default Bronto Unsubscribe page. It simply allowed you to add a snippet of code to a page on your site, and any email address passed to the page containing the snippet would be automatically unsubscribed from your Bronto account. [...]


Related posts:<ol><li><a href='http://brontoversity.com/2010/02/23/are-you-aware-of-direct-unsubscribe/' rel='bookmark' title='Permanent Link: Are You Aware of Direct Unsubscribe?'>Are You Aware of Direct Unsubscribe?</a> <small>Typically contacts in Bronto can unsubscribe by either clicking the...</small></li>
<li><a href='http://brontoversity.com/2009/10/27/abandonment-issues-use-direct-update-to-get-over-them/' rel='bookmark' title='Permanent Link: Abandonment Issues?  Use Direct Update to Get Over Them!'>Abandonment Issues?  Use Direct Update to Get Over Them!</a> <small>In my last post, DIY Integrations II: Direct Update, I...</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/2010/05/unsub_missile.png"><img class="alignright size-full wp-image-7489" src="http://brontoversity.com/wp-content/uploads/2010/05/unsub_missile.png" alt="Unsubscribe" width="280" height="211" /></a>In the beginning, our Direct Unsubscribe feature was tucked away in the Advanced Form Settings of your default Bronto Unsubscribe page. It simply allowed you to add a snippet of code to a page on your site, and any email address passed to the page containing the snippet would be automatically unsubscribed from your Bronto account. This worked well for those users that were aware of its existence, but the time has come to bring the Direct Unsubscribe feature into the light of day. Read on to find out how you can leverage the new found power of Direct Unsubscribe.</p>
<h3>What&#8217;s New?</h3>
<p>First of all, those of you who are currently using the Direct Unsubscribe snippet as it is now will be able to continue to do so without any changes being made. Your contacts will still be able to use your form, enter their email address, click submit, and (once their email address is appended to the Direct Unsubscribe snippet) unsubscribe.</p>
<p>The big change that has been made to Direct Unsubscribe is that it can now use a Bronto tracking cookie to automatically pull in the email address of the contact who clicked on a link in a message you sent from Bronto and unsubscribe that individual. This is great for people who would like to implement a truly one-click unsubscribe process that uses a custom unsubscribe landing page. The other change is that we&#8217;ve moved the feature from the unsubscribe page out to the Data Exchange area (Home tab &gt; Settings &gt; Data Exchange).</p>
<p style="text-align: center;"><a href="http://brontoversity.com/wp-content/uploads/2010/05/d_unsub.jpg"><img class="aligncenter size-full wp-image-7493" src="http://brontoversity.com/wp-content/uploads/2010/05/d_unsub.jpg" alt="Where to find Direct Unsubscribe" width="360" height="239" /></a></p>
<h3>How To Use It</h3>
<p>Using Direct Unsubscribe is actually pretty simple, but like any of our snippet based integrations, it can require some web programming knowledge. To get the snippet just go to the Home tab &gt; Settings &gt; Data Exchange and check the Direct Unsubscribe checkbox.  This will expand the box and reveal the code.  You&#8217;ll notice that the code does not include any area for email address. This is because it can now be used without using the Bronto tracking cookie. In other words, you can unsubscribe contacts even if they arrive at your unsubscribe page from a source other than a message you send via Bronto. If you would like to append the email address manually, just add the following to the very end of the snippet:</p>
<p><code>&amp;email=email@example.com</code></p>
<p>Of course you will need to replace email@example.com with the email address of the person who wants to unsubscribe. This can be done by pulling the email address that the recipient enters into the form on your end. If you append an email address yourself, it will always take precedence over the the cookie used to identify the email address.</p>
<p>So that is an overview of the new and improved  Direct Unsubscribe feature, if you are currently using this feature or if you have any questions, please let us know!</p>
<p><em>Lucas Weber<br />
Bronto Client Services</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2010/02/23/are-you-aware-of-direct-unsubscribe/' rel='bookmark' title='Permanent Link: Are You Aware of Direct Unsubscribe?'>Are You Aware of Direct Unsubscribe?</a> <small>Typically contacts in Bronto can unsubscribe by either clicking the...</small></li>
<li><a href='http://brontoversity.com/2009/10/27/abandonment-issues-use-direct-update-to-get-over-them/' rel='bookmark' title='Permanent Link: Abandonment Issues?  Use Direct Update to Get Over Them!'>Abandonment Issues?  Use Direct Update to Get Over Them!</a> <small>In my last post, DIY Integrations II: Direct Update, I...</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/2010/05/18/direct-unsubscribe-grows-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep An Eye On Replies</title>
		<link>http://brontoversity.com/2009/07/15/keep-an-eye-on-replies/</link>
		<comments>http://brontoversity.com/2009/07/15/keep-an-eye-on-replies/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:44:33 +0000</pubDate>
		<dc:creator>Adam Covati</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[replies]]></category>
		<category><![CDATA[unsubscribe]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=3671</guid>
		<description><![CDATA[Let&#8217;s start this out with a simple premise, email works both ways. If you send out email, then you will also receive emails. We all know this, but many people forget that when they are doing email marketing.
There are many reasons why you need to monitor the replies to your email marketing, such as:

List Hygiene [...]


Related posts:<ol><li><a href='http://brontoversity.com/2010/04/06/automatically-sending-welcome-messages/' rel='bookmark' title='Permanent Link: Automatically Sending Welcome Messages'>Automatically Sending Welcome Messages</a> <small>When a contact sign&#8217;s up to receive messages from you,...</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/02/23/are-you-aware-of-direct-unsubscribe/' rel='bookmark' title='Permanent Link: Are You Aware of Direct Unsubscribe?'>Are You Aware of Direct Unsubscribe?</a> <small>Typically contacts in Bronto can unsubscribe by either clicking the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="float:right;padding:2px 2px 4px 6px;" title="reply" src="http://brontoversity.com/wp-content/uploads/2009/07/reply.png" alt="reply" width="138" height="71" />Let&#8217;s start this out with a simple premise, email works both ways. If you send out email, then you will also receive emails. We all know this, but many people forget that when they are doing email marketing.</p>
<p>There are many reasons why you need to monitor the replies to your email marketing, such as:</p>
<ul>
<li>List Hygiene &#8211; You may be receiving unsubscribe requests, which brings me to&#8230;</li>
<li>Compliance &#8211; CAN-SPAM (as well as many other nations&#8217; laws) require you monitor replies for unsubscribes.  So it&#8217;s not only a good idea, but also legally required (see a post on <a href="http://blog.bronto.com/2008/05/19/ftc-approves-new-rules-under-can-spam-act-of-2003/" target="_blank">CAN-SPAM updates</a>)</li>
<li>An Open Channel &#8211; Your recipients may be trying to rave about your emails or give you good ideas, but you won&#8217;t know if you don&#8217;t listen.</li>
<li>Because You Should &#8211; Out of common courtesy for your recipients, you should be listening to what they have to say back to you.</li>
</ul>
<p>At Bronto, we provide a full-featured reply management tool to make this process quite easy. You can take advantage of this by checking the <em>Enable Reply Tracking</em> option when sending a message.</p>
<p><a href="http://brontoversity.com/wp-content/uploads/2009/07/turn-on-reply-tracking.png" target="_new"><img class="aligncenter size-full wp-image-3685" title="Turn on reply tracking" src="http://brontoversity.com/wp-content/uploads/2009/07/turn-on-reply-tracking.png" alt="Turn on reply tracking" width="256" height="114" /></a></p>
<p>Once you have this enabled, your replies will come into Bronto instead of your inbox. You will also be able to take advantage of the tools we offer to manage those replies.</p>
<p><a href="http://brontoversity.com/wp-content/uploads/2009/07/reply-settings-full.png" target="_new"><img style="float:left;padding:5px 8px 5px 0px;border:0px;" title="Reply Settings, go to Home-&gt;Settings-&gt;Replies in Bronto for details" src="http://brontoversity.com/wp-content/uploads/2009/07/reply_settings_sidebar.png" alt="Reply Settings" width="100" /></a></p>
<h3>Automatically Process Unsubscribe Requests</h3>
<p>To turn on automatic handling of unsubscribe requests, go to the <em>Home-&gt;Settings-&gt;Replies</em>.</p>
<p>Before you turn this feature on, you will want to tweak the words we look for in the subject line to identify unsubscribe requests. It&#8217;s important to make sure that you aren&#8217;t using these words in your subject lines, because if you were, every reply would be identified as an unsubscribe.</p>
<p>Once you have had this option on for a little bit, you can enable automatic deletion of unsubscribe replies as well. It&#8217;s a good idea to keep them around for a bit to ensure that we aren&#8217;t catching any other replies as unsubscribes.</p>
<p>With Bronto automatically unsubscribing contacts, you will save some time and effort, but it doesn&#8217;t mean that you no longer have to look at replies. There will always be replies that we don&#8217;t catch or that just require a personal response.</p>
<h3>Keeping The Clutter Down</h3>
<p>It also happens that lots of other emails end up in the replies inbox. These come mainly from two sources. The first is automated replies, these are most often &#8216;Out of Office&#8217; replies. The other type is spam, which is most often caused by your recipients inboxes being harvested by spam bots (learn more about <a href="http://en.wikipedia.org/wiki/Spambot#E-mail_spambots" target="_blank">spambots</a>).</p>
<p><img style="float:right;padding:2px 2px 4px 6px;" title="identifying replies" src="http://brontoversity.com/wp-content/uploads/2009/07/identifying-replies.png" alt="identifying replies" width="190" height="92" />Both of these can be a major annoyance when trying to manage replies. That&#8217;s why we made it so you can enable the deletion of Automated Replies and Spam messages.</p>
<p>Again it&#8217;s important to first test out our automated message identification for a short period of time. To test this out, all you have to do is perform a couple of sends, then go into your replies and look for the symbols that denote spam replies and automated replies.</p>
<p>Once you feel comfortable that we aren&#8217;t catching false positives, you can turn the automatic deletion on.</p>
<h3>Walking Through The Rest</h3>
<p>Even with all the help we provide, you will still need to go through your replies on a regular basis. You can quickly unsubscribe a contact right while you are viewing a reply. This will also delete that reply for you and move you along to the next request, thus allowing you to quickly dispatch a large number of replies in a short period of time.</p>
<p><img class="aligncenter" title="replies unsubscribe button" src="http://brontoversity.com/wp-content/uploads/2009/07/replies_unsubscribe_button.png" alt="replies unsubscribe button" width="361" height="117" /><br />
I hope I have shown how important replies are as a part of email marketing. They provide a simple mechanism for your recipients to unsubscribe, get in touch with you, or even just vent. Managing them can be simple and painless if you use the tools at your disposal.</p>
<p><em>Adam Covati<br />
Product Manager at Bronto</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2010/04/06/automatically-sending-welcome-messages/' rel='bookmark' title='Permanent Link: Automatically Sending Welcome Messages'>Automatically Sending Welcome Messages</a> <small>When a contact sign&#8217;s up to receive messages from you,...</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/02/23/are-you-aware-of-direct-unsubscribe/' rel='bookmark' title='Permanent Link: Are You Aware of Direct Unsubscribe?'>Are You Aware of Direct Unsubscribe?</a> <small>Typically contacts in Bronto can unsubscribe by either clicking the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2009/07/15/keep-an-eye-on-replies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Your Contact&#8217;s Status?</title>
		<link>http://brontoversity.com/2009/06/23/whats-your-contacts-status/</link>
		<comments>http://brontoversity.com/2009/06/23/whats-your-contacts-status/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 13:40:55 +0000</pubDate>
		<dc:creator>Rob Slade</dc:creator>
				<category><![CDATA[Did You Know?]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[active contacts]]></category>
		<category><![CDATA[Bronto]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[contact status]]></category>
		<category><![CDATA[inactive contacts]]></category>
		<category><![CDATA[reactivate]]></category>
		<category><![CDATA[reactivate a contact bounce]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[unconfirmed]]></category>
		<category><![CDATA[unsubscribe]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=3398</guid>
		<description><![CDATA[While using Bronto, you may have noticed that the status of a contact can change. Contact&#8217;s status can shift from Active to Inactive due to a number of reasons.  It is important that you understand each type of status so that you can properly address those contacts with Inactive status (more on Inactive contacts below).
Active [...]


Related posts:<ol><li><a href='http://brontoversity.com/2010/02/18/welcome-friend-adding-new-contacts-using-the-api/' rel='bookmark' title='Permanent Link: Welcome Friend! Adding New Contacts Using the API'>Welcome Friend! Adding New Contacts Using the API</a> <small> This post only applies to Legacy Version 3 of...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-3397 alignright" style="margin: 5px;" src="http://brontoversity.com/wp-content/uploads/2009/06/limo.jpg" alt="limo" width="300" height="104" /><span>While using</span><span> </span><span>B</span><span>ronto, you may have noticed that the status of a contact can change.</span> Contact&#8217;s status can shift from Active to Inactive due to a number of reasons.  It is important that you understand each type of status so that you can properly address those contacts with Inactive status (more on Inactive contacts below).</p>
<h3>Active vs Inactive Contacts</h3>
<p><img class="alignright size-full wp-image-3401" src="http://brontoversity.com/wp-content/uploads/2009/06/statusinappsmall1.jpg" alt="statusinappsmall1" width="260" height="163" />Viewing a list of Active contacts, Inactive contacts, or both, is accomplished in the Contact Status Column.  The Status column indicates whether or not you are able to send messages to a particular contact.  If you  				are able to send messages to a contact, then they will have a status of Active.  Active contacts are  				&#8220;live&#8221; contacts that can receive messages from you.  If you cannot send messages to a contact, then they  				are Inactive and given one of three status types described below:</p>
<ul>
<li><strong>Bounce</strong> &#8211; The Bounce status indicates that you cannot send messages  					to this contact because they have received a hard bounce due to bad email address, or they have exceed  					the bounce limit for your account.</li>
<li><strong>Unconfirmed</strong> &#8211; 	Contacts with a status of Unconfirmed have not yet  					agreed to receive your messages.  Remember, one of our policies is that contacts must agree to receive  					your messages in order for you to send to them (i.e. they were sent an opt-in invitation but have not yet agreed to  							receive your messages).</li>
<li><strong>Unsubscribed</strong> &#8211; Contacts with a status of Unsubscribed have either unsubscribed  					themselves from receiving messages from you, or were unsubscribed by you.  They can also be considered unsubscribed if they click the “This Is Spam” link in certain ISPs (such as Yahoo! or Hotmail).</li>
</ul>
<h3>Woops! Reactivating An Inactive Contact</h3>
<p>Sometimes a contact is made Inactive by mistake.  One example of this could be someone testing the unsubscribe link during email test sends.</p>
<p><img class="alignnone size-full wp-image-3414" src="http://brontoversity.com/wp-content/uploads/2009/06/activatebutton4.jpg" alt="activatebutton4" width="90" height="24" /></p>
<p>To reactivate an inactive contact:</p>
<ol>
<li>Locate the  			contact using the search function on the All Contacts page, or by clicking the Inactive tab on the table on the All  			Contacts page.</li>
<li>Once you have located the contact you wish to reactivate, click on the email address associated with  			that contact.</li>
<li>On the Contact Overview page, click the <strong>Activate</strong> button to reactivate the contact.  This will  			give the contact a status of Active.</li>
<li><span style="color: #ff0000;">An important note!  You once again need to get permission to send mail to the contact via a subscription confirmation.  There is no way to reactivate a large number of contacts at once.  This is largely due to the  			seriousness of a unsubscribe request and the legality of re-subscribing someone who has unsubscribed.</span></li>
</ol>
<p><em>Rob Slade</em><br />
<em>Client Support Specialist at Bronto</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2010/02/18/welcome-friend-adding-new-contacts-using-the-api/' rel='bookmark' title='Permanent Link: Welcome Friend! Adding New Contacts Using the API'>Welcome Friend! Adding New Contacts Using the API</a> <small> This post only applies to Legacy Version 3 of...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2009/06/23/whats-your-contacts-status/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
