필터

SAN Deferred Deep Linking

📘

SAN Deferred Deep Linking

SAN Deferred Deep Linking is by request only. Please contact our support team to gain access to this feature.

Overview

Branch SDK가 앱 내에서 초기화되면 Branch를 호출하고 딥링크 (Deep Link) data를 다시 가져옵니다. 이것은 역사적으로 셀프 어트리뷰팅 네트워크(SAN)에서 data를 제외했습니다. 이 기능을 사용하면 새로 설치하거나 다시 설치할 때 (오픈 아님) SAN 광고 data를 딥링크(Deep Link) data로 반환합니다.

다음 SAN이 서포트됩니다.

  • Google
  • Snap

🚧

SAN 디퍼드 딥링킹(Deferred Deep Linking) Post iOS 14.5 변경 사항

iOS ONLY: SAN Deferred Deep Linking will only work after the user opts-in to sharing their device data through Apple's AppTrackingTransparency framework. This also means that there will be a delay due to the nature of the 2nd install event only occurring after a paid-attributed opt-in.

For additional information on changes post iOS 14.5, visit our FAQ Pages

리턴된 SAN 딥링크 데이터 보기

관련된 Branch 링크가 없기 때문에 Branch 링크 제어 파라미터를 포함하지 않는 SAN에서 얻은 정보만 리턴합니다. 고객이 광고에 Branch 링크를 삽입하더라도 해당 링크의 데이터는 이 기능의 일부로 리턴되지 않습니다.

Below is an example response to api2.branch.io/v1/install. The deep link data is inside data.

{
    "session_id": "775732418224171111",
    "identity_id": "775732414789038000",
    "link": "https://abc.app.link?%24identity_id=775732414789038000",
    "data": {
        "+is_first_session": true,
        "$3p": "a_google",
        "~advertising_partner_name": "Google",
        "+click_timestamp": 1557204842,
        "~secondary_publisher": "google",
        "~campaign": "ABC",
        "~campaign_id": "33333377778880001",
        "~ad_set_name": "DEF",
        "~ad_set_id": "4444333399990002",
        "~ad_name": "XYZ",
        "~ad_id": "22223333377770003",
        "~feature": "paid advertising",
        "~ad_objective_name": "APP_INSTALLS",
        "~channel": "Google"
    },
    "device_fingerprint_id": "777778888855555222"
}

FAQ