Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations based on the selected resource and operation. Specifically, for the 'Action' resource and 'Get Site Search No Result Keywords' operation, it retrieves search terms that produced no results on a website, helping to identify gaps in site search functionality or content. This is useful for website administrators and marketers aiming to improve user experience and content relevance by analyzing unsuccessful search queries.

Use Case Examples

  1. A website owner wants to analyze which search keywords on their site returned no results to optimize content and improve search functionality.
  2. A digital marketing analyst uses this node to fetch no-result search keywords to identify potential new content topics or fix search indexing issues.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data, such as the list of site search no result keywords and their metrics.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the selected resource and operation are supported and correctly spelled to prevent unknown resource or operation errors.
  • Check the query parameters for correctness and completeness as invalid or missing parameters may cause API request failures.
  • If the API response is empty or returns a 204 status, verify that the site ID and date range parameters are set correctly and that data exists for the requested period.

Links

Discussion