|
Tips For Webmasters And Google Analytics
By Navneet Kaushal
Expert Author
Article Date: 2008-08-06
Over at Search Engine Journal, Ann Smarty has come up with an interesting post, providing extremely useful tips for the Webmasters for their Google Analytics accounts.
These tips are designed to help the Webmasters to track and evaluate data even more efficiently.
Tracking Error Pages
In order to solve the problem of your non-existent pages, it would be a wise idea to incorporate the below-mentioned code to your 404 page.
Categorization of Visitors:
With the following code, you can classify your visitors according to their browsing and buying patterns, i.e the one who subscribed to your website, made an online purchase through your website and also for those visitors who downloaded your products.
"<script type="text/javascript">
pageTracker._setVar('Marketing/PR');</script>"
According to the Google Analytics Help Page, with the help of the above-mentioned code, you'll be able to: - Track visitors that landed on a particular page.
- Track visitors that clicked a particular link.
- Track visitors according to their form selection.
Tracking Outgoing Links:
You can add the following code to all your outgoing links, if you wish to track them. This code is also very much useful in the likely event, that you want to track your banner advertisements as well.
"< a href="http://www.example.com"
onClick="javascript: pageTracker._trackPageview('/outgoing/example.com');">"
Use the following code for tracking the Flash banners:
"on(release) {
getURL("javascript: pageTracker._trackPageview
('/bannerads/advertisername/bannername');");
getURL("http://www.advertisersite.com");
}"
Downloads Tracking (PDF, AVI, or WMV):
With the help of the below mentioned code, you can easily track your website downloads. This code supports file formats such as PDF, AVI and WMV.
"<a href="http://www.example.com/files/map.pdf"
onClick="javascript: pageTracker._trackPageview('/downloads/map'); ">"
</a>
These were some the most useful odes that you apply to the Google Analytics to smoothen your tracking and evaluation procedures. For more detailed information, check out the post at Search Engine Journal
With the help of the below mentioned code, you can easily track your website downloads. This code supports file formats such as PDF, AVI and WMV.
"<a href="http://www.example.com/files/map.pdf"
onClick="javascript: pageTracker._trackPageview('/downloads/map'); ">"
</a>
These were some the most useful odes that you apply to the Google Analytics to smoothen your tracking and evaluation procedures. For more detailed information, check out the post at Search Engine Journal.
Comments
About the Author:
Nav is the founder and CEO of Page Traffic, a premier search engine company
known for its assured SEO service, web design and development, copywriting and full time SEO professionals.
Navneet has wide experience in natural search engine optimization, internet
marketing and PPC campaigns. He is a prolific writer and his articles can be
found in the "Best Articles" section of many websites and article banks. As
a search engine analyst , he has over 9 years of experience and his
knowledge is in application here.
|