Connect with us

Marketing Strategies

How to Handle Marketing During Uncertain Times

Published

on


For many businesses and individuals, the past few years have been positive and included opportunities and avenues for growth. With the current COVID-19 pandemic that is spreading across much of Europe and the Americas, the present and future have become very uncertain. The clear focus now should be on taking care of those who are ill, protecting those who are high-risk for infection, and staying healthy.

In the U.S., many businesses large and small are taking preventative measures to take care of their employees, customers, suppliers, and partners. Enabling remote working when possible has been demonstrated to be a good business continuity plan that puts the health of workers at the forefront. However, many businesses and business leaders who have taken steps to protect their workers are still experiencing much uncertainty about what comes next.

While business as usual is not an option, especially when it comes to marketing, there are several things to keep in mind during this pandemic. Below, our marketing team shares their thoughts on how to approach marketing as we cope with this global crisis.

Accept the Uncertainty but Don’t Panic

As humans, we are wired for fight or flight and panic can be a very real, normal response to the Coronavirus pandemic. The first thing that business leaders and marketers (and all individuals) should do is to accept that uncertainty will be constant for the near future, but to not panic. It’s important to know that while there are many uncertainties and China has not fully recovered from the Coronavirus outbreak, the country was able to disrupt the outbreak and change the course of the spread. While this won’t change our present, it should provide hope for the future, that recovery is imminent if we act appropriately now.

For marketers and business leaders, this means we can’t continue as normal, but that we need to adapt. You may be tempted to panic and stop all your marketing activities. While you may want to pause some activities to be sensitive to those who are ill or experiencing loss or hardship, it’s important to be strategic. While it may seem best to pause all your marketing activities, that will absolutely hurt your business in the future and may hinder your ability to recover.

Be Realistic, Not Pessimistic

In many ways, “the only thing we have to fear is fear itself.” Yes, we need to fear COVID-19, but for many B2B businesses, demand for your products and services is still there. If we go too far down the track of negative thinking, it will negatively affect employees, partners, clients, etc. Negative thinking can actually be more contagious than COVID-19 in a virtual workplace.

With marketing, be realistic about the impact COVID-19 will have on your business. Yes there will be dramatic effects on certain businesses (restaurants, bars, air travel, etc.), but there are other B2B businesses where it is business as usual, the only difference is sales and customer service will be done via Zoom, phone, or email. The quantity and quality of service will really not be affected.

Do not go down the path of negative thinking for no reason. Most B2B businesses can survive and actually thrive using alternative communication and service delivery platforms.

Be Thoughtful and Intentional

Over the past week, we have seen business leaders and marketers acting thoughtfully and with intention. Changing business operations to include “social distancing,” mandating that all workers able to work remotely do so, moving as much work online as possible, and limiting the amount of in-person interaction possible. These decisions are all thoughtful and intentional choices that demonstrate concern for individuals.

Marketers should be continuing to be thoughtful and intentional in their efforts. It’s ok to still post blog posts as long as the topics are worthwhile to the audience. It’s ok to send an email newsletter if the content is sensitive to the audience and offering value. Remember that many folks are taking their additional time right now to improve their skill set or expand their knowledge. They are focusing on the future and your content or materials will help to educate them while also letting them take their mind off the uncertainty surrounding them.

Avoid Being Opportunistic or Predatory

There is a clear line between an entrepreneurial spirit and using an opportunity to provide value. Because toilet paper hoarders are selling rolls for $10 a piece out of their cars, it’s essential to state that marketers and business owners absolutely MUST avoid being opportunistic or predatory.

If you are seeing an increased demand for something like IT services to set up remote workers or conference call software (both real demands now), be very careful about how you market these services. Make sure you understand the true need behind what is driving these trends and speak to the concerns of the end-users or business units.

Adapt for Now, Plan for the Future

We don’t know when the COVID-19 pandemic will be slowed, or how far it will reach, or what the final impact will be. But, based on recovery rates being published, it’s likely that much of the population will survive. For marketers and business leaders, it’s important to be flexible and adapt for now, but to continue to plan for the future.

We are all in this together and we will pull through.


قالب وردپرس

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Marketing Strategies

How to Make a Scalable SMS Chatbot Using Twilio, Python, and Google Sheets (with Free Code)

Published

on


Posted by R0bin_L0rd

Many of us are helping businesses that are facing hard times, or we’re facing hard times ourselves. If you’re working for a company (or client) that’s in trouble, the use of SMS chatbots could be a way for you to look outside your normal list of solutions and help them succeed in a completely different way. If you’re a marketer looking for work, adding this to your list of skills could mean you keep things ticking along while many of the usual doors are closed — or that you open new doors.

What you’ll get

In this post, I give you instructions and code to produce not just one, but a series of text-based chatbots that can be managed by Google Sheets.

The example here is set up to work with restaurants, but could be adapted to work with any business that needs to receive orders, check them against inventory/menus, and note them down to be fulfilled.

Once the system is set up, there will be no coding necessary to create a new SMS-based chatbot for a new business. Plus, that business will be able to manage key details (like incoming orders and a menu) by simply updating a Google Sheet, making all of this far more accessible than most other options.

But first, some context.

Some context

In September 2017, as one of my first big passion projects at Distilled, I wrote a Moz blog post telling people how to make a chatbot and giving away some example code.

