
I would be interested in seeing what pages have been viewed by particular visitors. Maybe on the Page Views By IP Address page, each IP address could be made a link that views all the web pages viewed over the particular time period already selected only by that particular IP address.
Sorry if this is a repeat request.
Links on Page Views By IP Address
Good day,
Indeed, that would be a nice add-on.
I initially implemented it on my customized version of MT, in a "quick and dirty way". I simply added a column to the "Who's online" report, which has a link to the "... By URL" report and passing on the IP address for further filtering.
It's a nice feature, but not complete. The reason for this is rather simple. I had a few AOL users visitors, and the tracker simply went nuts.
At a point of time, I had 10 online users, out of which 8 IP addresses were assigned to 2 different session IDs. The funny part about it, is that both session IDs were initiated by the same user!
The AOL crazyness about changing the IP address on the fly, showed once more how stupid their approach is, thus rendering the unique visitors count completely useless since it is based solely on the IP addresses.
So globally, I'm in the process to add a "Pages Viewed per Session" report, which will then be linked to a "What was looked at" section, sorted in a chronological order, thus indicating more accurately the path that was followed by a user during his session.
I'm going that route since I don't think the IP address way is accurate enough to make a proper analysis. I'll see if the SessionID is providing a more accurate information.
Regards.
Links on Page Views By IP Address
Oh, I think you're on to the best approach there. Following the viewers path is more informative than having a list of pages viewed, and using session ID's is also more informative IP address. And the AOL problem, I've noticed that, too.
I'd like to see this sort of functionality added to a future version of MT, if that's possible.
Links on Page Views By IP Address
Would you be able to send me a sample code based on IP addresses to link from who is online page?
Links on Page Views By IP Address
Daniel,
I also, would be rather interested in this feature. Would you consider sending me more information on this? You can email me from my website... just click on 'Leave Feedback' link.
Thanks,
TechStud ,
[url="http://www.techstud.com"]www.TechStud.com[/url]
Links on Page Views By IP Address
I just put a table which calls a sql statement which selects all records matching both the ip and the instance id passed from the other page by query strings....seems to work fine.