What is deep linking?
Deep links are a type of link that send 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.
Deep linking does this by specifying a custom URL scheme (iOS Universal Links) or an intent URL (on Android devices) that opens your app if it’s already installed. Deep links can also be set to direct users to specific events or pages, which could tie into campaigns that you may want to run.
https://www.adjust.com/glossary/deep-linking/
What is Deep Link and how does deep linking work? | Adjust
Do you know what deep linking is? Learn what you can do with deep linking, why deep links are important, and how Adjust can help you with deep linking!
www.adjust.com
딥링크란 모바일 환경에 놓인 유저가 웹사이트 혹은 다른 앱에서 URL을 클릭했을 때, 앱을 실행시키고 특정 페이지로 이동하도록 돕는 기술입니다. 다시 말해, 유저가 광고를 클릭했을 때 앱을 열어 특정 페이지로 바로 도달하도록 만들어 줍니다. 유저가 하나의 링크를 클릭하는 것만으로도 앱 내부 콘텐츠를 바로 확인할 수 있죠. 이는 모바일 앱 마케팅을 할 때 반드시 필요한 기술로, 유저 경험을 최적화하여 전환율 및 리텐션을 높일 수 있습니다.
URI Scheme(스킴 딥링크)란?
URI Scheme은 딥링크의 가장 초기 형태로, 가장 일반적으로 사용되는 딥링크 방식이라고 할 수 있습니다. 앱을 개발하는 주체가 각 앱 내 특정 페이지마다 고유한 주소(링크)를 자유롭게 설정하여, 해당 주소(링크)를 클릭하면 앱이 열리고 특정 페이지가 열리는 형태
- Scheme 값: 앱 개발자가 정한 값으로 앱을 구분
- Path: 앱 내 특정 페이지를 지정
Universal Links(유니버셜 링크) & App Links(앱 링크)란?
증된 도메인으로 생성된 딥링크 클릭 시,
- 앱이 설치된 경우에는 앱 및 특정 페이지가 바로 열리고
- (앱이 설치되어 있지 않아) 딥링크 실패 시에는, 해당 도메인의 웹페이지로 이동합니다. 이때, 해당 도메인을 관리하는 개발자의 구현에 따라서 웹페이지에서 다양한 Fallback이 가능하기 때문에, 웹사이트 혹은 앱 마켓으로 보내는 것도 가능합니다.
https://www.airbridge.io/blog-ko/deeplink-101-for-marketers-and-developers
[딥링크101] 마케터와 개발자를 위한 딥링크 시작하기 | 에어브릿지 블로그
유저를 앱 내 특정 페이지로 부드럽게 연결시키는 딥링크 기술. 딥링크의 세 유형인 URI Scheme 딥링크 및 Universal Links와 App Links에 대한 이해 및 딥링크 설정 방법을 소개합니다.
www.airbridge.io