You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/branch-metrics/index.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,20 @@ This destination is maintained by Branch. For any issues with the destination, [
20
20
21
21
## Getting Started
22
22
23
-
24
-
25
23
1. From the Segment web app, click **Catalog**.
26
24
2. Search for "Branch Metrics" in the Catalog, select it, and choose which of your sources to connect the destination to.
27
25
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.
28
26
4. Copy your `Branch Key` from the Settings page of your [Branch dashboard](https://dashboard.branch.io/#/settings){:target="_blank"}.
29
27
5. Paste the Branch Key in the destination settings and click **Save**.
30
28
31
29
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
+
32
37
## Identify
33
38
34
39
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