The multisport Game Tracker is a unique widget that has the capability to be used in different sports, so far and at the time of the creation of this document it has support for Football, American Football (CFL), Tennis and Basketball.
This is possible because using the fixtureId (match identifier) the widget can identify the sport to display.
UAT and Testing
https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker?fixtureId=<fixtureId>&productName=<productName>
https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker?fixtureId=<fixtureId>&productName=<productName>&layout=<layout>
https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker?fixtureId=<fixtureId>&productName=<productName>&widget=<widget>
Production
https://gsm-widgets.betstream.betgenius.com/multisportgametracker?fixtureId= <fixtureId>&productName=<productName>
https://gsm-widgets.betstream.betgenius.com/multisportgametracker ?fixtureId=<fixtureId>&productName=<productName>&layout=<layout>
https://gsm-widgets.betstream.betgenius.com/multisportgametracker ?fixtureId=<fixtureId>&productName=<productName>&widget=<widget>
Example
Default view of the light multisport game tracker - https://gsm-widgets.betstream.betgenius.com/multisportgametracker?productName=gsdemo-light&fixtureId=11061059
Default view of the dark multisport game tracker - https://gsm-widgets.betstream.betgenius.com/multisportgametracker?productName=gsdemo-dark&fixtureId=11061059
Widget view - https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker/?fixtureId=9830657&productName=gsmdemo&widget=court
Desktop view - https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker/?fixtureId=9937582&productName=gsmdemo&layout=desktop
Pitch | Team Stats | Player Stats | Play By Play | Lineups | |
---|---|---|---|---|---|
| YES | YES | NO | YES | YES |
| YES* | YES | YES | YES | NO |
| NO* | YES | YES | YES | NO |
| YES | YES | NO | NO | NO |
Regular | Desktop | Stand alone | Side by Side | |
---|---|---|---|---|
| YES | YES | YES | YES |
| YES | NO | YES | YES |
| YES | NO | YES | NO |
| YES | NO | YES | YES |
If the widget receives a |
The Multisport game tracker supports multiple layouts to provide flexibility that the customer can choose how to render the different components. A single configuration can be used to show the widget in several layouts.
The purpose of this layout is to render the game tracker with a tabs navigator, the idea is to use it on small or medium containers including mobile view. This is the default layout. Tabs can be removed and/or added on our side.
<iframe id="gsm-game-tracker" scrolling="no" src="https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker?fixtureId=9830657&productName=gsmdemo" width="100%" height="320px" style="border: 0; allowtransparency"></iframe> |
|
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
![]() |
The purpose of this layout is to render all the components in a single view, the idea is to use it on a large container or the whole window.
To render the desktop view is required to pass the query parameter layout with the value desktop
<iframe id="gsm-game-tracker" scrolling="no" src="https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker?fixtureId=9937582&productName=gsmdemo&layout=desktop" width="100%" height="320px" style="border: 0; allowtransparency"></iframe> |
|
![]() | ![]() |
This layout renders a pitch/court component alongside other tabs such as team stats and lineups.
When the available space in terms of width reaches a certain breakpoint, it will behave just like regular layout does.
To render the desktop view is required to pass the query parameter layout with the value sideBySide
<iframe id="gsm-game-tracker" scrolling="no" src="https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker?fixtureId=9937582&productName=gsmdemo&layout=sideBySide" width="100%" height="320px" style="border: 0; allowtransparency"></iframe> |
|
![]() |
The purpose of this layout is to render different widgets on a stand-alone view. This is similar to having modular components, the customer can use the widget as a building block within their app or website. Can be used on large, medium, or small screens.
In order to use the stand-alone version, the query param widget is passed with the component that will be rendered as value.
To use the scoreboard stand-alone, the widget query parameter should be equal to the scoreboard
<iframe id="gsm-game-tracker" scrolling="no" src="https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker/?fixtureId=9830657&productName=gsmdemo&widget=scoreboard" width="100%" height="320px" style="border: 0; allowtransparency"></iframe> |
To use the Pitch stand-alone , the widget query parameter should be equal to the court
<iframe id="gsm-game-tracker" scrolling="no" src="https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker/?fixtureId=9830657&productName=gsmdemo&widget=court" width="100%" height="320px" style="border: 0; allowtransparency"></iframe> |
To use the lineups stand-alone , the widget query parameter should be equal to the lineups
<iframe id="gsm-game-tracker" scrolling="no" src="https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker/?fixtureId=9937582&productName=gsmdemo&widget=lineups" width="100%" height="320px" style="border: 0; allowtransparency"></iframe> |
To use the play-by-play stand-alone, the widget query parameter should be equal to the playByPlay
<iframe id="gsm-game-tracker" scrolling="no" src="https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker/?fixtureId=9937582&productName=gsmdemo&widget=playByPlay" width="100%" height="320px" style="border: 0; allowtransparency"></iframe> |
To use the team stats stand-alone , the widget query parameter should be equal to the teamStats
<iframe id="gsm-game-tracker" scrolling="no" src="https://gsm-widgets-uat.betstream.betgenius.com/multisportgametracker/?fixtureId=9937582&productName=gsmdemo&widget=teamStats" width="100%" height="320px" style="border: 0; allowtransparency"></iframe> |
|
Name | Purpose | Mandatory | Notes |
---|---|---|---|
| Dictates which configuration should be used to render the Game Tracker(customer) | Yes | It’s a string that would be provided by Genius Sports. |
| Defines what content should be rendered. | Yes | Supports Genius Sports fixture IDs and customer fixture IDs. To use the customer fixture IDs, the IDs need to be sent to Genius Sports for mapping. |
| Defines the layout that will be displayed | No | The layout name would be provided by Genius Sports, the default layouts are default(tabs), sideBySide or desktop Should not be used alongside |
| Define the stand-alone component that will be used | No | Allows usage of stand alone component. Should not be used alongside |
| Chooses which locale should be used to load translations | No | Options are described in the translations section |
To utilize this feature, append the parameter &culture={language-code}
to the URL. The {language-code}
should adhere to this ISO format. If translation files for the specified language are available, they will be used; otherwise, the default language will be en-GB
. To utilize a language other than the default, it must first be translated.
Each supported language in the system has a dedicated file containing translations for all available sports. Note that the coverage for a specific sport may vary depending on the language.
This applies to nearly all text within the widget, with the exception of team names, competition names, and play descriptions for American football fixtures.
Language management is global across all customers, meaning that no customer-specific translations are permitted; all customers will experience the same language settings.
Each supported sport in the multisport game tracker has its own unique structure or set of strings that require translation.
Every translatable string follows this format, where customers should only modify the text within the translation key. Descriptions are often provided to clarify which label each string corresponds to.
"AboutToStart": { "translation": "試合はまもなく開始されます", "description": "Label for AboutToStart" }, |
Given the global nature of languages, we already provide support for a wide range of them. If you have inquiries regarding the current status of a specific language, please feel free to ask. Additionally, if there are any files missing that need to be completed, or if you require the most recent starting file for a particular language, do not hesitate to request that information.
Sport | Default |
---|---|
Football | |
Basketball | |
American football (CFL) | |
Tennis |