Skip to content

Commit 8ed6f10

Browse files
committed
destination id
1 parent 133c151 commit 8ed6f10

File tree

1 file changed

+163
-1
lines changed

1 file changed

+163
-1
lines changed

src/_data/catalog/destinations_private.yml

Lines changed: 163 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 2023-09-05
2+
# destination data last updated 2023-09-08
33
items:
44
- id: 54521fd725e721e32a72eec6
55
display_name: Intercom
@@ -838,6 +838,168 @@ items:
838838
dynamic: false
839839
allowNull: false
840840
presets: []
841+
- id: 643697130067c2f408ff28ca
842+
display_name: Rokt Audiences (Actions)
843+
name: Rokt Audiences (Actions)
844+
slug: rokt-audiences-actions
845+
previous_names:
846+
- Rokt Audiences (Actions)
847+
url: connections/destinations/catalog/rokt-audiences-actions
848+
website: http://www.segment.com
849+
status: PRIVATE_BETA
850+
logo:
851+
url: https://cdn.filepicker.io/api/file/jrbUXsZDQ708akn3cVyZ
852+
mark:
853+
url: https://cdn.filepicker.io/api/file/jrbUXsZDQ708akn3cVyZ
854+
methods:
855+
track: true
856+
identify: true
857+
group: true
858+
alias: true
859+
screen: false
860+
page: true
861+
platforms:
862+
browser: true
863+
mobile: false
864+
server: true
865+
warehouse: false
866+
components: []
867+
browserUnbundlingSupported: false
868+
browserUnbundlingPublic: false
869+
replay: false
870+
settings:
871+
- name: apiKey
872+
type: password
873+
defaultValue: ''
874+
description: >-
875+
APIKey used for Rokt API authorization before sending custom audiences
876+
data
877+
required: true
878+
label: API Key provided by Rokt integration
879+
actions:
880+
- id: oNpU37CaJbuxq7PqBGEYz4
881+
name: Sync Engage Audience to Rokt
882+
slug: upsertCustomAudiences
883+
description: >-
884+
Add/Remove users from Rokt custom audience list. Both identify() and
885+
track() calls are supported
886+
platform: CLOUD
887+
hidden: false
888+
defaultTrigger: type = "track" or type = "identify"
889+
fields:
890+
- id: hkunPAdr3JHSMDGCW8Hr7P
891+
sortOrder: 0
892+
fieldKey: custom_audience_name
893+
label: Custom Audience Name
894+
type: STRING
895+
description: Name of custom audience list to which emails should added/removed
896+
placeholder: ''
897+
defaultValue:
898+
'@path': $.context.personas.computation_key
899+
required: true
900+
multiple: false
901+
choices: null
902+
dynamic: false
903+
allowNull: false
904+
- id: k8zCN8YH12e6N9EqeTbK3m
905+
sortOrder: 1
906+
fieldKey: segment_computation_action
907+
label: Segment Computation Action
908+
type: STRING
909+
description: >-
910+
Segment computation class used to determine if action is an
911+
'Engage-Audience'
912+
placeholder: ''
913+
defaultValue:
914+
'@path': $.context.personas.computation_class
915+
required: true
916+
multiple: false
917+
choices: null
918+
dynamic: false
919+
allowNull: false
920+
- id: 4rPpCohUqos6N47caU35ct
921+
sortOrder: 2
922+
fieldKey: email
923+
label: Email
924+
type: STRING
925+
description: User's email address for including/excluding from custom audience
926+
placeholder: ''
927+
defaultValue:
928+
'@if':
929+
exists:
930+
'@path': $.context.traits.email
931+
then:
932+
'@path': $.context.traits.email
933+
else:
934+
'@path': $.traits.email
935+
required: true
936+
multiple: false
937+
choices: null
938+
dynamic: false
939+
allowNull: false
940+
- id: ab4jivj6fXuTQ4TM68JERi
941+
sortOrder: 3
942+
fieldKey: traits_or_props
943+
label: traits or properties object
944+
type: OBJECT
945+
description: >-
946+
Object which will be computed differently for track and identify
947+
events
948+
placeholder: ''
949+
defaultValue:
950+
'@if':
951+
exists:
952+
'@path': $.properties
953+
then:
954+
'@path': $.properties
955+
else:
956+
'@path': $.traits
957+
required: true
958+
multiple: false
959+
choices: null
960+
dynamic: false
961+
allowNull: false
962+
- id: vH5iWCWZpV15WjgDFTnCXd
963+
sortOrder: 4
964+
fieldKey: enable_batching
965+
label: enable batching to rokt api
966+
type: BOOLEAN
967+
description: >-
968+
Set as true to ensure Segment infrastructure uses batching when
969+
possible.
970+
placeholder: ''
971+
defaultValue: true
972+
required: false
973+
multiple: false
974+
choices: null
975+
dynamic: false
976+
allowNull: false
977+
presets:
978+
- actionId: oNpU37CaJbuxq7PqBGEYz4
979+
name: Sync Engage Audience to Rokt
980+
fields:
981+
custom_audience_name:
982+
'@path': $.context.personas.computation_key
983+
segment_computation_action:
984+
'@path': $.context.personas.computation_class
985+
email:
986+
'@if':
987+
exists:
988+
'@path': $.context.traits.email
989+
then:
990+
'@path': $.context.traits.email
991+
else:
992+
'@path': $.traits.email
993+
traits_or_props:
994+
'@if':
995+
exists:
996+
'@path': $.properties
997+
then:
998+
'@path': $.properties
999+
else:
1000+
'@path': $.traits
1001+
enable_batching: true
1002+
trigger: type = "track" or type = "identify"
8411003
- id: 643fdf094cfdbcf1bcccbc42
8421004
display_name: Usermaven (Actions)
8431005
name: Usermaven (Actions)

0 commit comments

Comments
 (0)