Airship
Connect Branch and Airship to unlock a more holistic picture of the customer journey for your app.

Overview
Airship은 모든 채널에서 대단히 적절하고 잘 구성된 메시지를 전달하여 고객과 더 깊은 관계를 구축합니다.
작동 방식
Once the Branch SDK is integrated into an app, Branch can detect which Branch Links are leading to installs, re-opens, and users' actions. Enabling this integration and providing your relevant Ids will result in Branch automatically forwarding referred events to Airship, in the exact format Airship expects.
Branch Events Sent to Airship
Branch가 써드파티 툴로 전송하는 이벤트는 해당 파트너가 지원하는 이벤트와 해당 이벤트 측정을 위해 Branch SDK를 구현했는지에 따라 달라집니다.
Airship은 다음 이벤트를 서포트합니다.
- Commerce Events
- Custom Events
전제 조건
In order to enable Airship, you need to have completed the following:
- Admin access to your Branch Dashboard.
- Enabled Data Feeds for your Branch account.
- Contact your Branch account manager or visit https://branch.io/pricing
- Implemented the Branch SDK into your mobile app (iOS | Android)
- Airship SDK 구현
- Make sure to follow the steps in Airships documentation here.
- Admin access to your Airship account.
Enable Airship
1. Retrieve IDs from Airship
Branch 대시보드에서 연동을 활성화하기 전에 Airship 계정에서 자격 증명을 검색해야합니다.
Branch는 인증뿐만 아니라 Branch 데이터가 올바른 계정으로 전송되도록 하기 위해 이러한 자격 증명을 필요로 합니다.
Branch는 다음 자격 증명이 필요합니다.
- Airship 프로젝트 도메인
- 애플리케이션 키
- 액세스 토큰(Access Token)
Please refer to Airship's documentation if you need instructions on how to find the values required to enable the integration.
2. Connect Airship in Branch
In the Branch Dashboard in Data Feeds → Data Integrations tab, find and search for Airship.
Enter the IDs from the previous step. Enter them into the iOS and Android fields in the Branch Dashboard, and hit Save.

3. Pass Metadata to the Branch SDK
개발자 필요
Developers on your mobile app are required for this step
Airship에서는 올바른 식별자를 Branch SDK에 전달해야합니다. 이렇게 하려면 Braze SDK에서 ID를 검색하고 다음 방법을 사용하여이 값을 Branch에 전달합니다.
setRequestMetadataKey()
Branch 메소드에 전달:
중요
이벤트를 유저와 매치할 수 있으려면 - .setRequestMetaData을 통해 $ airship_user_id 메타 데이터 키를 사용하여 클라이언트의 이메일을 보내야 합니다.
4. Verify Data Sent
Once the above steps are complete, you are now ready to start launching campaigns. Branch-attributed conversions will be sent to Airship. To verify data is being sent from Branch to Airship, you can look at the Branch Dashboard's Liveview Webhook Records and apply the following filter:
필터 | Operator | 값 |
---|---|---|
webhook partner key | equals | di_airship |
Wait Period
Please be patient as data may take some time to flow through Branch's attribution systems and onto Airship. If data has not appeared in Airship after 30 minutes of completing a test conversion, review the above steps to see if you may have missed something.
Updated 2 months ago