데이터 연동 테스트 및 문제 해결
Testing
연동이 end-to-end로 작동하는지 테스트하는 가장 간단한 방법은 Branch 링크 클릭 후 앱을 오픈하고 데이터가 써드파티 대시보드에 나타나는지 확인하는 것입니다.
- Create a Branch Quick Link.
- 해당 Branch 링크를 클릭하여 앱을 엽니다.
- In your Branch Dashboard, verify you see the event show up in the Liveview Events.
- 써드파티 파트너의 대시보드로 이동하여 이벤트가 스트림에 표시되는지 확인하십시오. 때때로 이벤트가 표시되는 데 지연이 있을 수 있으므로 테스트 후 30분 후에 다시 확인하십시오.
IDFA/GAID 캡처
안드로이드의 Google 광고 식별자(GAID)와 iOS의 IDFA를 모두 캡처하고 있는지 확인합니다. 일부 써드파티는 IDFA 및 Google Advertising ID를 전송할 것을 요구합니다. 안드로이드 ID (하드웨어 ID)와 IDFV만으로는 부족할 수 있습니다.
setDebug의 제한 사항 및 Branch에서 데이터 보기
When integrating the SDKs, it's often useful to use setDebug
to verify that your app is able to communicate with Branch servers, and is receiving deep link data. However, our upstream systems don't register test events sent using setDebug
, so events will not appear in Liveview or Analytics, nor will they fire postbacks. You should disable setDebug
when looking at Liveview or testing postbacks.
Updated 2 months ago