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/_data/landing.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sections:
4
4
section:
5
5
- name: Getting started with Segment
6
6
icon: getting-started.svg
7
-
description: "Learn about Segment, work through a basic implementation, plan a full implementation and learn about features and extensions."
7
+
description: "Learn about Segment, plan and work through a basic implementation, and explore features and extensions."
8
8
path: /getting-started/
9
9
- section_title: How can Segment help you?
10
10
section_col: 6
@@ -19,22 +19,22 @@ sections:
19
19
path: /protocols/
20
20
- name: Personalize interactions
21
21
icon: personas.svg
22
-
description: "Improve customer interactions by building audiences to power personalized experiences."
22
+
description: "Improve customer interactions by building audiences that power personalized experiences."
23
23
path: /personas/
24
24
- name: Respect users' privacy
25
25
icon: privacy.svg
26
-
description: "Use Segment's tools for data discovery and policy enforcement to keep customer data private."
26
+
description: "Keep customer data private with Segment's data discovery and policy enforcement tools."
27
27
path: /privacy/
28
28
29
29
- section_title: Get Data into Segment
30
-
section_description: "The Segment Spec provides guidance on meaningful data to capture, and the best format for it, across all of our libraries and APIs. When you use these formats it’s simple to send data to downstream tools."
30
+
section_description: "The Segment Spec helps you identify, capture, and format meaningful data for use with Segment libraries and APIs as well as downstream tools."
31
31
section_col: 4
32
32
section:
33
33
- name: Segment calls
34
-
description: "Use Track, Page, and Identify, and learn about the other calls Segment tracking is built on."
34
+
description: "Use Track, Page, Identify, and other Segment tracking calls."
35
35
path: /connections/spec/
36
36
- name: Common traits
37
-
description: "Save time by letting the Segment calls collect information automatically."
37
+
description: "Save time by letting Segment calls collect information for you."
38
38
path: /connections/spec/common/
39
39
- name: Use case specs
40
40
description: "Use our business-case specs to ensure that your tools get the most from your data."
@@ -45,17 +45,17 @@ sections:
45
45
section:
46
46
- name: Segment for Developers
47
47
icon: git-repo.svg
48
-
description: "An overview of the basics of your Segment implementation."
48
+
description: "The basics of your Segment implementation."
49
49
path: /guides/intro-impl/
50
50
- name: How-To Guides
51
51
icon: book.svg
52
-
description: "Over a dozen how-to guides to help you accomplish common tasks."
52
+
description: "Over a dozen how-to guides that help you accomplish common tasks."
Copy file name to clipboardExpand all lines: src/connections/destination-data-control.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,4 +37,27 @@ If you no longer want to track an event, you can either remove it from your code
37
37
38
38

39
39
40
-
Once you block an event in Segment, we'll stop forwarding it to all of your Destinations, including your warehouses. You can remove it from your code at your leisure. In addition to blocking track calls, Business plan customers can block all Page and Screen calls, as well as Identify traits and Group properties.
40
+
Once you block an event in Segment, Segment stops forwarding it to all of your Destinations, including your warehouses. You can remove it from your code at your leisure. In addition to blocking track calls, Business plan customers can block all Page and Screen calls, as well as Identify traits and Group properties.
41
+
42
+
## Export your Source Schema
43
+
44
+
Segment allows you to download your Source Schema as a CSV file, maximizing portability and access to event data. You can download a copy of your schema by visiting the Source Schema page.
45
+
46
+

