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
eventIdfrom the URL in event settings
Install RACEMAP App
Test deep links on your phone and desktop to compare different behaviors.
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
The deep links work in the custom apps through
custom-namee.g.*/:custom-name/:eventIdAdd specific
startNumberandname. Participants don't need to type their name and bib number.*/redeem_key?key=[key]&startNumber=[STARTNUMBER]&name=[NAME]. Test this sample on your phone https://racemap.app/redeem_key?key=6G615L&startNumber=1&name=Peter .
Last updated
