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 and the 'Get Keywords Google Image' operation, it fetches Google image search keyword data for a specified site. This is useful for analyzing the performance of keywords in Google image search results, helping users optimize their image SEO strategies.

Use Case Examples

  1. A digital marketer wants to analyze which keywords drive traffic to their website via Google image search to improve image SEO.
  2. An SEO specialist needs to report on the performance of image search keywords for a client’s website to identify opportunities for content optimization.

Properties

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

Output

JSON

  • data - The JSON response from the Matomo API containing Google image search keyword performance data.

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 'resource' is set to 'Search Engine Keywords Performance' and the 'operation' is set to 'Get Keywords Google Image' to fetch the correct data.
  • Check that the query parameters are correctly formatted and valid according to Matomo API documentation to avoid request errors.
  • If the API response is empty or returns '204 No Content', verify that the site ID and date range parameters are correct and that data exists for the specified criteria.

Links

Discussion