i want a redirect script to be able to tell me how many times it has been clicked on. i dont know what to search for or how to write the code. i want to see if redirecting to my site or directly to product page makes a difference in the conversion rate.
php script tracking number of clicks
14
i want a redirect script to be able to tell me how many times it has been clicked on. i dont know what to search for or how to write the code.
i want to see if redirecting to my site or directly to product page makes a difference in the conversion rate.
this is the simple redirect code i use
<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://mysitedotcom/courses/learn-more.php">
<TITLE>redirect to</TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>
what is the code to add to be able the see the number of clicks?
and if it's just a mater of adding more code how would i read the results, where would i see the number of clicks?
thanks for your help;
maryjane
i want to see if redirecting to my site or directly to product page makes a difference in the conversion rate.
this is the simple redirect code i use
<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://mysitedotcom/courses/learn-more.php">
<TITLE>redirect to</TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>
what is the code to add to be able the see the number of clicks?
and if it's just a mater of adding more code how would i read the results, where would i see the number of clicks?
thanks for your help;
maryjane
- indexphp
- [ 1 ] Thanks
- caesargus
- nevadasoft
- [ 3 ] Thanks
- [3] replies
- hhunt
- [1] reply
- onewayback
- [1] reply
- davidsbain
- zeeshi570
- maryjane123
Next Topics on Trending Feed
-
14