Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. Specifically, for the 'Transition' resource and 'Get Transitions For Action' operation, it fetches transition data related to a specific action on a page for a site. This is useful for analyzing user navigation paths and understanding how users move between pages or actions on a website. Practical applications include tracking user flow, identifying drop-off points, and optimizing site navigation.

Use Case Examples

  1. Fetch transitions data for a specific page action to analyze user navigation patterns.
  2. Retrieve transition metrics to understand how users move from one page to another on a website.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or specify the data to retrieve, such as actionName, actionType, idSite, period, date, limit, etc.

Output

JSON

  • json - The JSON response from the Matomo API containing transition data for the specified action.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly provided in the credentials; missing these will cause an error.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request errors.
  • Check network connectivity and Matomo server availability if API requests fail.
  • If the API response is empty or returns '204 No Content', verify that the specified action and site have transition data available.

Links

Discussion