Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations across multiple resources, including Tag Manager. Specifically, for the Tag Manager resource and the 'Get Container Versions' operation, it retrieves all versions of a specified container within a Google Tag Manager account. This is useful for users who want to track, audit, or manage different versions of their GTM containers programmatically. For example, a user can fetch all container versions to review changes or roll back to a previous version if needed.

Use Case Examples

  1. Fetch all container versions for a specific GTM container to audit changes over time.
  2. Retrieve container versions to automate deployment or rollback processes in GTM.

Properties

Name Meaning
Query Parameters Key-value pairs of query parameters to customize the API request, such as specifying the container ID or workspace ID.

Output

JSON

  • containerVersions - Array of container version objects retrieved from the Matomo Tag Manager API.

Dependencies

  • Matomo API credentials including domain 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 container ID and other query parameters are correctly specified to avoid empty or incorrect responses.
  • Check network connectivity and Matomo API availability if requests fail.
  • Error messages from the Matomo API are wrapped and presented; review the message and stack trace for debugging.

Links

Discussion