Skip to content

Mouseflow Feature Requests

Mouseflow Feature Requests

Categories

51 results found

  1. When viewing a scroll map it would be nice to be able to zoom out and see the whole page. I've seen and used this feature elsewhere and found it particularly useful for long page designs to get a better overview of the scroll map.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. At this moment the plugin tracks everyone. Even if you are logged in, that doesn't make sense to track your own visits.

    Simple solution is to change this:

    function add_mouseflow_script()
    {
        echo get_option('mouseflow_script');
    }
    

    to

    function add_mouseflow_script()
    {
        if ( ! current_user_can('edit_posts') || ! is_user_logged_in()  ) {
            echo get_option('mouseflow_script');
        }
    }
    
    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. When I watch Mouseflow recorded videos I would like to see which keys users are pressing. For examples I can then see at which point users are using the 'tab' key at which point users are using the 'enter/return' key, on which screens/steps using are hitting the 'backspace' key etc. Knowing this will help me to design better interactions and optimize the experience.

    May be you can capture this and display as an alert at the bottom of the screen where I watch recorded videos.

    12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Please support hover in offline playback. In many shops the navigation and other important elements work with hover effects.
    Please make these hovers available for offline playback.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. benchmark for (for example) heatmap

    Now, you have to look each time to see if the heatmap is interesting enough. But you don't know what the best time is to look.
    You do know when you find a number of recordings interesting.
    So I suggest a field where you can fill in a "target-number of recordings" When this number is reached, I want to receive a notification mail.

    I hope I helped to improve your feature.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. It would be great if MF had one more column on recordings list with the exit (or last) page. We need to know this because all recordings which ends at the page 'X' are not useful for us.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. You js code is well loaded and well coded.
    Please consider making it AMD friendly: https://github.com/umdjs/umd
    e.g. for require.js

    Thank you!

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Currently Page Analysis charts page views. I would also like the ability to view avg. visit length over time or Avg interaction time over time to help me understand if changes make a difference once folks are on a page.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. On multi-user accounts, enable permissions that allow for specific actions to be authorized/not authorized on an account. For example, a user could be allowed to view statistics on Account A, but only heatmaps on Account B.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Would be great to get a sound alert when a new visitor triggers/starts a new live recording

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. I'd love to download/backup the DATA POINTS for actual statistical analysis exceeding the heat maps etc.

    16 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
1 3 Next →
  • Don't see your idea?