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 Container Variable References' operation, it fetches references of a variable within a Google Tag Manager container. This is useful for managing and auditing GTM container variables, understanding their usage, and ensuring proper tag management.

Use Case Examples

  1. Retrieve all references to a specific variable in a GTM container to audit its usage before making changes.
  2. Fetch container variable references to debug or optimize tag firing conditions in Google Tag Manager.

Properties

Name Meaning
Query Parameters A collection of optional parameters to customize the API request, such as containerId, workspaceId, and other filters relevant to the Tag Manager API.

Output

JSON

  • json - The JSON response from the Matomo API containing the container variable references 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 other required query parameters are correctly set to avoid empty or error responses.
  • Check the Matomo API endpoint and method names for correctness, as incorrect method names will result in API errors.

Links

Discussion