RESTRICTIONS
Geographic Restrictions
Geo location for DMA’s
After consulting with several customers, we have determined that customers often don't
have easy access to the viewer DMA since the user identity component of the application
is frequently outsourced to third-party providers. Genius Sports will perform region
detection and blocking on the edge. If a user is not in a DMA where they can view a
fixture, the video player will never dispatch the 'player_ready'
event, and the player
will not be visible. We would like to understand the preferred workflow from customers.
If desired, Genius Sports can emit additional information about the user DMA to the hosting
application.
Knowing in which DMA’s a fixture is viewable
An example DMA map where different fixtures are denoted by different colors. Viewers in the red and blue areas cannot watch the same fixture at the same time.
We have made some additive changes to our Video API to indicate which DMA’s
a fixture is available in. Notice the "dmas" : []
field
{
"data": [
{
"id": 1300290721,
"name": "Team A v Team B",
"phase": "PRE_MATCH",
"bookingStatus": "BOOKED",
"startAt": "2021-07-29T13:00:00Z",
"competitionId": "9530",
"competitionName": "Test Comp",
"sportId": 10,
"sportName": "Football",
"liveStreams": [
{
"id": "c8ed9f88",
"permissions": [
{
"device": "MOBILE",
"maxPlayerSizePercentage": 100,
"region": "US_CA"
},
{
"device": "TABLET",
"maxPlayerSizePercentage": 100,
"region": "US_CA"
}
],
"dmas": [
{
"dma": "753"
},
{
"dma": "771"
},
{
"dma": "800"
},
{
"dma": "802"
},
{
"dma": "804"
},
{
"dma": "807"
},
{
"dma": "811"
},
{
"dma": "813"
},
{
"dma": "825"
},
{
"dma": "828"
},
{
"dma": "855"
},
{
"dma": "862"
},
{
"dma": "866"
},
{
"dma": "868"
}
],
"deliveries": {
"hls": [
{
"id": "AKAMAI"
}
],
"dash": []
}
}
]
}
]
}
Permitted Devices & Connectivity
- CBS, FOX, NBC, ESPN/ABC and Amazon Games: Accessible on mobile phones and tablets, via wireless networks (e.g. 4G LTE, 5G) and WiFi.
- NFL Network Games: Accessible solely on mobile phones via wireless networks and Wi-Fi.
Permitted Users
Limited to Active Bettors (as defined below) currently logged-in to the bookmaker account, and physically located in a state where betting on such account is legal and regulated.
ⓘ Information!
“Active Bettor” means any registered user with an active betting account with the applicable operator (meaning such registered user
(A) has placed a bet with such operator within the immediately prior ten (10) months
and
(B) has (1) a payment mechanism (e.g., credit card) on file with such operator and/or (2) cash and/or credits available in such account to place wagers), and either of
(i) an active bet that includes the relevant Live Content being reviewed (e.g., a pre-match or in-play bet involving the Live Content or a player in the Live Content, including as part of a parlay bet)
or
(ii) access to the Live Content for a promotional period if no bet has been placed (Genius and NFL shall have approval rights over the promotional period).
Use Restrictions
No simultaneous streams: Live Game streams must be limited to one stream at a time per Active Bettor account, i.e. No in-app multi-view.