Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the Heatmap Session Recording resource, specifically the 'Get Event Types' operation. It allows users to retrieve available event types for heatmap and session recordings, which can be useful for analyzing user interactions on websites. Practical applications include fetching event types to customize heatmap tracking or session recording configurations based on user interaction events.

Use Case Examples

  1. A user wants to get a list of all event types available for heatmap session recordings to configure their analytics setup.
  2. A user needs to fetch event types to filter session recordings by specific user actions for detailed analysis.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to customize the API request, such as filtering or specifying details for the event types retrieval.

Output

JSON

  • json - The JSON response from the Matomo API containing the event types data

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials.
  • Verify that the query parameters are correctly formatted and valid for the 'Get Event Types' operation.
  • Check network connectivity to the Matomo API endpoint.
  • Handle API errors gracefully by reviewing error messages returned by the Matomo API and adjusting parameters accordingly.

Links

Discussion