Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations based on the selected resource and operation. Specifically, for the 'Visitor Interest' resource and the 'Get Number Of Visits By Visit Count' operation, it retrieves the number of visits categorized by visit count for a specified site. This is useful for analyzing visitor engagement and frequency on a website. The node supports a wide range of query parameters to customize the API request, allowing users to filter and specify the data they want to retrieve.

Use Case Examples

  1. A marketing analyst wants to understand how many visitors return to the website multiple times. Using this node with the 'Visitor Interest' resource and 'Get Number Of Visits By Visit Count' operation, they can fetch this data directly from Matomo.
  2. A website owner wants to analyze visitor behavior by visit count to optimize content and marketing strategies. This node can be configured to retrieve that data efficiently.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as site ID, date range, segment filters, and other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing the number of visits categorized by visit count.

Dependencies

  • Matomo API credentials (domain and authentication token) are required to authenticate requests.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the selected resource and operation are supported and correctly spelled; unsupported combinations will throw an error.
  • Check the query parameters for correctness and compatibility with the Matomo API to avoid request failures.
  • If the API response is empty or unexpected, verify the site ID and date range parameters to ensure data availability.

Links

Discussion