A
A
Alexander Ampleev2011-04-03 17:07:22
Google Analytics
Alexander Ampleev, 2011-04-03 17:07:22

Is it possible to see from which ip the most frequent visitors in google analytics?

And in general, how can you get information about the ip of users? Or is it only in server statistics? In another way, just screw your own module?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladislav, 2011-04-04
@abo

Google does not store the ip address, and even in our time of mass deployment of wi-fi networks, 3g / gprs of the Internet, it is difficult to identify the user by ip
if you want to collect ip addresses, then look at the groan of the _setVar _setCustomVar functions with which you can collect any additional data
value _setVar you can apply the _setCustomVar value to any tabular reports
- creating custom reports
code.google.com/intl/en/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html

P
Puma Thailand, 2011-04-03
@opium

It's easier to parse Apache or Nginx logs on the server.

D
Dm Po, 2011-04-03
@brick812

Your own module or plugin is much more reliable.
And online

B
bondarua, 2011-04-04
@bondarua

If you send an IP address to _setCustomVar , then the GA does not hide it. Secondly, this is prohibited by the rules of the GA - they do not like to disclose user-identifying information, abstracting analysts from them.
Therefore, GAs are used more for relative data rather than absolute data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question