The Virtualization Configuration page controls which tournaments are supported for virtual LMT (vLMT) coverage. Matches belonging to tournaments listed here are eligible for the virtual live match tracker broadcast — a visualization layer that provides automated match tracking data without a live video feed.

| Field | Type | Purpose |
|---|---|---|
supportedTournamentIds | Array of numbers | The list of Sportradar tournament IDs that have virtualization (vLMT) coverage enabled. Matches in these tournaments are shown with the vLMT coverage indicator in the schedule. |
{
"supportedTournamentIds": [100, 200, 305]
}Add the numeric Sportradar tournament ID for every tournament that should have vLMT coverage. Remove an ID to disable virtualization coverage for that tournament.
If no virtualization configuration has been saved, the default is an empty list — no tournaments have vLMT coverage enabled:
{
"supportedTournamentIds": []
}A/V Configuration and Virtualization Configuration are separate lists. A tournament can appear in one, both, or neither:
| Coverage type | Configured in |
|---|---|
| Audio/Visual broadcast assets | A/V Configuration |
| Virtual live match tracker | Virtualization Configuration (this page) |
Use the Hierarchy Preview panel on the right to browse available sports, categories, and tournaments. The panel respects your license — only licensed tournaments are available. Cross-reference IDs with the Sportradar data platform if needed.
See Configuration for the step-by-step instructions on editing, validating, and saving any configuration page.