Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations across multiple resources, including Tag Manager. Specifically, for the Tag Manager resource and the 'Get Container Tags' operation, it retrieves tags from a specified Google Tag Manager container. This is useful for users who want to programmatically access and manage tags within their GTM containers via Matomo's API, enabling automation and integration in analytics workflows.

Use Case Examples

  1. Retrieve all tags from a specific GTM container to audit or analyze tag configurations.
  2. Automate the process of fetching container tags to synchronize with other marketing or analytics tools.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify details for the API request, such as containerId, workspaceId, and other tag-related filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of container tags and their details.

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 query parameters are correctly specified to avoid empty or incorrect responses.
  • Check network connectivity and Matomo API availability if requests fail.
  • The node throws a 'Missing Domain or Auth Token' error if credentials are not provided.
  • API errors from Matomo are wrapped and presented as 'Error calling Matomo API' with details.

Links

Discussion