Pushing Social Buttons

You’ve put the Share buttons on your site or installed a basic sharing plug-in. So now what? How do you know if people are using them?

You can install another plug-in, like Social Metrics or Google Analytics, to get another snapshot of how folks may be using them. Social Metrics doesn’t really give you in-depth information, though, and the true metrics master wants as much information as possible.

The Google+ +1 button already has metrics in it for Google Analytics. Every other Share button needs some tweaking.

As you install each button, adding one simple line of code allows you to track it inside of Google Analytics as well:

_gaq.push ({‘_trackSocial ‘, network, socialAction, opt_target, opt_pagePath ]);

For example, to track a Facebook Like button, that code would read

FB.Event.subscribe(‘edge.create’, function(targetURL) { _gaq.push([‘_trackSocial’, ‘facebook’, ‘like’, targetURL]);

After you install this code in all your social Share buttons, you can track the activity through the Social Engagement Report in the new Google Analytics (see Figure 14-4). This report allows you to see at a glance not only which social platforms your visitors are most engaged in, allowing you to focus on them more in your social marketing, but also helps you find any weak spots.

As you track content across social buttons, you can determine which content topics and type of content are most compelling to your visitors and make your site content more engaging and sticky overall.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.12.151.153