# Group Level Deep Linking

### Groups View

Enables group-level initialization of the Event Centre, supporting dynamic linking to 2-Ball and 3-Ball market components.

| Features             |   |
| -------------------- | - |
| Top Nav              | ✅ |
| Navigation           | ✅ |
| Favourites           | ✅ |
| Search               | ✅ |
| Streaming button     | ✅ |
| Targetted Group View | ✅ |

```
<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: "groupdetail",
    eventId: "821",
    version: "latest",
    targetElementSelector: "#img-arena-event-centre",
    language: "en",
    // options: {
    //   videoPlaybackEnabled: true,
    //   holeNavOnly: true
    // },
    initialContext: {
    //Specific Group
          view: "group-detail-hole",
          // roundNo: "1",
          groupId: "901532"
    }
  });
</script>
```

{% embed url="<https://codepen.io/Waqas-Jadoon/pen/gOyBKqp>" %}
