clicktale.com alternative that works with https and ajax
        Posted  
        
            by 
                Alexey Ivanov
            
        on Pro Webmasters
        
        See other posts from Pro Webmasters
        
            or by Alexey Ivanov
        
        
        
        Published on 2012-02-09T00:00:48Z
        Indexed on 
            2012/03/25
            23:41 UTC
        
        
        Read the original article
        Hit count: 538
        
analytics
I need to record user's actions on site for analytics purposes. The way clicktale.com doing it is just fine. But unfortunately it have problems with working over https and recording ajax events.
Is there some service or script/library that I can host that can do this task? Non-free one's are ok to.
Clarification: ClickTale function that I want to reproduce is recording of separate user sessions and their replay. So you can see video of all user's interactions with page: There he clicks first, which links opens, etc. Usually such services replay user's actions buy reproducing them with javascript (and here comes ajax problem: external sites can't use ajax because of cross-domain scripting). So I'm looking for a tool (possibly script that I host on site to allow cross-domain scripting) that can record ajax blocks actions.
© Pro Webmasters or respective owner