Getting log analytics for more than one day

Discussion in 'Customization & add-ons' started by joetemp75, Jun 14, 2011.

  1. joetemp75

    joetemp75 New Member

    Joined:
    Dec 20, 2010
    Messages:
    2
    We would like to know if there is a script we can run to generate a report for who is logged in and for how long and also what pages they visit. Any help would be great.
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    For that level of user specific data I would suggest checking out Clicky Analytics as they provide exactly what you are looking for.

    I use it on a number of my aMember sites and it works perfect.

    http://getclicky.com/28494
  3. joetemp75

    joetemp75 New Member

    Joined:
    Dec 20, 2010
    Messages:
    2
    Thank you for the info. I installed it but I can't see the usernames it just says "comcast". If you have any info on this I would really appreciate it. Is this a feture that you get when you pay to upgrade to pro?
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    @joetemp75: Clicky uses custom session variables to fill in username.

    Depending on what script you are using, etc. you can add something like this to your template:

    Code:
    var clicky_custom_session = { username: '$au[login]'}
    You can read more about it here:

    http://getclicky.com/help/customization#session

Share This Page