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 Trigger References' operation, it fetches references of a trigger within a Google Tag Manager container for a specified site. This is useful for managing and auditing triggers in GTM containers programmatically. Users can specify query parameters such as container ID, workspace ID, and other filters to tailor the API request.

Use Case Examples

  1. Retrieve all references of a specific trigger in a GTM container to understand where it is used.
  2. Audit triggers in a container to ensure proper tag firing and debugging.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or specify the API request, including containerId, workspaceId, and other relevant filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the container trigger 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 container ID and trigger ID provided in query parameters are valid and exist in the specified GTM account.
  • Check network connectivity and Matomo API availability if requests fail or time out.
  • If the API returns unexpected data or errors, verify the correctness of query parameters and operation selection.

Links

Discussion