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 Triggers' operation, it fetches the list of triggers from a specified Google Tag Manager container within a Matomo site. This is useful for managing and automating tag triggers in GTM containers, enabling users to retrieve trigger configurations programmatically.

Use Case Examples

  1. Retrieve all triggers from a specific GTM container to audit or automate tag management.
  2. Fetch container triggers to integrate with other systems or workflows that depend on GTM trigger configurations.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or specify details for the API request, such as 'containerId' and 'workspaceId' to identify the GTM container and workspace.

Output

JSON

  • json - The JSON response from the Matomo API containing the container triggers 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 and workspace.
  • Check network connectivity and Matomo API availability if requests fail.
  • If the API returns an error, review the error message for details and ensure the requested operation and resource are supported.

Links

Discussion