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 Action From Category ID' operation. It allows users to retrieve event actions associated with a specific event category by providing relevant query parameters. This node is useful for analytics and tracking scenarios where understanding user interactions categorized under specific event categories is important, such as monitoring user engagement or event-driven metrics on a website.

Use Case Examples

  1. Retrieve all event actions for a given event category ID to analyze user behavior within that category.
  2. Fetch event actions filtered by specific parameters like date range, site ID, or other Matomo-supported filters to generate detailed event reports.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the API request for event actions from a category ID. Includes parameters like categoryId, limit, period, date, and many others to tailor the data retrieval.

Output

JSON

  • json - The JSON response from the Matomo API containing event actions for the specified category ID and query parameters.

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 'categoryId' parameter is provided and valid to get meaningful results.
  • Check network connectivity and Matomo API availability if requests fail.
  • If the API returns an error, review the error message for details on incorrect parameters or permissions.

Links

Discussion