Mobile Deep Links
Deep links are a type of link that sends users directly to an app instead of a website or a store. They are used to send users straight to specific in-app locations, saving users the time and energy locating a particular page themselves – significantly improving the user experience.
You can use deep links in CompanyCam by formatting your URL based upon the table below:
Example
Open the mobile app directly into the project with id 35212993: ccam://projects/35212993
Open | URL |
---|---|
Directly into the camera for a project | ccam://camera/<project_id> |
Directly into a project | ccam://projects/<project_id> |
Directly into a photo | ccam://photos/<photo_id> |
Directly into a photo's comments | ccam://photo-comments/<photo_id> |
Directly into a video's comments | ccam://video-comments/<video_id> |
Add a user | ccam://adduser |
Refer a user | ccam://referral |
Search | ccam://search |
Notification settings | ccam://notification-settings |
Updated almost 3 years ago