Skip to content

Commit b634afd

Browse files
authored
Merge pull request #7844 from segmentio/develop
Release 25.34.1
2 parents e8514a2 + 0481556 commit b634afd

File tree

36 files changed

+345
-76
lines changed

36 files changed

+345
-76
lines changed

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

src/_data/catalog/destinations.yml

Lines changed: 228 additions & 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 2025-08-14
2+
# destination data last updated 2025-08-21
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow
@@ -94483,6 +94483,233 @@ items:
9448394483
actions: []
9448494484
presets: []
9448594485
partnerOwned: true
94486+
- id: 6863e71f2a1e1ddc4b4612bf
94487+
display_name: Nudge (Actions)
94488+
name: Nudge (Actions)
94489+
slug: actions-nudge
94490+
hidden: true
94491+
endpoints:
94492+
- US
94493+
regions:
94494+
- us-west-2
94495+
- eu-west-1
94496+
url: connections/destinations/catalog/actions-nudge
94497+
previous_names:
94498+
- Nudge (Actions)
94499+
website: https://www.nudgenow.com/
94500+
status: PUBLIC_BETA
94501+
categories:
94502+
- Personalization
94503+
- Marketing Automation
94504+
logo:
94505+
url: https://cdn-devcenter.segment.com/4c55af2e-93cc-4228-acd8-73d19980b392.svg
94506+
mark:
94507+
url: https://cdn-devcenter.segment.com/caa34359-1b3f-43b3-82f2-80a12366dad2.svg
94508+
methods:
94509+
track: true
94510+
identify: true
94511+
group: true
94512+
alias: true
94513+
screen: false
94514+
page: true
94515+
platforms:
94516+
browser: true
94517+
mobile: false
94518+
server: true
94519+
warehouse: false
94520+
cloudAppObject: false
94521+
linkedAudiences: true
94522+
components: []
94523+
browserUnbundlingSupported: false
94524+
browserUnbundlingPublic: false
94525+
replay: false
94526+
connection_modes:
94527+
device:
94528+
web: false
94529+
mobile: false
94530+
server: false
94531+
cloud:
94532+
web: true
94533+
mobile: false
94534+
server: true
94535+
settings:
94536+
- name: apikey
94537+
type: string
94538+
defaultValue: ''
94539+
description: Private Backend API Key
94540+
required: true
94541+
label: API Key
94542+
actions:
94543+
- id: mJriqCZY3rHocE9C1m5NMr
94544+
name: Identify User
94545+
slug: identifyUser
94546+
description: Identify a user in Nudge
94547+
platform: CLOUD
94548+
hidden: false
94549+
defaultTrigger: type = "identify"
94550+
fields:
94551+
- id: qFFMS1suVaCF38hTvWmQTF
94552+
sortOrder: 0
94553+
fieldKey: ext_id
94554+
label: User ID
94555+
type: STRING
94556+
description: The ID of the user performing the action.
94557+
placeholder: ''
94558+
defaultValue:
94559+
'@path': $.userId
94560+
required: true
94561+
multiple: false
94562+
choices: null
94563+
dynamic: false
94564+
allowNull: false
94565+
- id: dYkUr84wgG9csKgsXMrv4V
94566+
sortOrder: 1
94567+
fieldKey: name
94568+
label: User Name
94569+
type: STRING
94570+
description: The name of the user
94571+
placeholder: ''
94572+
defaultValue:
94573+
'@path': $.traits.name
94574+
required: false
94575+
multiple: false
94576+
choices: null
94577+
dynamic: false
94578+
allowNull: false
94579+
- id: 58fjVPXAvQwXQsLhvosBfP
94580+
sortOrder: 2
94581+
fieldKey: phone
94582+
label: Phone Number
94583+
type: STRING
94584+
description: The phone number of the user
94585+
placeholder: ''
94586+
defaultValue:
94587+
'@path': $.traits.phone
94588+
required: false
94589+
multiple: false
94590+
choices: null
94591+
dynamic: false
94592+
allowNull: false
94593+
- id: kzEywV4JWaVyhmmvEdcX1k
94594+
sortOrder: 3
94595+
fieldKey: email
94596+
label: Email
94597+
type: STRING
94598+
description: The email of the user.
94599+
placeholder: ''
94600+
defaultValue:
94601+
'@path': $.traits.email
94602+
required: false
94603+
multiple: false
94604+
choices: null
94605+
dynamic: false
94606+
allowNull: false
94607+
- id: pTC6hsGtTgRq5yieZfxwdA
94608+
sortOrder: 4
94609+
fieldKey: tz
94610+
label: Timezone
94611+
type: STRING
94612+
description: The timezone of the user.
94613+
placeholder: ''
94614+
defaultValue:
94615+
'@path': $.context.timezone
94616+
required: false
94617+
multiple: false
94618+
choices: null
94619+
dynamic: false
94620+
allowNull: false
94621+
- id: pTJnHtz5sVLYLEP9ftBFBq
94622+
sortOrder: 5
94623+
fieldKey: props
94624+
label: Properties
94625+
type: OBJECT
94626+
description: Properties for the user
94627+
placeholder: ''
94628+
defaultValue:
94629+
'@path': $.traits
94630+
required: false
94631+
multiple: false
94632+
choices: null
94633+
dynamic: false
94634+
allowNull: false
94635+
- id: wZWyi9STizgLxN31tSnSM5
94636+
name: Track Event
94637+
slug: trackEvent
94638+
description: Send an event to Nudge
94639+
platform: CLOUD
94640+
hidden: false
94641+
defaultTrigger: type = "track"
94642+
fields:
94643+
- id: xhkZiq7zR4wzxF82nNMiWT
94644+
sortOrder: 0
94645+
fieldKey: name
94646+
label: Event Name
94647+
type: STRING
94648+
description: The name of the action being performed.
94649+
placeholder: ''
94650+
defaultValue:
94651+
'@path': $.event
94652+
required: true
94653+
multiple: false
94654+
choices: null
94655+
dynamic: false
94656+
allowNull: false
94657+
- id: fyFhbuy1AgpM7Z9sX23JRh
94658+
sortOrder: 1
94659+
fieldKey: ext_id
94660+
label: User ID
94661+
type: STRING
94662+
description: The ID of the user performing the action.
94663+
placeholder: ''
94664+
defaultValue:
94665+
'@path': $.userId
94666+
required: true
94667+
multiple: false
94668+
choices: null
94669+
dynamic: false
94670+
allowNull: false
94671+
- id: 3Wf2gDnLRQL1i7voPPH38g
94672+
sortOrder: 2
94673+
fieldKey: occurred_at
94674+
label: Event Timestamp
94675+
type: DATETIME
94676+
description: The time at which the event occurred
94677+
placeholder: ''
94678+
defaultValue:
94679+
'@path': $.timestamp
94680+
required: true
94681+
multiple: false
94682+
choices: null
94683+
dynamic: false
94684+
allowNull: false
94685+
- id: iPZum6WNjuuN69TQbCWmqT
94686+
sortOrder: 3
94687+
fieldKey: props
94688+
label: Properties
94689+
type: OBJECT
94690+
description: Properties of the event
94691+
placeholder: ''
94692+
defaultValue:
94693+
'@path': $.properties
94694+
required: false
94695+
multiple: false
94696+
choices: null
94697+
dynamic: false
94698+
allowNull: false
94699+
- id: 49RXas9Shnz5mZjjFCpksj
94700+
sortOrder: 4
94701+
fieldKey: enable_batching
94702+
label: Enable Batching?
94703+
type: BOOLEAN
94704+
description: When enabled, Segment will send events in batches.
94705+
defaultValue: false
94706+
required: false
94707+
multiple: false
94708+
choices: null
94709+
dynamic: false
94710+
allowNull: false
94711+
presets: []
94712+
partnerOwned: true
9448694713
- id: 54be95b4db31d978f14a7e0f
9448794714
display_name: Nudgespot
9448894715
name: Nudgespot

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 2025-08-14
2+
# destination data last updated 2025-08-21
33
items:
44
- id: 54521fd925e721e32a72eee1
55
display_name: Pardot

