Data Integration Steps for Developers

Prev Next

Overview

Data Integrations provide an easy way to automatically send Branch data to your other analytics services and marketing tools using pre-formatted webhooks.

This guide covers the technical implementation requirements for Data Integrations. For setup instructions in the Branch dashboard, see our Data Integrations guide.

Prerequisites

In order to use Branch Data Integrations, you must first:

  1. Implement the Branch SDK

  2. Ensure app events are measured

  3. Be a customer to the third party and have their respective SDK installed in your app.

Pass ID/metadata to Branch (partner specific)

For some partners, you'll need to make sure to pass through the correct identifiers to the Branch SDKs. In order to do so, retrieve the ID from the partner SDK and pass this value to Branch using the following method:
setRequestMetadataKey() method of the Branch SDKs: iOS | Android

FIND PARTNER KEY & METHOD TO PASS TO BRANCH

Additional steps for Data Integrations

To learn more about setting up Data Integrations, visit our Data Integrations guide.