<?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>Hello Mobile! &#187; John Wood</title>
	<atom:link href="http://blog.interactivemediums.com/author/jwood/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.interactivemediums.com</link>
	<description>Interactive Mediums blog about all things mobile and what we&#039;re doing to drive the mobile ecosystem</description>
	<lastBuildDate>Thu, 09 Sep 2010 01:34:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Upcoming Changes to the Subscriptions API</title>
		<link>http://blog.interactivemediums.com/2010/06/08/upcoming-subscriptions-api/</link>
		<comments>http://blog.interactivemediums.com/2010/06/08/upcoming-subscriptions-api/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 14:45:16 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[api]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2737</guid>
		<description><![CDATA[We have just finished adding support for user data attributes to our Subscriptions API. The list and read methods have been enhanced to display all of the user data attributes that have been collected for the given subscriber, along with their corresponding values. This includes the default user data attributes (first_name, last_name, city, etc) in [...]]]></description>
			<content:encoded><![CDATA[<p>We have just finished adding support for user data attributes to our <a href="http://blog.interactivemediums.com/resource-center/api/#sub-campaign-api">Subscriptions API</a>.  The <strong>list</strong> and <strong>read</strong> methods have been enhanced to display all of the user data attributes that have been collected for the given subscriber, along with their corresponding values.  This includes the default user data attributes (first_name, last_name, city, etc) in addition to any custom user data attributes that you have defined for your account.  The <strong>create</strong> and <strong>update</strong> methods have been enhanced to allow you to specify user data attribute values for your subscribers.  Storing data for your subscribers allows you to segment your subscription list, targeting messages only to users whose data matches the criteria you define.  This means you no longer have to worry about troubling your male customers with sales offers for woman&#8217;s apparel.  You can see the changes in our <a href="http://blog.interactivemediums.com/resource-center/api/">API Documentation</a>. </p>
<h3>Non Backwards Compatible Changes</h3>
<p>Unfortunately, some of the changes are not backwards compatible with previous versions of the Subscriptions API.</p>
<h4>Some attribute names will be different in the new version of the API</h4>
<p>Previous versions of the API returned very basic information about the subscriber.  Some of that information was re-structured when we added support for custom user data attributes.  We would like future APIs that also interact with custom data attributes to use consistent names for the attributes.  So, we&#8217;re biting the bullet now by making this change.  The <strong>API name</strong> for all data attributes, which is the name to use when referring to a given attribute in the API, can be found in the <a href="http://app.interactivemediums.com/app/user_attributes">User Data</a> section of the application.</p>
<h4>Result from the list method will now be paged</h4>
<p>In previous versions of the API, there was no way to limit the number of subscribers you would get back with a call to the <strong>list</strong> method.  If you had 100,000 subscribers, calling the list method would return an XML response approximately 1,500,000 lines long.  That can be quite a bit to swallow, and could choke some applications running on machines with limited resources.  Now, the list method will return 250 subscribers at a time, and allow you to iterate through your subscribers by specifying a <strong>page</strong> attribute in the request.  For example, <strong>not</strong> specifying the page attribute would return subscribers 1-250.  Specifying <em>page=2</em> in the request URL will return subscribers 251-500.  Specifying <em>page=3</em> will return subscribers 501-750, and so on.  This should give you more control over the API response.</p>
<h4>User data attributes with no value for the subscriber will not be displayed</h4>
<p>In previous versions of the API, we returned all of the user data attributes, all of the time.  Even if the subscriber had no data for that particular attribute.  This wasn&#8217;t too big of an issue when we were working with a fixed set of attributes.  However, you now have the ability to create as many user data attributes as you wish, which could dramatically increase the size of the API response.  So, we&#8217;ve changed the <strong>list</strong> and <strong>read</strong> methods to only list the user data attributes that have corresponding values for the given subscriber.  If you don&#8217;t see a particular data attribute for a given subscriber, it means that subscriber has no value for that particular attribute.</p>
<h3>Testing The New API Methods, and Migrating Your Code</h3>
<p>The new API methods are in production, and ready for testing.  The <strong>create</strong>, <strong>update</strong>, and <strong>delete</strong> methods are completely backward compatible, so you should be able to continue using them as you were.  To access the new versions of the <strong>list</strong> and <strong>read</strong> methods, simply add <em>?new=true</em> to the end of your request.  For example, <em>/api/subscription_campaigns/{campaign_id}/subscriptions.xml</em> will invoke the old list method, and <em>/api/subscription_campaigns/{campaign_id}/subscriptions.xml?new=true</em> will invoke the new method.  This will allow you to test the new and old API methods side by side, and switch to the new version of the API methods at your convenience.</p>
<p>In a few weeks, after everybody has migrated to the new version of the API, we will make the new versions of the API methods accessible without the <em>?new=true</em> URL parameter, and you can remove the <em>?new=true</em> URL parameter at your convenience.</p>
<p>If you have any questions, comments, or concerns, please don&#8217;t hesitate to contact us at <a href="mailto:support@interactivemediums.com">support@interactivemediums.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/06/08/upcoming-subscriptions-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Trial Now Available For The Interactive Mediums Platform</title>
		<link>http://blog.interactivemediums.com/2010/05/12/free-trial-availalbe-interactive-mediums-platform/</link>
		<comments>http://blog.interactivemediums.com/2010/05/12/free-trial-availalbe-interactive-mediums-platform/#comments</comments>
		<pubDate>Wed, 12 May 2010 19:41:49 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2603</guid>
		<description><![CDATA[We are now offering a 14 day free trial of our customer engagement platform. So if you&#8217;ve checked out the website, read about the product, read this blog, and still aren&#8217;t convinced, then the free trial is a great way to convince you that the Interactive Mediums platform is the way to go for you [...]]]></description>
			<content:encoded><![CDATA[<p>We are now offering a 14 day free trial of our customer engagement platform.  So if you&#8217;ve checked out <a href="http://www.interactivemediums.com/">the website</a>, read about <a href="http://www.interactivemediums.com/product">the product</a>, read this blog, and still aren&#8217;t convinced, then the free trial is a great way to convince you that the Interactive Mediums platform is the way to go for you and your business.</p>
<p>The free trial includes access to <strong>all</strong> of the features available on the platform.  You can create up to ten fully functional campaigns, create up to three user accounts to share with your colleagues, and interact with up to three mobile phone numbers.  Best of all, is that when you decide to sign up, you can keep all of the campaigns that have created during the trail.</p>
<p>There really is nothing to lose.  Click <a href="http://www.interactivemediums.com/contact-us?regarding=trial">here</a> to get started!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/05/12/free-trial-availalbe-interactive-mediums-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interactive Mediums Featured in Couch.io Case Study</title>
		<link>http://blog.interactivemediums.com/2010/05/07/interactive-mediums-featured-couchio-case-study/</link>
		<comments>http://blog.interactivemediums.com/2010/05/07/interactive-mediums-featured-couchio-case-study/#comments</comments>
		<pubDate>Fri, 07 May 2010 20:06:37 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Company News]]></category>
		<category><![CDATA[Metrics]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2596</guid>
		<description><![CDATA[Couch.io, the start-up founded by the creator and core contributors of the CouchDB database, has just published a case study on how Interactive Mediums uses CouchDB to provide quick access to various statistics for your mobile marketing campaigns. Before migrating to CouchDB, getting access to your campaign statistics was often a very time consuming operation. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://couch.io">Couch.io</a>, the start-up founded by the creator and core contributors of the <a href="http://couchdb.apache.org/">CouchDB</a> database, has just published a <a href="http://www.couch.io/case-study-interactive-mediums">case study</a> on how Interactive Mediums uses CouchDB to provide quick access to various statistics for your mobile marketing campaigns.  Before migrating to CouchDB, getting access to your campaign statistics was often a very time consuming operation.  But thanks to CouchDB&#8217;s data indexing strategy, that data is now only a couple of seconds away.</p>
<p>To learn more about CouchDB please check out <a href="http://couchdb.apache.org/">http://couchdb.apache.org/</a>, and for information on Couchio, the company that provides services for CouchDB, please visit <a href="http://couch.io">Couch.io</a>.</p>
<p>This case study is just one example of how we&#8217;re always looking to improve the user experience of the Interactive Mediums platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/05/07/interactive-mediums-featured-couchio-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New, More Powerful Web Forms Now Available</title>
		<link>http://blog.interactivemediums.com/2010/04/14/powerful-web-forms/</link>
		<comments>http://blog.interactivemediums.com/2010/04/14/powerful-web-forms/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:24:41 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2346</guid>
		<description><![CDATA[The past few months we&#8217;ve been working on some very big changes to how our platform manages web forms. As you may already know, web forms let your customers interact with your marketing campaigns via a website, which can be a nice addition to the SMS support the platform provides by default. In the past, [...]]]></description>
			<content:encoded><![CDATA[<p>The past few months we&#8217;ve been working on some very big changes to how our platform manages web forms.  As you may already know, web forms let your customers interact with your marketing campaigns via a website, which can be a nice addition to the SMS support the platform provides by default.</p>
<p>In the past, web form support varied greatly from campaign type to campaign type.  In addition, there was limited support for customizing how those forms looked, and how they behaved.  The newly revamped web forms fix that by providing a consistent experience across campaign types and by giving you complete control over how the forms look and behave.</p>
<h2>Introducing Web Form Themes</h2>
<p>The new web form functionality introduces the concept of a web form &#8220;theme&#8221;.  A theme contains an HTML template, as well as images, css files, and other resources that define how the web forms look.  You have the ability to create, customize, and upload a theme that looks just the way you want.  Web form themes can be uploaded and modified by navigating to <strong>Tools -> Web Form Themes</strong>.</p>
<p><a href="http://blog.interactivemediums.com/resource-center/web-forms/view-themes/" rel="attachment wp-att-2333"><img src="http://blog.interactivemediums.com/wp-content/uploads/2010/04/view-themes-468x202.png" alt="" title="view-themes" width="468" height="202" class="alignnone size-medium wp-image-2333" /></a></p>
<p>Once a theme has been uploaded, it can be used by any of your campaigns.  At the moment only Voting, Sweepstakes, and Subscription List campaigns are supported.  But, we plan on rolling out web form support to the other campaign types very soon.</p>
<h2>Default Themes</h2>
<p>The platform provides a default theme that you can use to get your web form up and running quickly.  The default theme is optimized to look great on a desktop web browser <strong>AND</strong> a mobile browser (on a smart phone).  If you just want to get up and running quickly, and don&#8217;t need the ability to fully customize the look of your web form, then the default theme is a great choice.</p>
<p><a href="http://blog.interactivemediums.com/2010/04/14/powerful-web-forms/default-theme/" rel="attachment wp-att-2366"><img src="http://blog.interactivemediums.com/wp-content/uploads/2010/04/default-theme-468x349.png" alt="" title="default-theme" width="468" height="349" class="alignnone size-medium wp-image-2366" /></a></p>
<h2>Creating Your Own Themes</h2>
<p>If you need more control over how your web forms look, then creating your own theme is the way to go.  Web form themes are like any other web page.  They consist of HTML, CSS, images, etc, and can be created and modified using the web authoring tools of your choice.  However, the platform does enforce a few rules.  First, your theme must include a file named <strong>template.html</strong>.  This file serves as the template for all of the web forms using this theme.  Second, the template must include a few placeholders that tell the platform where to insert the campaign&#8217;s header text, footer text, captcha, data collection, and campaigns specific content.  Third, all images, css files, and other web resources must be located in a directory named <strong>resources</strong>.  More information on these requirements can be found <a href="http://blog.interactivemediums.com/resource-center/web-forms/">here</a>.</p>
<p><a href="http://blog.interactivemediums.com/2010/04/14/powerful-web-forms/upload-theme/" rel="attachment wp-att-2361"><img src="http://blog.interactivemediums.com/wp-content/uploads/2010/04/upload-theme-468x223.png" alt="" title="upload-theme" width="468" height="223" class="alignnone size-medium wp-image-2361" /></a></p>
<p>Creating a new web form theme from scratch can be a little intimidating.  So, the platform allows you to download any of the existing themes as a zip file, giving you a great starting point for creating your own theme.  Simply download an existing theme, and start customizing it to suit your needs.  When you&#8217;re finished, simply zip up the files, and upload them as a new theme.</p>
<h2>Creating a Web Form For Your Campaign</h2>
<p>To create a web form for your campaign, click on the <strong>Web Form</strong> option on the side when viewing the details for that campaign.</p>
<p><a href="http://blog.interactivemediums.com/2010/04/14/powerful-web-forms/web-form-menu-item/" rel="attachment wp-att-2350"><img src="http://blog.interactivemediums.com/wp-content/uploads/2010/04/web-form-menu-item.png" alt="" title="web-form-menu-item" width="257" height="65" class="alignnone size-full wp-image-2350" /></a></p>
<p>If a web form doesn&#8217;t already exist for that campaign, you will be prompted to create one.  Creating a new web form is as simple as giving it a description, and selecting the Web Form Theme that it will use.  After clicking <strong>Create</strong>, your web form will be live if your campaign is active.</p>
<p><a href="http://blog.interactivemediums.com/2010/04/14/powerful-web-forms/web-form-details/" rel="attachment wp-att-2369"><img src="http://blog.interactivemediums.com/wp-content/uploads/2010/04/web-form-details-468x686.png" alt="" title="web-form-details" width="468" height="686" class="alignnone size-medium wp-image-2369" /></a></p>
<p>After the web form has been created, you can customize it to fit your needs.  Several configuration options are available, including the ability to use a custom domain (vanity domain), a custom URL, captcha, data collection, custom messaging per campaign, redirect to a specific website after submitting the form, prompt user to subscribe to a subscription list, and more.  All configuration options are described in detail <a href="http://blog.interactivemediums.com/resource-center/web-forms/">here</a>.</p>
<h2>More Information at the Resource Center</h2>
<p>You can read more about the new web forms at our <a href="http://blog.interactivemediums.com/resource-center/web-forms/">Resource Center</a>.  As always, please don&#8217;t hesitate to <a href="mailto:support@interactivemediums.com">email us</a> if you have any questions, comments, or concerns.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/04/14/powerful-web-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload Your Existing Customer Database</title>
		<link>http://blog.interactivemediums.com/2010/03/02/upload-existing-customer-database/</link>
		<comments>http://blog.interactivemediums.com/2010/03/02/upload-existing-customer-database/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 20:02:22 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[data collection]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=1915</guid>
		<description><![CDATA[Do you have an existing database of customers that you would like to start marketing to via the mobile channel? If so, TextMe makes it incredibly easy to utilize the information that you have already collected to start interacting with these customers via the mobile channel immediately. Please note that the Mobile Marketing Association requires [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have an existing database of customers that you would like to start marketing to via the mobile channel?  If so, <a href="http://textme.net">TextMe</a> makes it incredibly easy to utilize the information that you have already collected to start interacting with these customers via the mobile channel immediately.</p>
<p><strong>Please note that the <a href="http://mmaglobal.com">Mobile Marketing Association</a> requires you to first obtain your customer&#8217;s permission before marketing them via SMS.</strong> There are several ways this can be accomplished.  Please <a href="http://www.textme.net/contact">contact us</a> for more information.</p>
<p>To get started, you first need to tell TextMe about the data you wish to store about your customers.  You can check out <a href="/2009/08/28/collecting-the-data-that-matters-to-you/">this blog post</a> to see how this can be accomplished.</p>
<p>Once your user data has been defined, you can start uploading your existing customer data into TextMe.  There are two ways to do this.</p>
<p>The first is by selecting the <strong>Upload Contacts</strong> option under the <strong>Contacts</strong> tab.  Upload contacts will upload your customer data into TextMe without associating your customers with any subscription list. Hence, it can be done without first obtaining permission from your customers to contact them via SMS.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2010/03/contact-upload.png"><img class="aligncenter size-medium wp-image-1924" title="Upload contacts screenshot" src="http://blog.interactivemediums.com/wp-content/uploads/2010/03/contact-upload-468x228.png" alt="" width="468" height="228" /></a>
</p>
<p>After uploading your data file, which can be a Microsoft Excel spreadsheet, an Open Office spreadsheet, or a comma separated values (CSV) file, you will be brought to a screen where you can map the data in your data file to the attributes that you have defined in TextMe.  If there is a column in the data file containing data you do not wish to upload, simply click the <strong>Ignore this column</strong> check box for that attribute.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2010/03/data-mapping.png"><img src="http://blog.interactivemediums.com/wp-content/uploads/2010/03/data-mapping-468x323.png" alt="" title="Map data UI screenshot" width="468" height="323" class="aligncenter size-medium wp-image-1925" /></a></p>
<p>After verifying the data mapping, TextMe will begin processing your data file in the background.  An email will be sent to you when the upload is complete.</p>
<p>The second way to upload existing customer data into TextMe is by selecting an existing subscription campaign, clicking <strong>Subscribers</strong>, and choosing <strong>Upload Subscribers</strong> from the list of options.  Upload subscribers will upload your customer data into TextMe as well as add them to the list of subscribers for this particular subscription campaign.  If you have not already obtained their permission, TextMe will send an opt-in message to your customers asking if they would like to opt-in to your subscription list.  If you have already obtained their permission, let us know, and we can help you get setup without sending the opt-in message.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2010/03/subscriber-upload.png"><img src="http://blog.interactivemediums.com/wp-content/uploads/2010/03/subscriber-upload-468x282.png" alt="" title="subscriber upload UI screenshot" width="468" height="282" class="aligncenter size-medium wp-image-1926" /></a></p>
<p>The best part about uploading subscribers with the information that you have already collected about them is that you can immediately start <a href="/2009/10/16/segment-customers-based-on-data-collected/">segmenting your customers into groups</a> and <a href="/2009/10/16/target-groups-of-subscribers-with-a-custom-message/">targeting groups of subscribers with custom messages</a>.</p>
<p>We hope you find this capability useful.  As always, let us know what else we can do to help!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/03/02/upload-existing-customer-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Lists Tab Simplifies Subscription List Management</title>
		<link>http://blog.interactivemediums.com/2010/01/18/new-lists-tab-simplifies-subscription-list-management/</link>
		<comments>http://blog.interactivemediums.com/2010/01/18/new-lists-tab-simplifies-subscription-list-management/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 15:23:14 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=669</guid>
		<description><![CDATA[Subscription campaigns are unique.  They don&#8217;t quite fit in with our other marketing campaigns, such as the Sweepstakes campaign, the Voting campaign, or the Survey campaign.  Subscription campaigns are are long running (typically never ending) campaigns that collect a list contacts that wish to learn more about your product or service.  These campaigns give you [...]]]></description>
			<content:encoded><![CDATA[<p>Subscription campaigns are unique.  They don&#8217;t quite fit in with our other marketing campaigns, such as the Sweepstakes campaign, the Voting campaign, or the Survey campaign.  Subscription campaigns are are long running (typically never ending) campaigns that collect a list contacts that wish to learn more about your product or service.  These campaigns give you the unique ability to directly reach your customers based on all sorts of information that you have collected about them.  In reality, the Subscription campaign is more of a living &#8220;list&#8221; than it is a &#8220;campaign&#8221;.</p>
<h3>Introducing the Lists tab</h3>
<p>Recognizing their uniqueness, we have recently updated TextMe to treat Subscriptions differently from the other campaigns.  First and foremost, <strong>we have removed &#8220;Subscriptions&#8221; as a sub-item of the Campaigns tab, and given Subscriptions their own tab, called Lists</strong>.  The Lists tab is your one-stop-shop for managing your Subscriptions.  Upon clicking the new Lists tab, you will be brought to the new Subscription lists dashboard.  <strong>The new dashboard gives you a nice, high level summary of your active Subscription lists.</strong> It shows you a graph of your current confirmed subscribers, which contains a breakdown of the subscribers for each list if you have less than ten active subscription lists.  The dashboard also displays your active Subscription lists, any broadcast messages scheduled to be delivered, and a short list of recent messages sent to your subscribers.  The &#8220;Lists&#8221; sub-tab will show you a detailed list of all of your subscription lists, regardless of whether they are active or not, and the &#8220;Messages&#8221; sub-tab will show you the message activity across all of your Subscription lists.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2010/01/dashboard.png"><img class="size-medium wp-image-673 aligncenter" title="dashboard" src="http://blog.textme.net/wp-content/uploads/2010/01/dashboard-236x300.png" alt="" width="236" height="300" /></a></p>
<h3>Sending a message now more intuitive</h3>
<p><strong>We have also recently changed the &#8220;Send / Schedule a New Message&#8221; screen to be simpler to understand and easier to use.</strong> The new screen gives you three options to identify the recipients of your message.  <strong>The first option, &#8220;Lists&#8221;, allows you to select one or more of your subscription lists.</strong> If you choose this option, the message will be sent to all subscribers in the selected lists.  <strong>The second option, &#8220;Segments&#8221;, allows you to specify a list of filters, or segments, to narrow down the list of recipients based on some criteria.</strong> If you choose this option, the message will be sent to the subscribers, in all of your lists, that match the filter criteria.  TextMe customers can login and read more about filters <a href="http://www.textme.net/app/messages/filter_help">here</a>.  <strong>The third option, &#8220;All subscribers&#8221;, will send the message to all subscribers in all of your active subscription lists.</strong></p>
<p style="text-align: center;"><strong><a href="http://blog.interactivemediums.com/wp-content/uploads/2010/01/send_message.png"><img class="size-medium wp-image-674 aligncenter" title="send_message" src="http://blog.textme.net/wp-content/uploads/2010/01/send_message-300x292.png" alt="" width="300" height="292" /></a><br />
</strong></p>
<p><strong>Choosing whether to send the message now or to schedule it for future delivery is now handled by choosing a time.</strong> You can either choose &#8220;Now&#8221; to send the message right away, or choose &#8220;Future&#8221;, and specify the date and time you wish to send the message.  We feel this is much more straight forward than the previous, multiple button approach.</p>
<p><strong>Finally, in the &#8220;Message&#8221; section, you specify the description of the message, and the message itself. </strong> The message section also allows you to specify an override message for a single carrier (allowing you to send AT&amp;T customers a different message, for example), or to collect data from your customers, if your TextMe subscription plan supports data collection.</p>
<p>When everything has been specified, click OK to be brought to a screen to review your message.  If everything looks good on the review page, clicking &#8220;Submit&#8221; will schedule your message for delivery.</p>
<h3>Where did the Messages tab go?</h3>
<p>The new Lists tab does much of what the Messages tab used to do.  But, there are a few functions, such as Message Search and Message Stream, that are not accessible in the Lists tab.  <strong>Message Search can now be found at the top right of the page, right next to the My Account link.  For customers with the Message Stream feature enabled, a new &#8220;Stream&#8221; tab will appear, right next to the &#8220;Lists&#8221; tab.</strong></p>
<h3>Questions/Comments/Suggestions?</h3>
<p>If you have any questions, comments, or suggestions, about this change or anything else, we&#8217;d love to hear from you.  Please don&#8217;t hesitate to contact us at <a href="mailto: support@textme.net">support@textme.net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/01/18/new-lists-tab-simplifies-subscription-list-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Will It Take To Dethrone The iPhone?</title>
		<link>http://blog.interactivemediums.com/2009/11/12/what-will-it-take-to-dethrone-the-iphone/</link>
		<comments>http://blog.interactivemediums.com/2009/11/12/what-will-it-take-to-dethrone-the-iphone/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 22:43:40 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Mobile Application Development]]></category>
		<category><![CDATA[Mobile Marketing]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Applications]]></category>
		<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=944</guid>
		<description><![CDATA[*(Cross-posted with John Wood&#8217;s personal blog)* The mobile industry is exploding. In just a few short years, everybody will have a smart phone. A tiny, internet connected, mini computer right in their pocket. As each month passes, we learn more and more about what the future of this industry holds, and what the mobile handset [...]]]></description>
			<content:encoded><![CDATA[<p>*(Cross-posted with<a href="http://johnpwood.net/2009/11/12/what-will-it-take-to-dethrone-the-iphone/"> John Wood&#8217;s personal blog</a>)*</p>
<p>The mobile industry is exploding.  In just a few short years, everybody will have a smart phone.  A tiny, internet connected, mini computer right in their pocket.  As each month passes, we learn more and more about what the future of this industry holds, and what the mobile handset landscape will look like.  If one thing is for certain, it&#8217;s that nothing is for certain.</p>
<p><img alt="" src="http://johnpwood.net/wp-content/uploads/2009/11/iphone-181x300.jpg" title="iPhone" class="alignleft" width="181" height="300" /></p>
<p>As it stands right now, Apple is king with consumers.  Though not the first ones to market with an internet connected mobile device (the Blackberry has been around for a long time, and still holds the majority of the smartphone market share), Apple appears to be the first to really understand what the average, non-corporate consumer wants.  A true mini computer.  An open device that can play music, run applications, take photos, and provide a pleasant web browsing experience.  And they did it in true Apple fashion, making the device extremely easy to use.  As a result, the iPhone has become extremely popular with consumers, and is widely considered <em>”the device to have”</em>.</p>
<p>With the majority of people still without a smartphone, much of the market remains up for grabs.  Apple&#8217;s competitors are scrambling to catch up, trying to ensure that they they get a piece of the pie.  But, one very important question lingers.  <strong>What can Apple&#8217;s competitors offer that would give the average consumer a reason to buy their device <em>instead</em> of buying an iPhone?</strong>  To me, the reasons are few, and becoming fewer.</p>
<p>(I&#8217;d love to hear your reasons in the comments.  So please, chime in.)</p>
<h3>A comparable feature set</h3>
<p>This pretty much goes without saying.  Any challenger to the iPhone crown must offer similar features to that of the iPhone.  It is very unlikely that a competing device will lure anybody away from the iPhone if it is missing a feature that is now <em>expected</em> to be there.  The device must be capable of running apps, taking photos, playing music, etc, for it even to be considered.</p>
<h3>A better network</h3>
<p>AT&#038;T&#8217;s network leaves much to be desired.  Having never been an AT&#038;T customer, I can only relay the opinions of my friends and family who are AT&#038;T customers.  However, their opinions are one in the same.  I&#8217;ve not heard a single word of praise when it comes to AT&#038;T&#8217;s network.  All of my friends and family with iPhones have expressed frustration that the device they love is frequently crippled by a network that is spotty and congested.</p>
<p>It&#8217;s no secret that Apple has an exclusive agreement with AT&#038;T, and that agreement has an expiration date.  Rumors have been circulating about a jump to another carrier, <a href="http://www.usatoday.com/tech/wireless/phones/2009-04-26-apple-verizon-iphone_N.htm">possibly Verizon</a>, sometime next year.  The more wireless carriers offering the iPhone, the less valid of a reason this will become for not purchasing one.</p>
<h3>A comparable application ecosystem</h3>
<p>Competing devices will need to have an application ecosystem that is at least comparable to the iPhone&#8217;s.  This is no small task.  There are over 100,000 applications in the App Store.  Sure, several offer the same functionality, and many are of very poor quality.  However, nobody can argue with Apple&#8217;s tag line of “There&#8217;s a app for that”.  There really is an application, in most cases many, for everything you could possibly want to do with your iPhone.</p>
<p><img src="http://johnpwood.net/wp-content/uploads/2009/11/app2.jpg" alt="app2" title="app2" width="300" height="262" class="alignright size-full wp-image-613" /></p>
<p>Given their head start, beating Apple at this game will not be easy.  Google&#8217;s Android OS currently stands the best chance of challenging Apple on this front, with over 10,000 applications already available.  The Android OS is open, and capable of running on hardware from any manufacturer.  In addition, applications written for Android are capable of running on any device that runs the OS (for the most part).  Next year is going to be a big one for Android, with several new devices coming to market from many different manufacturers.  Some analysts are even predicting that the number of Android devices in the hands of consumers <a href="http://www.computerworld.com/s/article/9139026/Android_to_grab_No._2_spot_by_2012_says_Gartner">will surpass the number of iPhones by 2012</a>.  This will no doubt attract more application developers to the platform.</p>
<p>However, Android has its own set of challenges awaiting.  The fact that manufacturers are free to run Android on devices with very different hardware specifications (screen size, input controls, etc) poses a major challenge for application developers.  Perhaps the risk of rendering thousands of existing Android applications useless by releasing a device with dramatically different hardware specs will be enough to convince manufacturers not to do it.  Perhaps Google will provide a set of Android APIs that can help application developers deal with this issue.  Perhaps a set of best practices will emerge as a guide for developers looking to tackle this issue.  Perhaps we&#8217;ll see something similar to the PC application market in the mid-late 90&#8242;s (and the Blackberry application market today), where only certain devices will be capable of running certain applications.  Only time will tell if these issues will prevent the development of the Android application ecosystem.</p>
<h3>A killer feature</h3>
<p>One wild card that is always in play is the killer feature.  Apple&#8217;s competitors are only one, innovative, killer feature away from stealing the spotlight for themselves. <img src="http://johnpwood.net/wp-content/uploads/2009/11/android.png" alt="android" title="android" width="150" height="150" class="alignleft size-full wp-image-616" style="padding-top: 10px" /> By <em>“killer feature”</em>, I mean a feature so awesome that when you see it in action, you say to yourself, “I <strong>need</strong> one of those!”.</p>
<p>Version 2.0 of the Android OS took a stab at this with the introduction of <a href="http://www.youtube.com/watch?v=tGXK4jKN_jY">Google Maps Navigation</a>.  A fantastic feature, Google Maps Navigation morphs your mobile device into a fully functional GPS unit, complete with a synthesized voice telling you where to go, real time traffic information, and several map overlays showing you the location of everything from ATMs to gas stations.  But, is this a <strong>killer</strong> feature?  Frankly, I&#8217;m not sure.  But, its announcement was enough to cause a significant drop in the stock price of traditional GPS manufacturers, and it certainly has potential.</p>
<h3>An incredibly easy to use device</h3>
<p>Making devices that are intuitive and easy to use has always been one of Apple&#8217;s strengths.  Look no further than the iPod for an example of this.  Competing devices will need to be as easy to use as the iPhone is to appeal to the average consumer.</p>
<p>How do I get my music onto the device?  How to I get the photos I take off?  These operations should be simple and intuitive.  Motorola&#8217;s new Android 2.0 device, the DROID, is seriously lacking in this area.  Several steps are required to store data on or pull data off of the device:</p>
<div style="margin-left: 15px;">
- Attach the device to your computer<br />
- Use the device&#8217;s menu system to instruct it to mount itself as an external drive<br />
- Locate the files on your hard drive that you would like to store on the device<br />
- Copy and paste the files from your hard drive onto the device<br />
- Unmount the device
</div>
<p>For the iPhone, the list of steps is much smaller.</p>
<div style="margin-left: 15px;">
- Attach the device to your computer, and let iTunes do the rest
</div>
<p>Are the steps required to store data on the DROID too much to handle for an experienced computer user.  No, of course not.  But, there is still a large percentage of people out there who would struggle with completing those tasks.  Believe me, I know.   Many are family and friends of mine who I help complete “simple” tasks on their computers all of the time.  These people make up a significant portion of the market.  If you want them to buy your device, then you have to make it stupid simple to use.</p>
<h3>Summary</h3>
<p>Apple has set the bar high with the iPhone, very high.  While I can think of several reasons why developers and techies would prefer a different device, I can&#8217;t think of many reasons why the average consumer would.  And, there are a lot more average consumers than there are geeks.</p>
<p>But make no mistake, Apple&#8217;s competitors have the iPhone in their sights.  The tide can shift very quickly in this market, especially since most people get a new phone every couple of years.  Will the iPhone challengers be able make a dent in the iPhone&#8217;s market share?  Or, will the iPhone be the de-facto standard for smart phones?  Only time will tell.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/11/12/what-will-it-take-to-dethrone-the-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Send Timed Messages To Subscribers After Opt-In</title>
		<link>http://blog.interactivemediums.com/2009/11/04/send-timed-messages-to-subscribers-after-opt-in/</link>
		<comments>http://blog.interactivemediums.com/2009/11/04/send-timed-messages-to-subscribers-after-opt-in/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 22:26:44 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=588</guid>
		<description><![CDATA[Newly added to the Subscription Campaign is the ability to send timed messages to subscribers after they have opted-in to your list. To get started, click Timed Messages from the subscription campaign&#8217;s navigation options. You&#8217;ll then be brought to the timed messages details screen.  Click Add timed message to create a new timed message. There [...]]]></description>
			<content:encoded><![CDATA[<p>Newly added to the <strong>Subscription Campaign</strong> is the ability to send <strong>timed messages</strong> to subscribers after they have opted-in to your list.</p>
<p>To get started, click <strong>Timed Messages</strong> from the subscription campaign&#8217;s navigation options.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/11/timed_sidenav.png"><img class="size-full wp-image-589 aligncenter" title="timed_sidenav" src="http://blog.interactivemediums.com/wp-content/uploads/2009/11/timed_sidenav.png" alt="timed_sidenav" width="266" height="80" /></a></p>
<p>You&#8217;ll then be brought to the timed messages details screen.  Click <strong>Add timed message</strong> to create a new timed message.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/11/timed_messages.png"><img class="size-medium wp-image-590 aligncenter" title="timed_messages" src="http://blog.textme.net/wp-content/uploads/2009/11/timed_messages-300x71.png" alt="timed_messages" width="300" height="71" /></a></p>
<p>There are two different types of timed messages you can create.  The first is a timed message that will be delivered to the subscriber X minutes after they have joined the list.  Simply provide the message, and the number of minutes you would like to wait before sending the message.  Then, click <strong>Add timed message</strong> to save the timed message.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/11/deliver_in.png"><img class="size-medium wp-image-591 aligncenter" title="deliver_in" src="http://blog.textme.net/wp-content/uploads/2009/11/deliver_in-300x157.png" alt="deliver_in" width="300" height="157" /></a></p>
<p>The second is a timed message that will be delivered at a specific time, up to three days after your customer has opted in to your subscription list.  This type requires a message, the time you wish to send the message, and the number of days to wait before sending the message.  You also have the option to deliver the message the next day if your customer opts in to your list past the set delivery time.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/11/deliver_at.png"><img class="size-medium wp-image-592 aligncenter" title="deliver_at" src="http://blog.textme.net/wp-content/uploads/2009/11/deliver_at-300x199.png" alt="deliver_at" width="300" height="199" /></a></p>
<p>After creating a few timed messages, your timed messages details screen will now show a summary of your campaign&#8217;s timed messages.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/11/timed_message_details.png"><img class="size-medium wp-image-593 aligncenter" title="timed_message_details" src="http://blog.textme.net/wp-content/uploads/2009/11/timed_message_details-300x157.png" alt="timed_message_details" width="300" height="157" /></a></p>
<p>We hope you find this feature useful for establishing a solid relationship with your new subscribers.  As always, let us know if there is anything we can do to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/11/04/send-timed-messages-to-subscribers-after-opt-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Support For Multiple Choice Questions Added To Data Collection Capabilities</title>
		<link>http://blog.interactivemediums.com/2009/11/04/support-for-multiple-choice-questions-added-to-data-collection-capabilities/</link>
		<comments>http://blog.interactivemediums.com/2009/11/04/support-for-multiple-choice-questions-added-to-data-collection-capabilities/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:55:50 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[data collection]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=578</guid>
		<description><![CDATA[We&#8217;ve recently added the ability to specify a list of valid values for a given user data attribute.  This allows TextMe to not only validate that the data collected from your customer is valid for the given attribute type, but also to validate that the data collected matches one of the valid values that you [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve recently added the ability to specify a list of <strong>valid values</strong> for a given user data attribute.  This allows TextMe to not only validate that the data collected from your customer is valid for the given attribute type, but also to validate that the data collected matches one of the valid values that you have specified.</p>
<p>Let&#8217;s walk through an example to see how this works.  First, we&#8217;ll create a new user attribute called &#8220;Team&#8221;.  We want this attribute to contain the name of our customer&#8217;s favorite local sports team.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/11/add_team_attribute.png"><img class="size-medium wp-image-579 aligncenter" title="add_team_attribute" src="http://blog.textme.net/wp-content/uploads/2009/11/add_team_attribute-300x63.png" alt="add_team_attribute" width="300" height="63" /></a></p>
<p>Click on the attribute&#8217;s name, Team, to be brought to the details screen for that attribute.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/11/team_link.png"><img class="size-medium wp-image-581 aligncenter" title="team_link" src="http://blog.textme.net/wp-content/uploads/2009/11/team_link-300x57.png" alt="team_link" width="300" height="57" /></a></p>
<p>Since there are limited valid values for this attribute, we can use the <strong>valid values</strong> feature to prevent our customers from entering the name of a rival team across the state line.  Simply add a valid value for each of the valid options.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/11/valid_values.png"><img class="size-medium wp-image-582 aligncenter" title="valid_values" src="http://blog.textme.net/wp-content/uploads/2009/11/valid_values-300x110.png" alt="valid_values" width="300" height="110" /></a></p>
<p>With the valid values in place, TextMe is configured to only recognize these values as valid values.  All others will be considered invalid, and if your customer tries to send something else, they will be told that their response was invalid and asked to try again.  Each valid value can also have an alias.  This is optional, but can make collecting multiple choice data much easier over SMS.  With an alias in place, your customers can either text the value (i.e. &#8220;Bulls&#8221;) or the alias (i.e. &#8220;a&#8221;).  If the alias is sent, TextMe will recognize it, and store the corresponding value (&#8220;Bulls&#8221;) in the database.  With aliases in place, your customers can make their choice by texting a single character.</p>
<p>We also made a few other changes to support the valid values feature.  First, when editing the details for a contact under the <strong>Contacts</strong> tab, you will see a &#8220;?&#8221; next to your attributes that have valid values associated with them.  Clicking that &#8220;?&#8221; will show you the value values for that attribute, so you don&#8217;t need to remember all of the possible options yourself.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/11/contacts.png"><img class="size-medium wp-image-583 aligncenter" title="contacts" src="http://blog.textme.net/wp-content/uploads/2009/11/contacts-300x49.png" alt="contacts" width="300" height="49" /></a></p>
<p>Also, when building your campaign and specifying the data collection questions, you will see a new <strong>Insert valid value options</strong> link for user attributes that have valid values associated with them.  Clicking this link will insert the list of valid values directly into your message.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/11/insert_valid_values.png"><img class="size-medium wp-image-584 aligncenter" title="insert_valid_values" src="http://blog.textme.net/wp-content/uploads/2009/11/insert_valid_values-300x94.png" alt="insert_valid_values" width="300" height="94" /></a></p>
<p>We&#8217;re always trying to make TextMe more powerful, and easier to use.  Please don&#8217;t hesitate to contact us about anything we can do to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/11/04/support-for-multiple-choice-questions-added-to-data-collection-capabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collect Data From Your Sweepstakes Participants</title>
		<link>http://blog.interactivemediums.com/2009/10/19/collect-data-from-your-sweepstakes-participants/</link>
		<comments>http://blog.interactivemediums.com/2009/10/19/collect-data-from-your-sweepstakes-participants/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:33:20 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[data collection]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=279</guid>
		<description><![CDATA[The Sweepstakes campaign is the latest campaign type to benefit from our push to enhance TextMe&#8217;s data collection capabilities.  You are now able to collect data from your sweepstakes participants after they have entered your campaign via a SMS message. The data collection flow is initiated after your customer&#8217;s first interaction with your campaign.  This [...]]]></description>
			<content:encoded><![CDATA[<p>The Sweepstakes campaign is the latest campaign type to benefit from our push to enhance TextMe&#8217;s data collection capabilities.  You are now able to collect data from your sweepstakes participants after they have entered your campaign via a SMS message.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/collect-data.png"><img class="size-medium wp-image-283 aligncenter" title="collect-data" src="http://blog.textme.net/wp-content/uploads/2009/10/collect-data-300x62.png" alt="collect-data" width="300" height="62" /></a></p>
<p>The data collection flow is initiated after your customer&#8217;s first interaction with your campaign.  This would be after the entry message is sent for random at end and manual sweepstakes campaigns, or after the winning or losing message is sent for all other sweepstakes campaigns.</p>
<p>The data collection setup process is identical to the Survey and Subscription campaigns data collection setup process.  Please see <a href="/2009/10/16/collect-customer-data-via-a-subscription-list-broadcast/">these</a> <a href="/2009/08/28/collect-customer-data-using-the-multi-question-survey/">posts</a> for more information.</p>
<p>In addition to collecting data via SMS, the Sweepstakes campaign continues to support collecting data through alternative means of entry web forms.  All data collected via SMS or the web can be obtained by exporting the sweepstakes entries via the <strong>Export entries</strong> feature.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/export-entries.png"><img class="size-full wp-image-284 aligncenter" title="export-entries" src="http://blog.interactivemediums.com/wp-content/uploads/2009/10/export-entries.png" alt="export-entries" width="266" height="117" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/10/19/collect-data-from-your-sweepstakes-participants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Target Groups Of Subscribers With A Custom Message</title>
		<link>http://blog.interactivemediums.com/2009/10/16/target-groups-of-subscribers-with-a-custom-message/</link>
		<comments>http://blog.interactivemediums.com/2009/10/16/target-groups-of-subscribers-with-a-custom-message/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 15:34:46 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[data collection]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=263</guid>
		<description><![CDATA[In the previous two posts, I showed how you can collect data about your customers after sending a broadcast message to a subscription list, and how you can use that data to create segmented filter groups of customers based on criteria that you define.  Now, I&#8217;ll show how you can easily target specific groups of [...]]]></description>
			<content:encoded><![CDATA[<p>In the <a href="/2009/10/16/collect-customer-data-via-a-subscription-list-broadcast/">previous</a> <a href="/2009/10/16/segment-customers-based-on-data-collected/">two</a> posts, I showed how you can collect data about your customers after sending a broadcast message to a subscription list, and how you can use that data to create segmented filter groups of customers based on criteria that you define.  Now, I&#8217;ll show how you can easily target specific groups of subscribers with a custom message.</p>
<p>We begin by heading over to the subscription list we&#8217;d like to send a message to, and clicking the <strong>Broadcast Message</strong> option in the sidenav.  This will bring us to the <strong>Create A New Message</strong> screen.  On this screen you will see the same filter configuration options that exist under the <strong>Contacts</strong> tab (described in more detail <a href="/2009/10/16/segment-customers-based-on-data-collected/">here</a>).  Using these filter options, we can create a series of filters that will restrict which of our subscribers will receive the message.  In the screen shot below, we will be restricting our message to subscribers who have a zip code of 60803, 60606, or 60477, and whose first name is not &#8220;John&#8221;.  Providing a name in the &#8220;<strong>Save this group of filters for future use under the following name</strong>&#8221; will save this group of filters for future use.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/create-filters.png"><img class="size-medium wp-image-264 aligncenter" title="create-filters" src="http://blog.textme.net/wp-content/uploads/2009/10/create-filters-300x252.png" alt="create-filters" width="300" height="252" /></a></p>
<p>In addition to being able specify filters on the fly, you can also select an existing filter group to filter on.  In the screen below, we can see that we will only be sending the broadcast message to members of the &#8220;Chicago Males&#8221; filter group, which we created in the previous blog post.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/create-filter-group.png"><img class="size-medium wp-image-265 aligncenter" title="create-filter-group" src="http://blog.textme.net/wp-content/uploads/2009/10/create-filter-group-300x177.png" alt="create-filter-group" width="300" height="177" /></a></p>
<p>After clicking <strong>Send</strong> <strong>Now</strong> or <strong>Schedule</strong>, you&#8217;ll be brought to a message review screen, which will list the filters that will be applied when sending the message to your subscribers.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/review-message1.png"><img class="size-medium wp-image-266 aligncenter" title="review-message" src="http://blog.textme.net/wp-content/uploads/2009/10/review-message1-300x127.png" alt="review-message" width="300" height="127" /></a></p>
<p>After clicking <strong>Submit</strong>, your message will be queued up for delivery to only the subscribers that match your filter criteria.</p>
<p>We still have a lot of plans with regards to how you collect data from your customers, and how you can use that data to drive a more successful marketing campaign.  Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/10/16/target-groups-of-subscribers-with-a-custom-message/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Segment Customers Based On Data Collected</title>
		<link>http://blog.interactivemediums.com/2009/10/16/segment-customers-based-on-data-collected/</link>
		<comments>http://blog.interactivemediums.com/2009/10/16/segment-customers-based-on-data-collected/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:38:36 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[data collection]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=239</guid>
		<description><![CDATA[In marketing, it&#8217;s good to know as much as you can about your customers.  But, it&#8217;s even better when you can act on that data. TextMe now supports the ability to create segmented &#8220;filter groups&#8221; of customers based on information that you have collected about them.  Currently, TextMe only supports the ability to send targeted [...]]]></description>
			<content:encoded><![CDATA[<p>In marketing, it&#8217;s good to know as much as you can about your customers.  But, it&#8217;s even better when you can act on that data.</p>
<p>TextMe now supports the ability to create segmented &#8220;filter groups&#8221; of customers based on information that you have collected about them.  Currently, TextMe only supports the ability to send targeted broadcast messages to subscription list subscribers within a certain filter group (more on this in the next blog post), but we have big plans for letting you manage and collect statistics on these filter groups in the near future.</p>
<h3>Creating Filter Groups</h3>
<p>To create a new filter group, click on the <strong>Contacts</strong> tab.  From there, you can use the new &#8220;Filter&#8221; section to create a series of filters to narrow down your contact list.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/filter-box.png"><img class="size-medium wp-image-250 aligncenter" title="filter-box" src="http://blog.textme.net/wp-content/uploads/2009/10/filter-box-300x107.png" alt="filter-box" width="300" height="107" /></a></p>
<p>You can filter on any of the data attributes that exist in the <strong>User Data</strong> tab under <strong>Contacts</strong>.  You can also filter on a few system attributes, including opt-in date (the date/time that a customer opted into <strong>any</strong> of your subscription lists), source campaign (one or more of your campaigns that a customer has participated in), and keyword (the actual keyword a customer used to participate in one of your campaigns).</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/filter-attributes.png"><img class="size-medium wp-image-251 aligncenter" title="filter-attributes" src="http://blog.textme.net/wp-content/uploads/2009/10/filter-attributes-300x165.png" alt="filter-attributes" width="300" height="165" /></a></p>
<p>When your filters are setup the way you like them, click <strong>Apply</strong> to filter your contacts, and only show the contacts that match all of your filters.  In the screen shot below, we only see my customers who are Male and live in Chicago.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/filter-results.png"><img class="size-medium wp-image-253 aligncenter" title="filter-results" src="http://blog.textme.net/wp-content/uploads/2009/10/filter-results-300x287.png" alt="filter-results" width="300" height="287" /></a></p>
<p>If you&#8217;re happy with the results, and confident that you&#8217;ve setup the filters properly, you can give the filter group a name in the box that says &#8220;<strong>Save this group of filters for future use under the following name</strong>&#8220;.  Clicking <strong>Apply</strong> with this field populated will save the group of filters into a filter group that can be used at a later point in time.</p>
<h3>Managing Filter Groups</h3>
<p>Managing filter groups is simple and straightforward.  Under the <strong>Contacts</strong> tab, there is a new sidenav option called <strong>Manage Filter Groups</strong>.  Clicking this option will bring you to a list of your existing filter groups.  In the screen shot below, you can see the &#8220;Chicago Males&#8221; filter group that was created in the steps above.  From this page you can see the number of contacts in each group.  By clicking on the links, you can edit, delete, or show the details for any of your filter groups.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/filter-groups-index.png"><img class="size-medium wp-image-255 aligncenter" title="filter-groups-index" src="http://blog.textme.net/wp-content/uploads/2009/10/filter-groups-index-300x102.png" alt="filter-groups-index" width="300" height="102" /></a></p>
<p>Clicking on the name of the filter group will bring up the details for that filter group.  The details page lists the filters that make up the group, along with the list of contacts that are a part of that group.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/filter-group-details.png"><img class="size-medium wp-image-256 aligncenter" title="filter-group-details" src="http://blog.textme.net/wp-content/uploads/2009/10/filter-group-details-300x180.png" alt="filter-group-details" width="300" height="180" /></a></p>
<p>Editing a filter group is easy as well.  Clicking the <strong>edit</strong> link from the filter group list page, or the <strong>Edit</strong> button from the filter groups details page will bring you to a screen where you can give your filter group a name, a description, as well as add or remove the filters that make up the filter group.  After saving the changes,  you&#8217;ll be brought back to the details page for the group, where you&#8217;ll be able to immediately see the result of your changes.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/filter-group-update1.png"><img class="size-medium wp-image-258 aligncenter" title="filter-group-update" src="http://blog.textme.net/wp-content/uploads/2009/10/filter-group-update1-300x183.png" alt="filter-group-update" width="300" height="183" /></a></p>
<p>In the next post, I&#8217;ll describe how you can use filter groups to segment your customers, and send custom subscription broadcast messages to specific filter groups.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/10/16/segment-customers-based-on-data-collected/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Collect Customer Data Via a Subscription List Broadcast</title>
		<link>http://blog.interactivemediums.com/2009/10/16/collect-customer-data-via-a-subscription-list-broadcast/</link>
		<comments>http://blog.interactivemediums.com/2009/10/16/collect-customer-data-via-a-subscription-list-broadcast/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:13:50 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[data collection]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=229</guid>
		<description><![CDATA[Have you ever wanted to know something about the people who are subscribed to your subscription list?  Well, now you can simply ask them! Building upon the data collection functionality recently added to the Survey campaign, you can now collect data from customers after a subscription list broadcast.  Setting up your broadcast message to collect [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to know something about the people who are subscribed to your subscription list?  Well, now you can simply ask them!</p>
<p>Building upon the <a href="/2009/08/28/collect-customer-data-using-the-multi-question-survey/">data collection functionality recently added to the Survey campaign</a>, you can now collect data from customers after a subscription list broadcast.  Setting up your broadcast message to collect data is easy, and works exactly the same as the Multi-question survey.</p>
<p>First, in the <strong>Create A New Message</strong> screen, give your message a description, and provide a message asking for a particular piece of data in the message box.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/specify-message.png"><img class="size-medium wp-image-230 aligncenter" title="specify-message" src="http://blog.textme.net/wp-content/uploads/2009/10/specify-message-300x173.png" alt="specify-message" width="300" height="173" /></a></p>
<p>Next, check the &#8220;<strong>This message requests data from the participant</strong>&#8221; check box to reveal the fields to specify which data attribute to collect, and the response messages to send to the user.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/collect-data-1.png"><img class="size-medium wp-image-232 aligncenter" title="collect-data-1" src="http://blog.textme.net/wp-content/uploads/2009/10/collect-data-1-300x176.png" alt="collect-data-1" width="300" height="176" /></a></p>
<p>Also, just like in the Multi-question survey, you can chain a series of questions together to collect even more data from your subscribers.  Just check the &#8220;<strong>This message requests data from the participant</strong>&#8221; check box after the response message from the previous question to reveal a new area to specify the next data attribute to collect.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/collect-data-2.png"><img class="size-medium wp-image-233 aligncenter" title="collect-data-2" src="http://blog.textme.net/wp-content/uploads/2009/10/collect-data-2-300x232.png" alt="collect-data-2" width="300" height="232" /></a></p>
<p>After clicking <strong>Send</strong> <strong>Now</strong> or <strong>Schedule</strong>, you&#8217;ll be brought to the message review page, where you&#8217;ll be able to see a summary of the messages you will be sending, and the data you will be collecting.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/review-message.png"><img class="size-medium wp-image-246 aligncenter" title="review-message" src="http://blog.textme.net/wp-content/uploads/2009/10/review-message-300x118.png" alt="review-message" width="300" height="118" /></a></p>
<p>In the next post, I&#8217;ll describe how TextMe allows you to create segmented groups of customers, allowing to target specific demographics directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/10/16/collect-customer-data-via-a-subscription-list-broadcast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manually Select/Deselect Sweepstakes Winners</title>
		<link>http://blog.interactivemediums.com/2009/10/05/manually-selectdeselect-sweepstakes-winners/</link>
		<comments>http://blog.interactivemediums.com/2009/10/05/manually-selectdeselect-sweepstakes-winners/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 16:51:15 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=200</guid>
		<description><![CDATA[We&#8217;ve recently updated TextMe to allow our customers to manually select or deselect winners for a sweepstakes campaign.  This was an often requested feature, and comes in handy in a few different scenarios. Select alternate winners The first scenario is the ability to select an alternate sweepstakes winner, in the case that the original sweepstakes [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve recently updated TextMe to allow our customers to manually select or deselect winners for a sweepstakes campaign.  This was an often requested feature, and comes in handy in a few different scenarios.</p>
<h3>Select alternate winners</h3>
<p>The first scenario is the ability to select an alternate sweepstakes winner, in the case that the original sweepstakes winner is determined to be ineligible.  At the end of your sweepstakes campaign, you are presented with a list of winners.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/winners.png"><img class="size-medium wp-image-201 aligncenter" title="winners" src="http://blog.textme.net/wp-content/uploads/2009/10/winners-300x69.png" alt="winners" width="300" height="69" /></a></p>
<p>You will now see an &#8220;X&#8221; next to each of the sweepstakes winners.  Clicking this &#8220;X&#8221; will remove them from the list of winners.  TextMe will keep track of previous winners in a new &#8220;Previous winners&#8221; section on the campaign details page.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/previous_winners.png"><img class="size-medium wp-image-205 aligncenter" title="previous_winners" src="http://blog.textme.net/wp-content/uploads/2009/10/previous_winners-300x258.png" alt="previous_winners" width="300" height="258" /></a></p>
<p style="text-align: left;">To select a new winner, choose &#8220;Manually select winners&#8221; from the list of actions on the side.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/manually.png"><img class="size-medium wp-image-207 aligncenter" title="manually" src="http://blog.textme.net/wp-content/uploads/2009/10/manually-245x300.png" alt="manually" width="245" height="300" /></a></p>
<p style="text-align: left;">Simply enter the number of new winners you would like to select, provide an optional message to send to the new winners, and click Submit.  The new winners will be randomly selected from the list of participants who are not previous winners, and will be displayed on the campaign details page.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/new_winner.png"><img class="size-medium wp-image-222 aligncenter" title="new_winner" src="http://blog.textme.net/wp-content/uploads/2009/10/new_winner-300x69.png" alt="new_winner" width="300" height="69" /></a></p>
<h3>New &#8220;Manual&#8221; sweepstakes type</h3>
<p>The second scenario is the ability to select random winners throughout the course of the campaign.  To satisfy this scenario, we&#8217;ve introduced a new &#8220;manual&#8221; sweepstakes type.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/10/manual.png"><img class="size-full wp-image-215 aligncenter" title="manual" src="http://blog.interactivemediums.com/wp-content/uploads/2009/10/manual.png" alt="manual" width="259" height="72" /></a></p>
<p>With this new campaign type, no winners are automatically selected when the campaign is in progress, or when it ends.  Instead, the user can manually select winners from the pool of participants, using the process described above, when the campaign is in progress or after it has ended.  This gives you a ton a flexibility, letting you pick the number of winners you want, when you want.</p>
<p>Questions, comments, suggestions?  Please, <a href="mailto: support@textme.net">let us know what you think</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/10/05/manually-selectdeselect-sweepstakes-winners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collect customer data using the multi-question survey</title>
		<link>http://blog.interactivemediums.com/2009/08/28/collect-customer-data-using-the-multi-question-survey/</link>
		<comments>http://blog.interactivemediums.com/2009/08/28/collect-customer-data-using-the-multi-question-survey/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 20:51:55 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[data collection]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=152</guid>
		<description><![CDATA[We have recently made some major enhancements to our existing survey campaign to take advantage of the data collection capabilities described in the previous two blog posts.  Previously, the survey campaign was only capable of collecting a single piece of information, and there was no validation performed on the data submitted by the customer. The [...]]]></description>
			<content:encoded><![CDATA[<p>We have recently made some major enhancements to our existing survey campaign to take advantage of the data collection capabilities described in the previous two blog posts.  Previously, the survey campaign was only capable of collecting a single piece of information, and there was no validation performed on the data submitted by the customer.</p>
<p>The newly-enhanced survey campaign addresses these shortcomings, and provides you with additional capabilities to manage the data that is collected.  Let&#8217;s quickly walk through the creation of a survey campaign to see how easy it is to setup.</p>
<p>The first step in creating a survey campaign is to select the start and end dates and times for your campaign.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/step_1.png"><img class="size-medium wp-image-157 aligncenter" title="step_1" src="http://blog.textme.net/wp-content/uploads/2009/08/step_1-300x157.png" alt="step_1" width="300" height="157" /></a></p>
<p>Next, you simply need to provide a description for your campaign, and the keyword that you would like to use (what your participants will text to initiate the survey).</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/step_2.png"><img class="size-medium wp-image-159 aligncenter" title="step_2" src="http://blog.textme.net/wp-content/uploads/2009/08/step_2-300x158.png" alt="step_2" width="300" height="158" /></a></p>
<p>The third step is where the magic happens.  In the initial message to your participants, you ask them for the first piece of information.  Below the message box, you will see a check box with the description &#8220;This message requests data from the participant&#8221;, which is checked by default.  In the section below that check box, you specify the data attribute that you are collecting from the initial message, the message to send the participant if they reply with data that is invalid for the specified data attribute, and the message to send to the participant when they send a valid response.  The valid response message could be another question.  If it is, simply check the box below the message to expand another area asking you for the data attribute, invalid data response, and valid data response (which could be yet another question) to handle the reply from that message.  You can configure the survey to ask as many questions as you wish.  There is no limit.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/step_3.png"><img class="size-medium wp-image-160 aligncenter" title="step_3" src="http://blog.textme.net/wp-content/uploads/2009/08/step_3-132x300.png" alt="step_3" width="132" height="300" /></a></p>
<p>Finally, review the details of your survey campaign, and click &#8220;Activate Campaign&#8221; to finish.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/step_4.png"><img class="size-medium wp-image-161 aligncenter" title="step_4" src="http://blog.textme.net/wp-content/uploads/2009/08/step_4-300x160.png" alt="step_4" width="300" height="160" /></a></p>
<p>After creating your survey, you will be brought to the campaign details page.  The survey campaign details page has been enhanced to provide a simple rundown of the questions you are asking your survey participants, and the data the respective questions are collecting.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/messaging.png"><img class="size-medium wp-image-163 aligncenter" title="messaging" src="http://blog.textme.net/wp-content/uploads/2009/08/messaging-300x174.png" alt="messaging" width="300" height="174" /></a></p>
<p>After your survey starts, and your customers begin participating, you will begin to see up-to-the-minute stats on the participation.  These stats include the number of participants who initiated the survey, the number of participants who completed the survey, and the number of participants who have answered each of the questions.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/completion_stats.png"><img class="size-medium wp-image-164 aligncenter" title="completion_stats" src="http://blog.textme.net/wp-content/uploads/2009/08/completion_stats-300x75.png" alt="completion_stats" width="300" height="75" /></a></p>
<p>In addition to the completion statistics, you are also able to see a complete timeline of participants interacting with your survey, which can be exported as a comma separated value (CSV) file.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/timeline.png"><img class="size-medium wp-image-167 aligncenter" title="timeline" src="http://blog.textme.net/wp-content/uploads/2009/08/timeline-300x193.png" alt="timeline" width="300" height="193" /></a></p>
<p>Also new is the ability to export all of the data you have collected via the survey.  On the side navigation menu, you will see a new option to export the survey data.  Clicking this will bring you to a form asking you for your name and email address.  Filling out the form and clicking &#8220;Submit&#8221; starts a process on our server that will export all of your survey data.  When the export is complete, you will receive an email containing a link you can use to download a CSV file containing all of the data collected from your survey participants.  You can then import that CSV file into your favorite spreadsheet program for some good, old-fashioned number crunching.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/export.png"><img class="size-full wp-image-165 aligncenter" title="export" src="http://blog.interactivemediums.com/wp-content/uploads/2009/08/export.png" alt="export" width="158" height="29" /></a></p>
<p>The survey campaign was the first to get these capabilities, but it is not the last.  We are hard at work integrating data collection into our other campaigns as well.  We are also working on exciting ways for you to analyze and act on the data you have collected from your participants.  Stay tuned for more details!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/08/28/collect-customer-data-using-the-multi-question-survey/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Collecting the data that matters to you</title>
		<link>http://blog.interactivemediums.com/2009/08/28/collecting-the-data-that-matters-to-you/</link>
		<comments>http://blog.interactivemediums.com/2009/08/28/collecting-the-data-that-matters-to-you/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 20:50:22 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[data collection]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=132</guid>
		<description><![CDATA[In the previous post, I showed how you can manage your contacts via the Contact List.  The Contact List makes it easy to display and update information for a contact who has participated in one or more of your mobile marketing campaigns.  While a customer&#8217;s name, mailing address, email address, gender, and home phone can [...]]]></description>
			<content:encoded><![CDATA[<p>In the previous post, I showed how you can manage your contacts via the Contact List.  The Contact List makes it easy to display and update information for a contact who has participated in one or more of your mobile marketing campaigns.  While a customer&#8217;s name, mailing address, email address, gender, and home phone can be very valuable to have, it is extremely likely that you will need to collect information that is more specific to your business.  We understand this need, which is why we have added the capability to define custom attributes to meet the specific needs of your business.</p>
<p>The User Data tab, available under the Contacts tab, lists the data attributes that you can collect from your contacts.  Out of the box, TextMe users are able to collect common data attributes such as name, address, and home phone.  These attributes are listed in the Default Attributes section of the User Data page.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/user_data1.png"><img class="size-medium wp-image-136 aligncenter" title="user_data" src="http://blog.textme.net/wp-content/uploads/2009/08/user_data1-300x224.png" alt="user_data" width="300" height="224" /></a></p>
<p>But, the real power of this feature is the ability for you to define your own set of attributes, and doing so couldn&#8217;t be easier.  Clicking the &#8220;Add data attribute&#8221; button will reveal a small form asking you for information about the data you would like to collect.  Simply provide a name, description, and data type for your attribute, and click Save.  Your attribute is now ready to be used!</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/new_attribute.png"><img class="size-medium wp-image-138 aligncenter" title="new_attribute" src="http://blog.textme.net/wp-content/uploads/2009/08/new_attribute-300x76.png" alt="new_attribute" width="300" height="76" /></a></p>
<p>If we navigate back to the page where we can edit the details for a contact, we will see that we can now specify a customer number of each of our contacts.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/edit_contact1.png"><img class="size-medium wp-image-139 aligncenter" title="edit_contact" src="http://blog.textme.net/wp-content/uploads/2009/08/edit_contact1-300x257.png" alt="edit_contact" width="300" height="257" /></a></p>
<p>After entering a customer number and clicking &#8220;Update&#8221;, we will now see the customer number listed in the details for that contact.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/show_contact1.png"><img class="size-medium wp-image-141 aligncenter" title="show_contact" src="http://blog.textme.net/wp-content/uploads/2009/08/show_contact1-300x146.png" alt="show_contact" width="300" height="146" /></a></p>
<p>The data type of your attribute has an important role.  It is responsible for validating data submitted for that attribute.  For example, numeric attributes will only accept numbers, zip code attributes will only accept data that looks like a valid zip code, state attributes will only accept valid state names or abbreviations, etc.  If you attempt to enter invalid data for a given attribute, you will receive an error.  This data validation is also performed on data submitted via a SMS message (again, more on this in future blog posts).</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/invalid_data.png"><img class="size-medium wp-image-146 aligncenter" title="invalid_data" src="http://blog.textme.net/wp-content/uploads/2009/08/invalid_data-300x269.png" alt="invalid_data" width="300" height="269" /></a></p>
<p>There is no limit to the number of user data attributes you can define.  And, the following data types are supported: Text, Numeric, Date, Time, Date and Time, Currency, Email Address, Phone Number, Zip Code, Gender, Boolean (true/false, yes/no), and State.</p>
<p>Using the User Data tab, you can lay the foundation to start collecting data that matters to you and your business.  In the next post, we&#8217;ll see how we can collect data via SMS messages using the new, Multi-question Survey campaign.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/08/28/collecting-the-data-that-matters-to-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage your campaign participants with the Contacts tab</title>
		<link>http://blog.interactivemediums.com/2009/08/28/manage-your-campaign-participants-with-the-contacts-tab/</link>
		<comments>http://blog.interactivemediums.com/2009/08/28/manage-your-campaign-participants-with-the-contacts-tab/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 20:49:44 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[data collection]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=122</guid>
		<description><![CDATA[Mobile marketing is special.  It provides the rare capability of putting you in direct contact with your target audience. We&#8217;ve been very busy the past several weeks adding new features to TextMe to help you collect and manage data about your customers.  The first of these new features I&#8217;d like to introduce is the Contact [...]]]></description>
			<content:encoded><![CDATA[<p>Mobile marketing is special.  It provides the rare capability of putting you in direct contact with your target audience.</p>
<p>We&#8217;ve been very busy the past several weeks adding new features to TextMe to help you collect and manage data about your customers.  The first of these new features I&#8217;d like to introduce is the Contact List.</p>
<p>The Contact List, accessible under the all new Contacts tab, provides you with the list of everyone who has participated in any of your mobile marketing campaigns.  In addition to simply listing your contacts by their mobile number, you can also search for a contact by whole or partial mobile number.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/contact_list.png"><img class="size-medium wp-image-125 aligncenter" title="contact_list" src="http://blog.textme.net/wp-content/uploads/2009/08/contact_list-300x145.png" alt="contact_list" width="300" height="145" /></a></p>
<p>Clicking on the mobile number will bring you to a screen where you can see all sorts of interesting data about that contact.  This information includes data you have collected about the contact via web forms or SMS (more on this in future blog posts), messages the contact has sent in the past 48 hours, subscription lists the contact is subscribed to, and campaigns the contact has participated in.  This information can be extremely valuable in determining which contacts are your most loyal, and which contacts you should be trying to engage more.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/show_contact.png"><img class="size-medium wp-image-126 aligncenter" title="show_contact" src="http://blog.textme.net/wp-content/uploads/2009/08/show_contact-300x263.png" alt="show_contact" width="300" height="263" /></a></p>
<p>From this screen (and also from the Contact List screen), you can edit the contact&#8217;s data by clicking the Edit button by the contact details or Edit Attributes item in the side navigation bar.  Changes will be saved to the database for use at a later time.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/08/edit_contact.png"><img class="size-medium wp-image-127 aligncenter" title="edit_contact" src="http://blog.textme.net/wp-content/uploads/2009/08/edit_contact-300x222.png" alt="edit_contact" width="300" height="222" /></a></p>
<p>This is just the beginning.  In future blog posts, I will discuss how to collect data from your contacts, what types of data you can collect, and what you can do with this data.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/08/28/manage-your-campaign-participants-with-the-contacts-tab/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing the Campaign History Report</title>
		<link>http://blog.interactivemediums.com/2009/07/09/introducing-the-campaign-history-report/</link>
		<comments>http://blog.interactivemediums.com/2009/07/09/introducing-the-campaign-history-report/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 18:49:38 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=94</guid>
		<description><![CDATA[Our latest addition to TextMe, the Campaign History Report, provides you with an overview of all campaigns that have ever been created for your account.  This one stop shop lists the total and unique messages for each campaign for the time period you specified, as well as for the life of that campaign.  In addition [...]]]></description>
			<content:encoded><![CDATA[<p>Our latest addition to TextMe, the Campaign History Report, provides you with an overview of all campaigns that have ever been created for your account.  This one stop shop lists the total and unique messages for each campaign for the time period you specified, as well as for the life of that campaign.  In addition to the totals, the report also breaks down how many messages were received via SMS, and how many messages were received via the web (through a web voting widget, or an alternate means of entry sweepstakes form).</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/07/campaign_history_report.png"><img class="size-medium wp-image-99  aligncenter" title="campaign_history_report" src="http://blog.textme.net/wp-content/uploads/2009/07/campaign_history_report-300x246.png" alt="The campaign history report" width="300" height="246" /></a></p>
<p>Using the controls at the top of the page, you can narrow down the campaigns you would like to see by specifying a start and end date, the type of campaign, the keyword (or partial keyword) of the campaign, and the status of the campaign (active, future, past, or deleted).  Once you&#8217;ve entered your criteria, you can either click &#8220;Display Report&#8221; to see the results in a nicely formatted table, or click &#8220;Export Report&#8221;, which will prompt you to save a comma separated value (CSV) file containing the results that you can then open in your spreadsheet application of choice.</p>
<p>The report table offers a few features of its own.  First, all of the columns are sortable in ascending or descending order.  Simply click the header of the column you would like to sort.  Clicking the keyword will bring you straight to the details page of that particular campaign.  Also, if you hover the mouse over the keyword, you will see the full description of the campaign.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/07/09/introducing-the-campaign-history-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Campaign API Documentation Now Online</title>
		<link>http://blog.interactivemediums.com/2009/07/08/campaign-api-documentation-now-online/</link>
		<comments>http://blog.interactivemediums.com/2009/07/08/campaign-api-documentation-now-online/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 16:17:17 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=87</guid>
		<description><![CDATA[Documentation on our existing API functionality is now available at http://www.textme.net/features/campaign_api.  In the coming months, we will be working to enhance our API to support additional methods and campaign types.  If you have a need for a specific API, please let us know, and we&#8217;ll make sure to bump that method to the top of [...]]]></description>
			<content:encoded><![CDATA[<p>Documentation on our existing API functionality is now available at <a href="http://www.textme.net/features/campaign_api">http://www.textme.net/features/campaign_api</a>.  In the coming months, we will be working to enhance our API to support additional methods and campaign types.  If you have a need for a specific API, please <a href="http://www.textme.net/contact">let us know</a>, and we&#8217;ll make sure to bump that method to the top of the list.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/07/08/campaign-api-documentation-now-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Subscription List Details Report</title>
		<link>http://blog.interactivemediums.com/2009/07/01/new-subscription-list-details-report/</link>
		<comments>http://blog.interactivemediums.com/2009/07/01/new-subscription-list-details-report/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 18:21:29 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=77</guid>
		<description><![CDATA[Lets face it, some of us love numbers.  Pretty charts and interactive graphs are nice, but sometimes you just need the data.  When working on the new subscription list charts, we took it upon ourselves to make all of the data that back those charts available in a new subscription list details report.  The new [...]]]></description>
			<content:encoded><![CDATA[<p>Lets face it, some of us love numbers.  Pretty charts and interactive graphs are nice, but sometimes you just need the data.  When working on <a href="/2009/07/01/extended-graph-support-for-subscription-lists/">the new subscription list charts</a>, we took it upon ourselves to make all of the data that back those charts available in a new subscription list details report.  The new report, available in the &#8220;Subscriptions&#8221; tab in the &#8220;Stats&#8221; section of TextMe, works much like the new charts.  You select the time frame you are interested in, and the subscription list you would like to see the data for.  Then, you could either click &#8220;Display Report&#8221; to see the data right there in your web browser, or &#8220;Export Report&#8221; to be sent a CSV (comma separated value) file containing all of the data, which you can then open in your spreadsheet application of choice.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/07/subscription-details.png"><img class="size-medium wp-image-80 aligncenter" title="Subscription details report" src="http://blog.textme.net/wp-content/uploads/2009/07/subscription-details-300x201.png" alt="subscription-details" width="300" height="201" /></a></p>
<p style="text-align: left;">The report lays out the data in an easy to read table.  In addition, you have the ability to sort any of the columns in ascending or descending order.  Simply click the header of the column you&#8217;d like to sort, and watch the magic happen.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/07/01/new-subscription-list-details-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extended Graph Support For Subscription Lists</title>
		<link>http://blog.interactivemediums.com/2009/07/01/extended-graph-support-for-subscription-lists/</link>
		<comments>http://blog.interactivemediums.com/2009/07/01/extended-graph-support-for-subscription-lists/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 18:18:25 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=50</guid>
		<description><![CDATA[We&#8217;ve just released some exciting new additions to the charting support for subscription lists. First and foremost, you are now able to select the date range that you want to see data for.  In the previous release, you were restricted to the past week, month, 6 months, and year.  In addition, you now have the [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just released some exciting new additions to the charting support for subscription lists. First and foremost, you are now able to select the date range that you want to see data for.  In the previous release, you were restricted to the past week, month, 6 months, and year.  In addition, you now have the choice between three charting views for a specific subscription campaign.</p>
<p>The summary view provides a great summary of how your subscription list has been performing over time.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/07/summary.png"></a><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/07/summary-new.png"><img class="size-medium wp-image-73 aligncenter" title="The summary view" src="http://blog.textme.net/wp-content/uploads/2009/07/summary-new-221x300.png" alt="The summary view" width="221" height="300" /></a></p>
<p>As you can see, the summary view consists of three charts, and some additional statistics.  The first chart is a trend of people who have subscribed to the list.  The little black dots on the line indicate that one or more broadcast (or alert) messages were sent on that day.  If you roll the mouse over one of the dots, you&#8217;ll see a description of that message.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/07/summary-mouseover.png"><img class="size-medium wp-image-55 aligncenter" title="Message details" src="http://blog.textme.net/wp-content/uploads/2009/07/summary-mouseover-300x83.png" alt="Message details" width="300" height="83" /></a></p>
<p>This is great for seeing the impact a particular message may have had on your subscription list.  Below that chart is one showing the total opt-ins, confirmed opt-ins (people who responded positively to the confirmation message), and opt-outs to your subscription list for day or month in the time frame you specified.  This new line graph replaces the bar graph that represented the same data in the previous release of TextMe.  This chart allows you to see any combination of the three metrics.  Simply check the box next to the metric you would like to see, and the chart will reflect that change immediately.  An interesting thing to point out is that the chart will adjust the X and Y axis to best fit the data it is currently displaying.  For example, here is the opt-in/opt-out graph configured to show only opt-outs:</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/07/summary-optouts.png"><img class="size-medium wp-image-57 aligncenter" title="Only showing opt-outs" src="http://blog.textme.net/wp-content/uploads/2009/07/summary-optouts-300x86.png" alt="Only showing opt-outs" width="300" height="86" /></a></p>
<p>The pie chart on the summary view shows a breakdown of how subscribers were added to your subscription list.  Each slice of the pie represents the keyword used to join the subscription list, and the number of subscribers who were added via that keyword.  If you have another campaign, setup to add people to this subscription list, like a vote campaign or a sweepstakes campaign, this chart will show you exactly how many people were added to your list via that other campaign.  One thing to point out is that this pie chart represents the breakdown of the subscription list at the end of the time frame specified.  In the image of the summary view above, the pie chart represents the keyword breakdown of the list on May 1, 2009.  This allows you to see the breakdown of your subscription list at any point in its life.</p>
<p>In addition to the charts, the summary view also lists the total number of subscribers, total opt-ins, total confirmed opt-ins, and total opt-outs for the list at the end of the time frame specified.</p>
<p>The growth view provides a chart showing two lines that represent the cumulative opt-ins and opt-outs over time for your list.  This is useful for seeing exactly how many people have subscribed, and unsubscribed to your list over some point in time.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/07/growth.png"><img class="size-medium wp-image-64 aligncenter" title="Subscription list cumulative growth" src="http://blog.textme.net/wp-content/uploads/2009/07/growth-300x200.png" alt="Subscription list cumulative growth" width="300" height="200" /></a></p>
<p>The third and final view, the retention view, shows you how many people subscribed to your list on a given day, and how many of those people remain on your subscription list today.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/07/retention.png"><img class="size-medium wp-image-65 aligncenter" title="Subscriber retention" src="http://blog.textme.net/wp-content/uploads/2009/07/retention-300x201.png" alt="Subscriber retention" width="300" height="201" /></a></p>
<p style="text-align: left;">In the example above there are two lines.  The light green line represents the number of people who subscribed to your list on that particular day.  Of those people, the dark green line represents how many people are still subscribed to your list today.  This view can be helpful in determining how many people stayed subscribed to your list after some promotion that was run over a time frame.</p>
<p style="text-align: left;">We really hope that the ability to visualize this data will make it easier to understand, and faster to process.  We have been making some major changes in the past few months to support the presentation of even more statistics for your campaigns.  We realize that in marking, statistics are key.  So, stay tuned for even more features allowing you to see exactly how your campaigns are working!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/07/01/extended-graph-support-for-subscription-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage Your Subscription Lists With New Graphs</title>
		<link>http://blog.interactivemediums.com/2009/05/11/manage-your-subscription-lists-with-new-graphs/</link>
		<comments>http://blog.interactivemediums.com/2009/05/11/manage-your-subscription-lists-with-new-graphs/#comments</comments>
		<pubDate>Mon, 11 May 2009 18:40:38 +0000</pubDate>
		<dc:creator>John Wood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=23</guid>
		<description><![CDATA[We&#8217;re always working to find ways to provide our customers with the tools they need to better manage their marketing campaigns.  One of the areas we will be focusing on in the short term is charting. Numbers are great, but a picture is worth a thousand words.  We have recently added to the subscription campaign [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re always working to find ways to provide our customers with the tools they need to better manage their marketing campaigns.  One of the areas we will be focusing on in the short term is charting.</p>
<p>Numbers are great, but a picture is worth a thousand words.  We have recently added to the subscription campaign the ability to view several key pieces of information in a concise, flexible manner.</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/05/picture-1.png"><img class="size-medium wp-image-24 aligncenter" title="Subscription charts" src="http://blog.textme.net/wp-content/uploads/2009/05/picture-1-288x300.png" alt="Subscription charts" width="288" height="300" /></a></p>
<p>Two new graphs can be found on the “View Subscribers” page of an existing subscription campaign.  The first is a line graph showing the total number of subscribers to your list over time.  This graph is a great way to visualize the growth of your subscription list.  When viewing data within a month&#8217;s timeframe, you are also able to see when messages were sent to the list.  A black point on the line graph indicates that a message was sent on this day.  Hovering over the point with your mouse will display the description of the message that was sent.</p>
<p style="text-align: center;"><a href="http://blog.interactivemediums.com/wp-content/uploads/2009/05/picture-2.png"><img class="size-medium wp-image-26 aligncenter" title="Subscription chart - messages" src="http://blog.textme.net/wp-content/uploads/2009/05/picture-2-300x153.png" alt="Subscription chart - messages" width="300" height="153" /></a></p>
<p>The second is a bar graph that shows you the opt-ins and opt-outs for your subscripion list for a given period of time.  The green bar indicates opt-ins, with light green representing unconfirmed opt-ins, and dark green representing confirmed opt-ins.  The red bar indicates opt-outs.  This chart can help you determine <strong>how</strong> your subscription list is growing.</p>
<p>The time frame for the two graphs is always the same, allowing you to see how the opt-ins and opt-outs in the bar graph affected the total number of subscribers represented in the line graph.</p>
<p>This is just the beginning.  Over the next few months, we plan on further enhancing <a href="http://textme.net">TextMe</a> with additional charts and graphs to help you visualize important pieces of data.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/05/11/manage-your-subscription-lists-with-new-graphs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
