Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Event' resource, specifically the 'Get Category' operation among many others. It allows users to query event category data for a given site and period, supporting a wide range of query parameters to customize the API request. This node is useful for analytics and reporting scenarios where detailed event category information from Matomo is required, such as tracking user interactions or event categorization on websites.

Use Case Examples

  1. Retrieve event category data for a specific website and date range to analyze user interaction patterns.
  2. Fetch event categories filtered by specific parameters like device type or segment to generate customized reports.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request for event category data, such as filtering by date, site ID, device type, and many other Matomo-specific options.

Output

JSON

  • json - The JSON response from the Matomo API containing event category data or other requested information.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters are correctly formatted and valid according to Matomo API documentation to prevent request failures.
  • Check network connectivity and Matomo server availability if the node fails to receive a response.
  • If the API returns an error, review the error message for details and adjust the request parameters accordingly.

Links

Discussion