Testing Your Form Tracking Setup
How to check on your website if a form conversion has been tracked by the Ruler JavaScript
Once you’ve applied the Ruler tracking tag and enabled automatic or manual form tracking, you can verify it’s working using your browser developer tools.
Navigate to the page with the form you want to test
Right click on the page and select ‘inspect’ to open your browser developer tools
Select the ‘Network’ tab
Type ‘ra-’ in the filter section
Complete and submit the form
You should see a request with the name ‘ra-tracker…’. This request should fire shortly after you submit the form. If you select ‘ra-tracker…’ and choose ‘Payload’, you should see a field called ‘action’ with the value ‘convert’. This indicates a conversion has been sent to Ruler. If the 'action' has a value of 'track' this may indicate the conversion has not tracked as desired.
Please reach out to [email protected] if you need any assistance.
Updated 3 months ago