Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Google Forum


You are currently viewing our The Google Forum as a guest. Please register to participate.
Login



Reply
Can We Track IP Adress of Any Visiter through Google Analytics
Old 03-12-2008, 08:14 AM Can We Track IP Adress of Any Visiter through Google Analytics
Junior Talker

Posts: 1
Name: Cross Section Intractive
Trades: 0
Hi Friends,

Can Any one tell me , how to Track IP Adress through Google analytics.

Last edited by chrishirst; 03-14-2008 at 05:13 AM..
just_nitinpal is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-12-2008, 01:53 PM Re: Can We Track IP Adress of Any Visiter through Google Analytics
Banned

Posts: 148
Name: Manish Kapoor
Location: India
Trades: 0
Lol .... it is not possible to track IP address with google analytics. I think there is not any website analytics program by which you can track IP address.

But why you wan to track IP address?
manishkapoor1 is offline
Reply With Quote
View Public Profile Visit manishkapoor1's homepage!
 
Old 03-14-2008, 04:08 AM Re: Can We Track IP Adress of Any Visiter through Google Analytics
Average Talker

Posts: 16
Name: Anand
Trades: 0
Yes Manish is right its impossible to track IP address.
anand.dongre is offline
Reply With Quote
View Public Profile
 
Old 03-14-2008, 10:07 AM Re: Can We Track IP Adress of Any Visiter through Google Analytics
Novice Talker

Posts: 5
Name: Fernando
Trades: 1
doesn't Awstats in cpanel track your last # of visitors' IPs...
nando is offline
Reply With Quote
View Public Profile
 
Old 03-14-2008, 10:15 AM Re: Can We Track IP Adress of Any Visiter through Google Analytics
zeruel's Avatar
Webmaster Talker

Posts: 515
Location: SouthEast
Trades: 0
Yes awstats gives a few results. I don't know if it's accurate.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
zeruel is offline
Reply With Quote
View Public Profile Visit zeruel's homepage!
 
Old 05-22-2008, 05:28 AM Re: Can We Track IP Adress of Any Visiter through Google Analytics
Junior Talker

Posts: 2
Trades: 0
If you're running PHP it is entirely possible to track IP addresses. This code is what you need to put on each page:

Code:
<script type="text/javascript"> 
javascript:pageTracker._setVar('<?php echo $_SERVER['REMOTE_ADDR']; ?>') 
</script>
It won't take into account proxy servers, but I know it is possible to expand it so it will track through transparent proxies, I just don't know how to do it. I am also trying to find a similar piece of code for asp.net
paratroll is offline
Reply With Quote
View Public Profile
 
Old 12-16-2008, 12:10 PM Re: Can We Track IP Adress of Any Visiter through Google Analytics
Junior Talker

Posts: 1
Name: Eddy
Trades: 0
Quote:
Originally Posted by manishkapoor1 View Post
Lol .... it is not possible to track IP address with google analytics. I think there is not any website analytics program by which you can track IP address.

But why you wan to track IP address?
I don't know why this is funny? It is entirely possible to track IP addresses in analytics programs, why they would choose not to is entirely different issue. GoAn for example DO track IP addresses but it is against their ToS to let users know what these are since they are 'personally identifiable'.
We have created our own tracking application that tracks IP addresses using the method described above by paratroll.
elchenuk is offline
Reply With Quote
View Public Profile
 
Old 12-16-2008, 12:21 PM Re: Can We Track IP Adress of Any Visiter through Google Analytics
Junior Talker

Posts: 2
Trades: 0
I've actually found an even more advanced version since posting that, but unfortunately haven't managed to get it to work (although it is mentioned in enough pages on the net that I trust that it does). I'll see if I can find it anywhere.
paratroll is offline
Reply With Quote
View Public Profile
 
Old 12-16-2008, 12:46 PM Re: Can We Track IP Adress of Any Visiter through Google Analytics
Andy Pugh's Avatar
Extreme Talker

Posts: 203
Name: Andy
Location: N.Ireland
Trades: 0
You can yes, why you would need to is beyond me, however:

PHP Code:
<? $IP=$_SERVER['REMOTE_ADDR']; ?>
You then need to take into account where you wish to store the IP address? You can run a command to place it into a database...

PHP Code:
<?php
$con 
mysql_connect("localhost","username","password");
if (!
$con)
  {
  die(
'Could not connect: ' mysql_error());
  }     
mysql_select_db("my_db"$con);     mysql_query("INSERT INTO ipdatabase (IP) 
VALUES ('
$IP')");          mysql_close($con);
?>
Thanks,
Andy
__________________

Please login or register to view this content. Registration is FREE
Andy Pugh is offline
Reply With Quote
View Public Profile
 
Old 12-16-2008, 02:09 PM Re: Can We Track IP Adress of Any Visiter through Google Analytics
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
I just use my web logs
Then again, I'm much lazier than the other posters here.
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 12-16-2008, 04:11 PM Re: Can We Track IP Adress of Any Visiter through Google Analytics
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Quote:
Originally Posted by paratroll View Post
If you're running PHP it is entirely possible to track IP addresses. This code is what you need to put on each page:[snip] I am also trying to find a similar piece of code for asp.net
Why? Your server already logs all of this for you.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 12-16-2008, 04:29 PM Re: Can We Track IP Adress of Any Visiter through Google Analytics
Feydakin's Avatar
Webmaster Talker

Posts: 541
Name: Steve
Trades: 0
It's a whole lot easier to drop a cookie on them for tracking people on your site..
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
That gives back.
Feydakin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Can We Track IP Adress of Any Visiter through Google Analytics
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.76780 seconds with 12 queries