google analytics - Record dynamic PHP URL -
i have website visitors requesting php file including variables in url:
http://www.mywebsite.com/file.php?somevariable=blabla&othervariable=and on
is there way "track" or record dynamic url, maybe ip adress output this:
ip: 12.345.33.234 url:http://www.mywebsite.com/file.php?somevariable=blabla ip: 12.345.678.234 url:http://www.mywebsite.com/file.php?somevariable=blabla url:http://www.mywebsite.com/file.php?somevariable=blabla , on
i tried google analytics can't make heads or tail out of it. googled lot im not sure im looking for...which makes searching difficult.
if don't feel apache's way go reason, can create database table store requests in. save ip , current url can access document.url
in javascript. have in mind though many computers may have same ip within given network, if you'll serving punishment kind of abuse, ip not way go. hope helped, luck! :p
Comments
Post a Comment