mida.track vs mida.converted

Created by LiRou C, Modified on Mon, 9 Dec at 11:12 PM by LiRou C

Tracking Methods in Mida:


mida.track() 

This is our recommended and most versatile tracking method. It records events in a way that allows them to be used as goals across multiple experiments. One of its biggest advantages is that it works retroactively—you can launch a test first and define your goals later without missing any data.

mida.converted() 

This method is more limited in scope. It ties conversions directly to the visitors in a specific test and updates their status in real-time. Unlike mida.track(), it doesn’t provide retroactive functionality or cross-experiment goal sharing. While it works for simple use cases, mida.track() is better suited for long-term and more flexible testing needs.

In essence:
  • mida.track() logs events to the database, and when reports are generated, it fetches events that align with the test results during that period.
  • mida.converted() directly flags visitors in a test as "converted" in real-time, without broader tracking capabilities.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article