Archive | Google RSS feed for this section

Google Plus – Is the Third Time the Charm?

15 Jul

Google+Rumors have been swirling for more than a year about Google’s new social network to rival Facebook or Twitter. No, it wasn’t Orkut (the social network Google bought that is still surprisingly popular in Brazil, Google Wave or even Google Buzz. A couple weeks ago, Google finally unveiled Google+ (or Google Plus – there doesn’t seem to be consensus yet) to a relatively small network of social media and tech industry insiders and influencers. I was lucky enough to get an invitation from a friend before Google turned invites off and I’ve been able to test out Google+ (I’ll refer to it as G+ from here on) for a couple weeks now and I wanted to give my thoughts on the new network.

Google's +1 ButtonFirst things first: The Plus-1 Button

About a month ago, Google unveiled their +1 button in what seemed like an attempt to compete with Facebook’s ubiquitous Like button. I quickly added the +1 button to several blogs I manage so we could start taking advantage of people starting to use the +1 button. Google first launched +1 as a way to ‘bookmark’  search results that you’ve found helpful. For example, if I search for a Chinese restaurant in Indianapolis and one of my favorites comes up in the list, I can +1 it and it will come up at the top of the list next time I search for a Chinese restaurant in town. Pretty helpful stuff. Now, with the release of G+, the +1 becomes even more useful. Before G+ there wasn’t a way to catalog all the things you +1′ed (search results, blog posts, websites, etc.), but within G+, there’s a +1 tab on your profile page so you can go back through everything you’ve +1′ed in the past – making it a better place to store true bookmarks and pages you’d like to return to than simply liking a site/post/etc. through Facebook (since there’s no ultimate catalog of the things you’ve liked outside of Facebook.com).

Circles 

Google Plus: Circles

Circles are the foundation that G+ was built upon. While you can add friends to different lists within Facebook, it’s a feature that was added to Facebook after many people joined, so there isn’t a great adoption rate for the lists feature within Facebook.

G+: Add to Circle

Instead of friending people like you do on Facebook or just following them like on Twitter, you add people to your circles in G+. Unlike Facebook, you can add people to your circles without them having to add you back, but unlike Twitter, by clicking on the Incoming portion of your stream (which I’ll get to later) you can see the posts of people who have added you to their circles that aren’t yet a part of your own circles.

In addition to a simple drag and drop feature for adding people to different groups, Google also has a suggested users section to the right of your stream where you can hover over Add to Circles and easily add people to your circles.

You can also easily view content from and share content with specific circles very easily with G+. Say you want to share some photos with just people in your Family circle, it’s simple to do. If you want to share a link to an article with friends from work or share a photo with friends from college, you can do that as well.

(more…)

Google Analytics Primer: Which Metrics are Important?

27 Apr

Google Analytics Chart

Google Analytics is a powerful tool for measuring traffic to and within your website, but it can also appear overwhelming at first glance. There’s such a wealth of information available through Google Analytics but unless you know what you’re looking for and how to access that data, you won’t get much out of implementing an analytics package like Google Analytics.

Last week Google debuted an upgraded version of Google Analytics (v5), and anyone with a Google Analytics account can now view the old version or the new version. In order to access the new Google Analytics, simply click on new version next to your email address on the top right corner of the page. While Google is still in the process of pulling all the old features over to the new version of GA, the new version seems to be working just fine and there are even a few new features to go along with the redesign and reorganization.

You could spend months learning all the ins and outs of Google Analytics, but here are some of the most important things to look for when you’re tracking visitors on your website using Google Analytics.

The Basics

Google Analytics - Visitors Overview

Google Analytics - Visitors Overview

When you first log into Google Analytics you’ll see the Visitors Overview that includes stats like Visitors, Pageviews, Time on Site and Bounce Rate. The Visitors and Unique Visitors numbers are important because it lets you know how many people have come to your site during the time frame you’re looking at and you then know approximately how many of those visitors have been to your site before. Pages per Visit lets you know the average number of pages each visitor goes to while on your site. Don’t think that just because you have a high Pages per Visit number it means your visitors are happy with your site and they’re getting what they wanted from your site. I’ve seen instances where a campaign caused Pages per Visit and Time on Site to drop, but have dramatically increased conversion rates. As much information as Google Analytics provides you, it still requires old fashioned individual user research or surveys to find out users sentiments.

The term Bounce Rate can be confusing. A bounce rate is the percentage of visitors to your website that only view one page (the page they landed on first) and then exit your blog. In general, you want as low a bounce rate as possible, but much like the Pages per Visit and Time on Site metrics, a bounced visitor isn’t necessarily an unsatisfied visitor. If your website is more informational in general (many Local, State and Federal Agencies have more informational than sales or conversion goals), a higher bounce rate might not be a bad thing. But for most organizations the goal of your website is likely to sell a product, ticket, room night, service or something along those lines. If you notice high bounce rates for pages where you’re specifically selling an item or asking the user to take an action (sign up for an email newsletter or download a whitepaper), you should make some modifications to the page that could help lower the bounce rate.

(more…)

How To: Track All Your Traffic From Twitter

10 Jan

http://www.flickr.com/photos/sepblog/3542294246/At the most recent breakfast hosted by Indy Social Media, Douglas Karr of DK New Media talked about Analytics and Measurement of the Social Web (check out a UStream of Doug’s presentation here). It was a great presentation and the thing that stuck out to me the most was when Doug mentioned how inaccurate analytics software was when it comes to social referrals.

For the most part, by looking at your analytics software (I’ll use Google Analytics for example, since it’s what I use and it’s free), you can click on the Referring Sites section and see how many visitors came to your website from Facebook, Flickr, Foursquare and other social sites, but the real fly in the ointment is Twitter. You’ll see Twitter.com in your Referring Sites section, but it’s likely that you’re getting more visits from Twitter than just the ones you see.

The visits you see from Twitter.com are just that – they’re only visits made by people clicking on your link while looking at their Twitter accounts on Twitter.com. In fact, Mashable just reported that Twitter just announced that 40% of all tweets come from mobile devices – an astounding number. This only underscores the importance of making sure you can track all Twitter traffic accurately. Currently, you won’t see mobile or desktop applications like TweetDeck, HootSuite or Seesmic show up in your analytics data. So, there’s a large group of visitors that you may not be properly attributing to Twitter.

If you’re using Google Analytics to track your web stats, it’s actually pretty easy to begin capturing all of your referrals from Twitter. We’ll be using Google Analytics Campaign tracking codes to do this. The first thing to understand is what Google’s campaign parameters are and how to add them to your links. Below are the basic Campaign tracking parameters that we’ll use.

  • utm_campaign: Your campaign name
  • utm_source: The source for the link (HootSuite, TweetDeck, TwitterFeed, Email Newsletter)
  • utm_medium: Identify your medium (email, search, social media, twitter, facebook, etc.)

For example, if I wanted to point people to the Interviews section of Social Mediarology, I would post this link on Twitter from TweetDeck: http://socialmediarology.com/category/interviews/. But to more accurately track those visitors from Twitter I’ll append the following data to the URL above:

?utm_source=TweetDeck&utm_medium=twitter&utm_campaign=Interview

So the full link would look like this: http://socialmediarology.com/category/interviews/?utm_source=TweetDeck&utm_medium=twitter&utm_campaign=Interviews. Nice long URL, huh? Not to worry, your standard URL shortener will compress all that to a nice small URL to post to Twitter (http://bit.ly/fwzSam).

Now, next time you log into Google Analytics, look under Traffic Sources then Campaigns and you can search for all the campaigns you ran through Twitter and find out how many people clicked through. You can even have one Campaign with different links you post to Twitter, Facebook, Email and other mediums and all you have to change is the utm_medium or utm_source parameters.

The best part is you don’t have to remember how to add all the parameters to your links, just check out Google’s free URL Builder and it will create the URLs for you. In fact, if you use TwitterFeed to push your blog posts through to Twitter or HootSuite to manage your social media presence, you can set up their baked-in URL shorteners to automatically append analytics tracking data.

TwitterFeed:

Log in, and either create a new feed or edit an existing feed. On Step 2, you can add services to push your feeds to, add or edit one of your Twitter services to see the ability to add UTM Tags.

I really like the ease of using TwitterFeed because there are several options they allow and you can push your feed to multiple Twitter and Facebook accounts. The ability to add in custom tracking parameters is a real plus.

HootSuite:

HootSuite is just as easy. When you’re logged in, click in the box where you add a URL to shorten, Then click on the down arrow to the left of the Shrink button. Select Custom URL Parameters and you can fill out either one-time parameters or you can add parameters in as a default. Now these parameters will be added to the end of any link you shorten through HootSuite.

If you selected the Always apply when creating Ow.ly links box, the parameters will be appended to every link you create, so if you’re linking to external websites, they’ll see your tracking code on their site as well, but as long as it’s included on links to your site, that’s what really matters.

Hopefully this brief walk-through helps you to start tracking more of your visits from Twitter. Have you noticed that your referrals from Twitter didn’t look as strong as you expected them to?

Why You Should Use URL Shorteners

13 Dec

Bit.ly, Goo.gl, budurl.com, tinyurl.com. You’ve seen URL shorteners and in recent years, their popularity has exploded with the advent of Twitter and having to get a message across (with a link!) in less than 140 characters. TinyURL.com is one of the original URL shorteners and I used it years ago when trying to send Google Map directions to friends. In the past 18-24 months, the huge growth of Twitter has really fueled the growth of URL shorteners. Since Twitter only allows you to post 140 characters at a time, your URLs need to be as short as possible to leave room for messaging. Here are some features and drawbacks fromsom positives and negatives of some of the leading URL shorteners below:

Bit.ly URL ShortenerBit.ly:

Bit.ly is the most popular URL shortener online today, and for good reason. After bursting onto the scene just a few short years ago, Bit.ly has not been content to sit still for long. They took over as the default URL shortener on Twitter (until Twitter’s proprietary t.co shortener took over a few months ago) and they keep coming up with reasons for people to keep using them. From their easy to access and robust stats to their simple to use API to the inclusion of QR codes, Bit.ly makes using their service very easy.

Features:

  • One of the shortest URL shorteners. Since . The minimum length of a Bit.ly link is just 19 characters! That only takes up about 13% of your tweet (140).
  • Easy to view click stats: Simply add a + to the end of any Bit.ly URL (http://bit.ly/SocMedrlgy+). You can easily see how many clicks your link received and where those clicks are coming from.
    • The stats even show you how many times your link was retweeted and shared on Facebook.
  • Allows for easy customization of shortened URLs: (bit.ly/b4yn9p turns into http://bit.ly/SocMedrlgy) easily.
  • Allows for link bundling: Let’s say you’re sending 10 links to some coworkers to look at some research you’ve been doing. You can bundle those links into 1 bit.ly bundle link so you don’t have to copy and paste 10 different links to each person.
  • Bit.ly has a Pro option that is free and offers you the ability for your bit.ly links to be branded with your own custom shortened URL. For example, the New York Times uses nyti.ms, the Huffington Post uses huff.to. Just another way you can extend your brand and use a great URL shortener at the same time.
  • Robust API that allows you to integrate your Bit.ly account to shorten URLs in many social media management applications like TweetDeck and TwitterFeed.
  • Automatically creates a QR code: Bit.ly automatically creates a QR code for each and every shortened URL you create. This is hugely important as smartphones and QR codes are being used more each day.
    • Don’t know what QR codes are? Check out this good intro post for now. I’ll write up a post about QR codes soon too.

Shortfalls:

  • Honestly, one of the only reasons I could think to not use Bit.ly is if you’re already using HootSuite or another social media management application that doesn’t allow you to use a third-party URL shortener.

Google URL Shortener: Goo.glGoo.gl:

Goo.gl is one of the newer URL shorteners. They originally launched exclusively for shortening links to Google-owned properties like YouTube, Google Maps and others, but recently opened up to shorten any link.

Features:

  • One of the shortest URL shorteners. The minimum length of a Goo.gl link is just 19 characters! That only takes up about 13% of your tweet (140).
  • Easy to view click stats: Follows the Bit.ly model of showing stats for each link by adding a + to the end of the URL (http://goo.gl/VdKMa+). You can easily see how many clicks your link received and where those clicks are coming from.
  • Automatically creates a QR code: Just like Bit.ly (in fact, Bit.ly did it first), Goo.gl automatically creates a QR code for each and every shortened URL you create.

Shortfalls:

(more…)

Has Google Lost It’s Edge?

6 Apr

I’m as big a Google advocate as anyone. I’ll swear by Gmail,and Google Voice has revolutionized my voicemail and the way I leave myself notes. I use Google Contacts as a central repository for all of my professional and personal contacts. I’m always finding some new way to parse web data in Google Analytics. While I only use Blogger now for my personal family blog, it was where I got my start in blogging. I keep up with dozens of blogs through Google Reader. Even though YouTube‘s new auto-caption feature still has some bugs to be worked out, it has tremendous potential for, among other things, disablity compliance. At home, all of my photos are stored in and organized by Picasa, and every time I need directions, I pull up Google Maps.

Even though that’s all true, I can’t help but feel that Google has lost it’s edge lately. Last September, they launched Google Wave, which was touted as the future of email. Google Wave incorporated Gmail-like email functionality, collaborative capabilities like Google Docs and the ability to see responses in real time. First revealed in the summer of 2009, Google Wave was rolled out to a handful of early adopters in September. Almost as soon as it was released the blogosphere was buzzing with disappointment. Part of that was due to the fact that, with the rolling release of Wave, some of the earliest users didn’t have any one to interact with. In addition, Wave was confusing for even the most savvy web users. Though Google has made some small tweaks to Wave since its release, the general consensus is that Wave has been a let-down.

In February, Google released Google Buzz to all Gmail users. Buzz was to be Google’s answer to Facebook and Twitter. With a built-in user-base of more than 150 million, Google wanted to create their own proprietary social network to let users interact with one another through their email client. In addition to some big privacy concerns, Google only let you pull in updates from Twitter, Flickr, Friendfeed and several Google-owned sites like Picasa, YouTube and Google Reader. Notice that Facebook is missing from that list? On top of that, Buzz doesn’t allow you to push out updates to Twitter, Facebook or other social networks, which makes it even more of a walled garden than Facebook, Twitter or others. Social media is at least in part about openness and ease of sharing and Google Buzz simply doesn’t cut it on those two counts.

Finally, Microsoft recently announced that they would incorporate an optional Foursquare layer to Bing Maps. I blogged about this in a previous post, and the Foursquare layer is now a reality on Bing Maps (Visit maps.bing.com and click on Map Apps, then click on Foursquare Everywhere – you might have to install Microsoft’s Silverlight plugin for it to work). This kind of integration is something I would have expected from Google, not Microsoft. If Google hopes to remain the technology giant that they are, they have to be on the forefront of social technology. Microsoft and Yahoo already beat Google in integrating real-time information (Facebook & Twitter updates) to their search engines and this is just one more area where Google is forced to play catch-up.

Every company is bound to release some products that are duds, but it feels like Google has been experiencing more than its fair share of duds lately. On top of that, they’ve been happening on relatively big products. I’ll still keep using the Google products that I know and love and I’ll continue to try out any new products they launch, but if they keep taking missteps like this, it might not be long until Google is reminiscent of some of the past tech and search giants like Apple before the iPod and Altavista.

What’s the Buzz about Google Buzz?

14 Feb

On February 9, Google released Buzz to the masses. If you have a Gmail account, you’ve probably seen a splash page about Buzz in the past couple of days. I turned on Buzz for my account a few days ago and here’s a rundown of what Buzz can do for you.

  • Buzz can be used as an aggregator for your Google-owned social media accounts (Google Reader — check out this post and this one for more on RSS and Google Reader –, YouTube, Blogger, Picasa) as well as a few others (Twitter, Flickr & FriendFeed).
  • Buzz automatically suggests people you should follow. This list is culled from the people you email most often.
  • Underneath your Inbox button in Gmail, a Buzz button appears. This allows you to view all recently Buzzed items.
  • Buzz intelligently selects the most interesting buzzes for you to view. You can always click on the Buzz button to see all recent buzzes, but you’ll be notified when an interesting piece appears.

There are a few things that Google needs to do to improve Buzz, but since it just launched last week, Google is bound to do what they need to do to make Buzz more usable. Here are a few things Buzz is missing.

  • Integration with Facebook – As the most popular social networking site in the world, Google really needs to add Facebook soon. Ironically enough, Facebook owns Friendfeed, which is currently supported by Google Buzz.
  • Buzz posts should also feed out to accounts that are hooked up to it (Twitter, Facebook, Friendfeed, etc) rather than just pulling the posts into Buzz.
  • Allow users to filter and view only the Buzzes they want to see.
    • Just like Facebook allows you to view updates in specific groups, Buzz should allow this. There are sometimes you just don’t want to see every one of someone’s Foursquare updates.

In short, with some work and slight tweaks, Google Buzz has the potential to radically change the way social media is consumed. By building Buzz right into Gmail, Google was able to ensure its immediate adoption by millions of people, unlike Google’s much hyped but less loved Wave, which launched in the Fall of  ’09. Wave turned out to be much more complicated and much less thought-out than Buzz seems to be, on top of the fact that you needed a separate login to Google Wave, which reduces the number of users drastically.

Here’s a quick video from Google all about Buzz.

Have you used Buzz yet? Check me out on buzz: Jeremy A Williams

Page 1 of 212