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 'Action' resource and 'Get Exit Page Titles' operation, it retrieves exit page titles for a given site, period, and date, providing insights into which pages users exit from. This is useful for website analytics to understand user behavior and optimize exit points.

Use Case Examples

  1. Retrieve exit page titles for a specific website to analyze user drop-off points.
  2. Fetch exit page titles filtered by date range and site ID to monitor changes over time.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter and customize the API request, such as site ID, date, period, limit, and other analytics filters.

Output

JSON

  • json - The JSON response from the Matomo API containing exit page titles and associated metrics.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause errors.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo server to ensure API requests can be made.
  • If the API returns no content, the node outputs a '204 No Content' status indicating no data for the given parameters.

Links

Discussion