Friday, June 3, 2011

3 Key Metrics To Measure Social Media Success

Social media marketing has entered a new era. Brands are no longer content to simply experiment with a Facebook page and a Twitter account and “hope for the best.” With social media marketing budgets on the rise, marketers need their social campaigns to drive bottom-line sales, measurable brand benefit, and improved customer lifetime value.

The maturation of the social media space has created the need for simple, standardized measurement techniques that clearly show whether social campaigns are working to deliver real brand impact and actual sales. Unlike the online advertising industry, which has standardized on a few key metrics (CPC, CPA, and CPM), social media success measurement is still in its infancy and continues to suffer from a lack of common metrics standards.

Large brands are able to license powerful social media analytics software and hire agencies to help them measure social programs with accuracy. However, many smaller organizations are unsure of how to best measure their social marketing programs.
  • What should we measure?
  • How do we measure it?
  • What does success look like?
  • Out of the many numbers we could measure for social media, how do you determine which are the key metrics you should measure now and in the long term?

The answers to these questions are complex, but every company can get started with social media measurement by focusing on three simple metrics.

These metrics won’t tell you everything about the impact of your social media programs, but they will establish a low-cost, repeatable standard you can use to gauge success over time.

1. Total Online Community Size (sCRM)
Assuming your business has invested in a solid brand community presence on social media networks like Facebook, Twitter, YouTube, Flickr, and launched a few managed blogs, measuring the total active size of your social CRM program is the simplest key metric to regularly evaluate.

Absolute size isn’t as important as whether your program steadily growing over time. The sCRM metric offers insight into the value you’re creating for those communities, as well as size of the ‘captured audience’ that has granted you permission to receive regular messaging, deals, and content.

sCRM = #Facebook Fans + #Twitter Followers + #blog unique users + #YouTubeChannel subscribers + #all other registered managed community members


To do: Manually collect figures from key channels; calculate weekly or monthly; save figures in basic spreadsheet; produce sparkline graphs to depict trendline. Bonus points: calculate same numbers for top three competitors and compare monthly.

sCRM Twitter Facebook Community Size


2. Monthly Referred Social Traffic to Site (sTraffic)
Many large brands use sophisticated social content sharing tools to exactly track social media link clicks, content pass-along, and other deeper metrics. However, you can start simple and focus on the total unique site traffic coming to your website from links shared through blogs, forums, and the key social networks. You can get this with a simple query through your Omniture, WebTrends, Google Analytics, or other website analytics tool.

sTraffic = monthly website Unique Users via Facebook, Twitter, YouTube, owned and 3rd party blogs, and forums

To do: Export absolute sTraffic # and % of total site traffic from your site analytics tool to a spreadsheet, then produce month-over-month sparkline graphs to depict trendlines.

3. Social Monthly Impressions (sMI)
Measuring the true reach of your brand in social media is a daunting task; it can take the best analytical minds weeks and a variety of tools. But estimating your ‘social monthly impressions’, while an imperfect science, can help provide a sense of how pervasive your brand is across the Web.

sMI = #mentions of your brand on blogs, forums, Twitter, etc. within a given month.

To do: Monitor brand mentions on a regular schedule (daily/weekly) using a free alerts tool like Google Alerts. While not necessarily comprehensive, this offers a regular digest of the individual instances of brand mentions in blogs, mainstream news media sites, and on large public social networks like Twitter.


Advanced Approach: Evaluate and select one of the many social monitoring tools to track total pervasive brand mentions, or take a look at emerging tools offered by companies like Simply Measured and SocialMention.

Whatever your level of social media marketing efforts, if you measure these three numbers at least once per month and track their relative movement over time with simple sparkline graphs via spreadsheet charts, you’ll be able to regularly observe the benefits of your social investments.

While it’s not a one-size-fits-all complete social media analytics solution, tracking sCRM, sTraffic, and sMI will get you started on a basic ‘measure it to manage it’ program for your core online social community initiatives.

Source: http://searchenginewatch.com/article/2073592/3-Key-Metrics-To-Measure-Social-Media-Success

