For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deep links

Deep links run functions in the tracking app. Integrate the deep links into your workflows to provide a seamless user experience with RACEMAP apps.

Use the deep links to automate interactions with participants and spectators:

  • Add redeem key in the registration email

  • open a specific event map

  • open a leaderboard

You need to know the passcode or keys and the event id to flexibly compose the deep links.

  • Keys and the passcode connect the participants' phones for live tracking in a specific event.

  • Copy the eventId from the URL in event settings

Syntax
Sample deep link
Behavior in the app
Behavior on desktop

https://racemap.app

home

modal to download RACEMAP App

https://racemap.app/events/:eventId

open tracking map

open tracking map

https://racemap.app/events/:eventId/player

open tracking map

open tracking map

https://racemap.app/player/:eventId

open tracking map

open tracking map

https://racemap.app/timing/:eventId

open leaderboard

open leaderboard

https://racemap.app/eventgroups/:eventId

open group or stage map

open group or stage map

https://racemap.app/redeem_key?key=[key]

redeem passcode or key

modal to download RACEMAP App

https://racemap.app/:eventId/edit

edit bib and name, if user connected App for live tracking the event

modal to download RACEMAP App

https://racemap.app/eventdetails/:eventId

open event details page

open tracking map

Last updated