# Golf Event Centre Widget

### Can I deep-link to a specific view of the Golf Event Centre?

The Golf Event Centre supports deep-linking into specific modules and views. [Click here for more details.](https://app.gitbook.com/s/gD9hukZlLQwRd0NZZaXQ/golf-ec-deep-linking/sandbox-examples)

### How do I Deep-link the event centre to my golf markets?

To deeplink the Golf Event Centre to specific golf markets:

1. **Use the `eventID` from the `/tournaments` endpoint**
2. This ID uniquely identifies the tournament and is required to initialize the Event Centre.
3. **Target specific context (hole or group)**
4. For **hole-level linking**: use the `holeId` to initialize views tied to Player, 2-Ball, or 3-Ball markets. [Click here for details.](https://docs.sportradar.com/golf-integration/golf-ec-deep-linking/par-3-streaming-with-3-and-2-ball-markets)
5. For **group-level linking**: use the `groupId` from the `/schedule` endpoint to align with 2-Ball and 3-Ball markets. [Click here for details.](https://docs.sportradar.com/golf-integration/golf-ec-deep-linking/context-driven-markets-display)

### Navigation Message Support

The Event Centre supports:

* **Programmatic navigation triggers**\
  You can send messages to change views (e.g., switch to a specific hole, group, or leaderboard).

[Click here for more details.](https://app.gitbook.com/s/gD9hukZlLQwRd0NZZaXQ/golf-ec-deep-linking/context-driven-markets-display#emitting)

### What size of the iframe do you recommend?

* Recommended: **375px width × 362px height**
* Minimum Supported Width = **320px**
* Reducing height may cause UI misalignment.

### How to pass your Google Analytics ID:

* Use the `options` field in the integration library:

`options: { videoPlaybackEnabled: true, userId: 'UA-XXXXXX-X' }`

* Contact IMG Integrations team if you need your GA ID.
