> For the complete documentation index, see [llms.txt](https://docs.roivenue.com/roivenue-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roivenue.com/roivenue-resources/roivenue-measurement-validator.md).

# Roivenue Measurement Validator

**Roivenue Measurement Validator** is a page you use during the implementation of Roivenue Measurement to verify that tracking is set up correctly. It shows a live **overview of the last 20 minutes of tracked events**, including how many times each event type has been recorded. You can filter the view by device ID or conversion ID to see all events belonging to a specific session or conversion. This allows you to go to your website, interact with it, and immediately confirm that those actions are showing up in the measurement as expected.

## How to Find Your Device ID

In [**RM Validator**](https://app.roivenue.com/rm-validator), you can use Device ID to look up all events tracked on a specific device. It's particularly useful for debugging tracking issues or verifying that events are firing correctly.

### Steps <a href="#steps" id="steps"></a>

1. Go to the website where you want to verify events and where Roivenue Measurement is implemented.
2. Right-click anywhere on the page and select **Inspect** (or press `F12` on Windows / `Cmd+Option+I` on Mac).
3. Click the **Console** tab at the top of the DevTools panel.
4. Paste the following command and press **Enter**:&#x20;

   `posthog.Roivenue.get_distinct_id()`

<figure><img src="https://4279879158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGvvrlVUvq4TNL0oYP6%2Fuploads%2FE08R6Lacs9zFkzy5FJV6%2Fimage.png?alt=media&amp;token=6bbdf2fd-b2f2-497b-9d43-0ad05ad174c4" alt=""><figcaption></figcaption></figure>

5. The console returns your device ID – copy it and paste it into RM Validator.

<figure><img src="https://4279879158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGvvrlVUvq4TNL0oYP6%2Fuploads%2FTHkZxE8z2ZzSHSQ8756C%2Fimage.png?alt=media&amp;token=39dd8371-8378-498b-a2d2-d7656037efe6" alt=""><figcaption></figcaption></figure>
