Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the 'Transition' resource, specifically the 'Get Transitions For Page Url' operation. It allows users to retrieve transition data for a specific page URL on a website tracked by Matomo. This is useful for analyzing user navigation paths and understanding how visitors move through pages on a site. For example, a user can fetch transitions leading to or from a particular page URL to optimize site navigation or content placement.

Use Case Examples

  1. Retrieve transitions for a specific page URL to analyze user navigation patterns.
  2. Fetch transition data to understand which pages users visit before or after a given page URL.

Properties

Name Meaning
Query Parameters Collection of query parameters to customize the API request, such as filtering by page URL, date, period, and other Matomo-specific options.

Output

JSON

  • transitions - Array of transition data objects returned by the Matomo API for the specified page URL.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured; missing these will cause errors.
  • Verify that the query parameters are valid and supported by the Matomo API for the 'Transitions.getTransitionsForPageUrl' method.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns no content, verify that the page URL and site ID exist and have data for the requested period.

Links

Discussion