Skip to content

Commit e7ee27b

Browse files
authored
Merge pull request #6260 from segmentio/joeynmq-patch-2
Update index.md
2 parents 00772d4 + 4a82500 commit e7ee27b

File tree

1 file changed

+7
-2
lines changed
  • src/connections/destinations/catalog/branch-metrics

1 file changed

+7
-2
lines changed

src/connections/destinations/catalog/branch-metrics/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,20 @@ This destination is maintained by Branch. For any issues with the destination, [
2020

2121
## Getting Started
2222

23-
24-
2523
1. From the Segment web app, click **Catalog**.
2624
2. Search for "Branch Metrics" in the Catalog, select it, and choose which of your sources to connect the destination to.
2725
3. On Branch side you will need to [sign up for a free Branch account](http://branch.io/signup?bmp=segment){:target="_blank"} and follow the steps on their Dashboard to complete set up.
2826
4. Copy your `Branch Key` from the Settings page of your [Branch dashboard](https://dashboard.branch.io/#/settings){:target="_blank"}.
2927
5. Paste the Branch Key in the destination settings and click **Save**.
3028

3129

30+
### Identifiers for app events
31+
32+
Identifiers are required for events to be imported to Branch. You must include:
33+
- `context.device.advertisingId` and `context.os.name` and `context.os.version`, or
34+
- `context.device.id` and `context.os.name` and `context.os.version`
35+
36+
3237
## Identify
3338

3439
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example iOS call would look like:

0 commit comments

Comments
 (0)