Skip to content

Commit 1db4981

Browse files
Merge pull request #3244 from segmentio/develop
Release 22.29.1
2 parents b337689 + be4f8c8 commit 1db4981

File tree

119 files changed

+723
-1251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+723
-1251
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Iterable
6161
Javadoc
6262
Javadocs
6363
Javascript
64+
Jebbit
6465
Jivox
6566
Kameleoon
6667
Kissmetrics

src/_data/actions/braze-cloud.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ config:
1212
connection_mode:
1313
- cloud
1414
configurable: true
15-
location:
15+
location:
1616
notes: This setting is renamed API Key, and is available during initial configuration, or on the Settings tab after configuration.
1717
- name: Custom API Endpoint
1818
connection_mode:
1919
- device-web
2020
configurable: false
2121
location:
22-
notes: This setting is not needed in Braze Web Mode (Actions).
22+
notes: This setting is not needed in Braze Web Mode (Actions).
2323
- name: Appboy Datacenter
2424
connection_mode:
2525
- cloud
2626
configurable: false
2727
location: ""
2828
notes: This setting is covered by the REST API Endpoint
2929
- name: Log Purchase when Revenue is present
30-
connection_mode:
30+
connection_mode:
3131
- device-web
3232
configurable: true
3333
location:
@@ -170,7 +170,7 @@ actions:
170170
description: The object that contains properties pertaining to the event.
171171
default: properties
172172
- name: Update Existing Only
173-
description: Set to true to use the Braze API in "Update Only" mode.
173+
description: Set to true to use the Braze API in "Update Only" mode.
174174
default: false
175175
- action: Track Purchase
176176
blurb: Track Purchase sends Braze a Track Purchase call when the destination recieves any event that matches the specified name.
@@ -194,7 +194,7 @@ actions:
194194
description: The object that contains properties pertaining to the event.
195195
default: properties
196196
- name: Update Existing Only
197-
description: Set to true to use the Braze API in "Update Only" mode.
197+
description: Set to true to use the Braze API in "Update Only" mode.
198198
default: false
199199
- action: Update User Profile
200200
blurb: Update User Profile sends to Braze a request to update an existing user's profile attributes when the destination receives an Identify call.
@@ -228,10 +228,10 @@ actions:
228228
default: traits.email
229229
- name: Email Subscribe
230230
description: "The user's email subscription preference. Must be one of: `opted_in`, `unsubscribed`, or `subscribed`"
231-
default:
231+
default:
232232
- name: Email Open Tracking Disabled
233233
description: Set to true to disable adding the open tracking pixel to all future emails sent to this user.
234-
default:
234+
default:
235235
- name: Email Click Tracking Disabled
236236
description: Set to true to disable click tracking for all links within future emails sent to this user.
237237
default:
@@ -266,7 +266,7 @@ actions:
266266
description: "The user's push subscription preference: `opted_in` (explicitly registered to receive push messages), `unsubscribed` (explicitly opted out of push messages), and `subscribed` (neither opted in nor out)."
267267
default:
268268
- name: Push Tokens
269-
description: "An array of objects with app_id and token string. You can optionally provide a `device_id` for the device this token is associated with. For example,`{\"app_id\": App Identifier, \"token\": \"abcd\", \"device_id\": \"optional_field_value\"}. If a device_id is not provided, a random value is generated."
269+
description: "An array of objects with app_id and token string. You can optionally provide a `device_id` for the device this token is associated with. For example,`{\"app_id\": App Identifier, \"token\": \"abcd\", \"device_id\": \"optional_field_value\"}. If a device_id is not provided, a random value is generated."
270270
default:
271271
- name: Time Zone
272272
description: The user's time zone from the IANA Time Zone Database. For example, `America/New_York`.
@@ -278,10 +278,10 @@ actions:
278278
description: A hash of custom attributes sent to Braze.
279279
default: traits
280280
- name: Update Existing Only
281-
description: Set this flag to true to put the API in "Update Only" mode.
281+
description: Set this flag to true to put the API in "Update Only" mode.
282282
default: true
283283
- action: Identify Debounce
284284
blurb: >
285-
When enabled for Javascript sources, this action ensure that only Identify calls where at least one updated trait value are sent to Braze. Events with duplicate traits are not sent.
285+
When enabled for JavaScript sources, this action ensure that only Identify calls where at least one updated trait value are sent to Braze. Events with duplicate traits are not sent.
286286
To use Identify Debounce with mobile sources, include Segment's open-source [Middleware tool](https://github.com/segmentio/segment-braze-mobile-middleware){:target="_blank"}.
287-
fields:
287+
fields:

