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 'Search Engine Keywords Performance' resource and the 'Get Crawling Overview Yandex' operation, it fetches crawling overview data from the Yandex search engine. This is useful for SEO analysts and digital marketers who want to monitor how Yandex crawls their website, identify crawling issues, and optimize their site's search engine performance.

Use Case Examples

  1. Fetch crawling overview data from Yandex to analyze how the search engine indexes your website.
  2. Retrieve search engine keyword performance metrics to optimize SEO strategies for Yandex search traffic.

Properties

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

Output

JSON

  • response - The JSON response from the Matomo API containing the crawling overview data from Yandex.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the selected resource and operation are supported by the Matomo instance and that the API endpoint is accessible.
  • Check the query parameters for correctness and compatibility with the Matomo API to avoid request errors.
  • If the API response is empty or returns a 204 status, verify that the requested data exists for the specified parameters.

Links

Discussion