Parameters
| Name | Type | Attributes | Default | Description | 
|---|---|---|---|---|
props | 
  
  object | 
      
          <required> | 
  
  
      ||
matchId | 
  
  number | 
      
          <required> | 
  
  
      Match ID.  | 
|
disableBallPossession | 
  
  boolean | false | When set to   | 
|
disableGeneralStatistic | 
  
  boolean | false | When set to   | 
|
disableSubstitutions | 
  
  boolean | false | When set to   | 
|
disableAttackPreformance | 
  
  boolean | false | When set to   | 
|
disableWidgetHeader | 
  
  boolean | false | When set to   | 
|
disableMatchHeader | 
  
  boolean | false | When set to   | 
|
disableResult | 
  
  boolean | false | When set to   | 
|
disableScoreboardTable | 
  
  boolean | false | [basketball only] When set to   | 
|
disableScoreboardHeader | 
  
  boolean | false | [basketball only] When set to   | 
|
disableTimeSpendLead | 
  
  boolean | false | [basketball only] When set to   | 
|
disableShootingInfographic | 
  
  boolean | false | [basketball only] When set to   | 
|
disableGeneralStats | 
  
  boolean | false | [basketball only] When set to   | 
|
disableFieldGoals | 
  
  boolean | false | [basketball only] When set to   | 
|
showFactsAndFigures | 
  
  boolean | false | When set to   | 
|
onTrack | 
  
  function | Function/event handler, see Tracking options.  | 
Examples
HTML/Declarative
<div id="sr-widget" data-sr-widget="match.statistics" data-sr-match-id="20521319"></div>
<script type="application/javascript" src="https://widgets.sir.sportradar.com/sportradar/widgetloader" async></script>
        
    JS/Programmatic
<script>
    (function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
    g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
    )})(window,document,"script","https://widgets.sir.sportradar.com/sportradar/widgetloader","SIR", {
        language: 'en'
    });
    SIR('addWidget', '#sr-widget', 'match.statistics', {matchId: 20521319});
</script>
<div id="sr-widget"></div>