src/_data/actions/braze-web.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ settings:
55
description: Enable to allow Braze to log activity from crawlers.
66
default: "off"
77
- name: Allow User Supplied Javascript
8-
description: Enable to indicate that you trust the Braze dashboard users to write non-malicious Javascript click actions, set this property to true.
8+
description: Enable to indicate that you trust the Braze dashboard users to write non-malicious JavaScript click actions, set this property to true.
99
default: "off"
1010
- name: API Key (required)
1111
description: Enter the API Key to identify your application to Braze.
12-
default:
12+
default:
1313
- name: App Version
1414
description: Enter the version of the application to which user events will be associated for the purpose of segmentation.
15-
default:
15+
default:
1616
- name: Content Security Nonce
1717
description: "Enter a value that Braze will add to any `script` and `style` elements that the SDK creates."
18-
default:
18+
default:
1919
- name: Disable Push Token Maintenance
20-
description: Enable to allow users who have already granted web push permission will to their push token with the Braze backend automatically on new session to ensure deliverability.
20+
description: Enable to allow users who have already granted web push permission will to their push token with the Braze backend automatically on new session to ensure deliverability.
2121
default: "On"
2222
- name: Do Not Load Font Awesome
2323
description: Enable to prevent Braze from loading FontAwesome 4.7.0 from the FontAwesome CDN.
@@ -30,17 +30,17 @@ settings:
3030
default: "off"
3131
- name: SDK Endpoint (required)
3232
description: Select the SDK Endpoint for your Braze applicaiton.
33-
default:
33+
default:
3434
- name: In-App Message Z Index
3535
description: Enter a z-index value for the Braze In-App Message. By default, the Braze SDK will show In-App Messages with a z-index of 1040 for the screen overlay, 1050 for the actual in-app message, and 1060 for the message's close button.
36-
default:
36+
default:
3737
- name: Localization
3838
description: Enter a ISO 639-1 Language Code to override the user's default browser language.
3939
default: _specified by the user's browser_
4040
- name: Manage Service Worker Externally
4141
description: Enable to prevent Braze from registering and unregistering a service worker of which you control the lifecycle.
4242
default: "off"
43-
- name: Minimum Interval Between Trigger Actions in Seconds
43+
- name: Minimum Interval Between Trigger Actions in Seconds
4444
description: Enter a value to override the default interval between trigger actions.
4545
default: 30
4646
- name: No Cookies
@@ -75,7 +75,7 @@ config:
7575
location: ""
7676
notes: This setting is covered by the SDK Endpoint in Braze Web Mode (Actions) Connection Settings.
7777
- name: Log Purchase when Revenue is present
78-
connection_mode:
78+
connection_mode:
7979
- device-web
8080
configurable: true
8181
location:
@@ -90,7 +90,7 @@ config:
9090
connection_mode:
9191
- device-web
9292
configurable: true
93-
location:
93+
location:
9494
notes: This setting is available in the Braze Web Mode (Actions) Connection Settings.
9595
- name: Braze Web SDK Version
9696
connection_mode:
@@ -123,7 +123,7 @@ config:
123123
connection_mode:
124124
- device-web
125125
configurable: true
126-
location:
126+
location:
127127
notes: Available in the Braze Web Mode (Actions) Connection Settings.
128128
- name: Open In-App Messages in New Tab
129129
connection_mode:
@@ -137,13 +137,13 @@ config:
137137
connection_mode:
138138
- device-web
139139
configurable: true
140-
location:
140+
location:
141141
notes: Create a **Track Event** subscription and update the Event Trigger to specify `Event Type is Page` and `Event Property 'name' exists`. Update the Event Name field for the Track Event action to "Viewed Page {name}". Use the Event Variables selector to select the `name` variable.
142142
- name: Track Only Named Pages
143143
connection_mode:
144144
- device-web
145145
configurable: true
146-
location:
146+
location:
147147
notes: Create a **Track Event** subscription and update the Event Trigger to specify `Event Type is Page` and. Update the Event Name field for the Track Event action to "Viewed Page {name}". Use the Event Variables selector to select the `name` variable.
148148
- category: Other Settings
149149
settings:
@@ -175,7 +175,7 @@ config:
175175
connection_mode:
176176
- device-web
177177
configurable: true
178-
location:
178+
location:
179179
notes: Available in the Braze Web Mode (Actions) Connection Settings.
180180
- name: Service Worker Location
181181
connection_mode:
@@ -187,7 +187,7 @@ config:
187187
connection_mode:
188188
- device-web
189189
configurable: true
190-
location:
190+
location:
191191
notes: Available in the Braze Web Mode (Actions) Connection Settings.
192192
# - name: Update Existing Users Only
193193
# connection_mode:
@@ -218,7 +218,7 @@ actions:
218218
description: The object that contains properties pertaining to the event.
219219
default: properties
220220
- name: Update Existing Only
221-
description: Set to true to use the Braze API in "Update Only" mode.
221+
description: Set to true to use the Braze API in "Update Only" mode.
222222
default: false
223223
- action: Track Purchase
224224
blurb: Track Purchase sends Braze a Track Purchase call when the destination recieves any event named `Order Completed`.
@@ -242,7 +242,7 @@ actions:
242242
description: The object that contains properties pertaining to the event.
243243
default: properties
244244
- name: Update Existing Only
245-
description: Set to true to use the Braze API in "Update Only" mode.
245+
description: Set to true to use the Braze API in "Update Only" mode.
246246
default: false
247247
- action: Update User Profile
248248
blurb: Update User Profile sends to Braze a request to update an existing user's profile attributes when the destination receives an Identify call.
@@ -276,10 +276,10 @@ actions:
276276
default: traits.email
277277
- name: Email Subscribe
278278
description: "The user's email subscription preference. Must be one of: `opted_in`, `unsubscribed`, or `subscribed`"
279-
default:
279+
default:
280280
- name: Email Open Tracking Disabled
281281
description: Set to true to disable adding the open tracking pixel to all future emails sent to this user.
282-
default:
282+
default:
283283
- name: Email Click Tracking Disabled
284284
description: Set to true to disable click tracking for all links within future emails sent to this user.
285285
default:
@@ -314,7 +314,7 @@ actions:
314314
description: "The user's push subscription preference: `opted_in` (explicitly registered to receive push messages), `unsubscribed` (explicitly opted out of push messages), and `subscribed` (neither opted in nor out)."
315315
default:
316316
- name: Push Tokens
317-
description: "An array of objects with app_id and token string. You can optionally provide a `device_id` for the device this token is associated with. For example,`{\"app_id\": App Identifier, \"token\": \"abcd\", \"device_id\": \"optional_field_value\"}. If a device_id is not provided, a random value is generated."
317+
description: "An array of objects with app_id and token string. You can optionally provide a `device_id` for the device this token is associated with. For example,`{\"app_id\": App Identifier, \"token\": \"abcd\", \"device_id\": \"optional_field_value\"}. If a device_id is not provided, a random value is generated."
318318
default:
319319
- name: Time Zone
320320
description: The user's time zone from the IANA Time Zone Database. For example, `America/New_York`.
@@ -326,10 +326,10 @@ actions:
326326
description: A hash of custom attributes sent to Braze.
327327
default: traits
328328
- name: Update Existing Only
329-
description: Set this flag to true to put the API in "Update Only" mode.
329+
description: Set this flag to true to put the API in "Update Only" mode.
330330
default: true
331331
- action: Identify Debounce
332332
blurb: >
333-
When enabled for Javascript sources, this action ensure that only Identify calls where at least one updated trait value are sent to Braze. Events with duplicate traits are not sent.
333+
When enabled for JavaScript sources, this action ensure that only Identify calls where at least one updated trait value are sent to Braze. Events with duplicate traits are not sent.
334334
To use Identify Debounce with mobile sources, include Segment's open-source [Middleware tool](https://github.com/segmentio/segment-braze-mobile-middleware){:target="_blank"}.
335-
fields:
335+
fields:

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 2022-07-15
2+
# destination categories last updated 2022-07-19
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)