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.

0 commit comments

Comments
 (0)