Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to retrieve and manage analytics data across various modules and resources. Specifically, for the 'Search Engine Keywords Performance' resource with the 'Get Keywords Bing' operation, it fetches Bing search keywords data for a specified site. This node is useful for users who want to analyze search engine keyword performance from Bing to optimize SEO and marketing strategies. It supports a wide range of query parameters to customize the data retrieval.

Use Case Examples

  1. Fetch Bing search keywords for a website to analyze which keywords drive traffic.
  2. Retrieve Bing keyword performance data filtered by date range and site ID to monitor SEO effectiveness.

Properties

Name Meaning
Query Parameters Collection of parameters to customize the API request, such as filtering by site ID, date, limit, and other metrics relevant to the Bing keywords performance.

Output

JSON

  • json - The JSON response from the Matomo API containing Bing search keywords performance data.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the 'resource' is set to 'Search Engine Keywords Performance' and the 'operation' is set to 'Get Keywords Bing' to fetch the correct data.
  • Check the query parameters for correctness and completeness to avoid empty or malformed API responses.
  • If the API returns a 204 No Content status, it means no data is available for the given parameters.

Links

Discussion