사용자가 SKAdNetwork 루핑 타이머를 연장하는 인앱 액션을 계속하면 어떻게 되나요?
The Branch SDK sets a default "expiration" on conversion-value
updates to avoid this issue. This means that after a set number of hours, we will stop calling updateConversonValue()
even if the user continues to perform qualifying events. This is in order to prevent the scenario where the timer keeps looping, preventing a postback for conversion being sent.
SDK 버전 v.0.35.0 → v1.38.0의 경우 만료 시간은 72시간입니다. SDK v1.39.0부터 기본 타이머는 Google, Facebook, Snap을 포함한 주요 네트워크의 지침에 따라 24시간으로 설정됩니다.
If you want to customize the default, see this FAQ item: How do I change the Branch SDK's default conversion-value update window?
Updated about 2 years ago