Another category of WA tools rely on site tagging.
(1) they create an account for you on their server
e.g: Google Analytics, Yahoo Analytics
(2) You decide on the pages you want tracking metrics. Typically you will do so for your entire website.
Then tracking code is added to the pages that you want tracked.
E.g: The ever so familiar javascript tags that are added when Omniture is implemented
Remember .js :)
The WA tool may make use of cookies on your machine that already existed or create new ones
(3) Each time a visit/click happens on your website the .js code gets executed, contacts the WA server and sends this information.
So over a period of time, the server builds a repository of information that mirrors the server log file. The server may dynamically insert it in a minable format into the data mart residing at the WA server
(4) the WA tool lets you login on their server with the account you created first and view a set of reports for your website.
Each time you ask for a report, they are querying their data mart
Showing posts with label tool workings. Show all posts
Showing posts with label tool workings. Show all posts
Tuesday, April 28, 2009
Monday, April 27, 2009
Server Log file mining based Web Analytics tools
TOOLS BASED ON LOG FILES:
When you click www.ivarta.com on your browser, what you are doing is sending a request to the server at ivarta to send you the ivarta.com home page.
When you continue to browse on the site visiting various links all your visit data is logged into a "Log file"
A log file would be common for all visits on the server and would contain details like:
(a) Cookie
(b) Visit IDentifier
(c) sequence of click
(d) page URL Clicked
(e) timestamp of the click
(f) other parameters that are sent to the server
e.g: When you click on the login button at yahoo.com, your login_id and password are sent as parameters to the yahoo.com server
page tags are also parameters passed
These are called tagging parameters that help the server to gather more information on the visit/visitor
These log tools present a mountain of information that can be used to extract patters and understand about visitor behavior on the site.
These analytics tools mine the server log files (through a process called extract-transform-load ETL) to create a mini data mart. This can then be combined with company specific data sources to complete the picture
Example of tool based on server log files is the erstwhile HBX then erstwhile Visual Sciences and now Omniture Discover OnPremise
When you click www.ivarta.com on your browser, what you are doing is sending a request to the server at ivarta to send you the ivarta.com home page.
When you continue to browse on the site visiting various links all your visit data is logged into a "Log file"
A log file would be common for all visits on the server and would contain details like:
(a) Cookie
(b) Visit IDentifier
(c) sequence of click
(d) page URL Clicked
(e) timestamp of the click
(f) other parameters that are sent to the server
e.g: When you click on the login button at yahoo.com, your login_id and password are sent as parameters to the yahoo.com server
page tags are also parameters passed
These are called tagging parameters that help the server to gather more information on the visit/visitor
These log tools present a mountain of information that can be used to extract patters and understand about visitor behavior on the site.
These analytics tools mine the server log files (through a process called extract-transform-load ETL) to create a mini data mart. This can then be combined with company specific data sources to complete the picture
Example of tool based on server log files is the erstwhile HBX then erstwhile Visual Sciences and now Omniture Discover OnPremise
Sunday, April 26, 2009
Web Analytics Tool Architectures: Server Logs vs. Site Tagging
Web Analytics tools come in two broad flavours:
(1) Ones that rely on server log files
(2) Ones that rely on site tagging
Let us go through their workings in detail in the coming posts
(1) Ones that rely on server log files
(2) Ones that rely on site tagging
Let us go through their workings in detail in the coming posts
Subscribe to:
Posts (Atom)