Difference between revisions of "Original mobile technologies"

From California Technology Festival Wiki
Jump to navigation Jump to search
m (1 revision imported)
 
 
Line 1: Line 1:
 
Led by Josh and Jordan
 
Led by Josh and Jordan
  
Mobile in this context: anything a “dumb” phone has
+
==Mobile in this context==
- calling
+
anything a “dumb” phone has
- SMS
+
* calling
- radio combined with internet
+
* SMS
 +
* radio combined with internet
  
Why Mobile is awesome
+
===Why Mobile is awesome===
- don’t have to install an app
+
* don’t have to install an app
- SMS is instant
+
* SMS is instant
- SMS open rate is very high
+
* SMS open rate is very high
- Note that you shouldn’t
+
* Note that you shouldn’t
  
Why Mobile sucks
+
===Why Mobile sucks===
- costs per message (sometimes  
+
* costs per message (sometimes  
- interface: text messages are short and have difficult data formatting
+
* interface: text messages are short and have difficult data formatting
- tools for developing are not up to par with the rest of modern web development
+
* tools for developing are not up to par with the rest of modern web development
  
Josh has worked on projects of various sizes
+
===Josh has worked on projects of various sizes===
- sending SMS to thousands of users
+
* sending SMS to thousands of users
- smaller projects setting up community radio
+
* smaller projects setting up community radio
- automated SMS services
+
* automated SMS services
  
Questions
+
===Questions===
- We have a current system. How can we use it better?
+
* We have a current system. How can we use it better?
- What is the best way to use mobile for our projects?
+
* What is the best way to use mobile for our projects?
- Who should we target using SMS messaging?
+
* Who should we target using SMS messaging?
- What are the most effective kinds of things to share?
+
* What are the most effective kinds of things to share?
- Never used SMS to reach out to our audiences, but we want to try it, particularly for monolingual Spanish speakers?
+
* Never used SMS to reach out to our audiences, but we want to try it, particularly for monolingual Spanish speakers?
- What does it require in terms of resources and budget?
+
* What does it require in terms of resources and budget?
- Can we use it to target doners?
+
* Can we use it to target doners?
  
Various SMS services:
+
==Various SMS services==
 +
* Revolution messaging
 +
** hosting
 +
** shared shortcode (having your own is really expensive)
 +
** reasonably priced
  
- Revolution messaging
+
* Mobile commons
--- hosting
+
** really big one
--- shared shortcode (having your own is really expensive)
+
** great product, very expensive
--- reasonably priced
 
  
- Mobile commons
+
* Frontline
--- really big one
+
** software you can run yourself off a laptop with a tethered phone or GSM modem
--- great product, very expensive
+
** developed primarily for data collection work in Africa
 +
** can be an inexpensive way to get started, you can use this and port to a different service later
  
- Frontline
+
* Telerivet, web interface
--- software you can run yourself off a laptop with a tethered phone or GSM modem
+
** sending out messages at demonstrations
--- developed primarily for data collection work in Africa
+
** getting feedback from guests at an event
--- can be an inexpensive way to get started, you can use this and port to a different service later
+
** $30/month for 5000 messages / day and 10,000 contacts
 +
** have to use your personal phone # or subscribe through a number through them | $0.01 per message inbound and outbound
  
- Telerivet, web interface
+
* Mozeo
--- sending out messages at demonstrations
+
** inexpensive
--- getting feedback from guests at an event
 
--- $30/month for 5000 messages / day and 10,000 contacts
 
--- have to use your personal phone # or subscribe through a number through them | $0.01 per message inbound and outbound
 
  
- Mozeo
+
* SMS Blast
--- inexpensive
+
** good for quick, one off messages
 
 
- SMS Blast
 
--- good for quick, one off messages
 
  
 
It’s a good idea to connect this services with an internet SMS number that lets you send and receive SMS over the internet
 
It’s a good idea to connect this services with an internet SMS number that lets you send and receive SMS over the internet
  
APIs to build your own system
+
===APIs to build your own system===
- Troppo, free to develop
+
* Tropo, free to develop
- Twillio
+
* Twillio
- Clickitel, expensive but flexible, has a lot of foreign shortcodes
+
* Clickitel, expensive but flexible, has a lot of foreign shortcodes
  
Shortcodes
+
===Shortcodes===
- a five digit code that sends messages to you
+
* a five digit code that sends messages to you
- usually use a shared code, with a keyword to route the message
+
* usually use a shared code, with a keyword to route the message
- costs something like $10,000 to set up your own shortcode
+
* costs something like $10,000 to set up your own shortcode
- really helpful for signs and radio adds
+
* really helpful for signs and radio adds
- much easier to remember
+
* much easier to remember
  
Case Study: Presente
+
==Case Study: Presente==
- can text to collect a phone number and collect a list of phone numbers
+
* can text to collect a phone number and collect a list of phone numbers
- then reply with “Text your email and zip to join”
+
* then reply with “Text your email and zip to join”
- import into CRM system to followup by email
+
* import into CRM system to followup by email
- can be challenging to differentiate messaging for SMS and emails
+
* can be challenging to differentiate messaging for SMS and emails
- can use SMS to collect donations, but you have to have your own shortcode
+
* can use SMS to collect donations, but you have to have your own shortcode
- you could also text out a link that goes to a mobile optimized web page that collects donations, but requires a smartphone with data plan
+
* you could also text out a link that goes to a mobile optimized web page that collects donations, but requires a smartphone with data plan
  
CRM Integration
+
==CRM Integration==
- build your own custom
+
* build your own custom
- sometimes can export a csv file and then import it into a CRM
+
* sometimes can export a csv file and then import it into a CRM
- some CRMs have SMS integration, but usually with only with one provider
+
* some CRMs have SMS integration, but usually with only with one provider
  
Other projects
+
==Other projects==
- communicating with doctors for medical advice
+
* communicating with doctors for medical advice
- international development: mobile messages system for women who have stores in a market (like a replacement for email, in a community that didn’t have email)
+
* international development: mobile messages system for women who have stores in a market (like a replacement for email, in a community that didn’t have email)
  
Tips
+
==Tips==
- need to be able to parse the information in some way--if you collect multiple pieces of information, it’s all in one message
+
* need to be able to parse the information in some way--if you collect multiple pieces of information, it’s all in one message
- using delimiters (like comma separated information) doesn’t work very well-9 out of 10 people will mess that up
+
* using delimiters (like comma separated information) doesn’t work very well-9 out of 10 people will mess that up
- keep it simple, collect one or two pieces of information
+
* keep it simple, collect one or two pieces of information
- register a lot of different spellings of your keyword, to account for misspellings
+
* register a lot of different spellings of your keyword, to account for misspellings
- can use a different keyword to specify language preference (Spanish vs. English, for example)
+
* can use a different keyword to specify language preference (Spanish vs. English, for example)
- short bursts of messages are better than longer messages with multiple/complicated asks
+
* short bursts of messages are better than longer messages with multiple/complicated asks
- make sure you give people a first message with an opt-out option
+
* make sure you give people a first message with an opt-out option
  
Other tools
+
==Other tools==
 +
* vojo.co
 +
** mobile mapping and storytelling system
 +
** can do MMS
 +
** mobile blogs sent over SMS
  
- vojo.co
+
* WhatsApp
--- mobile mapping and storytelling system
 
--- can do MMS
 
--- mobile blogs sent over SMS
 
  
- WhatsApp
+
* Snapchat
  
- Snapchat
+
* cel.ly
 +
** social networking over SMS
  
- cel.ly
+
* mailchimp
--- social networking over SMS
+
** gather for collecting data at events (a little bit expensive)
  
- mailchimp
+
==Budget==
--- gather for collecting data at events (a little bit expensive)
+
* Telerivet recommended as a relatively low cost service
 +
* Frontline is virtually free, and a good way to get started at very low cost
  
Budget
+
==Other uses for mobile==
- Telerivet recommended as a relatively low cost service
+
* walking tours, have a number that you call from each location with a recorded message
- Frontline is virtually free, and a good way to get started at very low cost
+
* “people’s Skype” built for occupy--call a number and use multiple crowd members phones to broadcast a message
 +
* OPD sends out alerts, and you can text back a number, which the OPD will then send the same message to them
  
Other uses for mobile
+
==Research on teen use==
- walking tours, have a number that you call from each location with a recorded message
+
* Pew Internet Research, a number of years ago, did some research what mobile use is higher in Latino communities, compared to white communities
- “people’s Skype” built for occupy--call a number and use multiple crowd members phones to broadcast a message
+
* Anecdotal evidence says that current teens use mobile and texting more than ever before, but no hard research numbers
- OPD sends out alerts, and you can text back a number, which the OPD will then send the same message to them
 
  
Research on teen use
+
==ussd==
- Pew Internet Research, a number of years ago, did some research what mobile use is higher in Latino communities, compared to white communities
+
* a low level mobile system, like sms, for messaging
- Anecdotal evidence says that current teens use mobile and texting more than ever before, but no hard research numbers
+
* used in a lot of other places in the world to collect multiple points of information
 +
* uses one connection for multiple messages, rather than several individual messages
  
ussd
+
==Callback systems==
- a low level mobile system, like sms, for messaging
+
* You text to the shortcode, and then it calls you back
- used in a lot of other places in the world to collect multiple points of information
+
* Example use is that user is called back, given a recorded message with talking points, and then connected to their congress person to talk about a particular issue
- uses one connection for multiple messages, rather than several individual messages
+
* EFF and The Day We Fight Back have used this
 +
* The Day We Fight Back has an open source platform they built on Twillio that you can use, but you have to host it
  
Callback systems
+
[[Category: 2014 Los Angeles]][[Category:Development]]
- You text to the shortcode, and then it calls you back
 
- Example use is that user is called back, given a recorded message with talking points, and then connected to their congress person to talk about a particular issue
 
- EFF and The Day We Fight Back have used this
 
- The Day We Fight Back has an open source platform they built on Twillio that you can use, but you have to host it
 

Latest revision as of 20:40, 4 May 2016

Led by Josh and Jordan

Mobile in this context

anything a “dumb” phone has

  • calling
  • SMS
  • radio combined with internet

Why Mobile is awesome

  • don’t have to install an app
  • SMS is instant
  • SMS open rate is very high
  • Note that you shouldn’t

Why Mobile sucks

  • costs per message (sometimes
  • interface: text messages are short and have difficult data formatting
  • tools for developing are not up to par with the rest of modern web development

Josh has worked on projects of various sizes

  • sending SMS to thousands of users
  • smaller projects setting up community radio
  • automated SMS services

Questions

  • We have a current system. How can we use it better?
  • What is the best way to use mobile for our projects?
  • Who should we target using SMS messaging?
  • What are the most effective kinds of things to share?
  • Never used SMS to reach out to our audiences, but we want to try it, particularly for monolingual Spanish speakers?
  • What does it require in terms of resources and budget?
  • Can we use it to target doners?

Various SMS services

  • Revolution messaging
    • hosting
    • shared shortcode (having your own is really expensive)
    • reasonably priced
  • Mobile commons
    • really big one
    • great product, very expensive
  • Frontline
    • software you can run yourself off a laptop with a tethered phone or GSM modem
    • developed primarily for data collection work in Africa
    • can be an inexpensive way to get started, you can use this and port to a different service later
  • Telerivet, web interface
    • sending out messages at demonstrations
    • getting feedback from guests at an event
    • $30/month for 5000 messages / day and 10,000 contacts
    • have to use your personal phone # or subscribe through a number through them | $0.01 per message inbound and outbound
  • Mozeo
    • inexpensive
  • SMS Blast
    • good for quick, one off messages

It’s a good idea to connect this services with an internet SMS number that lets you send and receive SMS over the internet

APIs to build your own system

  • Tropo, free to develop
  • Twillio
  • Clickitel, expensive but flexible, has a lot of foreign shortcodes

Shortcodes

  • a five digit code that sends messages to you
  • usually use a shared code, with a keyword to route the message
  • costs something like $10,000 to set up your own shortcode
  • really helpful for signs and radio adds
  • much easier to remember

Case Study: Presente

  • can text to collect a phone number and collect a list of phone numbers
  • then reply with “Text your email and zip to join”
  • import into CRM system to followup by email
  • can be challenging to differentiate messaging for SMS and emails
  • can use SMS to collect donations, but you have to have your own shortcode
  • you could also text out a link that goes to a mobile optimized web page that collects donations, but requires a smartphone with data plan

CRM Integration

  • build your own custom
  • sometimes can export a csv file and then import it into a CRM
  • some CRMs have SMS integration, but usually with only with one provider

Other projects

  • communicating with doctors for medical advice
  • international development: mobile messages system for women who have stores in a market (like a replacement for email, in a community that didn’t have email)

Tips

  • need to be able to parse the information in some way--if you collect multiple pieces of information, it’s all in one message
  • using delimiters (like comma separated information) doesn’t work very well-9 out of 10 people will mess that up
  • keep it simple, collect one or two pieces of information
  • register a lot of different spellings of your keyword, to account for misspellings
  • can use a different keyword to specify language preference (Spanish vs. English, for example)
  • short bursts of messages are better than longer messages with multiple/complicated asks
  • make sure you give people a first message with an opt-out option

Other tools

  • vojo.co
    • mobile mapping and storytelling system
    • can do MMS
    • mobile blogs sent over SMS
  • WhatsApp
  • Snapchat
  • cel.ly
    • social networking over SMS
  • mailchimp
    • gather for collecting data at events (a little bit expensive)

Budget

  • Telerivet recommended as a relatively low cost service
  • Frontline is virtually free, and a good way to get started at very low cost

Other uses for mobile

  • walking tours, have a number that you call from each location with a recorded message
  • “people’s Skype” built for occupy--call a number and use multiple crowd members phones to broadcast a message
  • OPD sends out alerts, and you can text back a number, which the OPD will then send the same message to them

Research on teen use

  • Pew Internet Research, a number of years ago, did some research what mobile use is higher in Latino communities, compared to white communities
  • Anecdotal evidence says that current teens use mobile and texting more than ever before, but no hard research numbers

ussd

  • a low level mobile system, like sms, for messaging
  • used in a lot of other places in the world to collect multiple points of information
  • uses one connection for multiple messages, rather than several individual messages

Callback systems

  • You text to the shortcode, and then it calls you back
  • Example use is that user is called back, given a recorded message with talking points, and then connected to their congress person to talk about a particular issue
  • EFF and The Day We Fight Back have used this
  • The Day We Fight Back has an open source platform they built on Twillio that you can use, but you have to host it