How to Track Traffic from Facebook Likes, Send or Comments in Google Analytics
OK, so you have implemented Facebook Like, Send or Comments on your website, and you see from your referral data in Google Analytics that you are getting traffic from Facebook. But are that traffic...
View ArticleTracking Facebook Likes, Share, Send & Comments as Social Engagement in...
There are already posted "tons of articles out there" about how to track Facebook Likes, Send & Comments as Social Engagement in Google Analytics, but since I also uses my own blog as a reminder of...
View ArticleJavascript Redirect & Google Analytics Cross Domain Tracking
Recently I had to write a Javascript redirect function that supports Google Analytics cross domain tracking. You find this function below.The function below has a 5 second delay before it redirects....
View ArticleTracking Internal Search using POST request method in Google Analytics
Since Google Analytics is relying on query parameters in the URL to track Internal Site Search, Internal Site Search solutions that are using the HTTP POST method can't normally be tracked without some...
View ArticleBehavioral Targeting using Facebook Connect & Google Analytics Custom Variables
In this blog post I explain and demonstrates how to use Facebook Connect as a Social Login function, how to track Facebook demographic data like Gender and Age Group, and how to do Behavioral Targeting...
View ArticleTracking Content Scrollers, Scanners & Readers in Google Analytics
A couple of weeks ago Justin Cutroni wrote 2 awesome blog posts about Advanced Content Tracking using Google Analytics. In Part 1 he shared the script he has written and is using, and in Part 2 he...
View ArticleTracking Add to Cart in Google Analytics using jQuery
On a Ecommerce website, there are a serie of micro-conversions that have to be completed before the macro-conversion, the sale, can happen. Adding the Product to Cart is one important...
View ArticleTracking Removed Products from the Shopping Cart in Google Analytics with jQuery
Part of the buying process on an Ecommerce site are visitors removing products from the shopping cart.Tracking this can be done by programming code into the Ecommerce solution (that may take some...
View ArticleHow to Track if Visitors are Copying Text from Your Website in Google...
People are copying my content, and I think it's great. I have even done some extra work to make it easier to copy codes/scripts I have published on this blog based on feedback from some visitors. The...
View ArticleTracking Form Field Errors in Google Analytics using jQuery
An important part of optimization is to remove friction/problems/errors from forms. To help you identify problem areas, tracking Form Field Errors is essential (but still so few do it). I have doubled...
View ArticleHow to Track Printed Pages and Print Method in Google Analytics
It can sometimes be important to know if your content has been printed. The usual way to track this (in Google Analytics and other web analytics tools) is to use a "Print button" with an onclick event...
View Article