How do I see all user interactions in Visitor profiles and Visits log (not just the first 500)?
In Visitor profiles, the Visits Log, and the Live APIs, Matomo shows the first 500 interactions in each visit. It may then display the message “more pages by this visitor are not displayed”. Matomo tracks all interactions, but it doesn’t show them in reports by default to keep them fast.
- You can configure Matomo to display more pages in Visitor Profiles and Visits log by updating the
config/config.ini.php
. - Set the following INI setting under the
[General]
section, for example to show up to 1000 actions per visit:
[General]
visitor_log_maximum_actions_per_visit = 1000