I am using Statcounter to log site visits
Upon enquiring whether the service logged visits from my site to external
sites using site links I was given the following information:-
"You have to provide a means to capture that information.
There are 2 ways to do it: onClick event handlers placed on all the links to
external pages with an appropriate javascript function which will perform
the logging before redirecting to the external link or, better yet, to
channel each page meant to be linked through an intermediate page
(perferably written in php) where you log and then redirect to the desired
external link.
Using php instead of javascript ensures that even those who disable
javascript will be channelled in that manner."
As I am not a professional programmer I would appreciate any pointers,
examples, or any type of help in achieving my objective.
Hoping someone can help
Brian Tozer
Upon enquiring whether the service logged visits from my site to external
sites using site links I was given the following information:-
"You have to provide a means to capture that information.
There are 2 ways to do it: onClick event handlers placed on all the links to
external pages with an appropriate javascript function which will perform
the logging before redirecting to the external link or, better yet, to
channel each page meant to be linked through an intermediate page
(perferably written in php) where you log and then redirect to the desired
external link.
Using php instead of javascript ensures that even those who disable
javascript will be channelled in that manner."
As I am not a professional programmer I would appreciate any pointers,
examples, or any type of help in achieving my objective.
Hoping someone can help
Brian Tozer
Comment