Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various analytics and management operations based on the selected resource and operation. Specifically, for the 'Referrer' resource and the 'Get Search Engines From Keyword ID' operation, it fetches search engine data associated with a given keyword ID from Matomo. This is useful for analyzing which search engines are driving traffic based on specific keywords, aiding in SEO and marketing analysis.

Use Case Examples

  1. Retrieve search engines referring traffic for a specific keyword ID to understand traffic sources.
  2. Fetch search engine data to analyze keyword performance across different search engines.

Properties

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

Output

JSON

  • json - The JSON response from the Matomo API containing search engine data related to the specified keyword ID.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause an error.
  • Verify that the keyword ID provided in the query parameters is valid and exists in Matomo.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API response is empty or malformed, verify the query parameters and the Matomo API version compatibility.

Links

Discussion