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' operation, it fetches details of a specific trigger within a Google Tag Manager container associated with a Matomo site. This is useful for managing and retrieving configuration details of triggers in GTM containers, aiding in tag management and analytics setup.

Use Case Examples

  1. Retrieve details of a specific trigger in a GTM container to audit or update tag firing conditions.
  2. Fetch trigger information to automate tag deployment workflows in Google Tag Manager via Matomo API.

Properties

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

Output

JSON

  • * - Response data from the Matomo API call, typically JSON object(s) representing the container trigger details.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the container ID, workspace ID, and trigger ID are correctly specified in query parameters to avoid empty or error responses.
  • Check network connectivity and Matomo server availability if HTTP requests fail.
  • API method names must match the Matomo API specification; incorrect operation names will result in errors.

Links

Discussion