Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Resolution' resource, specifically the 'Get Resolution' operation. It allows users to retrieve screen resolution data for a specified site and period, which is useful for analyzing the distribution of screen resolutions among visitors to a website. This can help in optimizing website design and user experience based on the most common screen resolutions.

Use Case Examples

  1. A digital marketing analyst uses this node to fetch screen resolution data for their website to understand the most common device screen sizes among visitors.
  2. A web developer retrieves resolution metrics to ensure the website layout is responsive and looks good on the most popular screen resolutions.

Properties

Name Meaning
queryParameters Collection of query parameters to customize the API request, such as filtering by site ID, date, period, and other optional parameters relevant to the resolution data.

Output

JSON

  • resolutionData - The JSON response containing screen resolution metrics and related data from the Matomo API.

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 the node to throw an error.
  • Verify that the query parameters are correctly set and valid for the Matomo API to avoid API errors.
  • Check network connectivity to the Matomo instance to ensure the API requests can be made successfully.
  • If the API response is empty or unexpected, verify the site ID and date/period parameters to ensure data exists for the requested range.

Links

Discussion