Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve or manipulate analytics data based on the selected resource and operation. It supports a wide range of Matomo modules such as Actions, AB Testing, Activity Log, and many others, allowing users to perform various analytics queries and management tasks. For the 'Action' resource and 'Get Page URLs Following Site Search' operation, it fetches page URLs visited after an internal site search, useful for analyzing user navigation behavior post-search.

Use Case Examples

  1. A marketing analyst can use this node to fetch page URLs that users visit after performing a site search to understand user intent and optimize site navigation.
  2. A web administrator can retrieve page URLs following site searches to identify popular content and improve internal search results.

Properties

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

Output

JSON

  • `` - Array of objects representing the API response data, typically including page URLs visited after site search along with associated metrics.

Dependencies

  • Matomo API endpoint and an API authentication token (token_auth)

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing these will cause errors.
  • Verify that the query parameters are correctly formatted and valid for the selected operation to avoid API errors.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.
  • If the API response is empty or unexpected, confirm that the site ID and date range parameters correspond to existing data in Matomo.

Links

Discussion