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:
- Open your website and press F12 or Right-click → Inspect to open DevTools.
- Go to the Network tab.
- In the Filter box, type
mida.so
to narrow down the requests. - Perform the conversion action (e.g., clicking a button or link).
- 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)
- Click on the request and check the Payload section to confirm the goal event was sent.
2. Check the Mida Dashboard
- Log into your Mida account.
- Navigate to the Experiments or Goals section.
- Find the goal you set up and check the conversion count.
- 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
Feedback sent
We appreciate your effort and will try to fix the article