> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/golf-integration/golf-ec-features/tournament-stats.md).

# Tournament Stats

<figure><img src="/files/wKEjjGSkxYy7OmrVUF2j" 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>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/golf-integration/golf-ec-features/tournament-stats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