src/_data/catalog/slugs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,5 @@ destinations:
329329
override: "actions-ortto"
330330
- original: "aampe-actions"
331331
override: "actions-aampe"
332-
332+
- original: "nudge-actions"
333+
override: "actions-nudge"

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 2025-08-14
2+
# source categories last updated 2025-08-21
33
items:
44
- display_name: A/B testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 2 additions & 2 deletions
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-08-14
2+
# sources last updated 2025-08-21
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET
@@ -2551,7 +2551,7 @@ items:
25512551
url: >-
25522552
https://cdn-devcenter.segment.com/74267292-206c-47a3-927e-f0874c792038.svg
25532553
categories:
2554-
- Email Marketing
2554+
- Marketing Automation
25552555
status: PUBLIC
25562556
partnerOwned: false
25572557
- id: wFC7PGNwGR

src/_data/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sections:
3636
section:
3737
- path: "https://segment.com/jobs/"
3838
title: Careers
39-
- path: "https://segment.com/blog/"
39+
- path: "https://twilio.com/blog/"
4040
title: Blog
4141
- path: "https://segment.com/press/"
4242
title: Press

src/_includes/content/functions-copilot-nutrition-facts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</tr>
8686
<tr class="c4">
8787
<td class="c6" colspan="1" rowspan="1"><p class="c10"><span class="c13">Base Model </span>
88-
<span class="c12 c15 nf-right-align">OpenAI - GPT-4</span></p>
88+
<span class="c12 c15 nf-right-align">Claude Haiku</span></p>
8989
</td>
9090
</tr>
9191
<tr class="c4">

src/_includes/content/mobile-cmodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Segment defaults to using cloud-based [connection mode](/docs/connections/destinations/#connection-modes) ("cloud-mode") for any destination connected to a mobile source, because this can help [decrease the size of your final app package](https://segment.com/blog/mobile-app-size-effect-on-downloads/). When you use cloud-mode, Segment sends messages to the Segment servers, and then translates and forwards that data on to the downstream tools. This way, you only package the Segment mobile library with your app.
1+
Segment defaults to using cloud-based [connection mode](/docs/connections/destinations/#connection-modes) ("cloud-mode") for any destination connected to a mobile source, because this can help decrease the size of your final app package. When you use cloud-mode, Segment sends messages to the Segment servers, and then translates and forwards that data on to the downstream tools. This way, you only package the Segment mobile library with your app.
22

33
However, many destination tools that specifically deal with mobile interactions require that you use a device-based connection mode ("device-mode") so that they can collect information directly on the mobile device. (You can check the full list of destinations and [which connection modes they support](/docs/connections/destinations/cmodes-compare/).)
44

src/_includes/content/suggested-mappings-nutrition-facts.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</tr>
8686
<tr class="c4">
8787
<td class="c6" colspan="1" rowspan="1"><p class="c10"><span class="c13">Base Model </span>
88-
<span class="c12 c15 nf-right-align">OpenAI - GPT-3.5</span></p>
88+
<span class="c12 c15 nf-right-align">Claude Sonnet</span></p>
8989
</td>
9090
</tr>
9191
<tr class="c4">
@@ -141,4 +141,5 @@
141141
</td>
142142
</tr>
143143
</table>
144-
</html>
144+
</html>
145+

0 commit comments

Comments
 (0)