Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to web analytics and data management. Specifically, for the resource 'Search Engine Keywords Performance' and operation 'Get Crawling Error Examples Bing', it fetches examples of crawling errors reported by Bing for a website. This is useful for SEO specialists and webmasters to identify and troubleshoot crawling issues affecting their site's visibility on Bing search engine.

Use Case Examples

  1. Fetch crawling error examples from Bing to diagnose SEO issues.
  2. Retrieve search engine keyword performance data for Bing to analyze keyword effectiveness.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing crawling error examples from Bing.

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 failures.
  • If the API response is empty or returns '204 No Content', verify that the site has crawling error data available for Bing.

Links

Discussion