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 Name From Action ID' operation among many others. It allows users to query event-related data such as event names, categories, and actions by providing relevant parameters. This node is useful for analytics and tracking scenarios where detailed event data from Matomo is required, such as retrieving event names associated with specific action IDs for reporting or analysis.

Use Case Examples

  1. Retrieve event names for a specific event action ID to analyze user interactions on a website.
  2. Fetch event categories and names to generate detailed event reports for marketing campaigns.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as filtering by event action ID, category ID, or other event-related attributes.

Output

JSON

  • json - The JSON response from the Matomo API containing event names corresponding to the specified action ID or other event data based on the query parameters.

Dependencies

  • Requires Matomo API credentials including domain 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 'resource' is set to 'Event' and the 'operation' is set to 'Get Name From Action ID' to match the intended API call.
  • Check that the query parameters are correctly specified and valid for the Matomo API to avoid request errors.
  • If the API response is empty or unexpected, confirm that the action ID provided corresponds to existing event data in Matomo.

Links

Discussion