Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to retrieve and manage analytics data across various Matomo modules. Specifically, for the 'Search Engine Keywords Performance' resource and the 'Get Keywords Google News' operation, it fetches Google News search keywords data for a specified site. This is useful for analyzing keyword performance in Google News search results, helping marketers and analysts optimize content and SEO strategies.

Use Case Examples

  1. Fetch Google News search keywords for a website to analyze trending topics and keyword effectiveness.
  2. Retrieve keyword performance data to compare Google News search trends with other search engines.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing the Google News keywords 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 News' 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 string response, the node attempts to parse it as JSON; malformed JSON responses may cause parsing errors.

Links

Discussion