<div class="roundtable-badge">, listens to your tracker’s events, and gracefully handles SPAs and back-navigation.
Note that the badge does not display any results related to risk score. Instead, it determines success or failure based on whether the Roundtable tracking is working correctly.

Quick start
We recommend adding the tracker and the badge script on the same page, with the badge script after the tracking script:roundtable-badge:
Styling
The badge renders inside a Shadow DOM, so your site’s CSS won’t break it (and vice-versa). By default, the badge’s width is231px. We recommend never setting the width less than this value. However, uou can control the badge width via a width attribute:
width takes any css width, e.g. 300px, 100%, etc.
State
At any given time, the badge is in one of three states:- Loading: shows a spinner and an animating progress bar while the tracker initializes verifies Roundtable is running.
- Pass: displays a check icon in black. This indicates that Roundtable is running and gathering user data.
- Fail: displays an X icon in red. This indicates that Roundtable is not running.
- Integrating Roundtable for adding the tracker
- Accessing Session Data for using the session ID and scores

