Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics-related actions based on the selected resource and operation. Specifically, for the 'Action' resource and 'Get Exit Page URLs' operation, it retrieves a list of exit page URLs for a given site, period, and date, providing insights into which pages users most frequently leave from. This is useful for website analytics to understand user behavior and optimize exit points.

Use Case Examples

  1. A website analyst wants to identify the pages where users most commonly exit the site to improve content or navigation on those pages.
  2. A marketing team uses the exit page URLs data to analyze the effectiveness of landing pages and adjust campaigns accordingly.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or customize the API request, such as site ID, date, period, segment, limit, and other Matomo-specific filters.

Output

JSON

  • exitPageUrls - List of exit page URLs with associated metrics returned by the Matomo API.

Dependencies

  • Matomo API credentials (domain URL and authentication token) are required to authenticate and authorize API requests.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing or invalid credentials will cause authentication errors.
  • Verify that the selected resource and operation are supported and correctly spelled; unsupported combinations will result in errors.
  • Check the query parameters for correctness and compatibility with the Matomo API; invalid parameters may cause the API to return errors or empty results.
  • Network connectivity issues or incorrect Matomo domain URL can prevent successful API calls.
  • If the API response is empty or unexpected, verify the site ID, date, and period parameters to ensure data availability.

Links

Discussion