Select to view content in your preferred language

how can to know how many users are using your server web

665
3
06-08-2014 02:55 AM
MohammedKhamis
Emerging Contributor
Dear all ,

how can to know how many users are using your server web ???
Do you know way to find user which using our my server in the moment ..




thanks for answer & regards,
Mohammed
Tags (2)
0 Kudos
3 Replies
GISDev1
Deactivated User
Dear all ,

how can to know how many users are using your server web ???
Do you know way to find user which using our my server in the moment ..
thanks for answer & regards,
Mohammed


Since this is in the ArcGIS Viewer for Flex forum, I'm guessing you want to know how many users are accessing your Flexviewer. You could use your IIS logs (if on a Windows web server) or Apache HTTPD logs (if on *nix), but an easier option if to just use Google Analytics in your Flexviewer index.html page and you will see how many users (live too) are using your Flexviewer at any time.
0 Kudos
MichaelVolz
Esteemed Contributor
Is there any documentation on how to use Google Analytics with your FlexViewer app?

What is the cost to use Google Analytics?
0 Kudos
GISDev1
Deactivated User
Is there any documentation on how to use Google Analytics with your FlexViewer app?

What is the cost to use Google Analytics?

It is free.
It is very easy to just embed (copy-paste) the code that Google provides into your index.html that your Flexviewer is contained within.

If you want to track things that users do inside the Flexviewer, it requires a bit more work.There is an old widget in the Esri gallery that you can download and make some changes to and it will work fine though.
0 Kudos