Skip to content

Commit f955a6d

Browse files
authored
Merge pull request #7171 from segmentio/develop
Release 24.43.2
2 parents 8161d04 + 88a687f commit f955a6d

File tree

14 files changed

+22
-25
lines changed

14 files changed

+22
-25
lines changed

CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ CODEOWNERS @segmentio/segment-doc-team
4747
/src/unify @pwseg
4848

4949
# Protocols owners
50-
/src/protocols @forstisabella
50+
/src/protocols @forstisabella @pwseg
5151

5252
# Storage owners
53-
/src/connections/storage @forstisabella
53+
/src/connections/storage @forstisabella @pwseg

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2024-10-22
2+
# destination categories last updated 2024-10-24
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2024-10-22
2+
# destination data last updated 2024-10-24
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow

src/_data/catalog/destinations_private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2024-10-22
2+
# destination data last updated 2024-10-24
33
items:
44
- id: 54521fd925e721e32a72eee1
55
display_name: Pardot

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source categories last updated 2024-10-22
2+
# source categories last updated 2024-10-24
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2024-10-22
2+
# sources last updated 2024-10-24
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET
593 KB
Binary file not shown.
-341 KB
Binary file not shown.

src/connections/functions/insert-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,10 @@ However, if your function aims to enrich event data by fetching additional infor
500500

501501
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.
502502

503+
##### Can I use Insert Functions with Storage destinations?
504+
505+
Insert Functions are only supported by Cloud Mode (server-side) destinations and aren't compatible with Storage destinations.
506+
503507
##### Can I connect an insert function to multiple destinations?
504508

505509
Yes, an insert function can be connected to multiple destinations.

src/engage/faqs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,7 @@ Based on Engage behavior, standard source events such as Page, Track and Identif
151151
## Why can't I connect the audience/computed trait to an existing destination in my workspace?
152152

153153
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.
154+
155+
## How are the "5 most common values" for traits calculated?
156+
157+
The "5 most common values" are the most frequently observed values for a given trait across all users, not tied to any individual user.

src/guides/usage-and-billing/billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ All Segment customers with a US business address may be subject to state and loc
3434

3535
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.
3636

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

3939

4040
## Do I qualify for a tax exemption?

src/unify/Traits/predictions/using-predictions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,7 @@ Yes. Keep the following in mind when you work with Predictions:
126126
- **Predictions will not work as intended if you track more than 5,000 unique events in your workspace.**
127127
- **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.
128128
Nevertheless, once data tracking resumes and there is enough data, the prediction should be recomputed.
129+
130+
#### How is the average calculated?
131+
132+
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.

src/unify/data-graph/setup-guides/databricks-setup.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ Run the following SQL to grant your Service Principal user read-only access to a
6767
GRANT USAGE, SELECT, USE SCHEMA ON CATALOG `${catalog}` TO `${client_id}`;
6868
```
6969

70-
## (Optional) Step 5: Restrict read-only access
71-
72-
### Restrict read-only access to schemas
70+
## (Optional) Step 5: Restrict read-only access to schemas
7371

7472
Restrict access to specific schemas by running the following SQL:
7573

@@ -79,19 +77,6 @@ USE CATALOG `${catalog}`;
7977
GRANT USAGE, SELECT ON SCHEMA `${schema_1}` TO `${client_id}`;
8078
GRANT USAGE, SELECT ON SCHEMA `${schema_2}` TO `${client_id}`;
8179
...
82-
```
83-
### Restrict read-only access to tables
84-
Restrict access to specific tables by running the following SQL:
85-
86-
```sql
87-
GRANT USAGE ON CATALOG `${catalog}` TO `${client_id}`;
88-
USE CATALOG `${catalog}`;
89-
GRANT USAGE ON SCHEMA `${schema_1}` TO `${client_id}`;
90-
USE SCHEMA `${schema_1}`;
91-
GRANT SELECT ON TABLE `${table_1}` TO `${client_id}`;
92-
GRANT SELECT ON TABLE `${table_2}` TO `${client_id}`;
93-
...
94-
9580
```
9681

9782
## Step 6: Validate the permissions of your Service Principal user

src/unify/profile-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ All top-level API resources have support for bulk fetches using "list" API metho
243243
Each API request has an associated request identifier. You can find this value in the response headers, under `Request-Id`.
244244

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

0 commit comments

Comments
 (0)