Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API, allowing users to perform various operations across multiple Matomo resources. Specifically, for the 'Tag Manager' resource and the 'Get Available Container Variables' operation, it fetches the list of available variables for a specified Google Tag Manager container. This is useful for users managing tags and variables within GTM containers via Matomo's API, enabling automation and streamlined management of container variables.

Use Case Examples

  1. Retrieve all available container variables for a specific GTM container to understand what variables can be used in tag configurations.
  2. Automate the process of fetching container variables to dynamically update or audit GTM container setups.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the API request details, such as containerId and workspaceId relevant to the Tag Manager operations.

Output

JSON

  • json - The JSON response from the Matomo API containing the available container variables 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 'containerId' and 'workspaceId' query parameters are correctly set to target the desired GTM container.
  • Check network connectivity and Matomo API availability if requests fail.
  • If the API returns an error, review the error message for details on incorrect parameters or permissions.

Links

Discussion