Thursday, June 2, 2011

Google Drops Numerous APIs, Including Translate

If one year ago I had come in with an announcement that “Google dropped X product,” it would mean that Google had seriously messed up, miscalculated, or determined that a service couldn’t survive in the market. Google dropping a project no longer means the same thing, however. Since the April management shuffle (which occurred immediately after Larry Page re-took the reigns of Google), Google has been relentlessly dropping projects – including ones that are viable. This trend continues this month with Google dropping 11 developer APIs, including the popular Google Translate API.

To clarify, that doesn’t mean Google is dropping these services in their own outlets (such as the Google Translate website). Translate, as well as the other services related to the soon-to-be abandoned APIs, will continue as normal in the Google web and mobile apps. But developers who want to integrate the Google services, such as Translate, into their own web or mobile app rely on these developer APIs; the API is the medium by which developers access the Google data.



“Deprecating the Translate API was the hardest choice for us to make,” said Google representative Adam Feldman. But in the end it was a simple matter of how the popular API was being used. “The Translate API was subject to extensive abuse – the vast majority of usage was in clear violation of our terms.” He did not specify exactly what terms of service violations were taking place.

Developers who were using the API will continue to have access to the Translate data until December 1st of this year. Prior to that date developers will be limited on the number of inquiries made per day. The ten additional APIs being shut down are the Blog Search, Books Data, Books JavaScript, Image Search, News Search, Patent Search, Safe Browsing, Transliterate, Video Search, and Virtual Keyboard. Additionally, the Code Search, Diacritize, Feedburner, Finance, Power Meter, Sidewiki, and Wave APIs have ceased active development but there is no plan to shut down the APIs themselves.

HOW TO: Add the +1 Button to Your WordPress Site


Google turned up the heat on its +1 feature Wednesday, rolling out the new +1 button across select partners sites (including Mashable) and introducing a new tool for publishers to embed it on their own sites.

Google has made adding the +1 button fairly simple, but we wanted to provide self-hosted WordPress.org users with a quick walkthrough of the process of adding and enabling the +1 button to their site and their blog posts. We’re sure that dozens of +1 plugins will be available in the next few days, but in the meantime, this is what you need to do.



Step 1: Add a Line of JavaScript to Your Theme Files



The +1 button tool page lays out what webmasters need to add to their website. For users who have a standard XHTML website (or are using Tumblr), copying and pasting <script type=”text/javascript” src=”http://apis.google.com/js/plusone.js”></script> before the </body> tag on a website works just fine. WordPress users, however, will need to add that snippet to their theme files.







Simply Go to the Appearances section in the WordPress dashboard and select “editor.” Then find the footer.php file in your template listing. Scan through the file until you see the area marked </body>, then paste in the JavaScript line.

Hit update and you’re ready for step two!


Step 2: Add a Button to Your Sidebar



After the JavaScript snippet has been added to your website, users can paste the <g:plusone></g:plusone><g:plusone></g:plusone> wherever they want a button to appear. Using the +1 button tool, you can configure the button size and include other advanced options.

Another common use for the +1 button, besides on individual blog posts, will likely be in sidebar widgets on a homepage. This can act as a nice, generic hub for +1 activity.

To add the +1 button to a sidebar in WordPress (assuming your theme supports sidebars), simply go to the Appearances section in the Dashboard and select “Widgets.”

We’ll assume that you want to create a new widget for the +1 button, but other sidebar widgets can also be customized to display the button.







Drag a new “Text” widget to the sidebar location of your choice. You can add a header if you want, or you can leave it blank. In the text portion, paste the button configuration you want using the +1 button page. The standard code is <g:plusone></g:plusone>

You can choose how you want the button to align itself using HTML or referring to CSS classes from your stylesheet.


Additional Tips



At this point, we’ve successfully added the +1 button to a WordPress website. Users can add the button to individual posts by entering the button code in the body of a post, or add it in automatically by adding a line to the WordPress loop in the post.php and loop.php theme templates.

