Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics operations based on the selected resource and operation. Specifically, for the 'Crash' resource and 'Get Last Reappeared Crashes' operation, it fetches data about crashes that have reappeared in the last 30 minutes, with options to filter and limit the results. This node is useful for monitoring crash analytics, identifying recurring issues, and analyzing crash trends in web or app environments.

Use Case Examples

  1. Fetch the last reappeared crashes for a specific site to monitor recurring issues.
  2. Retrieve crash data filtered by specific parameters such as date range or crash IDs to analyze crash patterns.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter and customize the API request, such as site ID, date range, limit, and other crash-related filters.

Output

JSON

  • ``
    • idLogCrash - Unique identifier of the crash log entry.
    • crashMessage - Description or message of the crash.
    • timestamp - Timestamp when the crash occurred.
    • siteId - Identifier of the site where the crash was recorded.
    • additionalData - Any additional data related to the crash.

Dependencies

  • Matomo API credentials (domain and auth token)

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo instance to ensure the API requests can be made successfully.
  • If the API returns no content (204), verify that the filters and limits are set appropriately to return data.

Links

Discussion