Answer the question
In order to leave comments, you need to log in
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
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
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 questionAsk a Question
731 491 924 answers to any question