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.

  1. You can configure Matomo to display more pages in Visitor Profiles and Visits log by updating the config/config.ini.php.
  2. 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
Previous FAQ: How do I find a specific visitor log by segmenting on Visitor ID?