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 with the 'Get Keywords Google Web' operation, it fetches Google web search keyword data for a specified site. This is useful for analyzing search engine keyword performance, understanding traffic sources, and optimizing SEO strategies.

Use Case Examples

  1. Retrieve Google web search keywords for a website to analyze which keywords drive traffic.
  2. Fetch keyword performance data to monitor SEO effectiveness over a specific period.

Properties

Name Meaning
Query Parameters Parameters to customize the API request, such as site ID, date range, limit, and other filters relevant to the keyword performance data.

Output

JSON

  • json - The JSON response from the Matomo API containing search engine keyword performance data for Google web search.

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 errors.
  • Verify that the 'resource' is set to 'Search Engine Keywords Performance' and the 'operation' is set to 'Get Keywords Google Web' to fetch the correct data.
  • Check the query parameters for correctness and completeness to avoid API errors or empty responses.
  • If the API returns a 204 No Content status, it indicates no data available for the given parameters.

Links

Discussion