Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to marketing campaigns reporting, specifically the 'Get Keyword' operation in this context. It allows users to query keyword data for marketing campaigns on a specified site and period, supporting a wide range of query parameters to customize the request. This node is useful for marketers and analysts who want to retrieve detailed keyword performance data from Matomo for reporting and analysis purposes.

Use Case Examples

  1. Retrieve keyword data for a specific marketing campaign to analyze its performance.
  2. Fetch keyword metrics filtered by date range and site ID to monitor SEO effectiveness.

Properties

Name Meaning
Query Parameters Collection of optional parameters to customize the API request, such as filtering by campaign, date, site ID, and other metrics relevant to marketing campaigns reporting.

Output

JSON

  • * - The JSON response from the Matomo API containing keyword data for the specified marketing campaign and query parameters.

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 to avoid authentication errors.
  • Verify that the query parameters are valid and supported by the Matomo API to prevent request failures.
  • Check network connectivity to the Matomo server to avoid connection timeouts or errors.
  • If the API response is empty or returns '204 No Content', confirm that the specified site ID and date range contain data.

Links

Discussion