> 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="/files/NOQlMRMi4DrW8qQW85kO" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/FHchs8yVnRFHCwWPgjrB" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roivenue.com/roivenue-resources/roivenue-measurement-validator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
