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 'Referrer' resource and 'Get Keywords' operation, it fetches search engine keyword data for a specified site and period. This is useful for analyzing which keywords are driving traffic to a website, helping marketers and analysts optimize SEO and marketing strategies.

Use Case Examples

  1. Retrieve search engine keywords for a website to understand visitor search behavior.
  2. Fetch keyword data filtered by date range or segment to analyze trends over time.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing keyword 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 these will cause errors.
  • Verify that the query parameters are valid and supported by the Matomo API for the 'Referrer' resource and 'Get Keywords' operation.
  • Check network connectivity and Matomo server availability if API requests fail.
  • Error messages from the node will include details from the Matomo API response to aid in debugging.

Links

Discussion