Branch와의 Facebook SKAN 전환 비트 스키마 연동을 설정하려면 어떻게 해야 합니까?
캠페인 최적화 목적으로 SKAdNetwork conversion value 맵핑을 Facebook과 동기화하기 위해 Branch는 고객이 Facebook 광고 관리자 UI에 붙여넣을 수 있는 API 엔드포인트를 제공합니다.
API 엔드포인트는 다음과 같은 형식을 따르며 Facebook 서비스에서만 호출할 수 있습니다.
https://api2.branch.io/v1/partners/a_facebook/conversion-value-mappings?app_id={itunes_id}
Note: the {itunes_id}
parameter must be replaced with the respective iTunes ID for your app (not your Branch app ID). Your iTunes ID is the series of numbers at the end of your app's App Store page URL.
예를 들면 : https://apps.apple.com/us/app/branch-monster-factory/id917737838
would have an endpoint URL of https://api2.branch.io/v1/partners/a_facebook/conversion-value-mappings?app_id=917737838
Facebook에 전환 비트 스키마 API 엔드포인트를 추가하기 위한 지침
- Branch 대시보드에서 Ads → Partner Management → Facebook 페이지를 방문합니다.
참고: conversion value URL은 SKAdNetwork 설정 대시보드에서 Branch SDK 서포트에 옵트인한 고객에게만 표시됩니다.

- URL을 복사하여 붙여넣습니다.
- Facebook 광고 관리자로 이동하고 이벤트 관리자를 찾습니다.

- 위 스크린샷에 강조 표시된 'Setting'으로 이동하여 Configure App Events for SKAdNetwork 아래에서 'Set Up Events'를 선택합니다.

- 'Import from Partner App'을 선택합니다.
- URL을 복사하여 붙여넣고 'Connect'를 누릅니다.

이 엔드포인트를 사용해야 하는 고객에 대한 중요 참고사항
전환 비트 스키마 동기화 기능은 SKAdNetwork 서포트에 Branch SDK를 사용하는 고객을 서포트하기 위해 사용됩니다.
다음과 같은 경우:
- Using the Facebook SDK for SKAdNetwork. You should not use this endpoint. Facebook will automatically pull in their own
conversion-value
schema.- 앱에서 기본적으로 SKAN 메서드를 호출하는 경우: 이 엔드포인트를 사용할 수 있습니다.
- Option 1: Facebook provides functionality within the Facebook Events Manager to specify your conversion value mapping. See this Facebook guide for more info. This is the recommended option if you are calling SKAN methods natively, and in this case, you should not use the endpoint.
- Option 2: If your custom conversion value mapping exactly matches Branch SDK functionality (1 in-app event is mapped directly to 1 SKAN
conversion-value
value) and you have properly entered this by using custom SKAN event labels in Branch's dashboard mapping tool, you can use the endpoint above. However, the endpoint will not work as expected if you are using a more complex custom conversion value strategy, such as revenue buckets or event counts.
Updated about 2 years ago