I want to find out if people are visiting my portfolio page after sending out resumes, and what pages they view.
Right now I have a redirection set up for resume links and those work great, it gives me an IP log so I know someone actually saw my resume and clicked a link (and what state they are in) but it doesnt track anything after that or if my URL was sent through email.
I would like to be able to see an IP log for every page so I can see if real people are visiting it. GA gives me a generic counter for each page that is not useful and the server log is too chaotic.
[ad_2]
Write a function to log $_SERVER[‘REMOTE_ADDR’], and run it everywhere. Just make sure to log the requested url too and you should be good.
Just search the access log for that url. run the ips through [ipinfo.io](http://ipinfo.io)