Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations. Specifically, for the 'Search Engine Keywords Performance' resource with the 'Get Keywords Google' operation, it fetches Google search keyword data for a specified site. This is useful for analyzing the performance of keywords driving traffic from Google search to your website, helping in SEO and marketing strategies.

Use Case Examples

  1. Retrieve Google search keywords for a website to analyze which keywords bring the most traffic.
  2. Fetch keyword performance data to optimize content and improve search engine rankings.

Properties

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

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing these will cause errors.
  • Verify that the query parameters are correctly set according to Matomo API documentation to avoid invalid requests.
  • Check network connectivity to the Matomo server to ensure the API requests can be made successfully.
  • If the API returns an error, review the error message for details on what might be wrong (e.g., permissions, invalid parameters).

Links

Discussion