I want to implement visitors tracking on a php site, to estimate the conversion rates. What every site tells me is that we should divide the the number of completed transactions to the number of visitos. But to what should we count as 'visitors' I haven't yet found a definite answer.
I may guess, there could be different methods, well let's talk about these that would be more reliable then, and provide for a more accurate calculation.
So, what is that? Should we take a number of let's say unique ips every day, or a number of pages loaded, or what? I'm completely lost, what should we track?