Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to retrieve and manage analytics data. Specifically, for the 'Search Engine Keywords Performance' resource with the 'Get Keywords' operation, it fetches search engine keyword data for a specified site. This is useful for analyzing which keywords drive traffic to a website, helping marketers and analysts optimize SEO strategies. For example, users can retrieve keyword performance data from Google or Bing to understand search trends and improve content targeting.

Use Case Examples

  1. Retrieve search engine keywords for a website to analyze SEO performance.
  2. Fetch Bing or Google keyword data to compare search engine traffic sources.

Properties

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

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured; missing these will cause authentication errors.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request errors.
  • Check network connectivity to the Matomo server to prevent request timeouts or connection failures.
  • If the API returns no content, verify that the site ID and date range parameters are correct and that data exists for those parameters.

Links

Discussion