Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations across multiple resources, including the Resolution resource. Specifically, for the Resolution resource with the 'Get Configuration' operation, it fetches configuration settings related to screen resolutions for a specified site and period. This is useful for analytics scenarios where understanding device screen resolution configurations is important, such as optimizing website layouts or tracking user device characteristics.

Use Case Examples

  1. Fetch screen resolution configuration settings for a website to analyze user device distribution.
  2. Retrieve resolution data to customize content delivery based on device capabilities.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as site ID, period, date, and other filters relevant to the Resolution resource.

Output

JSON

  • * - The JSON response from the Matomo API containing the requested resolution configuration 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' parameter is set to 'Resolution' and the 'operation' parameter is set to 'Get Configuration' to match the intended API call.
  • Check that the query parameters are correctly formatted and valid for the Matomo API to avoid request failures.
  • If the API response is empty or returns '204 No Content', verify that the site ID and period parameters correspond to existing data in Matomo.

Links

Discussion