Skip to content

Commit f98b89b

Browse files
author
markzegarelli
committed
Catalog Update
1 parent 00c2863 commit f98b89b

File tree

5 files changed

+787
-34
lines changed

5 files changed

+787
-34
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 2022-10-27
2+
# destination categories last updated 2022-11-08
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 66 additions & 30 deletions
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 2022-10-27
2+
# destination data last updated 2022-11-08
33
items:
44
- id: 60b5d0a01f3726b85dc05aab
55
display_name: 2mee
@@ -630,8 +630,8 @@ items:
630630
type: boolean
631631
defaultValue: false
632632
description: >-
633-
If this setting is enable, we will add `context.app.build`, if present, to
634-
Adobe's AppID, as `<name> <version> (<build>)`.
633+
If this setting is enabled, we will add `context.app.build`, if present,
634+
to Adobe's AppID, as `<name> <version> (<build>)`.
635635
required: true
636636
label: Add application build to Adobe's App ID
637637
- name: collectHighEntropyUserAgentHints
@@ -8872,7 +8872,7 @@ items:
88728872
description: >-
88738873
Allow Braze to log activity from crawlers. [See more
88748874
details](https://js.appboycdn.com/web-sdk/latest/doc/modules/appboy.html#initializationoptions)
8875-
required: true
8875+
required: false
88768876
label: Allow Crawler Activity
88778877
- name: allowUserSuppliedJavascript
88788878
type: boolean
@@ -8883,7 +8883,7 @@ items:
88838883
enableHtmlInAppMessages is true, this option will also be set to true.
88848884
[See more
88858885
details](https://js.appboycdn.com/web-sdk/latest/doc/modules/appboy.html#initializationoptions)
8886-
required: true
8886+
required: false
88878887
label: Allow User Supplied Javascript
88888888
- name: api_key
88898889
type: string
@@ -8898,7 +8898,7 @@ items:
88988898
Version to which user events sent to Braze will be associated with. [See
88998899
more
89008900
details](https://js.appboycdn.com/web-sdk/latest/doc/modules/appboy.html#initializationoptions)
8901-
required: true
8901+
required: false
89028902
label: App Version
89038903
- name: automaticallyDisplayMessages
89048904
type: boolean
@@ -8908,7 +8908,7 @@ items:
89088908
automatically delivered to the user. If you'd like to register your own
89098909
display subscribers or send soft push notifications to your users, make
89108910
sure to disable this option.
8911-
required: true
8911+
required: false
89128912
label: Automatically Send In-App Messages
89138913
- name: contentSecurityNonce
89148914
type: string
@@ -8917,7 +8917,7 @@ items:
89178917
Allows Braze to add the nonce to any <script> and <style> elements created
89188918
by the SDK. [See more
89198919
details](https://js.appboycdn.com/web-sdk/latest/doc/modules/appboy.html#initializationoptions)
8920-
required: true
8920+
required: false
89218921
label: Content Security nonce
89228922
- name: devicePropertyAllowlist
89238923
type: array
@@ -8927,7 +8927,7 @@ items:
89278927
properties in DeviceProperties. To override this behavior, provide an
89288928
array of DeviceProperties. [See more
89298929
details](https://js.appboycdn.com/web-sdk/latest/doc/modules/appboy.html#initializationoptions)
8930-
required: true
8930+
required: false
89318931
label: Device Property Allow List
89328932
- name: disablePushTokenMaintenance
89338933
type: boolean
@@ -8936,27 +8936,27 @@ items:
89368936
By default, users who have already granted web push permission will sync
89378937
their push token with the Braze backend automatically on new session to
89388938
ensure deliverability. To disable this behavior, set this option to true
8939-
required: true
8939+
required: false
89408940
label: Disable Push Token Maintenance
89418941
- name: doNotLoadFontAwesome
89428942
type: boolean
89438943
defaultValue: false
89448944
description: >-
89458945
Braze automatically loads FontAwesome 4.7.0 from the FontAwesome CDN. To
89468946
disable this behavior set this option to true.
8947-
required: true
8947+
required: false
89488948
label: Do Not Load Font Awesome
89498949
- name: enableLogging
89508950
type: boolean
89518951
defaultValue: false
89528952
description: Set to true to enable logging by default
8953-
required: true
8953+
required: false
89548954
label: Enable Logging
89558955
- name: enableSdkAuthentication
89568956
type: boolean
89578957
defaultValue: false
89588958
description: Set to true to enable the SDK Authentication feature.
8959-
required: true
8959+
required: false
89608960
label: Enable SDK Authentication
89618961
- name: endpoint
89628962
type: select
@@ -8974,7 +8974,7 @@ items:
89748974
for the screen overlay, 1050 for the actual in-app message, and 1060 for
89758975
the message's close button. Provide a value for this option to override
89768976
these default z-indexes.
8977-
required: true
8977+
required: false
89788978
label: In-App Message Z Index
89798979
- name: localization
89808980
type: string
@@ -8984,7 +8984,7 @@ items:
89848984
the user's browser language. Provide a value for this option to override
89858985
that behavior and force a specific language. The value for this option
89868986
should be a ISO 639-1 Language Code.
8987-
required: true
8987+
required: false
89888988
label: Localization
89898989
- name: manageServiceWorkerExternally
89908990
type: boolean
@@ -8994,7 +8994,7 @@ items:
89948994
lifecycle of, set this option to true and the Braze SDK will not register
89958995
or unregister a service worker. [See more
89968996
details](https://js.appboycdn.com/web-sdk/latest/doc/modules/appboy.html#initializationoptions)
8997-
required: true
8997+
required: false
89988998
label: Manage Service Worker Externally
89998999
- name: minimumIntervalBetweenTriggerActionsInSeconds
90009000
type: number
@@ -9003,7 +9003,7 @@ items:
90039003
Provide a value to override the default interval between trigger actions
90049004
with a value of your own. [See more
90059005
details](https://js.appboycdn.com/web-sdk/latest/doc/modules/appboy.html#initializationoptions)
9006-
required: true
9006+
required: false
90079007
label: Minimum Interval Between Trigger Actions in Seconds
90089008
- name: noCookies
90099009
type: boolean
@@ -9014,15 +9014,15 @@ items:
90149014
storage and rely entirely on HTML 5 localStorage to identify users and
90159015
sessions. [See more
90169016
details](https://js.appboycdn.com/web-sdk/latest/doc/modules/appboy.html#initializationoptions)
9017-
required: true
9017+
required: false
90189018
label: No Cookies
90199019
- name: openCardsInNewTab
90209020
type: boolean
90219021
defaultValue: false
90229022
description: >-
90239023
By default, links from Card objects load in the current tab or window. Set
90249024
this option to true to make links from cards open in a new tab or window.
9025-
required: true
9025+
required: false
90269026
label: Open Cards In New Tab
90279027
- name: openInAppMessagesInNewTab
90289028
type: boolean
@@ -9032,7 +9032,7 @@ items:
90329032
new tab as specified in the dashboard on a message-by-message basis. Set
90339033
this option to true to force all links from in-app message clicks open in
90349034
a new tab or window.
9035-
required: true
9035+
required: false
90369036
label: Open In-App Messages In New Tab
90379037
- name: requireExplicitInAppMessageDismissal
90389038
type: boolean
@@ -9042,7 +9042,7 @@ items:
90429042
or a click on the greyed-out background of the page will dismiss the
90439043
message. Set this option to true to prevent this behavior and require an
90449044
explicit button click to dismiss messages.
9045-
required: true
9045+
required: false
90469046
label: Require Explicit In-App Message Dismissal
90479047
- name: safariWebsitePushId
90489048
type: string
@@ -9051,7 +9051,7 @@ items:
90519051
If you support Safari push, you must specify this option with the website
90529052
push ID that you provided to Apple when creating your Safari push
90539053
certificate (starts with "web", e.g. "web.com.example.domain").
9054-
required: true
9054+
required: false
90559055
label: Safari Website Push ID
90569056
- name: sdkVersion
90579057
type: select
@@ -9073,7 +9073,7 @@ items:
90739073
,worker file is located within the /mycustompath/ directory,
90749074
appboy.registerAppboyPushMessages MAY ONLY BE CALLED from web pages that
90759075
start with http://yoursite.com/mycustompath/.
9076-
required: true
9076+
required: false
90779077
label: Service Worker Location
90789078
- name: sessionTimeoutInSeconds
90799079
type: number
@@ -9082,7 +9082,7 @@ items:
90829082
By default, sessions time out after 30 minutes of inactivity. Provide a
90839083
value for this configuration option to override that default with a value
90849084
of your own.
9085-
required: true
9085+
required: false
90869086
label: Session Timeout in Seconds
90879087
actions:
90889088
- id: eAkHUMUhynA8wGbVdp7otr
@@ -10721,7 +10721,7 @@ items:
1072110721
logo:
1072210722
url: https://cdn.filepicker.io/api/file/lrTbhI5mRbmM9Ax0hyDx
1072310723
mark:
10724-
url: https://cdn.filepicker.io/api/file/7B58uDCOTwGBRTFbcDek
10724+
url: https://cdn.filepicker.io/api/file/c6dXBVkSeix8Mw5HnQYQ
1072510725
methods:
1072610726
track: true
1072710727
identify: true
@@ -30852,10 +30852,10 @@ items:
3085230852
https://public-segment-devcenter-production.s3.amazonaws.com/32654599-9a5a-41b7-a0a3-d5700cc4a6c9.svg
3085330853
methods:
3085430854
track: true
30855-
identify: true
30856-
group: true
30857-
alias: true
30858-
page: true
30855+
identify: false
30856+
group: false
30857+
alias: false
30858+
page: false
3085930859
platforms:
3086030860
browser: true
3086130861
mobile: true
@@ -52083,6 +52083,18 @@ items:
5208352083
description: 'Voucherify API Version, default: latest'
5208452084
required: true
5208552085
label: API Version
52086+
- name: groupDisabled
52087+
type: boolean
52088+
defaultValue: false
52089+
description: 'Check if page event should not trigger CustomEvent sync default: false'
52090+
required: true
52091+
label: Group Disabled
52092+
- name: groupMapping
52093+
type: text-map
52094+
defaultValue: {}
52095+
description: 'Identify event object mapping. default: { traits: customer }'
52096+
required: true
52097+
label: Group Mapping
5208652098
- name: identifyDisabled
5208752099
type: boolean
5208852100
defaultValue: false
@@ -52103,6 +52115,30 @@ items:
5210352115
description: 'Check if want to filter events with anonymousId. default: false'
5210452116
required: true
5210552117
label: Ignore Anonymous
52118+
- name: pageDisabled
52119+
type: boolean
52120+
defaultValue: false
52121+
description: 'Check if page event should not trigger CustomEvent sync default: false'
52122+
required: true
52123+
label: Page Disabled
52124+
- name: pageTracking
52125+
type: text-map
52126+
defaultValue: {}
52127+
description: 'Track event object mapping. default: { properties: customer }'
52128+
required: true
52129+
label: Page Mapping
52130+
- name: screenDisabled
52131+
type: boolean
52132+
defaultValue: false
52133+
description: 'Check if page event should not trigger CustomEvent sync default: false'
52134+
required: true
52135+
label: Screen Disabled
52136+
- name: screenMapping
52137+
type: text-map
52138+
defaultValue: {}
52139+
description: 'Identify event object mapping. default: { properties: customer }'
52140+
required: true
52141+
label: Screen Mapping
5210652142
- name: trackDisabled
5210752143
type: boolean
5210852144
defaultValue: false
@@ -52120,7 +52156,7 @@ items:
5212052156
- name: trackMapping
5212152157
type: text-map
5212252158
defaultValue: {}
52123-
description: 'Tack event object mapping. default: { properties: customer }'
52159+
description: 'Track event object mapping. default: { properties: customer }'
5212452160
required: true
5212552161
label: Track Mapping
5212652162
- name: trackOnlyExistingCustomers

0 commit comments

Comments
 (0)