딥뷰
Overview
A Deepview is a mobile web splash page, hosted by Branch, that gives a preview of the in-app content behind a given Branch Link. When a visitor opens one of your Branch links and does not have your app installed, you can show them a Deepview instead of sending them directly to the App/Play Store.
Deepviews are discoverable in all search portals (Google, Apple Spotlight, Bing, etc), opening up new mechanisms for people to find your app, and driving much higher conversions to install than sending visitors to the App/Play Store directly. Here's an example flow:

Deepview Types
Active Deepviews
Active Deepview는 앱이 설치되지 않았을때 (혹은 다이렉트 딥링킹이 Facebook 웹뷰에서와 같이 작동하지 않을 때)만 나타나며 Deepview 페이지에서 일시 중지해야 합니다. 이를 통해 유저는 앱 설치를 원하는지 여부를 궁극적으로 결정하는 콘텐츠를 미리 볼 수 있습니다. 유저는 적절한 App Store 혹은 Play Store 페이지로 이동하려면 Get The App 의 Call-To-Action(CTA)을 클릭해야 합니다.
키 | 값 | 기본 템플릿 |
---|---|---|
$ios_deepview | iOS에 사용할 템플릿의 이름 | default_template |
$android_deepview | Android에 사용할 템플릿의 이름 | default_template |
$desktop_deepview | 데스크톱에 사용할 템플릿의 이름입니다. | default_template |
Passive Deepviews
Passive Deepview도 앱이 설치되지 않은 경우에만 나타나야 하지만 Deepview 페이지에서 일시 중지하는 대신 유저가 동작을 실행하지 않고 즉시 App/Play Store로 리다이렉트를 시도합니다. 유저가 링크를 클릭하여 앱을 설치한 후 브라우저에 흰색 공백 화면을 남기지 않고자 할 때 해당 옵션을 사용해야 합니다. 이 옵션은 Store 페이지로 리다이렉트하고자 할 때 Safari iOS 10.3 및 Facebook iOS 웹보기에서는 자동으로 활성화된다는 점을 참고하십시오.
To disable passive deepviews, simply set the value to false
in the link data.
키 | 값 | 기본값 |
---|---|---|
$ios_passive_deepview | iOS에 사용할 템플릿의 이름 | default_template |
$android_passive_deepview | Android에 사용할 템플릿의 이름 | default_template |
To enable another template as the default passive deepview, select the 'Set as Passive Default' option. You can also change the template on a link level by providing the template name in the control parameters. If you're creating a link by appending query parameters, you simply need to append the parameters to the URL. Please make sure to URL encode everything, lest the link will break.
NativeLink™ Deepviews
NativeLink™ is an innovation from Branch that bridges the gap created by Private Relay with an on-device solution that does not require the use of an IP address for deferred deep linking. NativeLink™ gives end-users the choice to copy deep link content to their clipboard or not, so they have full control of their user experience.
View the full guide on NativeLink™ Deepviews here.
작동 방식
- User clicks a Branch Link
- The web browser opens and displays a page that gives preview of the in-app content
- User clicks the App Download call-to-action button
- User is deep linked into in-app content when they open the app after download
Updated about 1 month ago