|
Posted by Aerik on 04/04/07 22:45
On Apr 3, 11:32 pm, "Prince of Code" <princeofc...@gmail.com> wrote:
> Hey all,
>
> I am trying to track the links that are clicked on a particular web
> page.
> Like a typical senario will be:
> Track (Count) how many times the main links Home,Help,About,Login etc
> are clicked.
> At the bottom line i am planning to track(count) all the links <a
> href-"">
> how many times each one is clicked. My guess is javascript and cookies
> would be helpful.
> Let me know your valuble idea or thoughts on this implementation.
>
> Thx
> Prince
Are you counting clicks, or pageloads? If you're counting clicks
you'll definitely have to use javascript (either swap out an image or
make an ajax call). Pageloads is easily done server side.
Aerik
Navigation:
[Reply to this message]
|