Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CODEOWNERS @segmentio/segment-doc-team
/src/unify @pwseg

# Protocols owners
/src/protocols @forstisabella
/src/protocols @forstisabella @pwseg

# Storage owners
/src/connections/storage @forstisabella
/src/connections/storage @forstisabella @pwseg
2 changes: 1 addition & 1 deletion src/_data/catalog/destination_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination categories last updated 2024-10-22
# destination categories last updated 2024-10-24
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/destinations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination data last updated 2024-10-22
# destination data last updated 2024-10-24
items:
- id: 637e8d185e2dec264895ea89
display_name: 1Flow
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/destinations_private.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination data last updated 2024-10-22
# destination data last updated 2024-10-24
items:
- id: 54521fd925e721e32a72eee1
display_name: Pardot
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/source_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# source categories last updated 2024-10-22
# source categories last updated 2024-10-24
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/sources.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# sources last updated 2024-10-22
# sources last updated 2024-10-24
items:
- id: 8HWbgPTt3k
display_name: .NET
Expand Down
Binary file added src/assets/pdf/Segment_VAT_GST_FAQ.pdf
Binary file not shown.
Binary file removed src/assets/pdf/faq-segment-dissolution-vat.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions src/connections/functions/insert-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,10 @@ However, if your function aims to enrich event data by fetching additional infor

No, Destination Insert Functions are currently available for use with Cloud Mode (server-side) destinations only. Segment is in the early phases of exploration and discovery for supporting customer web plugins for custom Device Mode destinations and other use cases, but this is unsupported today.

##### Can I use Insert Functions with Storage destinations?

Insert Functions are only supported by Cloud Mode (server-side) destinations and aren't compatible with Storage destinations.

##### Can I connect an insert function to multiple destinations?

Yes, an insert function can be connected to multiple destinations.
Expand Down
4 changes: 4 additions & 0 deletions src/engage/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,7 @@ Based on Engage behavior, standard source events such as Page, Track and Identif
## Why can't I connect the audience/computed trait to an existing destination in my workspace?

Engage will not allow you to connect an audience/computed trait to a destination that is already linked to a [Connections-based source](/docs/connections/sources/). Instead, create a new instance of the destination with the correct Engage space selected as the data source.

## How are the "5 most common values" for traits calculated?

The "5 most common values" are the most frequently observed values for a given trait across all users, not tied to any individual user.
2 changes: 1 addition & 1 deletion src/guides/usage-and-billing/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ All Segment customers with a US business address may be subject to state and loc

Segment collects Value Added Tax (VAT) and Goods and Services Tax (GST) on the services sold to its international customers located in certain foreign jurisdictions.

For more information about sales tax, VAT, and GST, see the [Segment VAT/GST FAQs](/docs/assets/pdf/faq-segment-dissolution-vat.pdf).
For more information about sales tax, VAT, and GST, see the [Segment VAT/GST FAQs](/docs/assets/pdf/Segment_VAT_GST_FAQ.pdf).


## Do I qualify for a tax exemption?
Expand Down
4 changes: 4 additions & 0 deletions src/unify/Traits/predictions/using-predictions.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,7 @@ Yes. Keep the following in mind when you work with Predictions:
- **Predictions will not work as intended if you track more than 5,000 unique events in your workspace.**
- **Prediction is failing with error "We weren't able to create this prediction because your requested prediction event is not being tracked anymore. Please choose a different prediction event and try again."** Predictions are computed based on the available data and the conditions specified for the trait. A gap in tracking events for seven continuous days could potentially affect the computation of the prediction.
Nevertheless, once data tracking resumes and there is enough data, the prediction should be recomputed.

#### How is the average calculated?

The probabilities for all users are added together and then divided by the total number of users. If a user's score in "Likelier to convert than average" is below 1, it means they are less likely than the average user to convert.
17 changes: 1 addition & 16 deletions src/unify/data-graph/setup-guides/databricks-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ Run the following SQL to grant your Service Principal user read-only access to a
GRANT USAGE, SELECT, USE SCHEMA ON CATALOG `${catalog}` TO `${client_id}`;
```

## (Optional) Step 5: Restrict read-only access

### Restrict read-only access to schemas
## (Optional) Step 5: Restrict read-only access to schemas

Restrict access to specific schemas by running the following SQL:

Expand All @@ -79,19 +77,6 @@ USE CATALOG `${catalog}`;
GRANT USAGE, SELECT ON SCHEMA `${schema_1}` TO `${client_id}`;
GRANT USAGE, SELECT ON SCHEMA `${schema_2}` TO `${client_id}`;
...
```
### Restrict read-only access to tables
Restrict access to specific tables by running the following SQL:

```sql
GRANT USAGE ON CATALOG `${catalog}` TO `${client_id}`;
USE CATALOG `${catalog}`;
GRANT USAGE ON SCHEMA `${schema_1}` TO `${client_id}`;
USE SCHEMA `${schema_1}`;
GRANT SELECT ON TABLE `${table_1}` TO `${client_id}`;
GRANT SELECT ON TABLE `${table_2}` TO `${client_id}`;
...

```

## Step 6: Validate the permissions of your Service Principal user
Expand Down
2 changes: 1 addition & 1 deletion src/unify/profile-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ All top-level API resources have support for bulk fetches using "list" API metho
Each API request has an associated request identifier. You can find this value in the response headers, under `Request-Id`.

```bash
curl -i https://profiles.segment.com/v1/spaces/<space_id>/collections/users/profiles
curl -i https://profiles.segment.com/v1/spaces/<space_id>/collections/users/profiles/<identifier>/metadata
HTTP/1.1 200 OK
Date: Mon, 01 Jul 2013 17:27:06 GMT
Status: 200 OK
Expand Down
Loading