@@ -13046,6 +13046,81 @@ items:
13046
13046
Cloud Mode or send track events from one of our server side libraries. Use
13047
13047
these fields to map your Segment track event names to Marketo Custom
13048
13048
Activities. We'll only send events that you specify.
13049
+ <<<<<<< HEAD
13050
+ =======
13051
+ settings:
13052
+ - name: marketoActivityId
13053
+ display_name: Marketo Custom Activity ID
13054
+ type: STRING
13055
+ deprecated: false
13056
+ required: true
13057
+ string_validators:
13058
+ regexp: '^[0-9]+$'
13059
+ description: Enter the Marketo Custom Activity ID. This must be an Integer.
13060
+ settings: []
13061
+ - name: segmentProperty
13062
+ display_name: Marketo Fields
13063
+ type: MIXED
13064
+ deprecated: false
13065
+ required: false
13066
+ description: Map your Segment properties to the Marketo Activity Fields
13067
+ settings:
13068
+ - name: marketoAttributeType
13069
+ display_name: Marketo Field Type
13070
+ type: SELECT
13071
+ deprecated: false
13072
+ required: true
13073
+ select_validators:
13074
+ select_options:
13075
+ - string
13076
+ - boolean
13077
+ - number
13078
+ - date
13079
+ description: Enter the Marketo Field type.
13080
+ settings: []
13081
+ - name: primaryKey
13082
+ display_name: Set as Primary Key
13083
+ type: BOOLEAN
13084
+ deprecated: false
13085
+ required: false
13086
+ description: Mark this property as the Primary field in Marketo.
13087
+ settings: []
13088
+ - name: segmentProperty
13089
+ display_name: Segment Property Name
13090
+ type: STRING
13091
+ deprecated: false
13092
+ required: true
13093
+ string_validators:
13094
+ regexp: ''
13095
+ description: >-
13096
+ Enter the Segment Property Name. This is case sensitive so make sure
13097
+ the name matches exactly how you are passing it in your .track() call.
13098
+ settings: []
13099
+ - name: marketoAttributeName
13100
+ display_name: Marketo Field Name
13101
+ type: STRING
13102
+ deprecated: false
13103
+ required: true
13104
+ string_validators:
13105
+ regexp: ''
13106
+ description: >-
13107
+ Enter the Marketo Field name. Make sure to copy and paste the exact
13108
+ API Name for your field as it appears in Marketo.
13109
+ settings: []
13110
+ - name: event
13111
+ display_name: Segment Event Name
13112
+ type: STRING
13113
+ deprecated: false
13114
+ required: true
13115
+ string_validators:
13116
+ regexp: ''
13117
+ description: Enter the Segment Event Name.
13118
+ settings: []
13119
+ - name: traits
13120
+ display_name: Marketo Custom Fields
13121
+ type: MIXED
13122
+ deprecated: false
13123
+ >>>>>>> master
13049
13124
required: false
13050
13125
- name: privateKey
13051
13126
type: string
@@ -17041,7 +17116,124 @@ items:
17041
17116
description: >-
17042
17117
Use these fields to map your Segment event names to Responsys Supplemental
17043
17118
Tables. We'll only send events and properties that you specify.
17044
- required: false
17119
+ <<<<<<< HEAD
17120
+ required: false
17121
+ =======
17122
+ settings:
17123
+ - name: columns
17124
+ display_name: Columns
17125
+ type: MIXED
17126
+ deprecated: false
17127
+ required: false
17128
+ description: Map your Segment properties to Responsys Columns
17129
+ settings:
17130
+ - name: fieldName
17131
+ display_name: Responsys Column Name
17132
+ type: STRING
17133
+ deprecated: false
17134
+ required: true
17135
+ string_validators:
17136
+ regexp: ''
17137
+ description: Enter the Responsys column name.
17138
+ settings: []
17139
+ - name: fieldType
17140
+ display_name: Responsys Column Type
17141
+ type: SELECT
17142
+ deprecated: false
17143
+ required: true
17144
+ select_validators:
17145
+ select_options:
17146
+ - CHAR
17147
+ - STR25
17148
+ - STR100
17149
+ - STR500
17150
+ - STR4000
17151
+ - Number
17152
+ - INTEGER
17153
+ - TIMESTAMP
17154
+ description: Enter the Responsys column type.
17155
+ settings: []
17156
+ - name: primaryKey
17157
+ display_name: Set as Primary Key
17158
+ type: BOOLEAN
17159
+ deprecated: false
17160
+ required: false
17161
+ description: Mark this property as a Primary Key in Responsys.
17162
+ settings: []
17163
+ - name: columns
17164
+ display_name: Segment Property Name
17165
+ type: STRING
17166
+ deprecated: false
17167
+ required: true
17168
+ string_validators:
17169
+ regexp: ''
17170
+ description: Enter the Segment Property Name.
17171
+ settings: []
17172
+ - name: mapEmail
17173
+ display_name: Map Email
17174
+ type: BOOLEAN
17175
+ deprecated: false
17176
+ required: false
17177
+ description: >-
17178
+ Check this box if you want to automatically create and or map Segment's
17179
+ `email` property (in `context.traits.email` or `properties.email`) as a
17180
+ column in Responsys. Highly **recommended** if you are calling
17181
+ `.identify()` with an `email` trait for anonymous users without
17182
+ `userId`s.
17183
+ settings: []
17184
+ - name: mapUserId
17185
+ display_name: Map Segment UserId
17186
+ type: BOOLEAN
17187
+ deprecated: false
17188
+ required: false
17189
+ description: >-
17190
+ Check this box if you want to automatically create and or map Segment's
17191
+ `userId` field as a column in Responsys. Highly **recommended** if you
17192
+ want to connect records in your Profile Lists/Extension Tables with
17193
+ records in this Supplemental Table.
17194
+ settings: []
17195
+ - name: folderName
17196
+ display_name: Responsys Folder Name
17197
+ type: STRING
17198
+ deprecated: false
17199
+ required: true
17200
+ string_validators:
17201
+ regexp: ''
17202
+ description: >-
17203
+ Optional. Enter a Responsys Folder Name where this Supplemental exists
17204
+ or where you'd like one to be created. If this input is left blank, we
17205
+ will fallback on the default Folder Name you've provided at the top
17206
+ level settings.
17207
+ settings: []
17208
+ - name: suppName
17209
+ display_name: Responsys Supplemental Table Name
17210
+ type: STRING
17211
+ deprecated: false
17212
+ required: true
17213
+ string_validators:
17214
+ regexp: ''
17215
+ description: Enter a Responsys Supplemental Table Name.
17216
+ settings: []
17217
+ - name: event
17218
+ display_name: Segment Event Name
17219
+ type: STRING
17220
+ deprecated: false
17221
+ required: true
17222
+ string_validators:
17223
+ regexp: ''
17224
+ description: Enter the Segment Event Name.
17225
+ settings: []
17226
+ - name: useSegmentMsgId
17227
+ display_name: Use Segment Message ID
17228
+ type: BOOLEAN
17229
+ deprecated: false
17230
+ required: false
17231
+ description: >-
17232
+ Use Segment's `messageId` as one of the four Primary Keys to easily
17233
+ ensure that you do not overwrite historical records in your Supplemental
17234
+ Tables.
17235
+ settings: []
17236
+ >>>>>>> master
17045
17237
- name: folderName
17046
17238
type: string
17047
17239
defaultValue: ''
@@ -18319,8 +18511,7 @@ items:
18319
18511
- Customer Success
18320
18512
- Raw Data
18321
18513
logo:
18322
- url: >-
18323
- https://public-segment-devcenter-production.s3.amazonaws.com/aa62411e-8a50-467b-9b76-edb083819144.svg
18514
+ url: 'https://cdn.filepicker.io/api/file/MLWgTbepQSGONWcv6NFu'
18324
18515
mark:
18325
18516
url: >-
18326
18517
https://public-segment-devcenter-production.s3.amazonaws.com/97c63f06-f139-44dc-9524-ba287a1d2900.svg
0 commit comments