How to Confirm if a Conversion Goal is Being Triggered?

Created by Donald Ng, Modified on Tue, 11 Mar at 1:02 PM by Donald Ng

If you’ve set up a conversion goal in Mida and want to verify whether it’s being tracked correctly, follow these steps:


1. Use Browser Developer Tools

You can check if a conversion is recorded by inspecting network requests in your browser’s developer tools.


Steps for Chrome:

  1. Open your website and press F12 or Right-click → Inspect to open DevTools.
  2. Go to the Network tab.
  3. In the Filter box, type mida.so to narrow down the requests.
  4. Perform the conversion action (e.g., clicking a button or link).
  5. Look for an HTTP POST request to one of the following endpoints:
    • https://api.mida.so/abtest/convertedv3 (for A/B test conversions)
    • https://api.mida.so/event/addv3 (for general event tracking)
  6. Click on the request and check the Payload section to confirm the goal event was sent.


2. Check the Mida Dashboard

  1. Log into your Mida account.
  2. Navigate to the Experiments or Goals section.
  3. Find the goal you set up and check the conversion count.
  4. If the count is increasing as expected, the goal is tracking correctly.


3. Ensure the Goal is Set Up Correctly

  • Double-check that the goal type (e.g., Clicks on an element, Pageview) matches the action you are tracking.
  • Make sure the Mida script is installed on all relevant pages.
  • If tracking clicks on a button or link, confirm the CSS selector or element identifier is correct.





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