Golf Event Centre Widget

The Golf Event Centre supports deep-linking into specific modules and views. Click here for more details.

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.

  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.

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.

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.

Last updated

Was this helpful?