Table of Contents:


Introduction


Setting up an SMS campaign is similar to setting up a regular email campaign, except that the message type is SMS. In addition there are a few preliminaries and limitations, detailed below.

Using a separate List for your SMS contacts 

SMS Vendor Setup

  1. Go to Vendors Settings → My Connections and in the Actions column click on the 'ESP Setup' icon.
    1. Depending on the vendor there are typically 3 fields to setup when connection to an SMS vendor: 'From Name', 'Username' and 'Password'. The latter two might be called differently in different vendors.
  2. From Name: you can use any name you like, typically it should be the name of the brand sending the SMS e.g., MyCompany
    1. Note: If you’re using SMS vendor “CM.”, you’ll need to make sure that the “From Name” contain less than 11 characters (this is a limitation of CM. ONLY)
  3. Enter the username and password, so Ongage can connect to the vendor via the API in order to send out the SMS text messages from your Ongage campaigns.

SMS Field Setup

Go to: List Settings → Fields Setup

Create / Edit SMS Message 

  1. Go to Content -> SMS Messages.
  2. Click 'New SMS'.
  3. Type in your SMS text message.
  4. Mobile numbers must contain a country code. If the mobile numbers in your list db contain a country code e.g., 1-212-555-5555 then there's no need to indicate a prefix on the page above. If on the other hand your numbers don't contain the country code, then you can add it here, by clicking on the 'Prefix' checkbox, and typing in the country code prefix number (e.g., 1 for North America, 44 for UK, etc.) to be prepended to all mobile numbers in this campaign.
  5. (warning) Note: SMS messages are limited to 160 characters. If you exceed that length, then the message will get split into 2 messages when sent. by vendor. In such a case the vendor may charge you for 2 messages, though Ongage will only charge you for 1.
    1. Besides our SMS editor which provides a character count, you can use the following tool to check for the length of your SMS messages: http://chadselph.github.io/smssplit/
    2. Special characters may get counted as more than one, please consult with your SMS vendor.
    3. Note: Ongage's short link detailed below takes up 19 characters.
  6. When done editing, the next 2 steps are exactly the same as for setting up an email campaign, i.e., 'Campaign Configuration' and 'Schedule'.

Links in SMS Messages and the Ongage Short / Tiny URL

About Open and Click Stats in SMS Campaigns

About SMS Messages and the Ongage Unsub Link

Example of how to use an Ongage Unsubscribe Link in your SMS Message:

To unsubscribe click: {{ocx_unsubscribe_link}}
Or if you want to be short and concise then simply
Unsubscribe: {{ocx_unsubscribe_link}}

Managing SMS unsubscribes and bounces 

Dynamic content and SMS campaigns

  1. First of all you can always use dynamic fields like you would in any email message, for example:

    Hi {{first_name}}!
    Click here for today's 24 hour special! 
    http://ourdailyspecial.com/?user={{email}}

    This way each user gets a personalied message. And moreover based on the dynamic parameters you append to the link, they can also arrive at a personalized landing page!
    Businesses in eCommerce, travel and jobs space, often use such a setup (i.e., with a link to a personalized landing page), though it is applicable for any vertical.

  2. You can use a static feed in an SMS text message – but there are two major caveats: (1) The feed must return text (and not XML or HTML, as many feeds do) and (2) Keep in mind you only have a max of 160 characters available!!
    For this purpose you can use Ongage static feed: {{ocx_feed_html{url=... }}}, though the syntax says html, make sure the response from the feed is text.

  3. Similarly you can you the dynamic feed syntax {{ocx_feed_dynamic_html}} for dynamic content per contact. Again you'll need to make sure that feed returns text for populating your SMS text message.

(warning) Content feeds such as Jobs (e.g., Indeed) cannot be used in an SMS text message as they return XML data that is rendered into HTML and not text, and thus not appropriate for SMS text message content. Any other 3rd party content feed that returns text data can be used, so long as you keep in mind, that you want the content to be limited to 160 characters.