Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 13117

Re: How can I get the details for visitors' location

$
0
0
Thank you mate, I spent ages trying to find this!

For anyone else, this is what he was pointing to:

SELECT inet_ntoa(conv(hex(location_ip), 16, 10)) as ip, conv(hex(idvisitor), 16, 10) as visitorId FROM piwik_log_visit;

Viewing all articles
Browse latest Browse all 13117

Trending Articles