Branch Destination
Destination Info
- Accepts Page, Identify, and Track calls
- Refer to it as Branch Metrics in the Integrations object
Components
Branch empowers you to increase mobile revenue with enterprise-grade links built to acquire, engage, and measure across all devices, channels, and platforms. An industry-leading mobile measurement and deep linking platform, trusted by the most top ranking apps to increase efficiency and revenue.
As of November 2019, the Branch mobile SDKs for Segment are in maintenance mode.
Existing users of the Branch SDKs are unaffected, however new installations must implement the Branch native SDK separately. They can then enable Branch’s data export integration to push additional data to Segment, and data import integration to pull additional Segment data into the Branch dashboard.
The legacy instructions for implementing the Branch mobile SDKs for Segment have been removed from this documentation. If you need access to the removed sections, you can view them here.
This destination is maintained by Branch. For any issues with the destination, contact the Branch support team.
Getting Started
- From the Segment web app, click Catalog.
- Search for “Branch Metrics” in the Catalog, select it, and choose which of your sources to connect the destination to.
- On Branch side you will need to sign up for a free Branch account and follow the steps on their Dashboard to complete set up.
- Copy your
Branch Key
from the Settings page of your Branch dashboard. - Paste the Branch Key in the destination settings and click Save.
Identifiers for app events
Identifiers are required for events to be imported to Branch. You must include:
context.device.advertisingId
andcontext.os.name
andcontext.os.version
, orcontext.device.id
andcontext.os.name
andcontext.os.version
Identify
If you’re not familiar with the Segment Specs, take a look to understand what the Identify method does. An example iOS call would look like:
[[SEGAnalytics sharedAnalytics] identify:@"12091906-01011992"
traits:@{ @"email": @"john.doe@example.com" }];
Track
If you’re not familiar with the Segment Specs, take a look to understand what the Track method does. An example iOS call would look like:
[[SEGAnalytics sharedAnalytics] track:@"Article Completed"
properties:@{ @"title": @"How to Create a Tracking Plan", @"course": @"Intro to Analytics" }];
Settings
Segment lets you change these destination settings from the Segment app without having to touch any code.
Setting | Description |
---|---|
Branch Secret | string . Required for server-side calls. Your Branch secret can be retrieved on the settings page of the Branch dashboard. |
Branch Key (required) |
string . Your Branch app key can be retrieved on the settings page of the Branch dashboard. |
This page was last modified: 21 Mar 2024
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!