Track Video Events Using Advanced Segmentation- Google Analytics

August 11, 2009 · Filed Under Google Analytics · 3 Comments 

In my previous post Event Tracking, i have been discussed what are the possible events occur and the same way how many event handlers available in the website. In this post i am going to discuss about how to track the video event in the website and how do we create an advance segment to isolate an event from the total visit.

Video Event Tracking:
As we all know that _trackEvent is the method to track events. Let us track the video event. For implementing the video tracking code we need the onclick() event.
<a href=”#” onclick=pageTracker_trackEvent(“videos”,”play”,”play the video”)>Play</a>
Read more

Popularity: 18% [?]

 

Google Analytics Conference India

July 17, 2009 · Filed Under Google Analytics · 2 Comments 

Following the SearchMasters 2009, Google have recently announced Google Analytics Conference in India. This is an open event for anyone who is interested in learning about Google Analytics.

Read more

Popularity: 20% [?]

 

Google Analytics Filters - Are you Making the Most of it?

July 13, 2009 · Filed Under Google Analytics, web analytics · 1 Comment 

There are various Google Analytics Filters which can be customized to filter specific visits for your website. You can either include or exclude particular traffic in your Analytics reports. Filters help to do a detailed analysis on the visitors stats of the website and enhance the website conversion rates based on the analysis. I have discussed about a few filters among the vast number of filters present in Google Analytics.

Read more

Popularity: 38% [?]

 

Event Tracking - Google Analytics (ga.js)

June 16, 2009 · Filed Under Google, Google Analytics · 7 Comments 

Possible Events:

In any interactive environment, the program should be able to respond to actions performed by the user. These action can be mouse click, key press or selection of a menu item. What are the possible events we can track using ga.js as follows

  • If you have anchor tag for third party site link which you want to track how many clicks from our site.

  • If you have mailto: on anchor tag and you want to track how many of them click for mail link.

  • In your home page you might have request for quote image, follow us on twitter image etc.. where you want to track, how many clicks on the image.

  • If you have a button for email subscription button, newsletter subscription etc… Where you want to track the clicks.

  • When you want to track while you submit action in the form tag

Read more

Popularity: 35% [?]

 

How to customize Google Analytics Report using API

May 6, 2009 · Filed Under Google Analytics · 2 Comments 

Google analytics is one of the javascript based tracking method. Initially Google have introduced Urchin code, due to some disadvantage google introduced ga.js for the tracking purpose. Ga.js is created using oops concept for ease of use, in the second part of code you can see that ‘var pagetracker’ is created as a variable acts as an object here. pageTracker._trackPageview(); in this line pageTracker calls the method called trackPageview() which is going to track the whole set of report on the page. Using pageTracker only we are going to customize the analytics report by means of calling various methods. Read more

Popularity: 20% [?]

 

Google Adwords Certification Vs Google Analytics Qualified

March 12, 2009 · Filed Under Adwords, Google Analytics, ppc · 3 Comments 

In today’s economic season, website decision making plays vital role in Marketing and Advertising industry. Keeping this in mind, recently Google has announced certification entitled “Google Analytics Qualified”. As we all know about Google Adwords certification known as “Individual Google Adwords Professional” that you and/or your company has a good understanding of how the Adwords system works. It’s good for the resume, as well as another level of accreditation.

Read more

Popularity: 70% [?]

 

Google Analytics Certification

March 4, 2009 · Filed Under Google, Google Analytics · Comment 

Alden DeSoto from Google Analytics team today announced the online course for web analytics techniques, Google analytics implementation, administration and analysis tools. The course is offered for free with the name Conversion University and is available in various languages. The lessons are offered in adobe presentation covering the below topics Read more

Popularity: 22% [?]

 

Next Page »