필터

개인화

Overview

Branch의 Universal Email(이메일-투-앱)을 사용하면, 이메일 링크를 멀티 플랫폼 딥링크(Deep Link)로 자동 전환하여 유저를 모바일 디바이스에서 앱의 상세 콘텐츠로 직접 연결하고, 앱이 없는 데스크톱 및 모바일 사용자에게 동일한 웹 랜딩 경험을 제공합니다.

In conjunction with Universal Email, you can use third party - like MovableInk and Liveclicker - services to create personalized visual experiences that are based on relevant data and are unique for each and every one of your customers.

필수 리다이렉션 파라미터

이러한 고도로 개인화된 경험은 써드파티 서비스를 통한 추가적인 리디렉션을 요구하기 때문에, Branch는 Universal Email(이메일-투-앱) 템플릿에서 사용하는 URL에 추가되는 추가 파라미터를 필요로 합니다. 이 파라미터를 사용해 Branch는 유저를 써드 파티 이메일 서비스를 통해 작성한 맞춤화된 콘텐츠로 딥링크(Deep Link)할 수 있습니다.

MovableInk 및 Liveclicker와 같은 써드파티 서비스에서 생성되는 모든 Universal Email 솔루션 링크의 경우, 다음 파라미터를 추가해야 합니다.

$follow_redirect=true

🚧

URL 인코딩

Please URL encode all $ symbols before appending the redirect parameter. URL encoding $ returns %24.

URL + 리다이렉션 파라미터 예시

https://cbsn.ws/2KW0dnE?%24follow_redirect=true

📘

유의사항

Follow the normal ESP configurations in the <a> tags; e.g. if your ESP requires %24deep_link=true as a query param to “branchify”, add it in addition to %24follow_redirect.

ESP에는 여전히 딥링크(Deep Link) 플래그 지정이 필요합니다. Universal Email 솔루션 ESP에 대한 "딥링크(Deep Link) 플래그 지정하기" 섹션을 확인하세요.