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

Overview
Batch.com은 마케팅 및 트랜잭션 푸시알림에 초점을 맞춘 SDK및 마케팅 자동화 대시보드입니다. 또한 유저를 모니터하고 개선하는 데 유용한 모바일 분석도 포함되어 있습니다. 인게이지먼트뿐만 아니라 고객 리텐션도 가능합니다.
작동 방식
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 Batch, in the exact format Batch expects.
Branch Events Sent to Batch
Branch가 써드파티 툴로 전송하는 이벤트는 해당 파트너가 지원하는 이벤트와 해당 이벤트 측정을 위해 Branch SDK를 구현했는지에 따라 달라집니다.
Batch는 다음 이벤트를 서포트합니다:
- Commerce Events
- Custom Events
전제 조건
In order to enable Batch, 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)
- Branch SDK 구현하기
- Admin access to your Batch account.
Enable Batch
1. Retrieve IDs from Batch
Branch 대시보드에서 연동을 활성화하기 전에 Braze 계정에서 자격 증명을 검색해야 합니다.
Branch는 인증뿐만 아니라 Branch 데이터가 올바른 계정으로 전송되도록 하기 위해 이러한 자격 증명을 필요로 합니다.
Branch는 다음 자격 증명이 필요합니다.
- REST API Key
- iOS API Key
- 안드로이드 API Key
Please refer to Batch's documentation on how to retrieve these keys.
2. Connect Batch in Branch
In the Branch Dashboard in Data Feeds → Data Integrations tab, find and search for Batch.
Enter the API Keys from the previous step and hit Save.

3. Pass Metadata to the Branch SDK
개발자 필요
Developers on your mobile app are required for this step
Batch를 사용하려면 올바른 식별자를 Branch SDK에 전달해야 합니다. 이렇게 하려면 Batch SDK에서 ID를 검색하고 다음 방법을 사용하여 이 값을 Branch로 전달합니다:
중요
이벤트를 유저와 매치하려면 .setRequestMetaData 를 통해 batch_user_id 메타 데이터 키를 사용하여 Batch User ID를 전송해야 합니다.
You can find more about Custom user ID here: https://doc.batch.com/ios/custom-data/customid#setting-up-a-custom-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 Batch. To verify data is being sent from Branch to Batch, you can look at the Branch Dashboard's Liveview Webhook Records and apply the following filter:
필터 | Operator | 값 |
---|---|---|
webhook partner key | equals | di_batch |
Wait Period
Please be patient as data may take some time to flow through Branch's attribution systems and onto Batch. If data has not appeared in Batch after 30 minutes of completing a test conversion, review the above steps to see if you may have missed something.
Updated 2 months ago