Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the 'Sites Manager' resource, specifically the 'Get Sites ID With Admin Access' operation among many others. It allows users to retrieve site IDs for which they have admin access, along with a wide range of other site management and analytics functions. This node is useful for automating data retrieval and management tasks in Matomo, such as fetching site details, managing user access, and obtaining analytics data. For example, it can be used to programmatically get a list of all site IDs where the user has admin rights, facilitating automated reporting or site management workflows.

Use Case Examples

  1. Retrieve all site IDs with admin access to manage permissions or generate reports.
  2. Fetch site details and settings for sites where the user has admin access.
  3. Automate the process of updating site settings or managing site groups based on admin access.

Properties

Name Meaning
Query Parameters A collection of optional query parameters to filter or specify the data returned by the API call, such as access level, site ID, or other filters relevant to the operation.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data, such as site IDs with admin access.

Dependencies

  • Matomo API with domain and authentication token credentials

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured and provided, as missing credentials will cause errors.
  • Verify that the query parameters are correctly formatted and valid for the selected operation to avoid API errors.
  • Check the API method and resource names for typos or unsupported values, as unknown resources or operations will result in errors.

Links

Discussion