Kayako logo
Feature Requests Have a feature request for the LiveResponse Client Application? Post in here.

View Poll Results: Would you like to see WinApp show history of visitors in addition to snapshot.
Yes 21 95.45%
No 1 4.55%
Voters: 22. You may not vote on this poll

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
Monitor web site visitors in WinApp. - 30-09-2006, 04:48 PM

Per Varun's instructions, I'm adding the poll to the forum for staff members to see.

Fly Spray Request: #455.
Request Posted: July 17, 2005.
Subject: Add Log Pane to WinApp.

Details:
Quote:
Right now we have the "Monitor Pane" in the Winapp which gives a snapshot of who is on the site. The only drawback is that it removes the entries after the visitor has left the page. This is good. I do not want to change the way this works.

I would like to add another button for a "Log Pane" similar to the Monitor Pane. It could display exactly the same information, but it would be more of a history instead of a Realtime snap shot.

It could display the last `20, 50, or xx visitors. You could make the number of visitors configurable in the settings.

That way if I walk away from my workstation for a bit, come back, and want to see who was online or what traffic I had while I was gone, I can click on the "Log Pane" and see the last 20, 50, or whatever visitors that came across the site.

If you wanted to see say 100 visitors, it would need to do a first in first out of the database so that it only kept the last xx number of visitors logged. Otherwise the database table for the logs could get out of hand very quickly.

Being able to click on the Information, Footprints, Notes, History, etc. tabs from the Log Pane after the visitor has already left the page would be nice as well, so keep those tabs on the bottom as well, just like they are now.


Please vote if you could use this feature.

Thanks!

Eddie


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#2) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
11-10-2006, 03:55 AM

Any updates from the staff?


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#3) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
18-10-2006, 03:04 AM

Hi Roger! Looks like this one is assigned to you. How is it coming along?


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#4) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
27-10-2006, 05:17 AM

How is it coming Roger?


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#5) Old
Varun Shoor Offline
Chief Executive Officer
 
Varun Shoor's Avatar
 
Posts: 2,829
Join Date: May 2003
27-10-2006, 07:24 AM

This one is a low priority task for us because of the stress it might place on servers by maintaining the complete history of visitors.

I believe this job is better suited for Statistical Apps like Urchin etc.

Regards,

Varun Shoor


Varun Shoor (varun.shoor ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#6) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
27-10-2006, 03:47 PM

Quote:
Originally Posted by Varun Shoor
This one is a low priority task for us because of the stress it might place on servers by maintaining the complete history of visitors.

I believe this job is better suited for Statistical Apps like Urchin etc.

Regards,

Varun Shoor
Varun,

I think you are overlooking the idea of the request the way we discussed last year.

We do not need a complete history of visitors. The "History" portion was optional if you wanted to go there in the future.

Statistics would be another feature, but that is not the point of the request.

All of the code needed for this request should already be in place in the WinApp.

The logic just needs to be modified such that instead of timing out and removing the visitor from the screen, you add them to the screen until you reach 20 of them. Then you removing the oldest one each time a new visitor is added to the screen. Rather than timing out, you modify the logic to be a first in first out.

1. You would maintain an array visitors.
(You have that now as they are already displayed on the screen in WinApp).

2. Each new user gets added to the array as they hit the link on the site.
(You have that now since you are already tracking it in WinApp.)

3. You loop through each time the screen refreshes removing visitors who have left.
(You have that now. Modify the logic to check and see if there are more than 20 elements in the array, remove any elements over 20 and redraw the screen with the most recent 20 elements).

4. If you close the WinApp the array is reinitialized and starts over.

There is no additional load on the server since you are reusing exsting logic from your existing code.

The only thing you would need to add to the server is a field in the database if you want to make the number of array elements configurable rather than a static last "20" visitors.

Eddie


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#7) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
07-11-2006, 03:42 PM

Varun, any further thoughts?


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#8) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
14-11-2006, 06:06 PM

Does that make sense Varun?


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#9) Old
Trevor Offline
Member
 
Posts: 35
Join Date: Nov 2006
Location: England, UK
14-11-2006, 07:18 PM

This could achually be called a invasion of privicy.

Maybe a counter would be a better idea that you can reset. Then when you leave your pc you can note down the number of hits or reset it. Than you will know how many people have access your sites.


Trevor Robinson
Key4ce
   
Reply With Quote
  (#10) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
15-11-2006, 12:38 AM

Quote:
Originally Posted by SWTTrevor
This could achually be called a invasion of privicy.

Maybe a counter would be a better idea that you can reset. Then when you leave your pc you can note down the number of hits or reset it. Than you will know how many people have access your sites.
I don't follow where you are going with the invasion of privacy logic.

Making the WinApp snapshot screen stay on the screen longer does not add any additional information that could be considered private. LiveSupport does not gather any personally identifiable information. So there is not any basis for personal privacy concerns on behalf of the site owner or the site visitor.

If the user has submitted their name and email address to me on a previous support request, and LiveSupport associates that with their IP address, they do not have a claim to intent of privacty since they have already told me who they are while on my site and on my server.

Your idea of gathering a number of hits on the support site would lend more to a statistics package like Varun suggested.

Counting hits and statistics would not do anything to allow me to see if that user I was waiting for came to my support screen while I stepped away from my desk for 5 minutes to grab a cup of coffee or answer the phone.


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...

Last edited by netFusion; 17-11-2006 at 01:35 AM.
   
Reply With Quote
  (#11) Old
ehoffman Offline
Member
 
Posts: 200
Join Date: Dec 2005
15-11-2006, 07:47 PM

Quote:
Originally Posted by SWTTrevor
This could achually be called a invasion of privicy.
Maybe in the biazarro world. But I do see value of letting us hold x amount of visitor history...so allow the wipe time to be variable.

We have had two instances we needed to go back and check on a visitor but they were gone from the monitor pane and I hadn't had time to note the info I needed to clarify an issue.

This has nothing to do with what stats has.

I would like something like this, although low priority compared to core issues.


-------------
Eric
Managing Partner
EJH & Associates
Latest Stable Support Suite Owned
(with 7 domains)
   
Reply With Quote
  (#12) Old
Racked Hosting Offline
Member
 
Posts: 346
Join Date: Mar 2006
Location: Manipal
16-11-2006, 06:23 PM

netFusion, I quite agree with you. I think there's a misunderstanding with what you actually requested for.
I got your point though; To just have the history temporarily stored in local Winapp. I will check with Ryan/Roger if they can implement this.
   
Reply With Quote
  (#13) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
07-02-2007, 07:55 AM

I notice this has not made it to the 3.10.00 build. Can you provide an update on the status?


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#14) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
23-04-2007, 01:43 AM

Quote:
Originally Posted by Racked Hosting View Post
netFusion, I quite agree with you. I think there's a misunderstanding with what you actually requested for.
I got your point though; To just have the history temporarily stored in local Winapp. I will check with Ryan/Roger if they can implement this.
Roger or Ryan, how is this coming along?

Thanks!


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#15) Old
Rodney B Offline
Member
 
Posts: 41
Join Date: Sep 2007
26-10-2007, 07:17 PM

I would love this feature as well
   
Reply With Quote
Reply

Tags
monitor, site, visitors, web, winapp

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[HOW TO] Get the Winapp client runing on Terminal Servers Paul Agerbeek LiveResponse Desktop Application 0 12-10-2006 11:34 AM
Winapp 404 error - wrong path... michael_S LiveResponse Desktop Application 1 16-07-2006 09:50 PM
Winapp problems Wulfen LiveResponse Desktop Application 2 19-06-2006 07:59 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46