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 Keywords From Search Engine ID' operation, it fetches search engine keyword data associated with a specific search engine ID for a website. This is useful for analyzing which keywords are driving traffic from search engines to your site, helping in SEO and marketing analysis.

Use Case Examples

  1. Fetch search engine keywords for a specific search engine ID to analyze SEO performance.
  2. Retrieve keyword data to understand user search behavior leading to your website.

Properties

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

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured; missing these will cause an error.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API method being called.
  • Check network connectivity to the Matomo server to avoid request failures.
  • If the API returns an error, review the error message for details on invalid parameters or permissions issues.

Links

Discussion