Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to web analytics data. Specifically, for the 'Search Engine Keywords Performance' resource and the 'Get Keywords Imported' operation, it retrieves imported search keywords data for a specified site. This is useful for analyzing the performance of search engine keywords that have been imported into Matomo, helping users understand keyword effectiveness and optimize their SEO strategies.

Use Case Examples

  1. A digital marketer wants to fetch imported search keywords data for their website to analyze which keywords are driving traffic.
  2. An SEO analyst uses this node to retrieve keyword performance data imported from external sources to compare with native Matomo keyword data.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing the imported search keywords data and associated metrics.

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 or incorrect credentials will cause authentication errors.
  • Verify that the query parameters are valid and supported by the Matomo API for the 'Get Keywords Imported' operation to avoid API errors.
  • Check network connectivity to the Matomo server to prevent request failures.
  • If the API response is empty or returns '204 No Content', verify that the site ID and date range parameters correspond to data available in Matomo.

Links

Discussion