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 'Search Engine Keywords Performance' resource with the 'Get Keywords Yandex' operation, it fetches search engine keyword data from Yandex for a specified site and period. This is useful for analyzing keyword performance on Yandex search engine, helping marketers and analysts optimize SEO and search engine marketing strategies.

Use Case Examples

  1. Retrieve Yandex search keywords for a website to analyze which keywords drive traffic.
  2. Fetch keyword performance data to compare with other search engines like Google or Bing.
  3. Use keyword data to generate reports on search engine optimization effectiveness.

Properties

Name Meaning
Query Parameters Collection of parameters to customize the API request, such as site ID, period, date, limit, segment, and other filters relevant to the keyword data retrieval from Yandex.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token credentials are correctly configured; missing these will cause an error.
  • Verify that the query parameters are correctly set, especially 'idSite', 'period', and 'date', to avoid empty or invalid responses.
  • Check the Matomo API documentation for the correct method name and parameters for the 'Get Keywords Yandex' operation.
  • If the API response is empty or malformed, verify network connectivity and Matomo server status.

Links

Discussion