47
+
48
+
CSV files generate based on the current view of your Source Schema. Any search parameters or filters you apply to the current Source Schema view also apply to the CSV.
49
+
50
+
You can download the following Track events:
51
+
- Event Name
52
+
- Last Seen (UTC)
53
+
- If greater than 30 days, the value is "more than 30 days ago"
54
+
- Allowed Count
55
+
- Blocked Count
56
+
- Total Count
57
+
- Planned (available for Protocols customers with a connected Tracking Plan)
58
+
- Values are "planned" or "unplanned"
59
+
60
+
Export Schema is not available for Identify or Group events.
61
+
62
+
> note ""
63
+
> Export Schema doesn't include any actual values (for example, personal data) for the events, properties, and traits you are tracking for a specific source. Properties aren't included in the CSV.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/appcues/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ hide-cmodes: true
10
10
11
11
1. From the Segment web app, click **Catalog**.
12
12
2. Search for "Appcues" in the Catalog, select it, and choose the source you'll connect to the destination.
13
-
3. In the destination settings, enter your `Appcues Id` (for client-side integration functionality) and/or your `API Key` (for server-side integration functionality) from the [Appcues account page](https://my.appcues.com/account).
13
+
3. In the destination settings, enter your `Account ID` (for client-side integration functionality) and/or your `API Key` (for server-side integration functionality) from the [Appcues account page](https://my.appcues.com/account).
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/braze/index.md
+33-3Lines changed: 33 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,6 @@ Segment sends Page calls to Braze as custom events if you have enabled either **
137
137
> info "Tip"
138
138
> Add Segment's open-source [Middleware](https://github.com/segmentio/segment-braze-mobile-middleware) tool to optimize your integration. This tool limits [Data Point](https://www.braze.com/docs/user_guide/onboarding_with_braze/data_points/) use by debouncing duplicate identify() calls from Segment. For more information, see the project's [README](https://github.com/segmentio/segment-braze-mobile-middleware/blob/master/README.md#how-does-this-work).
139
139
140
-
141
-
142
140
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 call would look like:
When you Identify a user, Segment passes that user's information to Braze with`userId` as Braze's External User ID.
153
151
154
-
If you are using a device-mode connection, Braze's SDKalso automatically assigns a `braze_id` to every user. This allows Braze to capture anonymous activity from the device by matching on `braze_id` instead of`userId`. This applies to _device-mode connections_.
152
+
If you're using a device-mode connection, Braze's SDK assigns a `device_id` and a backend identifier, `braze_id`, to every user. This allows Braze to capture anonymous activity from the device by matching on those identifiers instead of `userId`. This applies to _device-mode connections_.
155
153
156
154
To send anonymous user data in cloud-mode, you must manually include the user's `braze_id`in all your Segment API calls in the `integrations.Braze.braze_id` or `context.integrations.Braze.braze_id` object.
157
155
156
+
### Capture the braze_id of anonymous users
157
+
158
+
Pass one of the many identifiers that may exist on an anonymous user profile to the [Braze's User by Identifier REST endpoint](https://www.braze.com/docs/api/endpoints/export/user_data/post_users_identifier/){:target='_blank'} to capture and export the `braze_id`. These identifiers include:
>Brazeiscomplex. Ifyoudecidetousethe`braze_id`, consider [contactingSegmentSuccessEngineering](https://segment.com/help/contact/) or a Solutions Architect to verify your Braze implementation.
[DataBrain](https://usedatabrain.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a tool for product-led companies that helps Sales and Customer Success teams close deals, adopt products, and retain customers through data and analytics. It ingests data from Segment and leverages machine learning techniques to send users automated alerts, and predict churn, conversion, and retention on any event you need to track.
7
+
[DataBrain](https://usedatabrain.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a tool for product-led companies that helps Sales and Customer Success teams close deals, increase product adoption, and retain customers. DataBrain ingests data from Segment and leverages machine learning techniques to send users automated alerts, and predict churn, conversion, and retention on any event you need to track.
8
8
9
9
This destination is maintained by DataBrain. For any issues with the destination, [contact the DataBrain Support team](mailto:[email protected]).
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/facebook-app-events/index.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,10 +249,36 @@ You will have to be sure that the [IDFA](/docs/connections/sources/catalog/libra
249
249
250
250
Similarly, on Android, you'll need to include the Play Services Ads library as [mentioned here](/docs/connections/sources/catalog/libraries/mobile/android/#how-do-you-handle-unique-identifiers-) in order for the `advertisingId` to populate.
251
251
252
-
Once you have added these, you will start to see the `context.device.advertisingId` populate and the `context.device.adTrackingEnabled` flag set to `true` unless the user has ad tracking limited or is using a mobile ad blocker.
253
-
254
-
_Note_: While the network is deprecated, the relevant iOS [framework](https://developer.apple.com/reference/iad) is not.
255
-
252
+
Once you've added these, you will start to see the `context.device.advertisingId` populate and the `context.device.adTrackingEnabled` flag set to `true` unless the user has ad tracking limited or is using a mobile ad blocker.
253
+
254
+
> note ""
255
+
> While the network is deprecated, the relevant iOS [framework](https://developer.apple.com/reference/iad) is not.
256
+
257
+
Facebook requires that payloads include the following:
0 commit comments