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 'Form' resource and the 'Update Form Field Display Name' operation, it enables updating the display names of form fields within Matomo's form analytics module. This is useful for customizing how form fields are labeled in analytics reports, improving clarity and usability of form data analysis.

Use Case Examples

  1. Updating the display name of a specific form field to better reflect its purpose in reports.
  2. Renaming multiple form fields in bulk by providing an array of field objects with new display names.

Properties

Name Meaning
Query Parameters Additional query parameters to customize the API request, such as filtering or specifying IDs.
Request Body JSON object containing the data to update form field display names, typically an array of field objects with 'fieldName' and 'displayName' properties.

Output

JSON

  • response - The JSON response from the Matomo API after updating form field display names, containing status or updated field details.

Dependencies

  • Requires Matomo API credentials including domain and authentication token.

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause authentication errors.
  • Verify that the request body JSON is correctly formatted and includes valid field objects; malformed JSON will cause request failures.
  • Check that the specified form and fields exist in Matomo; attempting to update non-existent fields may result in errors.

Links

Discussion