Skip to content

Commit efba947

Browse files
authored
Merge pull request #3865 from segmentio/develop
Release 22.47.1
2 parents 907f964 + e1d577a commit efba947

File tree

4 files changed

+25
-9
lines changed

4 files changed

+25
-9
lines changed

src/connections/destination-data-control.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ analytics.identify('user_123', {
2828

2929
Destination flags are **case sensitive** and match [the Destination's name in the docs](/docs/connections/destinations/catalog/) (for example, "AdLearn Open Platform", "awe.sm", "MailChimp", etc.).
3030

31-
If you're on Segment's Business plan, you can filter track calls right from the Segment UI on your Source Schema page by clicking on the field in the "Integrations" column and then adjusting the toggle for each tool. We recommend using the UI if possible since it's a much simpler way of managing your filters and can be updated with no code changes on your side.
31+
If you're on Segment's Business plan, you can filter track calls right from the Segment UI on your Source Schema page by clicking on the field in the "Integrations" column and then adjusting the toggle for each tool. Segment recommends using the UI if possible since it's a much simpler way of managing your filters and can be updated with no code changes on your side.
3232

3333
![](images/destination-control.png)
3434

@@ -42,14 +42,19 @@ Once you block an event in Segment, Segment stops forwarding it to all of your D
4242

4343
## Export your Source Schema
4444

45-
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+
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. Track, Identify, and Group events support Source Schema export.
4646

4747
![](images/export-source-schema.png)
4848

49+
You can choose to include properties with the Track events in the modal.
50+
51+
![](images/export-source-schema-including-props.png)
52+
4953
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.
5054

51-
You can download the following Track events:
55+
The Track event CSV file contains the following columns:
5256
- Event Name
57+
- Property Name (if properties are included in the export dialog)
5358
- Last Seen (UTC)
5459
- If greater than 30 days, the value is "more than 30 days ago"
5560
- Allowed Count
@@ -58,7 +63,14 @@ You can download the following Track events:
5863
- Planned (available for Protocols customers with a connected Tracking Plan)
5964
- Values are "planned" or "unplanned"
6065

61-
Export Schema is not available for Identify or Group events.
66+
The Identify & Group CSV file contains the following columns:
67+
- Trait Name
68+
- Last Seen (UTC)
69+
- Allowed Count
70+
- Blocked Count
71+
- Total Count
72+
- Planned (available for Protocols customers with a connected Tracking Plan)
73+
- Values are "planned" or "unplanned"
6274

6375
> note ""
64-
> 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.
76+
> 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.
54.5 KB
Loading

src/connections/sources/catalog/libraries/server/go/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ That will create a `client` that you can use to send data to Segment for your so
4040
The default initialization settings are production-ready and queue 20 messages before sending a batch request, and a 5 second interval.
4141

4242
### Regional configuration
43-
{% include content/regional-config.md %}
43+
For Business plans with access to Regional Segment, you can use the host configuration parameter to send data to the desired region:
44+
45+
Oregon (Default) — api.segment.io/
46+
Dublin — events.eu1.segmentapis.com
47+
4448
## Identify
4549

4650
> note ""

src/engage/profiles/csv-upload.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plan: engage-premier
44
---
55
Use the CSV Uploader to add or update user profiles and set subscription states.
66

7-
When you upload a CSV file, Twilio Engage adds new users and updates existing user profiles. Each CSV row corresponds to a user profile and columns to an identifier trait in your [identity resolution configuration](/docs/profiles/identity-resolution/identity-resolution-settings/).
7+
When you upload a CSV file, Twilio Engage adds new users and updates existing user profiles. Each CSV row corresponds to a user profile and columns to an identifier in your [identity resolution configuration](/docs/profiles/identity-resolution/identity-resolution-settings/).
88

99
You can also [set subscription states](#set-user-subscriptions) for each email and phone number that you upload in the CSV. Subscription states help you track which email addresses and numbers you have permission to market to.
1010

@@ -51,7 +51,7 @@ Custom traits display in the Custom Traits tab of a user profile in the Profile
5151

5252
## View upload history
5353

54-
Use the Upload History page to view CSV file uploads in your workspace over the last 30 days.
54+
Use the Upload history page to view CSV file uploads in your workspace over the last 30 days.
5555

5656
Navigate to **Engage > Audiences > Profile explorer** or **Profiles > Profile explorer** and select the **CSV upload history** tab.
5757

@@ -61,7 +61,7 @@ Select links to view CSV files and any associated [error reports](#error-reports
6161

6262
Use error reports to fix invalid rows and quickly re-upload data.
6363

64-
From the Upload History page:
64+
From the Upload history page:
6565

6666
1. Select the link in the **Report** column to download an error report CSV. All rows not present in the error report were processed successfully.
6767
2. Correct data in the invalid rows.

0 commit comments

Comments
 (0)