Friday, December 31, 2021

How to Create a Pivot Table in Excel: A Step-by-Step Tutorial

The pivot table is one of Microsoft Excel's most powerful — and intimidating — functions. Powerful because it can help you summarize and make sense of large data sets. Intimidating because you're not exactly an Excel expert, and pivot tables have always had a reputation for being complicated.

The good news: Learning how to create a pivot table in Excel is much easier than you might've been led to believe.

Download 9 Excel Templates for Marketers [Free Kit]

But before we walk you through the process of creating one, let's take a step back and make sure you understand exactly what a pivot table is, and why you might need to use one.

In other words, pivot tables extract meaning from that seemingly endless jumble of numbers on your screen. And more specifically, it lets you group your data in different ways so you can draw helpful conclusions more easily.

The "pivot" part of a pivot table stems from the fact that you can rotate (or pivot) the data in the table to view it from a different perspective. To be clear, you're not adding to, subtracting from, or otherwise changing your data when you make a pivot. Instead, you're simply reorganizing the data so you can reveal useful information from it.

What are pivot tables used for?

If you're still feeling a bit confused about what pivot tables actually do, don't worry. This is one of those technologies that are much easier to understand once you've seen it in action.

The purpose of pivot tables is to offer user-friendly ways to quickly summarize large amounts of data. They can be used to better understand, display, and analyze numerical data in detail — and can help identify and answer unanticipated questions surrounding it.

Here are seven hypothetical scenarios where a pivot table could be a solution:

1. Comparing sales totals of different products.

Say you have a worksheet that contains monthly sales data for three different products — product 1, product 2, and product 3 — and you want to figure out which of the three has been bringing in the most bucks. You could, of course, look through the worksheet and manually add the corresponding sales figure to a running total every time product 1 appears. You could then do the same for product 2, and product 3 until you have totals for all of them. Piece of cake, right?

Now, imagine your monthly sales worksheet has thousands and thousands of rows. Manually sorting through them all could take a lifetime. Using a pivot table, you can automatically aggregate all of the sales figures for product 1, product 2, and product 3 — and calculate their respective sums — in less than a minute.

2. Showing product sales as percentages of total sales.

Pivot tables naturally show the totals of each row or column when you create them. But that's not the only figure you can automatically produce.

Let's say you entered quarterly sales numbers for three separate products into an Excel sheet and turned this data into a pivot table. The table would automatically give you three totals at the bottom of each column — having added up each product's quarterly sales. But what if you wanted to find the percentage these product sales contributed to all company sales, rather than just those products' sales totals?

With a pivot table, you can configure each column to give you the column's percentage of all three column totals, instead of just the column total. If three product sales totaled $200,000 in sales, for example, and the first product made $45,000, you can edit a pivot table to instead say this product contributed 22.5% of all company sales.

To show product sales as percentages of total sales in a pivot table, simply right-click the cell carrying a sales total and select Show Values As > % of Grand Total.

3. Combining duplicate data.

In this scenario, you've just completed a blog redesign and had to update a bunch of URLs. Unfortunately, your blog reporting software didn't handle it very well and ended up splitting the "view" metrics for single posts between two different URLs. So in your spreadsheet, you have two separate instances of each individual blog post. To get accurate data, you need to combine the view totals for each of these duplicates.

That's where the pivot table comes into play. Instead of having to manually search for and combine all the metrics from the duplicates, you can summarize your data (via pivot table) by blog post title, and voilĂ : the view metrics from those duplicate posts will be aggregated automatically.

4. Getting an employee headcount for separate departments.

Pivot tables are helpful for automatically calculating things that you can't easily find in a basic Excel table. One of those things is counting rows that all have something in common.

If you have a list of employees in an Excel sheet, for instance, and next to the employees' names are the respective departments they belong to, you can create a pivot table from this data that shows you each department name and the number of employees that belong to those departments. The pivot table effectively eliminates your task of sorting the Excel sheet by department name and counting each row manually.

5. Adding default values to empty cells.

Not every dataset you enter into Excel will populate every cell. If you're waiting for new data to come in before entering it into Excel, you might have lots of empty cells that look confusing or need further explanation when showing this data to your manager. That's where pivot tables come in.

You can easily customize a pivot table to fill empty cells with a default value, such as $0, or TBD (for "to be determined"). For large tables of data, being able to tag these cells quickly is a useful feature when many people are reviewing the same sheet.

To automatically format the empty cells of your pivot table, right-click your table and click PivotTable Options. In the window that appears, check the box labeled Empty Cells As and enter what you'd like displayed when a cell has no other value.

How to Create a Pivot Table

  1. Enter your data into a range of rows and columns.
  2. Sort your data by a specific attribute.
  3. Highlight your cells to create your pivot table.
  4. Drag and drop a field into the "Row Labels" area.
  5. Drag and drop a field into the "Values" area.
  6. Fine-tune your calculations.

Now that you have a better sense of what pivot tables can be used for, let's get into the nitty-gritty of how to actually create one.

Step 1. Enter your data into a range of rows and columns.

Every pivot table in Excel starts with a basic Excel table, where all your data is housed. To create this table, simply enter your values into a specific set of rows and columns. Use the topmost row or the topmost column to categorize your values by what they represent.