This April, I got an email from a man named Alexandre Silvestre. Alex had launched “a non-profit effort to help the local small business owners navigate these challenging times, save as many jobs as possible, and continue to serve our community while helping to flatten the curve.”

This effort began by focusing on restaurants. Alex had found my 2017 post (holy moly, content marketing works!) and asked if I could help his team build a chatbot. We agreed on some basic requirements for the bot:

  • It had to work entirely within text message (and if the order was super complicated it had to be able to set up a call directly with the restaurant).
  • Running it had to be as close to free as possible.
  • Restaurants had to be able to check on orders, update menus, etc., without setting up special accounts.

The solution we agreed on had three parts:

  • Twilio (paid): supplies the phone number and handles most of the conversational back-and-forth.
  • Google Cloud Functions (semi-free): when a URL is called it runs code (including updating our database for the restaurant) and returns a response.
  • Google Sheets (free): our database platform. We have a sheet which lists all of the businesses using our chatbot, and linking off to the individual Google Sheets for each business.

I’ll take you through each of these components in turn and tell you how to work with them.

If you’re coming back to this post, or just need help with one area, feel free to jump to the specific part you’re interested in:

—<a href="https://moz.com/blog#pricing" Pricing
Twilio
Google Sheets
Google Cloud Functions
Test the bot
Break things and have fun
Postscript — weird hacks

Pricing

This should all run pretty cheaply — I’m talking like four cents an order.

Even so, always make sure that any pricing alerts are coming through to an email address you actively monitor.

When you’re just starting on this, or when you’ve made a change (like adding new functionality or new businesses), make sure you check back in on your credits over the next few weeks so you know what’s going on.

Twilio

Local Twilio phone numbers cost about $1.00 per month. It’ll cost about $0.0075 to send and receive texts, and Twilio Studio — which we use to do a lot of the “conversation” — costs $0.01 every time it’s activated (the first 1,000 every month are free).

So, assuming you have 2,500 text orders a month and each order takes about five text messages, it’s coming to about $100 a month in total.

Google Sheets

Google Sheets is free, and great. Long live Google Sheets.

Google Cloud Functions

Google shares full pricing details here, but the important things to know about are:

1. Promotional credits

You get a free trial which lasts up to a year, and it includes $300 of promotional credits, so it’ll spend that before it spends your money. We’d spent $0.00 (including promotional credits) at the end of a month of testing. That’s because there’s also a monthly free allowance.

2. Free allowance and pricing structure

Even aside from the free credits, Google gives a free allowance every month. If we assume that each order requires about 5 activations of our code and our code takes up to five seconds to run each time (which is a while but sometimes Google Sheets is sluggish), we could be getting up to over 400,000 orders per month before we dip into the promotional credits.

Twilio

Twilio is a paid platform that lets you buy a phone number and have that number automatically send certain responses based on input.

If you don’t want to read more about Twilio and just want the free Twilio chatbot flow, here it is.

Step 1: Buy a Twilio phone number

Once you’ve bought a phone number, you can receive texts to that number and they’ll be processed in your Twilio account. You can also send texts from that number.

Step 2: Find your phone number

You can see your list of purchased phone numbers by clicking the Twilio menu in the top left hand corner and then clicking “Phone Numbers”. Or, you can just go to phone-numbers/incoming.

Once you see your phone number listed, make a note of it.

Step 3: Create your Studio Flow

Studio is Twilio’s drag-and-drop editor that lets you create the structure of your conversation. A studio “flow” is just the name of a specific conversation you’ve constructed.

You can get to Twilio Studio by clicking on the Twilio menu again and clicking on “Studio” under “Runtime”.

Create a new flow by clicking “Create a flow”.

When you create a new flow, you’ll be given the option to start from scratch or use one of the built-in options to build your flow for you (although they won’t be as in-depth as the template I’m sharing here).

If you want to use a version of the flow which Alex and I built, select “Import from JSON” and click “Next”. Then, download this file and copy the contents into the box that comes up.

Make sure that it starts with a single { brace, and ends with a single } brace. The box that comes up will automatically have {} in it and if you don’t delete them before you paste, you’ll double-up and it won’t accept your input.

If all goes well, you’ll be presented with a flow that looks like this:

You might be asking: What in the name of all that is holy is that tangle of colored spaghetti?

That’s the Twilio Studio flow we created and, don’t worry, it basically splits up into a series of multiple-choice questions where the answer to each determines where you go next in the flow.

Everything on the canvas that you can see is a widget from the Twilio Studio widget library connected together with “if this, then that” type conditions.

The Studio Flow process

Before we go into specific blocks in the process, here’s an overview of what happens:

  1. A customer messages one of our Twilio numbers
  2. Based on the specific number messaged, we look up the restaurant associated with it. We then use the name and saved menu of the restaurant to message the customer.
  3. If the customer tries to order off-menu, we connect a call to the restaurant
  4. If the customer chooses something from our menu, we ask their name, then record their order in the sheet for that restaurant and tell them when to arrive to pick up their order
  5. As/when the user messages to tell us they are outside the restaurant, we ask whether they are on-foot/a description of their vehicle. We record the vehicle description in the same restaurant sheet.

Let’s look at some example building blocks shall we?

Initial Trigger

