Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to retrieve visitor interest data, specifically the number of visits per page for a website. It is useful for analyzing user engagement on different pages, helping website owners understand which pages attract the most visits. For example, it can be used to generate reports on page popularity or to monitor changes in visitor behavior over time.

Use Case Examples

  1. Retrieve the number of visits per page for a specific website to identify popular content.
  2. Analyze visitor interest trends by comparing visits per page across different time periods.

Properties

Name Meaning
Query Parameters Parameters to customize the API request, such as filtering by site ID, date range, segment, and other Matomo-specific options. This collection allows fine-tuning the data retrieval for the visitor interest metrics.

Output

JSON

  • json - The JSON response from the Matomo API containing the number of visits per page data.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause errors.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo server to ensure API requests can be made successfully.

Links

Discussion