For example, to create an Excel table of blog post performance data, you might have a column listing each "Top Pages," a column listing each URL's "Clicks," a column listing each post's "Impressions," and so on. (We'll be using that example in the steps that follow.)

how to create a pivot table step 1: enter your data into a range of rows and columns

Step 2. Sort your data by a specific attribute.

When you have all the data you want entered into your Excel sheet, you'll want to sort this data in some way so it's easier to manage once you turn it into a pivot table.

To sort your data, click the Data tab in the top navigation bar and select the Sort icon underneath it. In the window that appears, you can opt to sort your data by any column you want and in any order.

For example, to sort your Excel sheet by "Views to Date," select this column title under Column and then select whether you want to order your posts from smallest to largest, or from largest to smallest.

Select OK on the bottom-right of the Sort window, and you'll successfully reorder each row of your Excel sheet by the number of views each blog post has received.

how to create a pivot table step 2: sort your data by a specific attribute

Step 3. Highlight your cells to create your pivot table.

Once you've entered data into your Excel worksheet, and sorted it to your liking, highlight the cells you'd like to summarize in a pivot table. Click Insert along the top navigation, and select the PivotTable icon. You can also click anywhere in your worksheet, select "PivotTable," and manually enter the range of cells you'd like included in the PivotTable.

This will open an option box where, in addition to setting your cell range, you can select whether or not to launch this pivot table in a new worksheet or keep it in the existing worksheet. If you open a new sheet, you can navigate to and away from it at the bottom of your Excel workbook. Once you've chosen, click OK.

Alternatively, you can highlight your cells, select Recommended PivotTables to the right of the PivotTable icon, and open a pivot table with pre-set suggestions for how to organize each row and column.

how to create a pivot table step 3: highlight your cells to create your pivot table

Note: If you're using an earlier version of Excel, "PivotTables" may be under Tables or Data along the top navigation, rather than "Insert." In Google Sheets, you can create pivot tables from the Data dropdown along the top navigation.

Step 4. Drag and drop a field into the "Row Labels" area.

After you've completed Step 3, Excel will create a blank pivot table for you. Your next step is to drag and drop a field — labeled according to the names of the columns in your spreadsheet — into the Row Labels area. This will determine what unique identifier — blog post title, product name, and so on — the pivot table will organize your data by.

For example, let's say you want to organize a bunch of blogging data by post title. To do that, you'd simply click and drag the “Top pages” field to the "Row Labels" area.

how to create a pivot table step 4: drag and drop a field into the rows label area

Note: Your pivot table may look different depending on which version of Excel you're working with. However, the general principles remain the same.

Step 5. Drag and drop a field into the "Values" area.

Once you've established what you're going to organize your data by, your next step is to add in some values by dragging a field into the Values area.

Sticking with the blogging data example, let's say you want to summarize blog post views by title. To do this, you'd simply drag the "Views" field into the Values area.

how to create a pivot table step 5: drag and drop a field into the values area

Step 6. Fine-tune your calculations.

The sum of a particular value will be calculated by default, but you can easily change this to something like average, maximum, or minimum depending on what you want to calculate.

On a Mac, you can do this by clicking on the small i next to a value in the "Values" area, selecting the option you want, and clicking "OK." Once you’ve made your selection, your pivot table will be updated accordingly.

If you're using a PC, you'll need to click on the small upside-down triangle next to your value and select Value Field Settings to access the menu.

how to create a pivot table step 6: fine tune your calculations

When you’ve categorized your data to your liking, save your work and use it as you please.

Digging Deeper With Pivot Tables

You've now learned the basics of pivot table creation in Excel. With this understanding, you can figure out what you need from your pivot table and find the solutions you’re looking for.

For example, you may notice that the data in your pivot table isn't sorted the way you'd like. If this is the case, Excel's Sort function can help you out. Alternatively, you may need to incorporate data from another source into your reporting, in which case the VLOOKUP function could come in handy.

Editor's note: This post was originally published in December 2018 and has been updated for comprehensiveness.

New Call-to-Action

New Call-to-action

How to Create a Pivot Table in Excel: A Step-by-Step Tutorial was originally posted by Local Sign Company Irvine, Ca. https://goo.gl/4NmUQV https://goo.gl/bQ1zHR http://www.pearltrees.com/anaheimsigns

12 Unique Ways to Generate Leads With QR Codes

If you’re like a lot of people, you may be wondering how to use mobile marketing to generate leads for your business. For HubSpot users, the good news is that you have a head start — the HubSpot platform automatically creates a mobile version of your site for you.

But what should you do next? After you’ve got a mobile website, what mobile tools should you use to attract new customers to your business? QR codes are one of the easiest tools to get started with. You’re probably already familiar with QR codes, but if not, they’re the square barcodes like the one on this post that are being used by companies to drive prospects to their websites.

Free Download: How to Build and Use QR Codes for Business & Marketing 

In doing research for our new book Go Mobile, Jeanne Hopkins and I took a deep dive into the most important mobile tools for small- to mid-sized businesses. There are plenty to choose from, but we’re going to focus on the most effective QR code uses to grow your business.

Who uses QR codes?

The short answer is anyone with a mobile phone. In addition to our keys and wallet, our phone is one of the few things we can’t leave the house without. Businesses have picked up on this and are constantly finding new ways to use QR codes to get us to engage with them, or make their processes smoother.

Uses of QR Codes in Everyday Life

While the concept of when to implement QR codes may be new, you’ve probably already gotten familiar with their use in local businesses you’ve visited. Here’s some instances where you’ve most likely encountered them:

  • Public wifi network access
  • Restaurant menus
  • Instruction manuals
  • Cashless payments
  • Web promotions during live events
  • Contact information and Linktrees

Later in this article, we'll discuss the many other ways to use QR codes.But first, we’ll dig into how you can create your own QR codes.

How to Create Your Own QR Code Promotion

On the Go Mobile website, we used QR codes to provide clues for a nationwide scavenger hunt for four iPads hidden across the country. Visitors to the site could scan the QR codes to download the clues. To ensure that we captured leads from the promotion, we also provided the clues via email for anyone who filled out the form on the site. That way, we capture the lead information so we can re-market to that audience in the future.

Creating a QR code promotion is actually pretty simple. Here are the steps we followed when we created the promotion for our iPad nationwide scavenger hunt.

1. Create a Landing Page

First and foremost, you’ll need to create a mobile-optimized landing page. That means a landing page that is designed to be viewed on a smartphone screen. Keep things simple – for example, on a mobile landing page, forms should be kept to a few fields only. Most people don’t have the patience to fill out lengthy forms from a smartphone.

2. Create Your QR Code

Once you’ve created your landing page, copy the URL into a QR code generator. There are plenty of QR code generators on the web, so just do a search for one. Paste your landing page URL into the QR code generator and, like magic, your QR code will be generated on the spot. This QR code is unique to you, so nobody in the world has another one just like it.

3. Add Your QR Code to Your Promotional Materials

Grab your QR code from the generator. On a PC, that means right-clicking it and saving it to your computer. (On a Mac, you can drag and drop.) Now that you have the QR code handy, add it to your promotional materials. That includes any printed materials or websites that are going to be part of the promotion.

4. Get the Word Out

There’s no point in launching a QR Code promotion if you’re not going to let the world know about it. So broadcast your message using your blog, Twitter, LinkedIn, Facebook, or any of the other social media tools at your disposal. The key part at this stage of the game is to let as many people know about the promotion as possible.

5. Stretch Out the Promotion

For our iPad Scavenger Hunt, we wanted as many people as possible to participate, so we’d upload a new QR code each day for several weeks. That way, our audience builds, and we’re able to create as much buzz around the promotion as possible.

How to Put QR Codes to Work for Your Business

There are a variety of ways you can use QR codes for your business, and new ones are cropping up every day. Here are some great ideas you can use below.

Common Uses of QR Codes

  1. Websites: Add a QR code to the 'Contact Us' page on your website so visitors can download your contact information to their smartphones.
  2. Business Cards: Add a QR code to the front or back of your business card so people can instantly download your contact information.
  3. Webinars: Ready to make your webinars more engaging and fun? Then simply include a QR code as part of your presentation. It’s a terrific way to keep the audience engaged and involved.
  4. LinkedIn and Facebook Pages: Want another way to stand out from everyone else? Add a QR code to your LinkedIn and Facebook pages to pull people into your website. It’s one of the best ways you can position yourself as a forward, innovative thinker.
  5. In-Store Posters With Coupons: Want to provide instant coupons to people while they're shopping? Then add a QR code that drives them through to a special discount that can be scanned at the register.
  6. Dial a Phone Number: Want to encourage people to dial your number so they can order your product? Then give them a QR code to scan. If it’s set up properly, it will instantly dial your number on their phone and connect them with your sales center.

Creative Uses for QR Codes

QR Code Shirt

  1. Clothing and Merchandise: Ready to promote your product or service in an innovative way? Then add a QR code to a T-shirt that you give away to customers and prospects. Hija De Tu Madre (pictured above), a Latina fashion and accessories brand, cleverly placed a QR code on one of their shirt designs. It encourages viewers to “Scan for community y cultura,” enabling people to learn more about the brand and eventually convert them into new customers.
  2. “Hello, My Name Is” Tags: You know those big red and white tags people wear at events with their names on them? If you put a QR code in place of your name, you’ll engage people and easily be able to strike up conversations.
  3. Event Posters: Advertising an event? Upgrade your posters and fliers with a QR code passersby can easily scan. Have the code take them to your event page where they can view all pertinent details and buy tickets.

  4. Outdoor Billboards:Be one of the first businesses in your market to run a giant QR code on a billboard for your business. In the example above, Cygames enlisted the help of 1,500 drones to form a giant QR code in the sky to celebrate the anniversary of one of their games.
  5. Galleries and Museums: Make it easy for viewers to find out more about your work and upcoming projects. Putting a QR code next to artwork in place of text is a wonderful alternative to the standard description. Guests won’t have to crowd each other to read it, and they can take the information with them. If you’re selling at a gallery, it may also be worth it to enable payment through the QR code as well.
  6. Product Packaging: If you sell a physical product, adding a QR code that tells the buyer more about your brand or the product itself can build connections and trust. If you sell food, consider using a QR code for the ingredient list, or maybe easy recipes to use the item in. For cosmetics, have QR codes that give more information on how the products were made, tested, and where ingredients were sourced.

Using QR Codes to Grow Your Business

There’s no real mystery to using QR codes to grow your business. All you have to do is generate the code, and drop it into your promotion. Be sure you test the campaign before you go public with it – people who scan your code expect things to work relatively smoothly the first time out of the gate. But other than that, running a QR code promotion is a snap.

A key point to remember about QR codes is that they’re simply a mechanism to engage prospects and customers. In other words, they’re not the end-game, so it’s up to you to figure out how to use them to capture the visitors you drive to your website as leads using landing pages.

Once your strategy is in place, using QR codes to grow your business is relatively simple. All you have to do is generate the code, and drop it into your promotion. Be sure you test the campaign before you go public with it — people who scan your code expect things to work relatively smoothly the first time out of the gate. Give them an experience that delights them and keeps them coming back for more.

This is a guest blog post written by Jamie Turner, founder and chief content officer of the 60 Second Marketer. In addition, Jamie is the co-author of the book Go Mobile, written with Jeanne Hopkins, VP of marketing @HubSpot. He is a regular guest on CNN and HLN on the topic of digital marketing and is a popular mobile marketing speaker at events and corporations around the globe.

This article was originally published in January 2012 and has been updated for comprehensiveness.

New Call-to-action


12 Unique Ways to Generate Leads With QR Codes was originally posted by Local Sign Company Irvine, Ca. https://goo.gl/4NmUQV https://goo.gl/bQ1zHR http://www.pearltrees.com/anaheimsigns

Thursday, December 30, 2021

How to Make a QR Code in 7 Easy Steps

Floors. Ceilings. Bathroom stall doors. These are just a few of the places you'll find QR codes. In fact, they've become so ever-present that 45% of shoppers used marketing-related QR codes in 2021.

There's no denying the popularity and convenience of the QR code. But, what exactly is it? Why is it so popular? How can you create one for your next marketing campaign?

Free Download: How to Build and Use QR Codes for Business & Marketing 

Keep reading to learn the magic behind QR codes and how to create your own.

QR codes typically look like this:

QR Code Example

Not every QR code is shaped like a perfect square. Sometimes they have unique patterns, colors, and logos displayed inside. You'll find them in non-digital spaces like direct mail, signage, billboards, and even TV shows where you can scan the code on the screen using your phone.

Both barcodes and QR codes can be scanned using a laser or a smartphone as long as the tool being used has the correct capabilities of reading vertical and horizontal data. Although most smartphones scan QR codes automatically, many won't scan barcodes so easily — you'll need a special app for that.

Does the rise of QR codes mean traditional barcodes are a thing of the past? Of course not. Traditional barcodes are still a common way for businesses to identify consumer packaged goods (CPGs) and manage their product inventory.

        Barcode example

Image Source

QR code example

Image Source

However, there are several differences between barcodes and QR codes — both in their uses and their characteristics. Below are three important differences.

QR Codes Are Shaped Differently

Barcodes are typically rectangular, which requires scanning devices to read the barcode's data horizontally. QR codes are often square-shaped, displaying their data vertically and horizontally. 

QR Codes Hold Different Data

QR codes are often used differently than barcodes. Barcodes hold key product information at the point of sale, such as the price and name of the manufacturer. QR codes offer more passive and intangible information, such as location data and URLs to promotions and product landing pages.

QR Codes Hold More Data

Due to a QR code's square shape, it can hold much more data compared to a barcode. QR codes can hold hundreds of times more encrypted characters than a barcode can.

We learned a little bit about how barcodes and QR codes differ, but how exactly do QR codes work?

Let's say a consumer sees a QR code. They can take out their mobile device, download a free QR code scanning app, or simply use their phone's camera, and scan the QR code to gain more information about what they saw.

If you wanted to create, say, a bus stop advertisement promoting your podcast, you could display a QR code on that printed ad that brings people right to your iTunes page when they scan it with their phones. Pretty simple, right?

 

The QR code creation process is pretty straightforward. Here's how to get started.

Step 1: Choose the type of content you're promoting.

First, you'll need to choose your favorite QR code generator. If you need some ideas, check out our list. For this example, we're going to use qr-code-generator.com.

Select what type of content you want your QR code to show the user after they scan it. You can choose from one of 10 content types, as shown in the screenshot below. 

We're going to promote a URL that directs users to our podcast.

How to Create a QR Code: Step 1

Step 2: Enter your data in the form that appears.

Once you select the type of content you're promoting with this QR code, a field or form will appear where you can enter the information that corresponds with your campaign.

If you want your QR code to save contact information, for example, you'll see a set of fields where you can enter your email address, subject line, and associated message.

To save a link to our podcast, we'll simply enter the URL in the field that appears, like so:

How to Create a QR Code: Step 2

Step 3: Consider downloading a dynamic QR code.

See the option below for "dynamic"? One significant pitfall to making a QR code is that you can't edit the data it contains once you print it. But with dynamic QR codes, you can edit this data.

How to Create a QR Code: Step 3 Dynamic QR code generator

With a free membership to QR code generators like qr-code-generator.com, you can print a dynamic QR code, scan it, and pull up an editable form where you can modify the data your visitors will receive when they scan the QR code themselves.

Step 4. Customize your QR code.

The fun part of creating QR codes is customizing the design of the codes to fit your brand. Want your code to look like your logo? Go for it. Want it to reflect your website's design scheme? No problem.

Using qr-code-generator.com, we can customize our QR code by clicking the button to the top-right, as shown in the screenshot below. Keep in mind not every QR code maker offers this design option -- depending on the QR code you're looking to generate, you might find some tools limited in their functionality.

How to Create a QR Code: Step 4 Customize your QR code with a logo

Of course, you can customize your QR code further — adjusting the colors, adding a logo, creating social options, and more. 

Keep in mind, however, that some customizations can make it more difficult for QR code scanning apps and smartphone cameras to properly read the code. To cover your bases, it's a good idea to generate two versions of your QR code — one plain version and another with your preferred design. 

Speaking of this...

Step 5: Test the QR code to make sure it scans.

Don't forget to check to see if the QR code reads correctly, and be sure to try more than one QR code reader. A good place to start is the free tool Google Goggles, which takes a picture and then tells you what link or item it “reads to.”

Another great free tool is the app QR Code Reader, which automatically takes you to whatever it “reads.” Most smartphones these days include a built-in QR code reader, so you should test to make sure your code is readable there, as well.

Step 6: Share and distribute the QR code.

A QR code won't be able to do its job unless people see it. So make sure you come up with a distribution plan for sharing the code. This could include displaying it in print ads, on clothing, or in physical locations where people can take out their phones to scan it. 

Scroll down for more tips on properly displaying a QR code.

Step 7: Track and analyze performance.

Just like any marketing campaign, you should follow up on any collateral or campaigns using QR codes to see whether they're actually working. How much traffic comes from each specific code? Are people scanning your code but not redeeming their offer once they get to the landing page? Or are they not even compelled enough to scan your QR code in the first place?

Knowing the answers to these questions will help you troubleshoot and adjust poorly performing QR codes to more closely mirror those that work well.

I recommend you include a UTM tracking code on your URL so you can better measure performance— this is particularly important if you use closed-loop marketing analytics or if you perform more in-depth reporting on your campaigns.

How to Use QR Codes (And How Not to)

Now that you see how simple the QR code creation process can be, let's talk about some best practices that'll increase the likelihood that your QR code actually gets used.

Display your QR code where it's convenient for people to scan.

Put QR codes in places where scanning them is easy and there's enough time for the consumer to scan the code. While you may often see QR codes on billboards and TV commercials, they're not exactly the most user-friendly locations. It's a safety hazard to entice people to pull out their phones while driving to scan a code, and a 30-second commercial might not be enough time for someone to find their phone and scan the TV. 

Instead, think of places where consumers have the time and ability to scan the code. Places with a strong Wi-Fi connection will help, too.

Optimize the QR's destination page for mobile devices.

Mobile-optimize the page to which you're sending people. Consumers will be using their phones when scanning the QR code, so they should arrive at a page with a positive mobile experience.

Include a CTA that prompts people to scan your QR code.

Offer a call-to-action (CTA) with the code — that is to say, tell people what they're supposed to do when they see the code, and what they'll receive if they scan it. Not everyone knows exactly what a QR code is, and those that do won't be motivated to scan it unless they're sure there's something worthwhile on the other side.

Don't limit your QR code to one mobile scanner.

Don't require a special QR code scanner. Your QR code should be app-agnostic so anyone can scan your code with any reader. A lower barrier to entry makes success more likely for you and the user.

Use your QR code to make someone's life easier.

Don't use a QR code just for the sake of using one. For instance, it's common for marketers to think, "How can I bridge the offline experience with the online experience? Uhhh ... QR code!" That's not wrong, but it's not always right, either.

If you have content that makes sense to deliver to a mobile user, and you have an appropriate channel to do it (see use #1 at the beginning of this section), it's more likely your QR code will drive results.

Earlier, we showed you an example of how to create your own QR code, but you don't have to create it from scratch. A QR code generator can speed up the process (and take a lot of math out of it, too.)

There are tons of QR code generators out there. The best ones give you many customizable options for using your QR code, and compatibility with just about all mobile QR code reader apps.

Other things to look for when choosing a QR code generator are whether you can track and analyze performance in real-time and design a code that's unique to your brand.

Below are some of our favorite QR code generators that make custom QR codes quick and easy to create.

1. Kaywa

Best QR Code Generator: Kaywa

Kaywa is a simple, no-fuss QR code generator that creates basic codes for coupons, URLs, and contact information. Simply enter your information, choose whether you want a dynamic or static code, and generate it. 

Why we like it:

If you're using your QR code as part of a marketing campaign, you can track analytics through Kaywa when you create an account. That way, you'll have the latest data on who engaged with your code, where they engaged, and when.

2. GOQR.me

Best QR Code Generator: GOQR.me

GOQR.me is a simple QR code generator that works best with short URLs, but it can be used to store text, geolocation, and event data. Simply click on the icon that corresponds to your data and fill in the fields.

Why we like it:

You'll get a live preview of your QR code in real-time which speeds things up if you're adding finishing touches to your marketing campaign. For an additional fee, you can also have your logo added to your QR code by a GOQR.me-affiliated designer for a custom look.

3. Free QR Code Generator by Shopify

Best QR Code Generator: Free QR Code Generator by Shopify

QR codes work best when you have something to offer the people who scan them. And chances are, you're probably selling to people who buy products online with their phones every day.

Why we like it:

Shopify makes it easy to create a QR code in just one click. The best part is that you don't have to own a Shopify store to use this free tool.

4. Visualead

Best QR Code Generator: Visualead

Looking for a one-of-a-kind QR code that suits your brand to a "T"? Visualead is the tool we recommend for the job.

Why we like it:

Visual QR codes are popular and can generate more interest in your users than a typical black and white code can. That means you could see more scans and engagement on this type of QR code.

5. The-qrcode-generator.com

Best QR Code Generator: The-qrcode-generator.com

The-qrcode-generator.com features a simple UI that lets you create a unique QR code in minutes. Simply add your URL or the information you want to share and your QR code appears instantly.

Why we like it:

If you're creating several QR codes at once, you might find it worthwhile to download the Google Chrome extension for a faster workflow.

6. QR Stuff

Best QR Code Generator: QR Stuff

As one of the more robust QR code generators, QR Stuff can create codes for just about any type of data you want to share with the world. YouTube videos, Zoom meeting invitations, and even bitcoin information are supported through this tool.

Why we like it:

In just three steps, you'll have a free, customizable QR code that will function properly and look great. Plus, there's no limit to the number of codes you can create.

7. Qr-code-generator.com

Best QR Code Generator: Qr-code-generator.com

We used this QR code generator in our how-to guide above, and for good reason. Qr-code-generator.com is a simple tool that's user-friendly for even the least tech-savvy of us. Simply drop your link into the box, and let the generator do all the work.

Why we like it:

QR-code-generator.com is intuitive. It'll automatically detect the type of URL you've added and produce a QR code in seconds.

8. QR Code Monkey

Best QR Code Generator: QR Code Monkey

If the way your QR code looks is important to you, but you don't want to pay extra for a custom design, try QR Code Monkey. Once you add your URL, you can change the color, add a logo, and further customize the pixels in your code at no cost.

Why we like it:

With QR Code Monkey, the design possibilities are virtually limitless. All you need to create a branded QR code is a creative eye and a little patience. 

Create Your QR Code Today

Now it's your turn! You've spent enough time scanning QR codes, why not make your own? Follow the steps in this article and use one of the free QR code generators we've recommended to put your business, project, or event out there in the real world.

Editor's note: This post was originally published in January 2021 and has been updated for comprehensiveness.

New Call-to-action


How to Make a QR Code in 7 Easy Steps was originally posted by Local Sign Company Irvine, Ca. https://goo.gl/4NmUQV https://goo.gl/bQ1zHR http://www.pearltrees.com/anaheimsigns

Features vs. Benefits: A Crash Course on Proper Messaging

Great marketing copy doesn’t just sell a product, it builds a connection with the audience. The beauty of proper messaging is that by communicating either the benefits or features of your product or service, you can tell customers what they need to know in a clever, concise way.

Without knowing when you should use benefits versus features in your content (and the difference between the two), you could run into poor, or ineffective messaging. We’ll dig into when it’s best to use each of these options below.

→ Download Now: Free Product Marketing Kit [Free Templates]

The difference between features and benefits

Both terms are useful and give customers important information they'll need during their buyer's journey, such as design, price, and real-world relevance. Ultimately, the benefits of having a product or service are what make consumers purchase, which means it is often best to highlight benefits over features when writing marketing copy. This paints a picture of what life will look like after the customer purchases the product or service. If you do decide to highlight features, you'll want to make sure consumers understand how they'll benefit from those features.

Take this ad from Qordoba, an IT company that utilizes AI to help organizations manage communication.

Qordoba marketing messaging benefits example

Source

The company's ad caught my eye by communicating the benefits reading the report will have when it comes to customer-facing content, which does interest me.

'How are tech companies managing their voice, tone, & writing style guides across their various types of customer-facing content?'

After reading this caption, I knew exactly what I would gain from this product, and why it was worth my time.

Let's look at another example of features and benefits at work. This is a marketing email I got this morning from Marriott hotels:

Marriott benefits messaging example

This ad starts with the benefits of becoming a Marriott member — 'yes to vacation views' — while the rest of it explains the features of the program, including 'no annual fees' and '3X points per $1 spent at more than 7,000 Marriott locations.

Emphasizing that Marriott members enjoy free perks, then expanding on how this is done (by earning rewards points), is a really effective way to explain the benefits and features of the rewards membership.

This is relatively straightforward — but what if you have multiple products being sold at once?

If you're working with more than one campaign, the answer to whether you should use features versus benefits " can change depending on the product or service being marketed.

How to Tell When it’s Best to Use Features or Benefits

If you're unsure whether you should list features or benefits for a given product, consider this — features are an optimal choice in a saturated market. For instance, a small business making a meal-delivery kit would have some competition (such as HelloFresh or Home Chef), meaning they would have to communicate their service's competitive advantage by naming one-of-a-kind features. This would include price, dietary restrictions, menu configuration, etc.

Benefits, on the other hand, are the way to go if your brand exists within a niche market or a "drier" topic. You'll want to answer the following questions with your benefits:

  • How does it work?
  • How does it make a consumer's life easier?

To resonate well with an audience who perhaps haven't heard of your product or service before, try to include benefits in your demos, ebooks, and other marketing content.

Now that we're more clear on features vs. benefits, let's explore some examples to see both in-action.

Examples of Features and Benefits

For the visual learners like myself, below are some real-world examples of how to work features or benefits into ads, product pages, email, or any other marketing materials:

1. Calm (features)

 

Calm feature messaging example

Why This Is a Feature: Calm used singer Lindsey Stirling’s material as an exclusive offer only available to app users. It’s a unique attribute the audience can’t get anywhere else.

This email about an exclusive deal made me excited, which is another way highlighting features in your marketing material can be beneficial — to build excitement. Here's how sleep meditation company Calm did it:

Framing singer/songwriter Lindsey Stirling's work as an exclusive feature improves customer relationships and makes them feel special. Opening this email made me think about how glad I am to be an email subscriber (especially since I grew up watching Stirling on YouTube) because of cool offers like this.

If you're running a promotion or want to improve customer relationships, consider sending them an offer that reminds customers of your product or service's unique features.

2. HubSpot Academy (benefits)

hubspot academy messaging example

Source

Why these are benefits: HubSpot Academy gives customers the opportunity to invest in themselves by learning new skills and getting certifications they can display on LinkedIn – all things that will help them grow their business and individual careers.

In this product page for HubSpot Academy's social media course, three benefits are listed at the bottom, so prospects can see how completing this course will be worth their time.

Benefits don't always have to be short phrases – in fact, on product pages, more is often better. On web pages, it's critical you give your customers the helpful information they need — including cost, structure, time required to complete, and a description on how your products or services' benefits outweigh the benefits of competitors'.

3. OrganiGrowHairCo (benefits)

Organigrow benefits example

Why these are benefits: This ad effectively communicates the reasons why OrganiGro’s co-wash product is better than typical conditioners. It alleviates dandruff, decreases breakage, and cleanses – all things that will aid a buyer's hair health.

If you’re team natural hair, you’ve more than likely stumbled upon the heaps of content stressing the benefits of co-washing (using conditioner only) as a way to avoid overwashing your hair with regular shampoo. Since shampoo often strips the hair as it cleanses, co-washing is seen as a method to replenish moisture between washes.

In the Instagram ad above, OrganiGrow clearly makes the case for why its co-wash formula is superior to the competition as it’s designed to cleanse while moisturizing, aiding the customer’s overall hair health.

4. Arcadia (benefits)

Arcadia benefits messaging example

Why this is a benefit: The ad draws the audience in immediately with the potential to save on their utility bill. Who doesn’t want to save money? The promotion also throws in a Google Home mini, which further incentivizes the customer to buy.

Can you spot the benefits energy company Arcadia used in this promoted tweet?

If you chose the entire tweet, you're right!

Almost every word helps describe to the reader why they should open the linked website. As a consumer, I would think, "Well, what is the easiest way to save on my energy bill at no cost? That thing is sky high!"

Words that help the consumer are going to resonate with those who are just mindlessly scrolling and not necessarily looking to buy anything. To build interest in their promotion, Arcadia's use of benefits to entice prospective customers was a good choice on Twitter.

Impress a scroller by using benefits in marketing messages. You have just a few seconds to leave a mark.

5. Airtable (features)

airtable features messaging example

Source

Why this is a feature: By playing up its fun colors and project management attributes, Airtable entices viewers to switch from boring spreadsheets. All of its sleek features are on full display in this Facebook ad. How is it better than traditional spreadsheets? It’s ‘flexible, beautiful, and fun.’

Beautiful, descriptive features in this Facebook ad told me exactly what Airtable is and what their software does, despite having no previous knowledge. In less than thirty words, I know that Airtable must be a product or service that makes dull spreadsheets a thing of the past — for free.

6. KeVita (benefits)

Kevita Drinks benefit messaging example

Why this is a benefit: This scenario-based ad positions KeVita kombucha as the perfect natural energy drink, giving customers a boost for whatever activity they partake in, no matter the location.

Kombucha is a fermented tea drink with probiotics, which aid in helping digestion and improving energy levels. So, when marketing their kombucha on Instagram, the KeVita brand wanted to show that kombucha isn't just a summer drink, contrary to popular belief.

Aesthetically pleasing, benefit-enforcing GIFs like this make visual platforms like Instagram a perfect canvas for an ad that displays benefits.

Animation often stops scrollers — especially animation paired with bright pink text. The backdrop, a ski lift covered in fresh snow, ("powder" to skiers), shows the accessibility of the drink, while the caption alludes to kombucha-fueled energy to get through a long ski trip.

Two benefits that instantly stuck out to me about this post are accessibility and energy. On snowy mountains, those two functions are going to be essential when thinking about snacks. Consider a scenario-based ad if your product is like KeVita, commonly perceived as a summer drink.

7. Dyson (benefits)

Dyson benefits exampleWhy this is a benefit: This animated ad focuses on how Dyson’s humidifier removes pollutants from your home to improve air quality. It’s an all-in-one solution for customers combining the perks of a humidifier, air purifier, and fan.

Our homes are full of contaminants, or at least that is what this ad will have you believe. With this ad for its air purification system, Dyson really drives home the “why” for customers using some pretty convincing animation. Microscopic pollutants like dust, pet dander, and others are in our home, wreaking havoc on sensitive respiratory systems. This device will remove them, enabling customers to breathe better. It addresses the problem and clearly explains how their product is a solution to that problem.

Applying Benefits and Features to Your Marketing Strategy

From phones to shampoo, the features or benefits marketing method can be applied to almost anything. When creating copy:

  • Determine what you want to say, and which messaging method will be best for that.
  • Ask "Does this ad convey features or benefits?"

It's important to know the distinction between the two so the audience receives clear messaging that explains why they should choose your product or service over the rest.

This article was originally published February 27, 2020 and has been updated for comprehensiveness.

Product Marketing Kit


Features vs. Benefits: A Crash Course on Proper Messaging was originally posted by Local Sign Company Irvine, Ca. https://goo.gl/4NmUQV https://goo.gl/bQ1zHR http://www.pearltrees.com/anaheimsigns

Conversion Rate Optimization (CRO): 8 Ways To Get Started

Today, most marketing teams are focused on driving traffic toward websites in hopes that this traffic then converts into qualified leads for sales reps to close. But that's only half the battle.

Getting more out of existing traffic and leads (versus entirely new traffic) can propel companies toward long-term, sustainable growth. That's where conversion rate optimization (CRO) comes in. In this guide, you'll learn about the power of CRO, why your business should focus on improving your conversion rate, and how to get started.

Download Now: Free 8-Week Conversion Rate Optimization Planner

What is a conversion rate?

A conversion rate is the percentage of visitors who complete a desired action, like completing a web form, signing up for a service, or purchasing a product.

A high conversion rate means your website is well-designed, formatted effectively, and appealing to your target audience. A low conversion rate could be the result of a variety of factors related to either website performance or design. Slow load times, a broken form, or copy that doesn’t convey the value of the offer are common reasons for a poor conversion rate.

What is a good conversion rate?

A "good" conversion rate depends on your industry, niche, goals, traffic channel, and audience demographics, among other factors. For example, the average conversion rate of ecommerce sites globally was 2.17% in the third quarter of 2020, which was down from 2.37% the previous year. The ecommerce conversion rate in the US was higher, however, at 2.57%.

The average not only differs by year and by country — it also differs by niche. For example, the average conversion rate of ecommerce sites in the food and beverage sector is 5.5% whereas the average in the hair care sector is 3.5%.

If your conversion rate is lower than you'd like — maybe it's below average in your industry, or lower than your top competitors, or simply underperforming against your own goals — then it's time to optimize.

Conversions can happen all over your website: on your homepage, pricing page, blog, landing pages, and more. To maximize the potential of converting website visitors into paying customers, you should optimize each location.

Before we take a look at the benefits of CRO, let's walk through how to calculate your site's conversion rate. That way, you'll have a better understanding of how much time and resources to invest in a CRO strategy.

How to Calculate Conversion Rate

Conversion rate is calculated by dividing the number of conversions by the number of visitors and multiplying that number by 100 to get a percentage.

how to calculate conversion rate: conversion rate formula

As long as you know how you're defining a conversion, then calculating your conversion rate is easy. You just plug in two values and multiply by 100.

Let's say you're defining a conversion as a newsletter opt-in, and you have an opt-in form on every single page of your website. In that case, you'd divide the total number of newsletter form submissions by the total number of website visitors and multiply it by 100. So if you had 500 submissions and 20,000 visitors last quarter, then your conversion rate would be 2.5%.

You can repeat this process for every conversion opportunity on your site. Just make sure to only count the number of visitors on the webpages where the offer is listed. For example, if you want to calculate the conversion rate of your ebook offer, then you'd divide the total number of downloads by the number of people who visited webpages where the ebook offer is listed.

Alternatively, you can calculate your website's overall conversion rate by dividing the total number of conversions for every conversion opportunity on your site by the total number of visitors on your site.

Where to Implement a CRO Strategy

Here are four areas of your website that have the potential to largely benefit from conversion rate optimization.

1. Homepage

Homepages are prime candidates for CRO. In addition to making a first impression on visitors, the homepage is also an opportunity to retain those visitors and guide them further into your website.

You can do this by emphasizing links to product information, offering a free signup button, or even incorporating a chatbot that solicits questions from visitors at any point during their browsing experience.

2. Pricing Page

A website's pricing page can be the make-or-break point for many website visitors. CRO can help a pricing page convert visitors into customers by modifying the pricing intervals (e.g. price-per-year vs. price-per-month), describing the product features associated with each price, including a phone number for visitors to call for a price quote, or adding a simple pop-up form.

Hotjar, for example, added a simple email opt-in popup form on its pricing page and got over 400 new leads in just three weeks.

how websites benefit from CRO: Hotjar Pricing Page Popup Overlay

3. Blog

A blog is a massive conversion opportunity for a website. In addition to publishing thoughtful and helpful content about your industry, a blog can use CRO to convert readers into leads.

This process often includes adding calls-to-action (CTA) throughout an article or inviting readers to learn more about a topic by submitting their email address in exchange for an ebook or industry report.

4. Landing Pages

Since landing pages are inherently designed for people to take an action, it makes sense that they have the highest average conversion rate of all signup forms at 24%. An event landing page, for example, can be optimized with a video of last year's event to encourage visitors to register this year. A landing page that's offering a free resource can be optimized with preview content from that resource to encourage visitors to download it.

Now that you know where you can optimize for conversions, you may be wondering how you know when your business is ready to start the process.

CRO Formulas

The short answer: CRO is important for any business online. That's because, no matter how established or large your company is, you want to convert your website visitors into qualified leads, customers, and brand advocates — and you want to do so in the most effective, impactful, and reliable way.

With conversion rate optimization, you'll get more out of your existing website traffic while ensuring you're targeting qualified leads.

Although this is a straightforward concept, setting a conversion goal isn't as easy as saying, "This page converted 50 people this month, so we want to convert 100 people next month."

Featured resource: 8-Week Conversion Rate Optimization Planner

Website Conversion Funnel

Download this planner

You don't just want 50 more conversions from a webpage. Instead, you want 50 more conversions for every X amount of people who visit it. (This is your conversion rate — the percentage of people who convert on your website based on how many people have touched it).

To provide a better understanding of where you stand at any point in time in regards to conversion rate, here are three commonly-used formulas your business can use to understand, analyze, and improve.

CRO Calculation 1: Conversion Rate

As we mentioned earlier, to calculate conversion rate, you must divide your number of conversions (or leads generated) by your number of visitors (or web traffic), and then multiply that number by 100 to get the percentage.

Leads Generated ÷ Website Traffic x 100 = Conversion Rate %

CRO Calculation 2: Number of Net New Customers

To calculate your number of net new customers, you'll want to divide your net revenue goal by your average sales price.

New Revenue Goal ÷ Average Sales Price = Number of New Customers

CRO Calculation 3: Lead Goal

And lastly, to calculate your lead goal, take your number of new customers and divide it by your lead-to-customer close rate (which is your total number of leads divided by total number of customers) percentage.

Number of New Customers ÷ Lead-to-Customer Close Rate % = Lead Goal

Here's an example of these formulas in action:

If your website has 10,000 visitors per month that generate 100 leads — and subsequently, 10 customers each month — the website visitor-to-lead conversion rate would be 1%.

What if you wanted to generate 20 customers each month?

You could try to get 20,000 visitors to your website and hope that the quality of your traffic doesn't decrease — although, that's a risk you'll likely want to avoid. Rather, you could obtain more leads from your existing traffic by optimizing your conversion rate. This is less risky and is more likely to produce better results for your bottom line.

For instance, if you increase your conversion rate from 1% to 2%, you'd double your leads and your customers. The following table is proof of this — you can see the positive impact that results from increasing your website's conversion rate:

COMPANY

A

B

C

Monthly Site Traffic

10,000

10,000

10,000

Conversion Rate

1%

2%

3%

Leads Generated

100

200

300

New Customers

10

20

30

Notice the drastic increases in the number of leads generated and net new customers when you boost your conversion rate.

Not only that, but it's clear that generating more website traffic isn't necessarily the right approach when trying to improve your conversion rate — in fact, this chart shows you that you can grow your business substantially without increasing traffic at all.

Hard to believe? Think about this way: Pretend you were trying to fill up a leaky bucket. If you pour more water into the bucket, you won't fix the root cause of the issue — instead, you'll end up with a lot of water that's wasted (not to mention, a bucket that will never fill up all the way).

Are you ready to take the first steps toward CRO at your company? Review the strategies below and start experimenting.

Conversion Rate Optimization Strategies

Here are some applicable conversion rate optimization marketing strategies to test and implement at your company.

1. Create text-based CTAs within blog posts.

While it's considered a best practice to include CTAs in a blog post, they sometimes fail to entice visitors to take your desired course of action. Why?

Banner blindness is a real phenomenon related to people becoming accustomed to ignoring banner-like information on websites. This lack of attention coupled with the fact site visitors don't always read all the way to the bottom of a blog post (rather, they "snack” on content), means a different approach is required.

That's where the text-based CTA comes in handy. Here at HubSpot, we ran a test with text-based CTAs — a standalone line of text linked to a landing page and styled as an H3 or an H4 — to see if they would convert more traffic into leads than regular CTAs located at the bottom of a web page.

In HubSpot's limited test of 10 blog posts, regular end-of-post banner CTAs contributed an average of just 6% of leads that the blog posts generated, whereas up to 93% of a post's leads came from the anchor-text CTA alone.

2. Add lead flows on your blog.

A lead flow is another conversion rate optimization element you can include on your site. Lead flows are high-converting pop-ups designed to attract attention and offer value.

You can select from a slide-in box, drop-down banner, or pop-up box, depending on your offer. We experimented with the slide-in box on the HubSpot Blog back in 2016 and it achieved a 192% higher clickthrough rate and 27% more submissions than a regular CTA at the bottom of a blog post.

3. Run tests on your landing pages.

Landing pages are an important part of the modern marketer's toolkit and, as mentioned earlier, integral to conversion rate optimization.

That's because a landing page is where a website visitor becomes a lead or an existing lead engages more deeply with your brand. To optimize a landing page, run A/B tests to identify your best design and content features for audience members.

For instance, with A/B testing you can quickly and easily test different versions of your website copy, content offers, images, form questions, and web pages to determine what your target audience and leads respond to best.

Thanks to A/B testing, China Expat Health was able to increase their lead conversion rate by 79%. One of the most impactful changes was swapping out the headline “Health Insurance in China” for “Save Up to 32% on Your Health Insurance in China,” which immediately conveyed a value proposition to visitors. This proposition was then supported by customer testimonials.

Get everything you need to start effectively A/B Testing your website today.

4. Help leads to immediately become a marketing-qualified lead.

Sometimes visitors want to get right down to business, skip parts of the typical buyer's journey, and immediately speak with a sales rep (rather than be nurtured).

There are specific actions you should encourage these high-intent visitors to complete so they can easily become marketing qualified leads (MQLs) — and they can take action through a combination of thoughtfully designed web pages, compelling and clear copy, and smart CTAs.

For instance, at HubSpot, we discovered that visitors who sign up for product demos convert at higher rates than visitors who sign up for free product trials. So, we optimized our website and conversion paths for people booking demos or meetings with a sales rep.

Admittedly, this depends on your product and sales process, but our best advice is to run a series of tests to find out what generates the most customers. Then, optimize for that process. The key here is to look for ways to remove friction from your sales process.

5. Build workflows to enable your team.

There are a number of automated workflows you can create to enable your team with the help of marketing automation software.

For example, with marketing automation, it's possible to send automatic emails with workflows. Then, leads can book meetings with reps in one click. Meanwhile, reps receive notifications when leads take high-intent actions such as view the pricing page on your website.

Or, if you work in ecommerce, you can send an email to people who abandon their shopping cart as a reminder. According to research from Moosend, abandoned cart emails can be very effective. They have a high open rate of 45%. Of the emails that are opened, 21% are clicked. Half of the people who clicked make a purchase.

Here's an example of an abandoned cart email by the Dollar Shave Club.

cro marketing strategy: abandoned cart email by Dollar Shave Club

Image Source

6. Add messages to high-converting web pages.

Use live chat software to chat with your website visitors in real-time and offer support and guidance as needed. To increase conversions, add these messaging features to your high-performing web pages — such as your pricing and product pages — so leads get the information they want in real-time.

You can also make your messaging and chat bots action-based. For example, if someone has spent more than a minute on the page, you may want to automatically offer to help and answer any questions they may have (again, a live chat tool, like HubSpot, makes this easy).

7. Optimize high-performing blog posts.

Again, publishing blog articles opens the door to a big opportunity for conversions. Even more so if you already have existing blog content on your site — in fact, at HubSpot, the majority of our monthly blog views and leads come from posts published over a month ago.

To get started optimizing your blog content, identify your posts with the highest levels of web traffic but low conversion rates. (Possible causes of this issue may be related to SEO, the content offer you are promoting, or your CTA.)

In one instance, we at HubSpot added an inbound press release template offer to a blog post about press releases — as a result, we saw conversions for that post increase by 240%.

Additionally, look at your blog posts with high conversion rates. You want to drive more qualified website traffic to those posts and you can do so by optimizing the content for the search engine results page (SERP) or updating it as needed to ensure it's fresh and relevant.

8. Leverage retargeting to re-engage website visitors.

It doesn't matter what your key conversion metric is: The cold, hard truth is that most people on your website don't take the action you want them to. By leveraging retargeting on Facebook and other platforms, you can re-engage people who left your website.

Retargeting works by tracking visitors to your website and serving them online ads as they visit other sites around the web. This is particularly impactful when you retarget people who visited your highest-converting web pages.

The normal inbound rules still apply here — you need well-crafted copy, engaging visuals, and a compelling offer for retargeting to work.

Take United's retargeting campaign for example. Using insights from previous ad campaigns, United focused on reaching people who had viewed their ads and were already considering booking a vacation. To this select audience, they promoted a 15-second video ending in a call-to-action.

If viewers felt inspired enough to book their vacation, all they had to do was click on the CTA to be taken straight to the United website. This proved to be a huge success. In just one month, 52% of conversions attributed to YouTube were click-through conversions directly from the ad.

(If you're a HubSpot customer, take a look at how the AdRoll integration can improve your conversion efforts.)

Now, let's talk about how you can get started with CRO at your company.

How to Get Started with Conversion Rate Optimization (CRO)

Maybe you're wondering, "Where do I start with CRO?”

Enter: PIE framework. Before starting a CRO project, prioritize your efforts by ranking each element on Potential, Importance, and Ease.

Use the PIE framework to answer the following questions for every strategy outlined in the previous section. Then, assign a score between one and 10 (one being the lowest and 10 being the highest) to each strategy.

  • How much total improvement can this project offer?
  • How valuable will this improvement be?
  • How complicated or difficult will it be to implement this improvement?

Once you've assigned a score for each strategy, add up the numbers and divide the total by three — this gives a score that shows what project will have the greatest impact. Then, work on the projects with the highest scores first.

The PIE framework isn't perfect, but it's easy to understand, systematic, and offers a starting point for CRO collaboration and communication among colleagues.

We've covered a lot about conversion rate optimization, but not everything. If you still have questions, then check out the answers to some of the most frequently asked questions below.

What is the purpose of a conversion rate optimization?

The purpose of conversion rate optimization (CRO) is to improve the likelihood of visitors taking a desired action on a webpage.

What is a CRO strategy?

A CRO strategy is designed to convert more of your visitors into paying customers. While each CRO strategy will vary company by company, the general steps will not. You have to identify key metrics and your target audience. Then you have to collect user feedback and other data to decide what you’re going to test. Finally, you’ll run A/B tests to improve different pages and parts of your site for conversion.

What are CRO tools?

CRO tools are designed to simplify or automate the process of optimizing your conversion rate. They might help with lead capture, research, analytics, mouse tracking and heat maps, feedback, or running experiments.

What is a CRO test?

A CRO test involves adding, re-arranging, and redesigning elements on your website in order to maximize your conversions. Different CRO tests might focus on optimizing the copy, design, or placement of your CTAs, or the length of your headlines, among other elements.

Begin Using CRO

There are many best practices out there when it comes to CRO but, ultimately, you need to find out what your customers respond to, and what drives results for your business.

Keep these three follow-up actions in mind when getting started with CRO today:

  1. Use the three formulas to start the CRO conversation.
  2. Experiment with CRO strategies to discover what works for your business.
  3. Leverage the PIE framework to help prioritize your strategy.

Editor's note: This post was originally published in January 2019 and has been updated for comprehensiveness.

Get the 8-Week CRO Planner


Conversion Rate Optimization (CRO): 8 Ways To Get Started was originally posted by Local Sign Company Irvine, Ca. https://goo.gl/4NmUQV https://goo.gl/bQ1zHR http://www.pearltrees.com/anaheimsigns