Here are a few things you might want to take into consideration when using the +1 button on your site:
  • By default, the button doesn’t have a URL parameter set. Instead, the JavaScript will crawl your page and make its best guess for the URL that you are liking. If you want to specifically ask users to +1 a certain URL, add [code]href="http://example.com"[/code] to the button’s tag. For instance, if I wanted to add a +1 button that reported to BlogsofSEO, this is the code I would use:<g:plusone href=”http://www.blogsofseo.co.cc/”></g:plusone>
  • For sites with the popular Bad Behavior WordPress plugin it can interfere with the +1 button, at least as of this writing. Disabling the plugin will allow users to add +1 buttons to their site.


Source: http://mashable.com/2011/06/01/plus-1-button-wordpress/

Wednesday, June 1, 2011

Official: Google +1 Button For Websites Comes Tomorrow


It’s official. Google’s +1 button for websites will be coming tomorrow. A launch partner accidentally tipped the news of the release to TechCrunch, and Google’s since confirmed with me that it will be happening.


Google tells me that any site will be able to to add the +1 button code to their site as of tomorrow, through a self-serve process. The company says a full blog post and more details will be posted tomorrow.

My previous post from earlier this month, Just Weeks Away, A Preview Of The Google +1 Button For Websites, gives a pretty good idea of what to expect in terms of implementing the button. You can expect a self-serve form like this:


If you’re registered with Google Webmaster Central, you’ll have access to button-push analytics, similar to this:


It remains unclear if the buttons will in turn link to any broader social sharing on Google itself. Right now, the only way those within your social network on Google will see what you’ve +1′d is if you have effectively created a fresh network just for this, deliberately chosen to expose your +1 activity, and if you’re friends know exactly where to look to see this.

That’s a far cry from the ease that people can share what they like on Facebook with friends, to me a key factor in the success of the Facebook Like button. My previous post, Has Facebook Become The Master Key To Unlocking The Web?, goes into more depth about this and the challenge Google faces competing with that system.

In somewhat related news, Twitter has just released a “Follow” button for web sites, which allows people to easily follow a site rather that just tweeting articles from it.

Google’s Re-Focus, Its Meaning, and Its Risks

When it was announced in the early portions of 2011 that Eric Schmidt, long-time CEO and established C-level guru, was handing the control of Google back to original founder Larry Page, we knew that big changes were ahead. It was hard to say, however, whether Page’s leadership would mean more of the same or if Google may turn over a new leaf, for better or worse. Now it’s clear that Page is breaking from many of Schmidt’s examples; while Schmidt was the “adult supervision” and active mentor for Page, and continues to fill an advisory role, Page’s path has taken on a very different focus.

More specifically, Page is narrowing the efforts of the company. This began with the April management shuffle, wherein several VP positions were eliminated, several were created, and almost all the “key player” roles in the company changed. Several unexpected twists also took place, with Jonathan Rosenburg leaving the scene entirely (being unable to commit to a long-term role at Google) and Marissa Mayer being dropped from the leadership of the company; could it be her comments on Google’s failure at social upset someone?

But a management shuffle was only the beginning. Google has also dropped a number of projects, either halting development for, shutting down, or merging numerous key projects. This includes the Newspaper Archives project, the Android OS 3.x line for tablets, Google Hotpot, and many developer APIs (18 in total as of the May announcement). But what does this cleanse really mean?



For one, it means that Google is pooling its resources for more critical projects. Want a hot tip? The critical project in question is almost certainly social. Googlers have their bonuses tied to Google’s success in that arena, Google recently released two major social search elements (+1 and promoted results), and Google Circles (the rumored name of the social network) may still be on the horizon.

But what is Google sacrificing to narrow their efforts? Sure, the company is dropping a lot of dead weight, but they’re also dropping several profitable projects. As Google continues in its minimalist cleansing, it’s possible that they’ll lose some flexibility in innovation, one of the strengths that previously defined the company, and may upset developers in the process. Considering the importance of web and mobile app developers to core Google projects (especially Android, Chrome, and Chrome OS), Google must proceed with caution.

Source: http://www.searchenginejournal.com/googles-re-focus-its-meaning-and-its-risks/30205/