# Tournament Stats

<figure><img src="https://1485305088-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ9XC5ZatUENF4oTZ0UUR%2Fuploads%2Fgit-blob-fef882bc3c38073f7caf9b56e7a3239102f74afc%2FScreenshot%202025-11-07%20143304.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

The Golf Event Centre delivers real-time, tournament-wide player statistics segmented by performance category. These metrics are continuously updated and designed to support:

* **Market engagement** through dynamic tournament stats
* **Player analysis** for broadcasters and analysts
* **UI customization** via modular data integration

| Stat               | Categories                                                                                                                                                                    |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Scoring Metrics    | <ul><li>Par 3 Performance</li><li>Par 4 Performance</li><li>Par 5 Performance</li><li>Birdies or Better</li><li>Bogeys or Worse</li><li>Strokes Gained (Overall)</li></ul>    |
| Driving Metrics    | <ul><li>Driving Accuracy</li><li>Driving Distance</li><li>Driver Usage Rate</li><li>Longest Drive Recorded</li><li>Strokes Gained: Driving</li></ul>                          |
| Approach Metrics   | <ul><li>Opportunities Inside 10ft</li><li>Opportunities Inside 20ft</li><li>Opportunities Inside 30ft</li><li>Greens in Regulation</li><li>Strokes Gained: Approach</li></ul> |
| Short Game Metrics | <ul><li>Scrambling (General)</li><li>Scrambling (Sand)</li><li>Strokes Gained: Short Game</li></ul>                                                                           |
| Putting Metrics    | <ul><li>Putts Holed by Distance</li><li>Three-Putt Frequency</li><li>Total Putts per Round</li><li>Strokes Gained: Putting</li></ul>                                          |

### Deep-Link Golf EC to Ranks:

```
<script src="https://unpkg.com/@img-arena/front-row-seat"></script>
<script>
  const {
    MessageTopics
  } = frontRowSeat.eventCentreUtils;
  const eventCentreInstance = frontRowSeat.eventCentre({
    operator: "img",
    // theme: "default-preview",
    // env: "sims",
    sport: "golf",
    targetModule: "full",
    eventId: "821",
    version: "latest",
    targetElementSelector: "#img-arena-event-centre",
    language: "en",
    // options: {
    //   videoPlaybackEnabled: true,
    //   holeNavOnly: true
    // },
    initialContext: {
      view: "stats"
    }
  });
</script>
```

{% embed url="<https://codepen.io/wjadoon/pen/gbPNGve>" %}
