Skip to content

Posts from the ‘Marketing’ Category

17
Apr

Where to find e-commerce shopping cart providers with web analytics, Facebook, and bank integration

eCommerce Shopping Cart Comparison

Thinking of online retail? Use this Free eCommerce Shopping Cart Comparison to see what integrates with an analytics solution and payment gateway easily

 

Thinking of an eCommerce business? Select a cart that makes digital analytic measurement easy to plan first!

I’ve made this chart of eCommerce shopping cart solutions available. Each offer different capability to integrate an analytics solution. Although some coding effort is needed in general, some solutions provide a plug-and-play capability. The chart includes a consideration of which kinds of banking/payment options are available, whether the sites include Facebook commerce option, and if analytics integration is available.  Having theses features in place makes sales easy to manage, and to permit an analytics tools to reveal when customers are dropping out of a cart…and not purchasing your product.

Click here for the full e-commerce shopping cart chart in pdf format.

17
Apr

Retail / eCommerce Paid Search tips: Product Analytics ideas from Adlucent – SES New York 2012

For retail or e-commerce paid search, look at the full picture.

That’s the concept Meghan Danielson of Adlucent presented in one of the mini-sessions at the 2012 Search Engine Strategies New York expo. She was speaking about product analytics, identifying words that lead to specific conversions.

Three ideas she mentioned in a short presentation are worth checking if you having some difficulty attributing conversion for your retail or e-commerce site.  Meghan summed it up – “If they came in and bought something else, what does that tell you about the keyword and the page their landing on“

Branded keywords

Because of a strong consistent presence in search traffic, branded keywords can mask seasonal trends.  If a keyword led to a product purchase, then you have a starting point for a bid strategy – that keyword can be enhanced with a paid search program (Pierre’s note: eMarketer noted that a study indicated that people were more likely to act on a keyword result that appeared in organic and paid search).

Bundling products

Visitors brought to a site by one keyword may purchase a different product.  Such purchase may be an indicator to bundle products together.  Businesses should consider what backend processes would be affected with this kind of retail offer. (Pierre’s note: This may be a good coupon/ad and landing page strategy to use)

Price

Another factor similar to the bundled amount is price. Meghan says sometimes people decide to select another product shown on the site when the price of their original intention was not the amount expected.  “Am I price competitive to let people get what they came for?”

For these last two points: Consider planning an A/B test on products offered or on price (multi) to see what is an actual factor.

25
Mar

Free Google Analytics webinar – How to manage your business online through web analytics

This September 2011 webinar I created for Small Biz Technology shows how Google Analytics (and any web analytics, for that matter) should work in your business. You can make choices that help you manage the business effectively. Ramon Ray, editor of Small Biz Technology, made the introduction.

This video will show the importance of setting a goal, how to use paid search, and how referral traffic should be monitored.  This can aid your business’ effort to make timely decisions based on the data presented.

Note: Due to processing, the audio was somewhat damaged.

4
Dec

How Web Analytics Helps Small Businesses – Where to Start with Measurement

Many small businesses think of web analytics as search engine optimization, but that perspective is a partial view. Analytics encourages the organization of a digital presence for a business or an organization. These days such planning is important. It means providing speedy management of marketing content, be it online or off, such that a business can ultimately manage costs.

Some small businesses analyze results from a campaign effort – after a website is launched, a video is uploaded in YouTube, or a Facebook page is launched. This is an understandable step – many businesses see analytics in an application and treat the analysis as an audit. But the real work happens during the preliminary planning of a digital presence. This can consume some time, particularly now with so many options for a small business to choose. A business should review two aspects  first before tweet or a site visit is measured.

1. What is the purpose of the website in the business model? Does it serve as an augment for offline marketing?  Is it for sales through e-Commerce? Is it a way to deliver customer support through online chats and community hosting? Answering these questions will set the tone for what content should be on the site – images, downloads, and which pages should retain visitors for longer than a moment. Even trust badges can be influential (see my Business Agility post Building Trust Through Transparency).  It will also lead to how a site and its subdomains are set. The end result is the arrangement of how a site should be tagged.

2. What marketing is planned? Thanks to QR codes and URL tagging, for example, small businesses can create marketing plans to anticipate how customers discover the company site, and ultimately the business itself.  Experian, eMarketer, and other research firms have indicators that people tend to review products and services online prior to making a purchase.  The ideas is establishing an reasonable assumption of how your business is exposed to leads and customers.  An assumption may change overtime, but that is reasonable given that marketing materials can become outdated over time.

Once these two steps are addressed, a small business can begin to make reasonable adjustments to a marketing plan with few headaches and reduced expense.  There are still some technical verifications needed, depending on the complexity of the site and tagging required – many large enterprises have a team on analytic experts to manage the effort. But for small businesses developing a plan and monitoring as it moves ahead makes any analytics information valuable.

 

28
Nov

When Custom Variables Are Consistently Useful: Customer segmentation by membership

New York Times ad for subscriptions

Ah, the New York Times. A paper with global stature.  No paper made more significant headlines of its own in the online world when the New York Times announced its digital subscription program (details here). The skinny is that visitors who are not subscribers can view up to 20 post in a month, while subscribers of one of three digital news packages have unlimited access. When non-subscribers click on their 21st article, they can purchase a subscription. The plan was implement in March 2011, and the jury is still out on how well the paywall plan is working. New York Times is noted to be the largest newspaper publisher who has implementing a paywall.

Many online blogs operate like a newspaper, and while many still are not at the scope of New York Times, a financial model for making a profit can be a challenge. So what would a small business do to emulate a paywall, or even figure how to better serve its audience? One analytics feature that would be helpful is developing a custom variable to distinguish subscribers online.

A few words on custom variables. Custom variables are a javascript call out that measure page actions for specific activity, In the case of visitor, measurement can include such as the number of pageviews from members who log in on a members-only site. The variable is typically activated by modifying the analytics code, inserting the following Javascript call out with parameters.

Google Analytics requires that index, name, and value are identified. They are determined as followed method accepts four parameters:

  • index—This is a slot number, with a single value from 1 – 5, inclusive. This is meant as a key for one custom variable, so you can have index 1, and index 2, an index 3, and so on.
  • name— This is a string that identifies the custom variable.
  • value—This ia a value that is paired with a name. You can pair a number of values with a custom variable name, such as a custom variable name gender and supply male and female as two possible values.
  • opt_scope—The scope for the custom variable, usually for an additiona description

Most web analytics solutions have some variation of the callout. Piwik, for example, uses the Javascript callout setCustomVariable( index, name, value, scope ) where scope is named “visit” or “pages” depending on whether your variable is tracking based on visits or pages.

When you decide to implement custom variables, you need to consider your site needs carefully against your budget, since most paid solutions offer more flexibility with variables. Piwik and Google Analytics, both free solutions, limit the number of custom variables, while paid solutions Yahoo Web Analytics and Omniture Site Catalyst permit more variables and offering even more customization.

But custom variables can help track visitors to distinguish traffic patterns between members and non-members. Such an arrangement would help your blog develop what effort would convert non-subscribers to subscribers, as well as may other ideas to maintain traffic onsite and provide unique, nuanced treatment for two separate sets of visitors.

There are plenty of other ways a custom variable can be used. Justin Cutroni offers a unique way of using custom variables for coupons – you can read about his process here.

What other ways can custom variables be useful?