In this age of couponing and PPC, it’s easy to waste profit and lose customers by selling the wrong thing to the wrong people with the wrong messaging.
To be successful in couponing, you need our analytics to segment data and to learn which segments to focus on. What choices do you have for segmenting? Find the intersection of these things:
- Type of offer: Either 2-for-1 or free-with-purchase get people to buy more. Introductory pricing attracts new customers.
- Type of product being promoted: High or low margin? High or low volume?
- Location: Discover which promotions are getting used in which locations
- Buying Group: Which group they’re coming from hints at behaviours.Watch for patterns, and see which Buying group is getting the most volume, conversions, revenue. This tells you where to invest your promotional effort/budget
For campaign goals, you want to:
- Focus on the products/services that have good margins.
- Decide if your goal is to get first-time purchasers to keep coming back or to sell more of high-volume and/or high-profit thing.
- Avoid hurting your brand with the wrong messaging.
You want reports that tell you:
- Which offers are getting the most uptake?
- Which buying groups are getting the most uptake?
- Which locations are getting the most uptake?
- What combinations of those are occuring most frequently?
This lets you conduct compaigns suited to who is using the coupons and learn which campaigns aren’t working. You can also check your retention strategy, that it’s working.
Next Analytics has reports and adhoc query capabilities that tell you:
- Which offers are get the most business
- Which ones are retaining *new *customers
- Which message is working (in which location)
- Which Buying Group is getting the most results.
Every day, you want to analyze this and adjust your campaigns and landing pages. If you do this, you will be successful because you’ll do less work with more effective results. The secret is to focus on a small number of campaigns that have a proven track record for new business and profitabilty.
Here’s a few ideas for Next Analytics reports and ad hoc analytics that will help you.
Offers that work best. Put Google Analytics tracking codes on your landing page URLs and it’s easy to see which campaigns, source, and medium. This can tell you which offers are working best. You can also create reports which show you landing page popularity.
Landing Page by Location. We have a useful report for analyzing important landing pages.

You can also use Next Analytics to build an adhoc query. I suggest this because I think every business will want something different. My adhoc query would do the following steps:
- Filter out the home page and other non-campaign pages that are popular
- Pick dimensions of city and landing page and date. This is where people might pick other things to track such as depth of location, or more filtering on pages, or even incorporate campaign or medium or source into it. Using http://cloud.nextanalytics.com you can experiment with combinations that work for you.
- Automatically pivot, and sort by the most recent time period. This shows you what’s hot, but gives you an idea of trends too.
- Keep only the top ten, but also show the average of the rest.
This report is easy to build and put into Excel – takes less than a minute.
Campaigns Getting the Most Volume and Conversions (Comparing Campaign Funnels)
Find out which campaigns are working best by using this excel report.

Engagement reports . They’ll give you an indication of whether or not your campaigns are contributing to retained business. Get them here. There’s also another good report, here:























Facebook Like and Comment Sources
On an Inside Facebook article this week, Josh Constine reveals how Facebook has recently improved the Facebook Insights API so it now reveals if page likes or comments came from a mobile device. With full access to the Facebook API, we thought we should show you how Next Analytics can pull this new information and make it readily available within Excel.
Using the FQL queries below, Next Analytics can make the queries to the Facebook API, which are available as daily metrics, and pull the results directly into Excel. In the example pictured above, we actually queried the past month and totaled the results using fully automated Next Analytics script commands to download and calculate the numbers for the column and pie charts.
SELECT metric, value FROM insights WHERE object_id=[FB_FAN_PAGE_ID] AND metric='page_like_adds_source' AND period=period('day') AND end_time=end_time_date('2011-12-31')SELECT metric, value FROM insights WHERE object_id=[FB_FAN_PAGE_ID] AND metric='page_comment_adds_source' AND period=period('day') AND end_time=end_time_date('2011-12-31')The workbook can be downloaded here and requires Next Analytics add-in for Excel to automate the API queries.