Hi everyone!
Today, I want to talk about web analyzing.
Once we have a web site, we need to control and know how useful is the web site. Without analyzing these, we have no idea who is visiting, who is interesting the web site more, and which page is useful. With web analyzing, we can take care our web sites. Specially, it’s so important for e-business, and any web sites that have e-commerce. Also, it’s good way to protect your webs from hackers and violators of copyrights.
Own Web Analyzing Program
Oh well, this is the best way to analyze. But I swear, you will suffer like me, if you implement an analyzing algorithm. I’ve been trying to make a web analyzing program for 2 years, but it’s still not close to complete. Therefore, I don’t want to talk about this much, but in some case, I’m letting you know that there is a way that you can make this programs.
Using Google Analytics
Thank god (or google)! Google solved the problem. We can use google analytics to analyzing our web sites. It’s also very easy to use. Just go to google.com and log in with your registered account username and password (if you don’t have, just register, it’s free), and download the .js (java script) file. There are couple of versions of files or codes, but they all work fine. If you’re using a code of it, copy that code in <head> tag of HTML page that you want to analyze and go to google analytics page and add your web site to your analytics page. Then check the field named status, which is you are analyzing correctly or not (if it’s display check mark, you’re good, otherwise you did something wrong). If you are having problem to setup, you should check you followed the guide that how to set it.
Goodluck!!!