<?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; Product Updates</title>
	<atom:link href="http://blog.interactivemediums.com/category/product-updates/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>New Short URL Feature for Messaging</title>
		<link>http://blog.interactivemediums.com/2010/05/27/short-url-feature-messaging/</link>
		<comments>http://blog.interactivemediums.com/2010/05/27/short-url-feature-messaging/#comments</comments>
		<pubDate>Thu, 27 May 2010 22:01:49 +0000</pubDate>
		<dc:creator>Julian Rockwood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[QR Code]]></category>
		<category><![CDATA[short url]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2708</guid>
		<description><![CDATA[Now everyone using our platform can take advantage of our new “shorten URL” tool that is integrated within the message box. We’ve simplified the process of creating these shortened URL’s by putting them right where you schedule your messaging. Once you shorten your URL you gain the advantage of getting real-time convenient click data right [...]]]></description>
			<content:encoded><![CDATA[<p>Now everyone using our platform can take advantage of our new “shorten URL” tool that is integrated within the message box. We’ve simplified the process of creating these shortened URL’s by putting them right where you schedule your messaging.</p>
<p><img class="alignnone size-medium wp-image-2719" title="Shorten URL feature" src="http://blog.interactivemediums.com/wp-content/uploads/2010/05/shorten-url1-467x281.gif" alt="" width="467" height="281" /></p>
<p>Once you shorten your URL you gain the advantage of getting real-time convenient click data right in our application.</p>
<p>This tool is great for anyone who needs to fit a lengthy URL into a 160-character SMS message.  It is also a great tool for pushing users to a mobile website, whether it be for information collection, to give them a coupon, or to push them to your mobile online store.</p>
<p>Once you’ve got a long URL in place, simply click the “shorten URL’s” text on the bottom left hand corner and voilah! You now have reduced your text, included a link, and can track the number of clicks it receives over time.</p>
<p>When you are ready to check up on the success of your links, go to our “tools” section and scroll down to “short urls”. Here you will have a page covering all of your links with their statistics.  It also gives you the ability to edit links in the event URLs change.</p>
<p><a rel="attachment wp-att-2712" href="http://blog.interactivemediums.com/2010/05/27/short-url-feature-messaging/screen-shot-2010-05-27-at-4-59-19-pm/"><img class="alignnone size-medium wp-image-2712" title="Screen shot 2010-05-27 at 4.59.19 PM" src="http://blog.interactivemediums.com/wp-content/uploads/2010/05/Screen-shot-2010-05-27-at-4.59.19-PM-468x199.png" alt="" width="468" height="199" /></a></p>
<p>Last but not least we offer a customized QR (quick-response) code for you to download and utilize in your marketing needs. This acts as a visual representation of the shortened link, and sends the user to the same destination URL when scanned with a mobile phone’ camera. It is great for business cards, POS and magazine advertisements.</p>
<p>For more on QR Codes check out this Wikipedia entry: <a href="&lt;http://en.wikipedia.org/wiki/QR_Code&gt;">&lt;http://en.wikipedia.org/wiki/QR_Code&gt;</a></p>
<p>Questions? Write us: <a href="mailto:gettingstarted@interactivemediums.com">gettingstarted@interactivemediums.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/05/27/short-url-feature-messaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using our App Just Got Easier</title>
		<link>http://blog.interactivemediums.com/2010/05/20/application-simpler/</link>
		<comments>http://blog.interactivemediums.com/2010/05/20/application-simpler/#comments</comments>
		<pubDate>Thu, 20 May 2010 20:58:21 +0000</pubDate>
		<dc:creator>Drew Myler</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2663</guid>
		<description><![CDATA[With an eye toward making the IM application easier and more enjoyable to use, we&#8217;ve spent the past month making refinements and updates to nearly every screen you&#8217;ll encounter when creating and editing campaigns, lists and messages. Today, we&#8217;re pleased to announce that these changes are live! When you log in to your account, you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>With an eye toward making the IM application easier and more enjoyable to use, we&#8217;ve spent the past month making refinements and updates to nearly every screen you&#8217;ll encounter when creating and editing campaigns, lists and messages. </p>
<p>Today, we&#8217;re pleased to announce that these changes are live! When you log in to your account, you&#8217;ll notice that things look different, though not unfamiliar. Here are just a few of the highlights:</p>
<h3>Refined navigation: campaigns + lists</h3>
<p>Everything in our application revolves around campaigns and lists, so we&#8217;ve tightened up the navigation around those core functions.</p>
<p>To bring commonly used functions closer to the surface, we&#8217;ve added dropdown menus to the navigation. Many regular activities are now quickly accessible from anywhere in the application.</p>
<p><img title="New navigation" src="http://blog.interactivemediums.com/wp-content/uploads/2010/05/new-nav.gif" alt="" width="320" height="205" /></p>
<h3>Better campaign filtering</h3>
<p>You can now sort campaigns by type or keyword. We&#8217;ve also changed our default sort to show the most recently created campaigns at the top of your screen. Recently active campaigns and lists can also be accessed when you first log in to the dashboard.</p>
<p><img src="http://blog.interactivemediums.com/wp-content/uploads/2010/05/new-filters.gif" alt="" title="New filters" width="320" height="205" class="alignnone size-full wp-image-2679" /></p>
<h3>Simpler campaign and message creation</h3>
<p>We&#8217;ve revisited every create and edit page to streamline the process of launching and editing your campaigns.</p>
<p><img src="http://blog.interactivemediums.com/wp-content/uploads/2010/05/new-create.gif" alt="" title="New Create page" width="320" height="205" class="alignnone size-full wp-image-2677" /></p>
<h3>Descriptions get promoted</h3>
<p>We used to identify campaigns and lists by keyword. We&#8217;re now aligning them with the campaign description you enter when creating a campaign or list. We&#8217;ve used it this way for awhile now, and find it&#8217;s easier to locate campaigns and lists.</p>
<p><img src="http://blog.interactivemediums.com/wp-content/uploads/2010/05/new-desc.gif" alt="" title="Descriptions" width="320" height="205" class="alignnone size-full wp-image-2678" /></p>
<p>If you&#8217;re a current client of ours, we&#8217;d love to get your feedback on these updates, so please let us know what you think.</p>
<p>We&#8217;ll be introducing some exciting new features over the next three months. Look out for more frequent customer communication like this and please reply with any questions or feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/05/20/application-simpler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Tip of The Day: How to Remove a Subscriber from a List</title>
		<link>http://blog.interactivemediums.com/2010/05/19/product-tip-day-remove-subscriber-list/</link>
		<comments>http://blog.interactivemediums.com/2010/05/19/product-tip-day-remove-subscriber-list/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:42:59 +0000</pubDate>
		<dc:creator>Julian Rockwood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2639</guid>
		<description><![CDATA[In certain cases where you have a user who is not sure how to opt-out of your subscription or loyalty list and they contact you to remove them manually these are the steps you follow as a program administrator. 1) Login, click on Lists. 2) Click on the keyword of the list your managing. 3) [...]]]></description>
			<content:encoded><![CDATA[<p>In certain cases where you have a user who is not sure how to opt-out of your subscription or loyalty list and they contact you to remove them manually these are the steps you follow as a program administrator.</p>
<p>1) Login, click on Lists.</p>
<p>2) Click on the keyword of the list your managing.</p>
<p>3) Click on the Subscribers link on the left hand side.</p>
<p>4) Click on the Add/Remove Subscribers link and then put the number into to form field at the bottom of the page.</p>
<p><a rel="attachment wp-att-2640" href="http://blog.interactivemediums.com/2010/05/19/product-tip-day-remove-subscriber-list/screen-shot-2010-05-19-at-9-40-35-am/"><img class="alignnone size-medium wp-image-2640" title="Screen shot 2010-05-19 at 9.40.35 AM" src="http://blog.interactivemediums.com/wp-content/uploads/2010/05/Screen-shot-2010-05-19-at-9.40.35-AM-468x203.png" alt="" width="468" height="203" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/05/19/product-tip-day-remove-subscriber-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Tip of The Day: How to Request Data from Your Subscribers</title>
		<link>http://blog.interactivemediums.com/2010/05/17/product-tip-day-request-data-subscribers/</link>
		<comments>http://blog.interactivemediums.com/2010/05/17/product-tip-day-request-data-subscribers/#comments</comments>
		<pubDate>Mon, 17 May 2010 17:15:58 +0000</pubDate>
		<dc:creator>Julian Rockwood</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2621</guid>
		<description><![CDATA[When you are in your “Lists” overview and you have selected the subscription list you would like to request data from, select that list. Now that you have select to “broadcast a message” from here you will highlight your list, or a list segment, which we discussed previously in the blog post “How to Broadcast [...]]]></description>
			<content:encoded><![CDATA[<p>When you are in your “Lists” overview and you have selected the subscription list you would like to request data from, select that list.</p>
<p>Now that you have select to “broadcast a message” from here you will highlight your list, or a list segment, which we discussed previously in the blog post <a href="http://blog.interactivemediums.com/2010/03/23/broadcast-message-segment-subscribers-based-optin-date/">“How to Broadcast a Message to a Segment of Your Subscribers”</a>.</p>
<p><a rel="attachment wp-att-2622" href="http://blog.interactivemediums.com/2010/05/17/product-tip-day-request-data-subscribers/screen-shot-2010-05-17-at-12-10-53-pm/"><img class="alignnone size-medium wp-image-2622" title="Screen shot 2010-05-17 at 12.10.53 PM" src="http://blog.interactivemediums.com/wp-content/uploads/2010/05/Screen-shot-2010-05-17-at-12.10.53-PM-468x165.png" alt="" width="468" height="165" /></a></p>
<p>Next select the time you would like to schedule your message, and input your message description. You can call this “Birthday Message”.</p>
<p>From there go ahead and type your message, and make sure it relates to the data you will request from your customers.</p>
<p>I will suggest something like:</p>
<p>“Here at BIGBOXRETAILER we want to make sure we’re targeting you with the best deals based on your interests. Please respond with your birthday in XX/XX/XXXX”</p>
<p>next check the box that says “This message requests data from the participant”</p>
<p>From there you will see a dropdown of data attribute options. In this use case you would select birthdate.</p>
<p>You are also given the option to select an invalid &amp; verified data response message.</p>
<p>For invalid you can say “ sorry we don’t recognize that as a birthday, please repond in XX/XX/XXXX format”</p>
<p>And for verified data you can say “thank you for helping us market to you more effectively”</p>
<p><a rel="attachment wp-att-2623" href="http://blog.interactivemediums.com/2010/05/17/product-tip-day-request-data-subscribers/screen-shot-2010-05-17-at-12-10-36-pm/"><img class="alignnone size-medium wp-image-2623" title="Screen shot 2010-05-17 at 12.10.36 PM" src="http://blog.interactivemediums.com/wp-content/uploads/2010/05/Screen-shot-2010-05-17-at-12.10.36-PM-468x451.png" alt="" width="468" height="451" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/05/17/product-tip-day-request-data-subscribers/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>Routing Campaign Updates</title>
		<link>http://blog.interactivemediums.com/2010/04/22/routing-campaign-updates/</link>
		<comments>http://blog.interactivemediums.com/2010/04/22/routing-campaign-updates/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 12:26:21 +0000</pubDate>
		<dc:creator>Doug Barth</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2413</guid>
		<description><![CDATA[We&#8217;ve been making a number of enhancements to our routing campaign. Our routing campaign allows you to setup a bidirectional SMS connection to your application. Using this campaign, your custom application can receive MOs from a user texting your keyword on a short code. Upon receiving a POST from our system, your application can run [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been making a number of enhancements to our routing campaign. Our routing campaign allows you to setup a bidirectional SMS connection to your application. Using this campaign, your custom application can receive MOs from a user texting your keyword on a short code. Upon receiving a POST from our system, your application can run its logic and then optionally send MTs back to the user.</p>
<h2>Quicker Creation and Duplication</h2>
<p>Setting up new routing campaigns is now easier with a single page to fill out. The only required information is a description, keyword, and a URL to send messages to. If you have a routing campaign that is mostly right, you can choose to duplicate that campaign. You will be presented with an already filled out form, which you can edit and submit to get up and running quickly.</p>
<h2><a rel="attachment wp-att-2415" href="http://blog.interactivemediums.com/2010/04/22/routing-campaign-updates/new-routing-campaign/"><img class="alignnone size-medium wp-image-2415" title="New Routing Campaign" src="http://blog.interactivemediums.com/wp-content/uploads/2010/04/New-Routing-Campaign-467x260.png" alt="New Routing Campaign Creation Form" width="467" height="260" /></a></h2>
<h2>Export SMS Messages</h2>
<p>We added support for exporting all the MOs and MTs associated with your routing campaign. After clicking the link in the sidebar, confirm the information name and email address in the form and click &#8220;Export Now&#8221;. The export process will occur in the background and an email will be sent when your file is ready to download.</p>
<p><a rel="attachment wp-att-2416" href="http://blog.interactivemediums.com/2010/04/22/routing-campaign-updates/routing-campaign-export-sms-messages/"><img class="alignnone size-full wp-image-2416" title="Routing Campaign Export SMS Messages" src="http://blog.interactivemediums.com/wp-content/uploads/2010/04/Routing-Campaign-Export-SMS-Messages.png" alt="Export SMS Messages in Routing Campaign Sidebar" width="270" height="164" /></a></p>
<h2>Recent Activity</h2>
<p>At the bottom of the campaign overview page is a listing of the 25 most recent messages that have passed through your routing campaign. You can click the <strong>See all</strong><em> </em>link to view all your messages for the past two days, or to adjust the timeframes.</p>
<p><a rel="attachment wp-att-2417" href="http://blog.interactivemediums.com/2010/04/22/routing-campaign-updates/routing-campaign-recent-activity/"><img class="alignnone size-medium wp-image-2417" title="Routing Campaign Recent Activity" src="http://blog.interactivemediums.com/wp-content/uploads/2010/04/Routing-Campaign-Recent-Activity-468x204.png" alt="Recent Activity Table for Routing Campaign" width="468" height="204" /></a></p>
<h2>Enhanced API</h2>
<p>We added some additional parameter to the message we send to your systems. We in addition to the raw message the user sent, we now call out the identified keyword in their message and the message with the keyword stripped off. We hope breaking apart the message like this will make it easier to handle user requests in your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/04/22/routing-campaign-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Maintenance</title>
		<link>http://blog.interactivemediums.com/2010/04/16/system-maintenance/</link>
		<comments>http://blog.interactivemediums.com/2010/04/16/system-maintenance/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 18:37:43 +0000</pubDate>
		<dc:creator>Julian Rockwood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[system maintenance]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2402</guid>
		<description><![CDATA[We will be down for system maintenance Monday April 19th between 1 and 2 AM Central Time. We are going to be updating our servers. Please plan accordingly &#38; do not schedule any messages for  this time. Regards, The Interactive Mediums Team.]]></description>
			<content:encoded><![CDATA[<p>We will be down for system maintenance Monday April 19th between 1 and 2 AM Central Time. We are going to be updating our servers. Please plan accordingly &amp; do not schedule any messages for  this time.</p>
<p>Regards,</p>
<p>The Interactive Mediums Team.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/04/16/system-maintenance/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>New Tutorial Videos</title>
		<link>http://blog.interactivemediums.com/2010/04/01/tutorial-videos/</link>
		<comments>http://blog.interactivemediums.com/2010/04/01/tutorial-videos/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 21:12:02 +0000</pubDate>
		<dc:creator>Julian Rockwood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2185</guid>
		<description><![CDATA[We have uploaded some new tutorial videos to help you get familiar with the platform. Whether you are a potential customer or a current client, we feel these are great knowledge tools to take advantage of. Go check them out at our Product Resource Center. If you have any questions feel free to contact us. [...]]]></description>
			<content:encoded><![CDATA[<p>We have uploaded <a href="http://blog.interactivemediums.com/resource-center/demonstration-videos/">some new tutorial videos </a>to help you get familiar with the platform. Whether you are a potential customer or a current client, we feel these are great knowledge tools to take advantage of. Go check them out at our <a href="http://blog.interactivemediums.com/resource-center/">Product Resource Center</a>. If you have any questions feel free to <a href="http://www.interactivemediums.com/contact">contact us</a>.</p>
<p>regards,</p>
<p>the Interactive Mediums Team.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/04/01/tutorial-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to broadcast a message to a segment of your subscribers based on Opt-In Date</title>
		<link>http://blog.interactivemediums.com/2010/03/23/broadcast-message-segment-subscribers-based-optin-date/</link>
		<comments>http://blog.interactivemediums.com/2010/03/23/broadcast-message-segment-subscribers-based-optin-date/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 15:20:06 +0000</pubDate>
		<dc:creator>Julian Rockwood</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[Opt-In]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2046</guid>
		<description><![CDATA[When sending a broadcast message to your subscribers, choose the “Segment” option rather than the “List” option. Segments, as the name implies, are a way to segment your subscribers based on their attributes. In this example you would be able to send a message specifically to folks who have opted in on, during, or before [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<div>
<p>When sending a broadcast message to your subscribers, choose the “Segment” option rather than the “List” option.</p>
<p>Segments, as the name implies, are a way to segment your subscribers based on their attributes. In this example you would be able to send a message specifically to folks who have opted in on, during, or before a certain date.</p>
<p>From the “Only show contacts who meet this criteria:” selection choose “Keyword”. This will add it below as filter option. Click on the “Add Keyword” link and type in your appropriate list at the top and click Search. Check the box next to whatever list you want to segment and click Add.</p>
<p>Now, again from the “Only show contacts who meet this criteria:” selection choose “Opt-In date”. Select before, after, or during, and select a date in “XX/XX/YYYY</p>
<p><a rel="attachment wp-att-2048" href="http://blog.interactivemediums.com/2010/03/23/broadcast-message-segment-subscribers-based-optin-date/screen-shot-2010-03-23-at-10-18-44-am/"><img class="alignnone size-medium wp-image-2048" title="Screen shot 2010-03-23 at 10.18.44 AM" src="http://blog.interactivemediums.com/wp-content/uploads/2010/03/Screen-shot-2010-03-23-at-10.18.44-AM-468x380.png" alt="" width="468" height="380" /></a></p>
<p>Now your message will only go to a segment of your list subscribers who meet the dated criteria you selected.</p>
<p>Finally, you can save your dated segment if you wish. Just fill in the “Save this group under the following name” text box and name it appropriately. This will allow you to save it and choose it from the segment dropdown without having to recreate it every time.</p>
<p>You can read more about the filter groups and segments at<br />
<a href="http://www.textme.net/app/contacts/filter_help">http://www.textme.net/app/contacts/filter_help</a></p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/03/23/broadcast-message-segment-subscribers-based-optin-date/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chat Campaign Updates</title>
		<link>http://blog.interactivemediums.com/2010/03/18/chat-campaign-updates/</link>
		<comments>http://blog.interactivemediums.com/2010/03/18/chat-campaign-updates/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 16:49:03 +0000</pubDate>
		<dc:creator>Doug Barth</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=2028</guid>
		<description><![CDATA[We just pushed some changes to the chat campaign. Here&#8217;s a breakdown of what has changed and how that may effect you. Obfuscated Syndication URLs We switched our syndication URLs to a format that is not easy to guess. To ease the transition, we are redirecting the old URLs to the new format until next [...]]]></description>
			<content:encoded><![CDATA[<p>We just pushed some changes to the chat campaign. Here&#8217;s a breakdown of what has changed and how that may effect you.</p>
<h3>Obfuscated Syndication URLs</h3>
<p>We switched our syndication URLs to a format that is not easy to guess. To ease the transition, we are redirecting the old URLs to the new format until next Thursday. Please update any bookmarks or hardcoded links you may have to the new format.</p>
<h3>Improved Timeline</h3>
<p>We upgraded the format of the chat timeline to better display chat messages. Here&#8217;s a screenshot of the chat display. We will be rolling out a new feature that takes advantage of this display style within the next few weeks.</p>
<p><a rel="attachment wp-att-2030" href="http://blog.interactivemediums.com/2010/03/18/chat-campaign-updates/chat-timeline/"><img class="alignnone size-medium wp-image-2030" title="Chat Timeline" src="http://blog.interactivemediums.com/wp-content/uploads/2010/03/Chat-Timeline-468x205.png" alt="Example Chat Timeline" width="468" height="205" /></a></p>
<h3>Admin Rights</h3>
<p>Finally, we made some actions require an administrator. Administrators will now only be able to reset the timeline, ban/unban a user, and delete a single message. Administrators can adjust user roles in the <em>My Account</em> section of the application.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2010/03/18/chat-campaign-updates/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>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>More syndication options (vote)</title>
		<link>http://blog.interactivemediums.com/2009/09/10/more-syndication-options-vote/</link>
		<comments>http://blog.interactivemediums.com/2009/09/10/more-syndication-options-vote/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 16:51:58 +0000</pubDate>
		<dc:creator>Jeff Judge</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=191</guid>
		<description><![CDATA[Related to yesterday&#8217;s post, we just pushed an update that includes syndication feed (XML and text) support for voting campaigns. This enables you to pull a vote snapshot into external systems like Daktronics, a popular scoreboard software provider. We&#8217;re making changes every day to make getting data in and out of TextMe very easy. Let [...]]]></description>
			<content:encoded><![CDATA[<p>Related to yesterday&#8217;s post, we just pushed an update that includes syndication feed (XML and text) support for voting campaigns. This enables you to pull a vote snapshot into external systems like Daktronics, a popular scoreboard software provider.<br />
<img src="http://blog.interactivemediums.com/wp-content/uploads/2009/09/vote-data-feeds.png" alt="Vote data feeds for 3rd party system integration" title="vote-data-feeds" width="454" height="134" class="size-full wp-image-194" /><br />
We&#8217;re making changes every day to make getting data in and out of TextMe very easy. Let us know how we can help.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/09/10/more-syndication-options-vote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New syndication options</title>
		<link>http://blog.interactivemediums.com/2009/09/09/new-syndication-options/</link>
		<comments>http://blog.interactivemediums.com/2009/09/09/new-syndication-options/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 21:02:21 +0000</pubDate>
		<dc:creator>Jeff Judge</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=182</guid>
		<description><![CDATA[We just pushed out a minor update that includes links to RSS and XML syndication options for our screen chat/text to screen campaign. The perfect use case for this capability is collecting feedback via text and publishing this feedback for consumption by an external service (example: pulling in messages into your own custom built flash [...]]]></description>
			<content:encoded><![CDATA[<p>We just pushed out a minor update that includes links to RSS and XML syndication options for our screen chat/text to screen campaign. The perfect use case for this capability is collecting feedback via text and publishing this feedback for consumption by an external service (example: pulling in messages into your own custom built flash widget).</p>
<p>You can find the syndication links within the chat campaign details page.<br />
<img src="http://blog.interactivemediums.com/wp-content/uploads/2009/09/syndication-options1.png" alt="syndication-options" title="syndication-options" width="399" height="144" class="aligncenter size-full wp-image-185" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/09/09/new-syndication-options/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>Easier campaign creation</title>
		<link>http://blog.interactivemediums.com/2009/07/21/easier-campaign-creation/</link>
		<comments>http://blog.interactivemediums.com/2009/07/21/easier-campaign-creation/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:36:25 +0000</pubDate>
		<dc:creator>Doug Barth</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=110</guid>
		<description><![CDATA[TextMe has just received major updates to two of our most popular campaign types: sweepstakes and voting. On these two campaign types, we&#8217;ve replaced the 4 page creation process with a single page. We think that a single page makes the setup process quicker and easier. Having a single page also allows us to implement [...]]]></description>
			<content:encoded><![CDATA[<p>TextMe has just received major updates to two of our most popular campaign types: sweepstakes and voting. On these two campaign types, we&#8217;ve replaced the 4 page creation process with a single page. We think that a single page makes the setup process quicker and easier.</p>
<p><img class="alignnone size-medium wp-image-112" title="New Voting Campaign" src="http://blog.textme.net/wp-content/uploads/2009/07/Picture-1-300x238.png" alt="New Voting Campaign" width="300" height="238" /></p>
<p>Having a single page also allows us to implement duplication functionality. Sweepstakes and voting campaigns can be duplicated using the &#8220;Duplicate Campaign&#8221; link in the left action menu. This will take you to a screen that is pre-filled with the details of the campaign being duplicated. You can edit anything on the screen, such as the start and end times. Advanced configuration like age requirements and AMOE forms are also copied. You can edit those options after you create your new campaign.</p>
<p><img class="alignnone size-full wp-image-116" title="Duplicate Campaign Link" src="http://blog.interactivemediums.com/wp-content/uploads/2009/07/Picture-2.png" alt="Duplicate Campaign Link" width="268" height="78" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/07/21/easier-campaign-creation/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>Wider site</title>
		<link>http://blog.interactivemediums.com/2009/05/12/wider-site/</link>
		<comments>http://blog.interactivemediums.com/2009/05/12/wider-site/#comments</comments>
		<pubDate>Tue, 12 May 2009 16:37:03 +0000</pubDate>
		<dc:creator>Jeff Judge</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=43</guid>
		<description><![CDATA[If you&#8217;ve logged in to TextMe recently, you may notice the site has more breathing room. (Only the application received the update; the public/marketing pages remains the same.) Why did we widen the page? Two main reasons: 1) Monitors are much wider than they used to be. The number of individuals with screens optimized to [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve logged in to TextMe recently, you may notice the site has more breathing room. (Only the application received the update; the public/marketing pages remains the same.)</p>
<p>Why did we widen the page? Two main reasons:</p>
<p>1) Monitors are much wider than they used to be. The number of individuals with screens optimized to 800 x 600 has plummeted, and so the new standard for web design is a width of approximately 960px. The extra space lets us bring more content above the fold without making the page feel cramped.</p>
<p>2) A lot of the new functionality we are building simply requires more screen real estate in order to make information easy to scan.</p>
<p>We&#8217;re continually refining the interface to make the application easy and intuitive to use. Please let us know if you have any feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/05/12/wider-site/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>
		<item>
		<title>International support</title>
		<link>http://blog.interactivemediums.com/2009/04/23/international-support/</link>
		<comments>http://blog.interactivemediums.com/2009/04/23/international-support/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 16:25:25 +0000</pubDate>
		<dc:creator>Jeff Judge</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=20</guid>
		<description><![CDATA[We recently launched an international sweepstakes with Anheuser-Busch in which we enabled entry in 35 countries worldwide via SMS and web. If you&#8217;re interested in running an international campaign, please reach out to us via sales@interactivemediums.com. We&#8217;ve got a long code that can be used, and can setup short codes in each country upon request. [...]]]></description>
			<content:encoded><![CDATA[<p>We recently launched an international sweepstakes with <a href="http://www.anheuser-busch.com/">Anheuser-Busch</a> in which we enabled entry in 35 countries worldwide via SMS and web. If you&#8217;re interested in running an international campaign, please reach out to us via <a href="mailto:sales@interactivemediums.com">sales@interactivemediums.com</a>. We&#8217;ve got a long code that can be used, and can setup short codes in each country upon request. We&#8217;re also adding a Canadian short code to TextMe and will have that ready shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/04/23/international-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Campaign summary update</title>
		<link>http://blog.interactivemediums.com/2009/03/20/campaign-summary-design-update/</link>
		<comments>http://blog.interactivemediums.com/2009/03/20/campaign-summary-design-update/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 17:36:53 +0000</pubDate>
		<dc:creator>Jeff Judge</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=12</guid>
		<description><![CDATA[We spent some time over the past few days updating the campaign summary module that you see for each campaign within the campaigns section. Here is a screen shot of the previous design: And the revised design: We think the revised design does a better job of highlighting: > Campaign type > Keyword (HELLO) > [...]]]></description>
			<content:encoded><![CDATA[<p>We spent some time over the past few days updating the campaign summary module that you see for each campaign within the campaigns section.</p>
<p>Here is a screen shot of the previous design:</p>
<p><img class="alignnone size-full wp-image-13" title="campaign_summary_design_1" src="http://blog.interactivemediums.com/wp-content/uploads/2009/03/campaign_summary_design_1.png" alt="campaign_summary_design_1" width="473" height="169" /></p>
<p>And the revised design:</p>
<p><img class="alignnone size-full wp-image-14" title="campaign_summary_design_2" src="http://blog.interactivemediums.com/wp-content/uploads/2009/03/campaign_summary_design_2.png" alt="campaign_summary_design_2" width="470" height="174" /></p>
<p>We think the revised design does a better job of highlighting:</p>
<ul>
<li>> Campaign type</li>
<li>> Keyword (HELLO)</li>
<li>> Activity (13 requests)</li>
<li>> Short code</li>
</ul>
<p>We&#8217;re making updates to the product every day, and have a lot of exciting product development in store for the next 6 months. If you&#8217;re a current customer and have feedback for us, please let us know by sending an email to feedback@textmeforbusiness.com, clicking on the feedback tab while logged in, or clicking on the &#8216;Need help?&#8217; link at the top of the screen (the last two options will send us a note via email).</p>
<p>Happy Friday!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/03/20/campaign-summary-design-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Product Blog!</title>
		<link>http://blog.interactivemediums.com/2009/02/12/introducing-the-product-blog/</link>
		<comments>http://blog.interactivemediums.com/2009/02/12/introducing-the-product-blog/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 23:10:05 +0000</pubDate>
		<dc:creator>Jeff Judge</dc:creator>
				<category><![CDATA[Product Updates]]></category>

		<guid isPermaLink="false">http://blog.textme.net/?p=4</guid>
		<description><![CDATA[We&#8217;re excited to announce the release of our product blog. We&#8217;ll be using this blog to post product updates, customer success stories and other news related to mobile marketing. If you&#8217;re using an RSS feed reader, please make note of our feed URL (http://blog.textme.net/feed/). Thanks!]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re excited to announce the release of our product blog. We&#8217;ll be using this blog to post product updates, customer success stories and other news related to mobile marketing. If you&#8217;re using an RSS feed reader, please make note of our feed URL (http://blog.textme.net/feed/). Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2009/02/12/introducing-the-product-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest TextMe product updates</title>
		<link>http://blog.interactivemediums.com/2008/09/11/long-time-no-post/</link>
		<comments>http://blog.interactivemediums.com/2008/09/11/long-time-no-post/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 18:16:41 +0000</pubDate>
		<dc:creator>Jeff Judge</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[TextMe]]></category>

		<guid isPermaLink="false">http://blog.interactivemediums.com/?p=8</guid>
		<description><![CDATA[Alright&#8230;so it&#8217;s been quite awhile since our last post. We&#8217;ve been busy working on a lot of new features with our TextMe platform, here are just a few: Web voting widgets: No you can create true multi-channel voting by adding a web voting widget to your website. Web votes can be unlimited, or limited to [...]]]></description>
			<content:encoded><![CDATA[<p>Alright&#8230;so it&#8217;s been quite awhile since our last post. We&#8217;ve been busy working on a lot of new features with our TextMe platform, here are just a few:</p>
<ul>
<li><strong>Web voting widgets</strong>: No you can create true multi-channel voting by adding a web voting widget to your website. Web votes can be unlimited, or limited to the number of allowable entries that are defined on the campaign.</li>
<li><strong>Dynamic tags for vote response messages</strong>: A &#8216;dynamic tag&#8217; is a small string that can be inserted into a message that will be changed in real time at the time of vote. For example, inserting &#8216;[TOTAL#]&#8216; into a vote response message will change the string to &#8217;42&#8242; if there are currently 42 total votes. We&#8217;ve added a slew of tags available for each voting option (keyword, description, current number of votes, current percentage) as well as total number of votes.</li>
<li><strong>Contest response tags</strong>: We currently support four types of unique contests, and we&#8217;ve added a ton of tags for each type of contest. A few examples include, current number of entries, count of entries left until a winner has won, etc.</li>
<li><strong>Routing campaign management updates</strong>: What&#8217;s a routing campaign? This is the simply the mechanism that we&#8217;ve setup to route incoming text messages to and from another system. When we receive a text message with a matching keyword, we&#8217;ll forward on to the third party system for that system to do their processing, and once they&#8217;re done with that processing the third party can then send a message back to the user through our messaging API.  We also support nifty stuff like sticky sessions (basically locking a phone number into a route for short period of time). We&#8217;ve also added keyword management to the API.</li>
<li><strong>Email and SMS notification of activity</strong>: A great example of this is with our info on demand campaign. Upon receiving the corresponding keyword, we can send a notification to any email address or mobile phone number via SMS. To test this out, just text DEMO to 839863 and you&#8217;ll get a call from a member of our team.</li>
</ul>
<p>If you&#8217;d like to chat about any of these features in more detail, give us a ring at 866-683-9863 (866-6TEXTME), or email us at <a href="mailto::hello@interactivemediums.com">hello@interactivemediums.com</a>.</p>
<p>In addition to that stuff, I just wanted to let people know that we&#8217;re working hard to build the best mobile marketing platform out there, and are adding new stuff each week.  We support clients from big (Orbitz, Anheuser Busch, Ogilvy) to small, and we understand that everyone has their own unique needs. Here are some bread and butter features that we think are important, but we frankly don&#8217;t spend much time talking about:</p>
<ul>
<li><strong>Support for multiple accounts</strong>: Need to manage multiple accounts? Want to assign different permissions to each user? Want to get setup with your own domain/sub-domain? No problem. <strong><br />
</strong></li>
<li><strong>Support for multiple short codes</strong>: Yep, we can do this<strong>.<br />
</strong></li>
<li><strong>Aggregation partner managment</strong>: We currently work with three different aggregation partners are and are building relationships quickly. We can work directly with an aggregation partner, or you can setup an account with them directly and just provide us your account details.</li>
<li><strong>Short code management</strong>: We&#8217;ll work directly with the CSCA (Common Short Code Administration) on your behalf to secure your code and manage billing. Or you can work with them directly.</li>
</ul>
<p>Finally, there are great things happening within mobile right now outside of mobile messaging, and we&#8217;re jumping in (hint: it starts with iphone).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.interactivemediums.com/2008/09/11/long-time-no-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
