Most of the websites nowadays have the Facebook like button installed on them. But, a few of the webmasters know how to capitalize the worth of the like button by carefully tracking which pages of your website are the most popular and generates the maximum of likes. In layman terms, you can track the number of Facebook likes from each of your individual pages in order to find out which pages on your site are the most popular and receives the maximum Facebook shares. This is referred as "Social Interaction Web Tracking".
You will need to utilize the Facebook's edge.create button and create a call back function.
Here is the code to do so:-
SYNTAX
You need to add the script given below just after the Facebook insights script:-
<script>
window.fbAsyncInit = function() {
FB.Event.subscribe('edge.create', function(targetUrl) {
_gaq.push(['_trackSocial', 'facebook', 'like', targetUrl]);
});
</script>
The above script will start tracking the number of likes that people make while sharing your site's content on Facebook.
Also See:-
Facebook Graph Search
Facebook Voice Messages
You will need to utilize the Facebook's edge.create button and create a call back function.
Here is the code to do so:-
SYNTAX
FB.Event.subscribe('edge.create', function(targetUrl) {
_gaq.push(['_trackSocial', 'facebook', 'like', targetUrl]);
});
Required ScriptYou need to add the script given below just after the Facebook insights script:-
<script>
window.fbAsyncInit = function() {
FB.Event.subscribe('edge.create', function(targetUrl) {
_gaq.push(['_trackSocial', 'facebook', 'like', targetUrl]);
});
</script>
The above script will start tracking the number of likes that people make while sharing your site's content on Facebook.
Also See:-
Facebook Graph Search
Facebook Voice Messages
Facebook Introduces Dedicated Pages for Couples
Create Free Facebook Cover Photos
Pinterest Launches Web Analytics
Learn Regular Expressions in Google Analytics
Multi Channel Funnel in Google Analytics
Google Tag Manager
Internal Site Search Analysis
How to measure Social Media ROI
How to start a social media campaign
Social media widgets for websites
Social media etiquette Do's and Dont's
Social networks
List of social media sites
Social media tracking tools
Top 5 social media tools
Create Free Facebook Cover Photos
Pinterest Launches Web Analytics
Learn Regular Expressions in Google Analytics
Multi Channel Funnel in Google Analytics
Google Tag Manager
Internal Site Search Analysis
How to measure Social Media ROI
How to start a social media campaign
Social media widgets for websites
Social media etiquette Do's and Dont's
Social networks
List of social media sites
Social media tracking tools
Top 5 social media tools
No comments:
Post a Comment