Skip to main content
Version: 2.13

Matomo Track Event

Capture an event and track it with Matomo analytics

Description​

The brick will capture the event and reflect it in the Matomo logs.
The inputs values will be shown in the log in MATOMO as follows: Event Category - Event Action - Event Name [Event Value]

Inputs​

  • Control Flow (Control Flow)
  • Event Category (String): First param in the resulting log
  • Event Action (String): Second param in the resulting log
  • Event Name (String): Third param in the resulting log
  • Event Value (Object): Forth param in the resulting log. Will be displayed in [ ]

Outputs​

  • Control Flow (Control Flow)