Skip to content

Commit c95283d

Browse files
Merge pull request #7598 from segmentio/master
Master to develop after hotfix
2 parents 73a302f + 983f8d6 commit c95283d

File tree

9 files changed

+48
-13
lines changed

9 files changed

+48
-13
lines changed

src/_data/catalog/destination_categories.yml

+1-1
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 2025-05-01
2+
# destination categories last updated 2025-05-02
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

+36-1
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 2025-05-01
2+
# destination data last updated 2025-05-02
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow
@@ -19596,6 +19596,41 @@ items:
1959619596
mobile: false
1959719597
server: false
1959819598
settings:
19599+
- name: adStorage
19600+
type: select
19601+
defaultValue: ''
19602+
description: >-
19603+
The default value for ad storage consent state. This is only used if
19604+
**Enable Consent Mode** is on.
19605+
required: false
19606+
label: Ad Storage Consent Default
19607+
- name: adStorageConsentCategory
19608+
type: string
19609+
defaultValue: ''
19610+
description: >-
19611+
[For Segment [Consent
19612+
Management](https://segment.com/docs/privacy/consent-management/) users]
19613+
The consent category to look up for Ad Storage consent value. This is only
19614+
used if **Enable Consent Mode** is on.
19615+
required: false
19616+
label: Ad Storage Consent Category
19617+
- name: adStoragePropertyMapping
19618+
type: string
19619+
defaultValue: ''
19620+
description: >-
19621+
The property to lookup Ad Storage consent state from track or page events.
19622+
Accepted values are **granted** or **denied**. This is only used if
19623+
**Enable Consent Mode** is on.
19624+
required: false
19625+
label: Ad Storage Property Mapping
19626+
- name: enableConsent
19627+
type: boolean
19628+
defaultValue: false
19629+
description: >-
19630+
Set to true to enable Bing Ad's [consent
19631+
mode](https://help.ads.microsoft.com/#apex/ads/en/60119/1-500).
19632+
required: false
19633+
label: Enable Consent Mode
1959919634
- name: tagId
1960019635
type: string
1960119636
defaultValue: ''

src/_data/catalog/destinations_private.yml

+1-1
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 2025-05-01
2+
# destination data last updated 2025-05-02
33
items:
44
- id: 54521fd925e721e32a72eee1
55
display_name: Pardot

src/_data/catalog/source_categories.yml

+1-1
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 2025-05-01
2+
# source categories last updated 2025-05-02
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2025-05-01
2+
# sources last updated 2025-05-02
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET

src/connections/auto-instrumentation/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This guide details how to use signals, and their associated data, generated in o
1010

1111
This guide assumes that you've already added the Signals SDK to your application. If you haven't yet, see the [Auto-Instrumentation Setup](/docs/connections/auto-instrumentation/) guide for initial setup.
1212

13-
> info "Auto-Instrumentation Pilot"
14-
> Auto-Instrumentation is currently in pilot and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
13+
> info "Auto-Instrumentation Private Beta"
14+
> Auto-Instrumentation is currently in Private Beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
1515
1616
> success "Enable Auto-Instrumentation"
1717
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.

src/connections/auto-instrumentation/kotlin-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This guide outlines the steps required to set up the Signals SDK in your Android
77

88
You'll learn how to add Auto-Instrumentation sources, integrate dependencies, and ensure that your setup captures and processes data as intended.
99

10-
> info "Auto-Instrumentation Pilot"
11-
> Auto-Instrumentation is currently in pilot and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
10+
> info "Auto-Instrumentation Private Beta"
11+
> Auto-Instrumentation is currently in Private Beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
1212
1313
> success "Enable Auto-Instrumentation"
1414
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.

src/connections/auto-instrumentation/swift-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This guide outlines the steps required to set up the Signals SDK in your Apple O
77

88
You'll learn how to add Auto-Instrumentation sources, integrate dependencies, and ensure that your setup captures and processes data as intended.
99

10-
> info "Auto-Instrumentation Pilot"
11-
> Auto-Instrumentation is currently in pilot and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
10+
> info "Auto-Instrumentation Private Beta"
11+
> Auto-Instrumentation is currently in Private Beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
1212
1313
> success "Enable Auto-Instrumentation"
1414
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.

src/connections/auto-instrumentation/web-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This guide outlines the steps required to set up the Signals SDK in your JavaScr
77

88
You'll learn how to add Auto-Instrumentation sources, integrate dependencies, and ensure that your setup captures and processes data as intended.
99

10-
> info "Auto-Instrumentation Pilot"
11-
> Auto-Instrumentation is currently in pilot and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
10+
> info "Auto-Instrumentation Private Beta"
11+
> Auto-Instrumentation is currently in Private Beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. Segment is actively iterating on and improving the Auto-Instrumentation user experience.
1212
1313
> success "Enable Auto-Instrumentation"
1414
> To enable Auto-Instrumentation in your Segment workspace, reach out to your dedicated account manager.

0 commit comments

Comments
 (0)