The initial trigger appears right at the start of every flow, and splits the incoming contact based on whether it’s a text message, a phone call, or if code is accessing it.

“Incoming Message” means the contact was via text message. We only need to worry about that one for now, so let’s focus on the left-hand line.

Record the fact that we’re starting a new interaction

Next, we use a “Set Variables” block, which you can grab from the widget library.

The “Set Variables” block lets us save record information that we want to refer to later. For example, we start by just setting the “stage” of our interaction. We say that the stage is “start” as in, we are at the start of the interaction. Later on we’ll check what the value of stage is, both in Studio and in our external code, so that we know what to do, when.

Get our menu

We assume that if someone messaged us, triggering the chatbot, they are looking to order so the next stage is to work out what the applicable menu is.

Now, we could just write the menu out directly into Studio and say that whenever someone sends us a message, we respond with the same list of options. But that has a couple problems.

First, it would mean that if we want to set this up for multiple restaurants, we’d have to create a new flow for each. 

The bigger issue is that restaurants often change their menus. If we want this to be something we can offer to lots of different restaurants, we don’t want to spend all our time manually updating Twilio every time a restaurant runs out of an ingredient.

So what we really need is for the restaurants to be able to list their own menus. This is where Google Sheets comes in, but we’ll get to that later. In Twilio, we just need to be able to ask for external information and forward that external information to the user. To do that we use a Webhook widget:

This widget makes a request to a URL, gets the response, and then lets us use the content of the response in our messages and flow.

If the request to the URL is successful, Twilio will automatically continue to our success step, otherwise we can set it to send an “Oops, something went wrong” response with the Fail option.

In this case, our Webhook will make a request to the Google Cloud functions URL (more on that later). The request we send will include some information about the user and what we need the code to do. The information will be in JSON format (the same format that we used to import the Twilio flow I shared above).

Our JSON will include the specific Twilio phone number that’s been messaged, and we’ll use that number to differentiate between restaurants, as well as the phone number that contacted us. It’ll also include the content of the text message we received and the “stage” we set earlier, so the code knows what the user is looking for.

Then the code will do some stuff (we’ll get to that later) and return information of its own. We can then tell Twilio to use parts of the response in messages.

Send a message in response

Next we can use the information we received to construct and send a message to the user. Twilio will remember the number you’re in a conversation with and it’ll send your messages to that number.

This is the “Send & Wait For Reply” widget, meaning that once this message is sent, Twilio will assume the conversation is still going rather than ending it there.

In this case, we’re writing our welcome message. We could write out just plain content, but we want to use some of the variables we got from our Webhook widget. We called that specific Webhook widget “get_options”, so we access the content we got from it by writing:

{{widgets.get_options

The response comes back in JSON, and fortunately Twilio automatically breaks that up for us. 

We can access individual parts of the response by writing “parsed” and then the label we gave that information in our response. As it is, the response from the code looked something like this:

{“name”: restaurant_name,

“dishes_string”: “You can choose from Margherita Pizza, Hawaiian Pizza, Vegetarian Pizza”

“additions”: “large, medium, small”}

We get the available menu by writing “{{widgets.get_options.parsed.dishes_string}}”, and then we write the message below which will be sent to people who contact the bot:

Make a decision based on a message

We can’t assume everyone is going to use the bot in exactly the same way so we need to be able to change what we do based on certain conditions. The “Split Based On…” widget is how we select certain conditions and set what to do if they are met.

In this case, we use the content of the response to our previous message which we access using {{options_follow_up.inbound.Body}}. “Options_follow_up” is the name of the Send & Wait widget we just spoke about, “inbound” means the response and, “Body” means the text within it.

Then we set a condition. If the user responds with anything along the lines of “other”, “no”, “help”, etc., they’ll get sent off on another track to have a phone call. If they respond with anything not on that list, they might be trying to order, so we take their order and check it with our code:

Set up a call

If the user says they want something off-menu, we’ll need to set up a call with the restaurant. We do that by first calling the user:

Then, when they pick up, connecting that call to the restaurant number which we’ve already looked up in our sheets:

Step 4: Select your studio flow for this phone number

Follow the instructions in step two to get back to the specific listing for the phone number you bought. Then scroll to the bottom and select the Studio Flow you created.

Google Sheets

This chatbot uses two Google Sheets.

Free lookup sheet

The lookup sheet holds a list of Twilio phone numbers, the restaurant they have been assigned to, and the URL of the Google Sheet which holds the details for that restaurant, so that we know where to look for each.

You’ll need to create a copy of the sheet to use it. I’ve included a row in the sheet I shared, explaining each of the columns. Feel free to delete that when you know what you’re doing.

Free example restaurant sheet

The restaurant-specific sheet is where we include all of our information about the restaurant in a series of tabs. You’ll need to create a copy of the sheet to use it. 

Orders

The orders tab is mainly used by our code. It will automatically write in the order time, customer name, customer phone number, and details of the order. By default it’ll write FALSE in the “PAID/READY?” column, which the restaurant will then need to update.

In the final stage, the script will add TRUE to the “CUSTOMER HERE?” column and give the car description in the “PICK UP INFO” column.

Wait time

This is a fairly simple tab, as it contains one cell where the restaurant writes in how long it’ll be before orders are ready. Our code will extract that and give it to Twilio to let customers know how long they’ll likely be waiting.

Available dishes and additions tabs

The restaurant lists the dishes that are available now along with simple adaptations to those dishes, then these menus are sent to customers when they contact the restaurant. When the code receives an order, it’ll also check that order against the list of dishes it sent to see if the customer is selecting one of the choices.

Script using sheet tab

You don’t need to touch this one at all — it’s just a precaution to avoid our code accidentally overwriting itself.

Imagine a situation where our code gets an order, finds the first empty row in the orders sheet, and writes that order down there. However, at the same time, someone else makes an order for the same restaurant, another instance of our code also looks for the first empty row, selects the same one, and they both write in it at the same time. We’d lose at least one order even though the code thinks everything is fine.

To try to avoid that, when our code starts to use the sheet, the first thing it does is change the “Script using sheet” value to TRUE and writes down when it starts using it. Then, when it’s done, it changes the value back to FALSE.

If our script goes to use the sheet and sees that “Script using sheet” is set to TRUE, it’ll wait until that value becomes FALSE and then write down the order.

How do I use the sheets?

Example restaurant sheet:

  1. Make a copy of the example restaurant sheet.
  2. Fill out all the details for your test restaurant.
  3. Copy the URL of the sheet.

Lookup sheet:

  1. Make a copy of the lookup sheet (you’ll only need to create one).
  2. Don’t delete anything in the “extracted id” column but replace everything else.
  3. Put your Twilio number in the first column.
  4. Paste the URL of your test restaurant in the Business Sheet URL column.
  5. Add your business’ phone number in the final column.

Sharing:

  1. Find the “Service Account” email address (which I’ll direct you to in the Cloud Functions section).
  2. Make sure that both sheets are shared with that email address having edit access.

Creating a new restaurant:

  1. Any time you need to create a new restaurant, just make a copy of the restaurant sheet.
  2. Make sure you tick “share with the same people” when you’re copying it.
  3. Clear out the current details.
  4. Paste the new Google Sheet URL in a new line of your lookup sheet.

When the code runs, it’ll open up the lookup sheet, use the Twilio phone number to find the specific sheet ID for that restaurant, go to that sheet, and return the menu.

Google Cloud Functions

Google Cloud Functions is a simple way to automatically run code online without having to set up servers or install a whole bunch of special programs somewhere to make sure your code is transferable.

If you don’t want to learn more about Google Cloud and just want code to run — here’s the free chatbot Python code.

What is the code doing?

Our code doesn’t try to handle any of the actual conversations, it just gets requests from Twilio — including details about the user and what stage they are at — and performs some simple functions.

Stage 1: “Start”

The code receives a message from Twilio including the Twilio number that was activated and the stage the user is at (start). Based on it being the “start” stage, the code activates the start function.

It looks up the specific restaurant sheet based on the Twilio number, then returns the menu for that restaurant.

It also sends Twilio things like the specific restaurant’s number and a condensed version of the menu and additions for us to check orders against.

Stage 2: “Chosen”

The code receives the stage the user is at (chosen) as well as their order message, the sheet ID for the restaurant, and the condensed menu (which it sent to Twilio before), so we don’t have to look those things up again.

Based on it being the “chosen” stage, the code activates the chosen function. It checks if the order matches our condensed menu. If they didn’t, it tells Twilio that the message doesn’t look like an order. 

If the order does match our menu, it writes the order down in the first blank line. It also creates an order ID, which is a combination of the time and a portion of the user’s phone number.

It sends Twilio a message back saying if the order matched our menu and, if it did match our menu, what the order number is.

Stage 3: “Arrived”

The code receives the stage the user is at (arrived) and activates the arrived function. It also receives the message describing the user’s vehicle, the restaurant-specific sheet ID, and the order number, all of which it previously told Twilio.

It looks up the restaurant sheet, and finds the order ID that matches the one it was sent, then updates that row to show the user has arrived and the description of their car.

Twilio handles all the context

It might seem weird to you that every time the code finds some information (for instance, the sheet ID to look up) it sends that information to Twilio and requests it afresh later on. That’s because our code doesn’t know what’s going on at all, except for what Twilio tells it. Every time we activate our code, it starts exactly the same way so it has no way of knowing which user is texting Twilio, what stage they’re at, or even what restaurant we’re talking about.

Twilio remembers these things for the course of the interaction, so we use it to handle all of that stuff. Our code is a very simple “do-er” — it doesn’t “know” anything for more than about five seconds at a time.

How do I set up the code?

I don’t have time to describe how to use Google Cloud Functions in-depth, or how to code in Python, but the code I’ve shared above includes a fair number of notes explaining what’s going on, and I’ll talk you through the steps specific to this process.

Step 1: Set up

Make sure you:

Step 2: Create a new function

Go here and click “create a new function”. If you haven’t created a project before, you might need to do that first, and you can give the project whatever name you like.

Step 3: Set out the details for your function

The screen shot below gives you a lot of the details you need. I’d recommend you choose 256MB for memory — it should be enough. If you find you run into problems (or if you want to be more cautious from the start), then increase it to 512MB.

Make sure you select HTTP as the trigger and note down the URL it gives you (if you forget, you can always find the URL by going to the “Trigger” tab of the function).

Also make sure you tick the option to allow Unauthenticated Access (that way Twilio will be able to start the function).

Select “Inline editor” and paste in the Gist code I gave you (it’s heavily commented, I recommend giving it a read to make sure you’re happy with what it’s doing).

Click “REQUIREMENTS.TXT” and paste in the following lines of libraries you’ll need to use:

  • flask
  • twilio
  • pytz

Make sure “function to execute” is SMS, then click the “Environment Variables” dropdown.

Just like I’ve done above, click “+ ADD VARIABLE”, write “spreadsheet_id” in the “Name” column, and in the “Value” column, paste in the ID of your lookup sheet. You get the ID by looking at the URL of the lookup sheet, and copying everything between the last two slashes (outlined in red below).

Click on the “Service account” drop down. It should come up with just “App Engine default service account” and give you an email address (as below) — that’s the email address you need all of your Google Sheets to be shared with. Write it down somewhere and add it as an edit user for both your lookup and restaurant-specific sheets.

Once you’ve done all of that, click “Deploy”.

Once you deploy, you should land back on the main screen for your Cloud Function. The green tick in the top left hand corner tells you everything is working.

Step 4: Turn on Sheets API

The first time your code tries to access Google Sheets, it might not be able to because you need to switch on the Google Sheets API for your account. Go here, select the project you’re working on with the dropdown menu in the top left corner, then click the big blue “ENABLE” button.

Step 5: Go back to Twilio and paste in the HTTP trigger for your code

Remember the trigger URL we noted down from when we were creating our function? Go back to your Twilio Studio and find all of the blocks with the </> sign in the top left corner:

Click on each in turn and paste your Google Cloud URL into the REQUEST URL box that comes up on the right side of the screen:

Test the bot

By now you should have your Cloud Function set up. You should also have both of your Google Sheets set up and shared with your Cloud Function service account.

The next step is to test the bot. Start by texting your Twilio number the word “order” to get it going. It should respond with a menu that your code pulls from your restaurant-specific Google Sheet. Follow the steps it sends you through to the end and check your Google Sheet to make sure it’s updating properly.

If for some reason it’s not working, there are two places you can check. Twilio keeps a log of all the errors it sees which you can find by clicking the little “Debugger” symbol in the top right corner:

Google also keeps a record of everything that happens with your Cloud Function. This includes non-error notifications. You can see all of that by clicking “VIEW LOGS” at the top:

Conclusion: break things and have fun

All of this is by no means perfect, and I’m sure there’s stuff you could add and improve, but this is a way of building a network of scalable chatbots, each specific to a different business, and each partially managed by that business at minimal cost.

Give this a try, break it, improve it, tear it up and start again, and let me know what you think!


Postscript: weird hacks

This bit is only really for people who are interested, but because we’ve deliberately done this on a shoestring, we run into a couple weird issues — mainly around requests to our bot when it hasn’t been activated for a bit.

When Twilio gets messages for the first time in a while, it turns on pretty quickly and expects other things to do so, too. For example, when Twilio makes requests to our code, it assumes that the code failed if it takes more than about five seconds. That’s not that unusual — a lot of chat platforms demand a five-second max turnaround time.

Cloud Functions are able to run pretty fast, even with lower memory allowances, but Google Sheets always seems to be a bit slow when accessed through the API. In fact, Google Sheets is particularly slow if it hasn’t been accessed in some time.

That can mean that, if no one has used your bot recently, Google Sheets API takes too long to respond the first time and Twilio gives up before our code can return, causing an error.

There are a couple parts of our script designed to avoid that.

Trying again

The first time we activate our Cloud Function, we don’t want it to actually change anything, we just want information. So in Twilio, we start by creating a variable called “retries” and setting the value as 0. 

If the request fails, we check if the retries value is 0. If it is, then we set the retries value to 1 and try again. If it fails a second time, we don’t want to keep doing this forever so we send an error and stop there.

Waking the sheet up

The second time we activate our Cloud Function we do want it to do something. We can’t just do it again if it doesn’t return in time because we’ll end up with duplicate orders, which is a headache for the restaurant.

Instead, during an earlier part of the exchange, we make a pointless change to one of our sheets, just so that it’s ready for when we make the important change.

In our conversational flow we:

  1. Send the menu
  2. Get the response
  3. Ask for the user’s name
  4. Write the order

We don’t need to do anything to the sheet until step four, but after we get the user’s response (before we ask their name), we activate our code once to write something useless into the order sheet. We say to Twilio — whether that succeeds or fails — keep going with the interaction, because it doesn’t matter at that point whether we’ve returned in time. Then, hopefully, by the time we go to write in our order, Google Sheets is ready for some actual use.

There are limitations

Google Sheets is not the ideal database — it’s slow and could mean we miss the timeouts for Twilio. But these couple of extra steps help us work around some of those limitations.

Sign up for The Moz Top 10, a semimonthly mailer updating you on the top ten hottest pieces of SEO news, tips, and rad links uncovered by the Moz team. Think of it as your exclusive digest of stuff you don’t have time to hunt down but want to read!





Source link

قالب وردپرس

Continue Reading

Marketing Strategies

How Broadcast Journalism Helped Me Pivot to Social Media Management

Published

on


Pivoting from a career in broadcast journalism was a big decision for me.

I loved everything about a newsroom environment: the breaking news, researching topics, identifying sources for stories, and feeling like I had a pulse on trends and issues taking place in the world.

I was successful at it, too. In fact, I worked at some of the biggest news corporations in the world, including CNN, ABC News, CBSLA and others.

However, at some point — because I was spending so much time on social media listening for breaking news and looking for story ideas — my interest in social media evolved.

I knew I wanted to make a transition, but I was scared of taking a leap and pivoting to social media marketing.

Today, I can tell you that I’m so happy I did. I learned that my job is not my entire identity, and through journalism, I have so many transferrable skills to thrive in any industry.

Switching careers can feel exciting, but comes with feelings of self-doubt and anxiety.

Here, I want to highlight how broadcast journalism helped me succeed in social media, and tips you can use if you’re considering a career shift of your own.

7 Takeaways From Journalism You Can Apply to Social Media

1. Ask the 5 W questions.

Who? What? Where? When? and Why? These questions are ingrained in any journalist.

The foundational questions to news gathering also apply in the context of content creation, marketing plans, and any content strategy. For instance, any marketer likely asks these questions daily:

Who is this message for?

What is the core message we want them to take away from this?

When (and where) are they most likely to be to consume this message?

Why should they care?

“Why” also goes a little deeper in social media. The internet is flooded with information and it’s your job to capture someone’s attention — and hold their attention for your content.

Why would someone click on this ad?

Why are we targeting this group?

Why is it important that they see this message?

The root of these questions have helped me cut through the jargon of promotions and company announcements to get to the root of the message in the simplest words.

Pro Tip: In journalism school, I learned to simplify the facts by “explaining this story to my mom.” This framework has really helped me simplify information down to its core. I practice this often when trying to take a complex company announcement and whittle it down to its simplest takeaway.

2. Focus on the core story, not the details.

When it comes to creating content, journalists have a unique element they bring to the table: storytelling.

Some people may get caught up in numbers, the tagline, a paragraph in an announcement, and so on.

As a former journalist, I think about the core of the message we want to convey in a social post.

The key takeaway could involve visual elements and emotional triggers, but its foundation will include a concise message or story.

3. Keep up-to-date on industry and competitor trends.

The advantage journalism has provided me when it comes to conducting research is that, even if you have an intuitive sense of your audience, your journalism instincts still compel you to “look into it” and confirm your hypothesis.

For instance, for conducing market research — including what my audience is feeling, thinking, struggling with, dreaming of, reading about, etc. — I put my “investigative” hat on and look within Facebook Groups, or other websites where people can leave comments or questions (such as Quora or Amazon reviews) to gather information about what my audience is seeing, thinking, and feeling.

Additionally, a couple of keyword searches gives me a framework to work with while doing research.

Referring to the latest studies, trends, and reports helps me identify any overlaps and enables me to be a successful social media professional because I keep a pulse on issues that are top-of-mind to my audience.

A little research goes a long way in social media content and writing.

Journalists are naturally curious people, so we sometimes find ourselves entertained by trends and topics that get people talking. We like to quickly parachute in on behavior like this and figure out what the hype is all about, source who started it, and figure out why it’s taking off.

It’s amusing, to say the least, but this innate skill in journalists has helped me in social media because I can (for the most part) keep up with the latest memes, videos, or other trending news that’s popular that day or week. It also helps me recall previous news events or trends that were popular in the past.

Context of topics, audiences, and trends helps me while making editorial or marketing decisions and creating content.

4. Create quality content, even with minimal assets.

When it comes to content creation, journalists have had to work with little or major constraints when it comes to telling a story. You might have only a few usable sound bites, poor video quality, or you’re working with only sound.

Broadcast journalism helped me feel comfortable with improvising and maximizing any assets available.

I learned how to do video, audio and photography editing. I learned different storytelling formats such as radio, TV, print, and online, as well as how to distinguish each piece (i.e. infographic, video, blog post, listicle) and how to adapt them to different social media platforms.

I learned to do this in the most concise way possible, which helped me tremendously while writing short headlines and easy-to-understand text that includes a call to action.

5. Write concisely, and make every word count.

Whether it’s copywriting, writing in a brand’s voice, creating catchy headlines and titles, creating copy that converts a user, incorporating a call-to-action, or enticing a reader to learn more … it’s all important in social media.

Broadcast journalism helped my social media career with my writing skills alone. Ultimately, packaging information in a concise way is so important in social media.

Twitter has a 280 character limit. However, I’m proud that I learned how to write tweets when it had a 140-character limit — including character counts toward photos, videos, and GIFs that were attached!

Brevity is always a best practice when it comes to writing on social media, and broadcast journalism has helped me succeed in that regard.

Effective writing helps your audience understand you, what you offer, and your value and is a critical skill for attracting an online audience.

Pro Tip: Practice reading your words out loud to catch typos or awkward sentence structures. I learned this while writing copy for TV news and it has helped me tremendously while crafting social media posts.

6. Learn how to communicate effectively in crises. 

Social media is an extension of any brand, and understanding when something is a reputational risk is important.

My career in broadcast journalism helped me identify potential pitfalls or anticipate remarks people might make. The last thing I want to do is appear tone-deaf or miss the mark with marketing messages.

Working in broadcast journalism has trained me to never lower my guard and always keep my eyes open for threats or liabilities in social posts, marketing campaigns, and imagery.

I also understand news cycles, and during a crisis, I’ve learned how to evolve and adapt to new circumstances and information.

For example, during a crisis such as the COVID-19 pandemic, there were different phases of crisis communication companies needed to understand. It was important to pause, pivot marketing and messaging, and identify pain points and re-position your brand, among other things.

Working with so many PR and marketing professionals over the years taught me about how to “own the narrative” of a brand’s story and to serve as a brand steward on social media.

7. Stay resourceful and help your audience find answers to their needs.

I say I’m a digital content strategist, but really, I’m a professional problem-solver.

If I don’t have an answer, I’ll either find the answer or find someone who does.

Broadcast journalism taught me to be resourceful, help my audience with valuable and actionable information, and think quickly on my feet and pitch smart angles.

I’ve come across so many random scenarios while working in social media, including:

  • Converting and transferring files
  • Helping people with their wifi
  • Syncing folders on Sharepoint
  • Identifying fonts
  • Pitching a story on behalf of the company
  • Finding alternative channel or format to communicate a message
  • Sourcing video to its original owner

You name it, I’ve probably helped someone figure something out, and because of it, I’m an invaluable asset to my team and my company.

I solve people’s problems (in person and online) which makes me feel like I’m doing a great social service.

Journalists have a big opportunity in the marketing, social media, content strategy, storytelling and advertising space — if you are on the fence, I encourage you to take the leap.





Source link

قالب وردپرس

Continue Reading

Marketing Strategies

New Research: Marketers Increase Investment In ABM Following Early Success; Still Struggle With Data And Measurement

Published

on


COVID-19 has caused many B2B marketers to double down on ABM and engage their audiences with account-based targeting and insights. With social distancing influencing how marketers operate, ABM has become integral to adapting business operations to better cater to audiences that are in-market.

New research from ABM platform Demandbase indicated that businesses with mature ABM programs have increased their budgets for their ABM plays by 40% — 77% higher than businesses whose ABM programs are in their infancy. As a result, 22% of businesses reported a 28% higher budget allocation in 2020 than in 2019.

Demandbase’s 2020 ABM Market Research Study surveyed 900 employees from B2B businesses such as Drift, Bombora, Uberfip, Outreach, PFL and more, to gauge the impact of ABM strategies on marketing and sales alignment, content and account selection. The report highlights the differences between businesses with mature ABM programs and those with developing ABM strategies, showing how a business’ level of investment in account-based leads and content can result in higher ROI.

The report also explored the key characteristics among businesses with the most success in ABM, analyzing their full ABM plays, as well as their expertise in all aspects of ABM, including measurement.

Other key takeaways from the research include:

  • The highest performing businesses worked closely with their marketing teams to unify their channel engagement and tactics;
  • Teams still struggle with measurement due to traditional lead-based habits;
  • 43% of B2B companies treated the alignment of marketing and sales processes as a top priority in 2020;
  • Without ABM, 83% of businesses cannot use their CRMs properly, 60% cannot use LinkedIn and 73% fail at marketing automation;
  • Data quality was cited as the biggest challenge for implementing ABM strategies; and
  • More ABM strategies involved the integration of solutions and IT.

“We’re always eager to hear directly from marketers and learn from their experiences,” said Peter Isaacson, Chief Marketing Officer at Demandbase, in a statement. “This research reveals a lot about how ABM is fueling growth in the B2B world. It reinforced what we’ve believed for a long time now, that the companies that have the proper ABM foundations in place and have been dedicated to the strategy for the long haul enjoy very high levels of success. It also proves the value of such an approach for companies of all sizes.”

Demand Gen Report had the opportunity to sit down with Brian Finnerty, VP of Growth Marketing at Demandbase, to dive deeper into the report and expand on the impact of ABM on the B2B industry.

Demand Gen Report: The report states that ABM budgets are increasing year over year, with 2019 to 2020 having probably the biggest jump. Why have budgets for ABM increased so drastically?

Brian Finnerty: Budgets have risen fairly substantially, basically it’s been a 20% increase year over year in ABM investments. In 2019, companies were allocating 20% of their total marketing budget to ABM, which is pretty amazing. ABM hasn’t been around that long, but to see that investment has gone from 20% to 28% in 2020 is a pretty massive boom.

The first thing I take from that is the reason budgets are increasing for ABM is because companies are having success with ABM. ABM providers are showing ROI and showing companies that if you do a split test between more traditional demand gen and ABM, the results are hard to deny. If you’re getting increased ROI from ABM, generating more pipeline more closed-won business and expanding your existing accounts, versus your more traditional demand gen at reach, it’s pretty clear where you’re going to put your money. To some degree, money talks, and if marketers are investing more money in ABM, that means that they’re seeing a better return.

ABM over the past number of years has been able to show measurable results and you can link an account-based approach to increased pipeline generation and close-won rates, as well as increased deal velocity and increased retention of existing clients. That is why budget allocation has changed and why people continue to put more of their overall marketing budget into ABM. You’re always going to spend some of your budget on PR and communications and brand building. There are just certain marketing costs that you’re always going to have to support. But when you look at demand generation, an account-based approach is really taking precedence because quite honestly, it’s showing results.

DGR: One of the big aspects of ABM is the quality of data, but the report said that one of the biggest challenges is having that high-quality data. Why is it so difficult for B2B orgs to secure and maintain high-quality data?

Finnerty: In an ABM context, data is everything. When you’re focusing on your target accounts, and you’re focusing on the right people in those accounts, that’s a complex data problem. And while the data sources have improved over the years, and we’ve got access to a number of good data sources on accounts, it’s still a challenge. And there’s still misfires where companies get wrongly classified or subsidiaries within an organization are considered in isolation. Our data on accounts is always improving, but it’s critical to have that data so that you can build the right targeted canvas. And then within that, having data on the right people at those accounts is another challenge.

One of the challenges is a very simple one. People change roles and move on all the time. Somebody moves from a VP of Marketing role in a digital advertising company and becomes the VP of Marketing at a financial services company, and often there’s a lag there. LinkedIn is probably one of the quickest data sources to update because people will update their job descriptions and job titles there. You’ll often find yourself a couple of months behind, and that can be a real burn for an account-based approach because you’re still assuming someone is at a particular company and you have these orchestrated plays around reaching them. You may not know that they left a month ago or they’ve gone on maternity leave. If your data is not up to date, you’re burning money and burning it in the wrong places.

That’s why you’ll see 43% of respondents in the survey who have such a strong ROI on ABM cite improving data quality as a challenge. It’s undeniable that with the wrong kind of data, you’re in trouble.

DGR: The survey showed that alignment is important for ABM, and that 43% of companies are starting to align their sales and marketing teams in order to succeed in 2020. Why is alignment so critical to successful ABM?

Finnerty: When I see a stat like that, it definitely makes you sit up and take notice. That’s a lot of people who say sales and marketing alignment is just a critical factor of success. I think when ABM is executed successfully, your sales and marketing teams are moving in lockstep; they are very tightly aligned.

When you’re running multichannel campaigns, you know to reach the right accounts and the buying committee at the right accounts. If sales and marketing aren’t aligned correctly, then you’re going to have what I call a ‘leaky funnel.’ You could have marketing running a beautifully executed direct mail campaign to hit CMOs and the sales team doesn’t follow up for a day, a week, a month, never. Unless you’ve got a highly orchestrated play around your campaigns that involves marketing and sales touches, you’re essentially going to drop the ball. You’re essentially wasting money.

One of the beauties of account-based marketing is those differences just melt away. You’ve got sales and marketing marching to the beat of the same drum. The common metrics that you’re looking at are pipeline, closed-won business and potential expansion within existing customers. If you can get your sales and marketing teams aligned around those three metrics, that is a fundamental step forward for aligning your sales and marketing team. If you give people a shared goal, invest the budget and spend towards reaching that goal, they’re all marching in the same direction. Your chances for success are just infinitely higher.

DGR: How are marketing teams using ABM to unify their efforts and tactics?

Finnerty: There’s some very strong data in the report to show that a large percentage of companies are adopting ABM, certainly companies with a thousand employees and above. The adoption rates are high. You’re also seeing that within the increasing budgets as well. Marketing teams are adopting ABM at a greater pace and volume than ever before.

One of the ways I think marketing teams are using ABM most effectively now is by defining all their efforts around a target set of accounts. The biggest thing that you can do is unified account information, so that you are identifying your target account list, making sure the right accounts are included on that target account list and then you’re orchestrating all of your sales and marketing efforts around those accounts. A lot of people forget that that should be an organic exercise. You don’t just set your target account list that started here and just walk off and forget about it. It really is an organic, living, breathing thing. The important point is that you need to revisit your targeting list regularly to make sure that it includes the right accounts and that you’re excluding accounts from industries that are, for whatever reason, under serious pressure.

Having a unified account foundation and making sure that you are going out to the right accounts, and that you refresh that list of target accounts regularly ensures that you are spending your budget on the right accounts, and the right people in those accounts that have budget and are willing and able to buy your solution. If you forget your target account list and just keep plowing campaign dollars towards those accounts, that’s simply not sustainable.

DGR: Which channels are the most effective when conducting ABM plays? And how does choosing the right ones significantly help when implementing an ABM strategy?

Finnerty: The report showed that there are three channels in particular that are really strong for ABM. The first one is direct mail, which had over 63% of investment from companies. The second one was content, which came in around 55%. And the third one was targeted account selection, which came in at 52%.

Of all the areas that people plan to invest most, direct mail has made a real resurgence, since direct mail is an old marketing tactic. In an ABM world where you’re narrowing your focus to a set of target accounts and the buying committee of those accounts, direct mail can be an incredibly effective way of reaching the buying committee at the right accounts. And I think that’s partly why direct mail has adapted to build full platforms to allow you to deliver and get stuff returned. Since everybody’s working from home, a lot of folks have pivoted to virtual gifting and E-gifting so that you can still reach those folks at the buying committee and offer them something of value.

Over the years, content has become so important to everything that we do. This survey that we produced is a piece of content, and we’ve promoted it and had a very strong response to it. People don’t want more bad content; they want the right content at the right time — stuff that genuinely adds value and insight. If you can produce high-quality content, it presents your company as a thought leader and actually helps people make the right decisions.

Something else to point out to folks is that ABM should be multi-channel. I don’t think there’s a single channel that you absolutely rely on as an ABM practitioner since you’re essentially going to be running plays across all of your channels so you’re reaching the buying committee at the right accounts.



Source link

قالب وردپرس

Continue Reading

Trending