google analytics serverside tracking and visiter location
so I'm using the ga.php script you can download from google analytics.
I modified it to not show an image and just do the request because I use it to track an xml file... but it doesn't track any information from utmip.... like location, provider...
http://www.google-analytics.com/__utm.gif?utmwv=4.4sh&utmn=1742714795&utmhn=xxxx&utmr=xxxx&utmp=xxxxx&utmac=MO-2xx34486-1&utmcc=__utma%3D999.999.999.999.999.1%3B&utmvid=0x518fcf398ef90b70&utmip=84.192.210.000
this is how my request url looks like... as you can see i'm passing the ip to the utmip paramater...
any idea what's causing this?开发者_StackOverflow社区
it's working now, haven't checked back on this topic for a while sorry... but for it to work I had to remove the last bit of the ip from utmip xx.xx.xx.00 for example....
精彩评论