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 'Visits Summary' resource and 'Get Bounce Count' operation, it retrieves the number of bounces (single-page visits) for a specified site and period. This is useful for website analytics to understand visitor engagement and identify pages with high bounce rates.

Use Case Examples

  1. A marketing analyst uses this node to fetch bounce count data for a website to evaluate the effectiveness of landing pages.
  2. A web developer integrates this node to monitor bounce rates and trigger alerts when bounce counts exceed a threshold.

Properties

Name Meaning
Query Parameters Parameters to customize the API request, such as site ID, period, date, segment, etc. These parameters filter and specify the data to retrieve.

Output

JSON

  • bounceCount - The number of bounces (single-page visits) returned by the Matomo API for the specified site and period.

Dependencies

  • Matomo API

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the 'resource' is set to 'Visits Summary' and the 'operation' is set to 'Get Bounce Count' to match the intended API call.
  • Check the query parameters for correctness, especially 'idSite', 'period', and 'date', as incorrect values may result in empty or error responses.
  • If the API returns a 204 No Content status, it means no data is available for the given parameters.

Links

Discussion