chart-scatter-3dEvent Tracking

Event tracking is the foundation of analytics in Mtrix. Events represent user actions, system occurrences, or any custom activities you want to monitor.

Add alt text and captions to your images

Basic Event Tracking

To track a simple event:

Events with Properties

Events can include additional properties to provide context:

Standard Events

If you're not using Mtrix as your infrastructure, you need to track events manually. Only the Page View event will fire automatically on every history change --you can opt-out automatic event capturing on the initialization stage.

Page Views (*required)

Purchase Event (*required)

Purchase event is the main conversion event. It must fire whenever your experiment reaches its goal. Required field listed below:

Customers who uses Mtrix as their infrastructure will receive the below events out-of-the box:

  1. AddToCart

  2. BeginCheckout

  3. CompleteCheckout

  4. Purchase

  5. Refund

Custom Event Validation

You can add custom validation logic before sending events:

Debugging Events

During development, you can enable debug mode to see detailed logs:

Last updated