General
-
Keep Visitors number after they are set
Every time when I am looking Visitors screen, number of visitors is set to 10, regardless of my previous set to 50 or 100. Please add option to save specific number (ex. 100) or at least some local storage or cookie so when number is set once it stays there. Right now is annoying because every time when you leave the page and come back you have to click number of visitors again to see them.
5 votesThis has been implemented in 3.2.7
The current pagination number (eg. page 2/10) is now also stored in the URL, so if you refresh you stay on the same visitors page.
https://docs.usertrack.net/changelog#usertrack-3-2-7-9-october-2020
-
Auto Update/ Onsite Update
This is more than likely already planned, I mean how could it not be. I'm posting this here so that it can bee seen as high priority.
Especially after this last update, having failed for me. I this is super important, and well as time saving.
9 votesAuto-updating has been implemented since 3.2.0: https://docs.usertrack.net/changelog#usertrack-3-2-0-1-august-2020
-
Bug: User track does not record full uri / url
UserTrack only records first 128 characters of url, some pages with multiple GET Parameter will be cut off and are therefore broken in playback view.
Reason:
SQL Database:
table: ust_clientpage
column: "page"
original datatype: varchar(128)WORKAROUND:
changed datatype of column to "text" to record full url/uriFIX: change lines in setup.php from
page
varchar(128) NOT NULL,
topage
text NOT NULL,9 votesThis will be fixed in userTrack v3.
The chosen solution was to use varchar(2083) (max URL length), as text does not allow for indexes and it’s slower.
-
Recurring visits
Show how many times a specific device has visited the page. Very good for identifying recurring sessions.
23 votesRecurring visits have been implemented in 3.2.7 using IP + User Agent hashing, you can now filter all sessions from a specific user.
I still have to maybe display the number of sessions next to each user in the list so you don’t have to click it.
https://docs.usertrack.net/changelog#usertrack-3-2-7-9-october-2020
-
add a filter window on the 3 functions click, movement, map
It would take on the first 3 functions: click, movement, ..
to be able to choose a period between 2 dates:Example : I put up a new version of site, a promo, etc., I want to see all the clicks on the last 3 days and not on the last 1000 records.
It should also be possible to choose to see only the visitors of a country.
you would have to add a filter window
4 votesThis is now possible in userTrack v3.
You can use segmenets with heatmaps, all filters that apply for normal graphs also apply for heatmaps.
-
Tags
I don't understand the tag feature.
Is is possible to create a tag according to visited pages. If for ex. the visitor have the page 'registration', we could create a tag registration then display all of theses users who went through registration page using the tag filters.
4 votesTags are used for marking users that did a specific action (clicked a button, saw a specific site version, etc.).
If you want to view users that navigated on a specific page, use the “Page” filter from the segmenets.
-
Filter all recording sessions with particular page
Possibly filtering the sessions with one or more visited pages.
2 votesThis is now possible since the segments have been implemented in userTrack v3.
-
Add GeoIP Databse
Add the possibility to include GeoIP2 Datebases (ISP) like https://www.maxmind.com/en/geoip2-isp-database
4 votes -
sql structure improvement
In the sql data structure, you should replace INT (11) with INT (10) UNISIGNED
there are in 2 tables, 2 identical indexes.
This takes up unnecessary spaceust_movements
andust_clients
PRIMARY KEY (id
),
UNIQUE KEYid
(id
),3 votesThe INT was changed to INT unsigned. Note that all INTs take up 4 bytes, the value in brackets only shows how many digits to display. Unsigned was added to double maximum value.
I have removed the unique index on the IDs. Probably they were ignored anyway as you can’t have both primary and unique.
Thanks for the report!
-
Bug CSS too long domain name
If the domain name is too long the layout "crash".
A max-width: 200px; in .domainName for example resolve the issue.1 voteThis has been fixed in 2.3.3: https://docs.usertrack.net/changelog.html#usertrack-233-1-february-2018
-
check mark in a seen play
It can be a good idea that once you click play on a record, a check mark is applied in order to know that records have been seen
4 votesThis feature has been implemented in upcoming version 2.3.0.
You will now see a “NEW” flag for recordings you haven’t watched.
Thanks for the feedback!
-
2 votes
Since version 2.3.0 jQuery dependency has been removed.
https://docs.usertrack.net/changelog.html#usertrack-230-1-july-2017
-
Support Mozilla Firefox browser
Very popular browser, I'm surprised that this script doesn't work whatsoever when you try to use Firefox
1 voteWith v3 the interface should work as expected in any modern browser.
-
Ignoring IP addresses
Hi,
We have a big website that all of our employees visit regularly. We don't have to know their clicking or scrolling habits. It would be nice to be able to ignore these IP addresses from the results.
Thanks,
Mark4 votes -
Support 301 redirections
Currently I'm tracking a website whose URL is www.fitografia.net but the tracker is hosted at https://tracker.enmipagina.com and when I add up the domain I want to track it tracks fitografia.net (which is a 301 redirect to www.fitografia.net). The thing is, it doesn't work; I just get the 301 Moved Permanently message when the website is loading at the user track.
Can you check it out? Thanks!
3 votes -
add https support
Please add a https suppport.
If i insert the javascript on a https website or install it an a https domain, it works not.3 votesHTTPS should work as expected now.
-
opt-out interface for visitors
can you please add the possibility for visitors that the can push a buttom that i can include on my website to "opt-out" from the tracker so that they are not recorded and stored in the database?
this would be very helpful !
thanks
1 vote -
shorten the ip adress
Can you please insert the option that it is possible to configure that the last 2 sections of the ip are deleted like this 192.178..
1 vote -
Dasboard
Please add a dashboard allowing an easy overview of the recording. I would suggest a table showing
Site, Start Time, Duration, OS, Browser, Pages Viewed, View Recording
This would allow really quick simple overview so you to go directly to an interesting recording.
4 votesI can mark this as completed. Even though visit duration was displayed for a long time, it is only in the latest version, 1.8.0, that that time is actually accurate to the second.
-
Display user path in a recording
Show the pages that the user has visited in a session.
Eg:
Home -> About -> Prices -> Contact Us -> X7 votes
- Don't see your idea?