Skip to main content
Version: Next

Matomo Create New Matomo Instruction

Push a tracking instruction to Matomo Analytics

Description

Push a new instruction to Matomo Analytics using the Method Name. This allow a developer to send any of the documented feature of Matomo

Tracking guide available here: https://developer.matomo.org/guides/tracking-javascript-guide

Also, in order to correctly track user sessions, if a User Id has been provided before using the [Matomo] Set User Id brick, then this action will automatically call the setUserId Matomo instruction before the call to its own track call.

Inputs

  • Control Flow (Control Flow)
  • Method Name (String): Matomo tracking method name
  • Parameters (List): List of parameters to send with this tracking instruction. You can use the [Matomo] Prepare Parameters brick as a helper.

Outputs

  • Control Flow (Control Flow)