Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations across multiple resources, including the 'Transition' resource with the 'Is Period Allowed' operation. It allows users to query Matomo analytics data, manage experiments, actions, annotations, and more by specifying the resource and operation along with query parameters and request body. For the 'Transition' resource and 'Is Period Allowed' operation, it checks if a specific period and date are allowed for transitions analytics.

Use Case Examples

  1. Check if a specific period (e.g., day, week) is allowed for transitions data in Matomo for a given site and date.
  2. Retrieve transition data for a specific page URL or action to analyze user navigation paths.

Properties

Name Meaning
Query Parameters Collection of query parameters to customize the API request, such as period, date, site ID, and other filters relevant to the Matomo API.
Request Body JSON object for the request body, used mainly for POST, PUT, PATCH operations to send data to the API.

Output

JSON

  • response - The JSON response from the Matomo API call, which varies depending on the resource and operation selected.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured in the node credentials.
  • Verify that the selected resource and operation are supported and correctly spelled.
  • Check that required query parameters such as 'period', 'date', and 'idSite' are provided when necessary.
  • Handle HTTP errors and API response errors by reviewing the error messages returned by the node.

Links

Discussion