Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations across multiple resources. Specifically, for the 'Users Flow' resource and the 'Get Users Flow' operation, it fetches detailed data about user flow through a site, which can be used to analyze how users navigate through different pages or interactions. This is beneficial for website analytics, user behavior analysis, and optimizing user experience by understanding navigation patterns.

Use Case Examples

  1. Analyzing user navigation paths on an e-commerce site to identify drop-off points.
  2. Tracking user interactions on a content website to optimize page layouts and content placement.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request for user flow data, such as filtering by device type, date, segment, and other analytics-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing user flow data, including details of user navigation paths and interactions.

Dependencies

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

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 by the Matomo API and that the query parameters are valid.
  • Check network connectivity and Matomo server availability if API requests fail.
  • If the API response is empty or returns '204 No Content', verify that the query parameters and site data exist for the requested period.

Links

Discussion