Versions Compared
Version | Old Version 5 | New Version 6 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Column | |
---|---|
|
This page describes how to integrate with the variety of SmartStream GameTracker products with examples.
All SmartStream GameTracker products are hosted by Betgenius Genius Sports and designed to be embedded within a client hosted webpage via an iframe.
SmartStreamRelease Process for GamerTrackers
SmartStream GameTracker is released to it’s user acceptance testing (UAT) environment every two weeks with new features and bug fixes. Release notes will be published at the start of each cycle detailing what features and fixes are to be included in the release.
After two weeks have passed with no critical issues, the version will be pushed to Production where it will be visible on your live site. It is at your discretion that you keep track of these release notes to ensure you are still successfully integrating and that you are satisfied with the new and upcoming version of SmartStreamGameTrackers.
A separate UAT SmartStream GameTracker URL will be included as part of your integration details for you to use. It is highly recommended that you maintain a replica environment of your own site with the UAT version of SmartStream GameTracker integrated to enable you to review up-and-coming features and fixes before they reach Production.
Embedding a widget
/scorecenter/GameTracker
UAT and Testing URL: https://matchcenter.uat.football.geniussports.com/widgets/<tracker>/<bookmakerId>/<bookmakerFixtureId>
Production URL: https://matchcenter.football.geniussports.com/widgets/<tracker>/<bookmakerId>/<bookmakerFixtureId>
The iframe code below should be placed within the body of the webpage where you would like the HTML Game Tracker product application to appear. The script below is an example that embeds a Football Game Tracker product and should be replaced with the location of your client specific product which will be provided by
BetgeniusGenius Sports.
Code Block | ||
---|---|---|
| ||
<iframe id="scoreboard" src="https://matchcenter.uat.football.geniussports.com/widgets/scoreboard/7292687" width="1024" height="179" style="border: 0;"></iframe> |
Code Block | ||
---|---|---|
| ||
<iframe id="scorecenter" src="https://matchcenter.uat.football.geniussports.com/sportsbook/7292687" width="1024" height="179" style="border: 0;"></iframe> |