@@ -15058,6 +15058,24 @@ items:
15058
15058
required: false
15059
15059
description: Map your Segment properties to the Marketo Activity Fields
15060
15060
settings:
15061
+ - name: primaryKey
15062
+ display_name: Set as Primary Key
15063
+ type: BOOLEAN
15064
+ deprecated: false
15065
+ required: false
15066
+ description: Mark this property as the Primary field in Marketo.
15067
+ settings: []
15068
+ - name: segmentProperty
15069
+ display_name: Segment Property Name
15070
+ type: STRING
15071
+ deprecated: false
15072
+ required: true
15073
+ string_validators:
15074
+ regexp: ''
15075
+ description: >-
15076
+ Enter the Segment Property Name. This is case sensitive so make sure
15077
+ the name matches exactly how you are passing it in your .track() call.
15078
+ settings: []
15061
15079
- name: marketoAttributeName
15062
15080
display_name: Marketo Field Name
15063
15081
type: STRING
@@ -15082,24 +15100,6 @@ items:
15082
15100
- date
15083
15101
description: Enter the Marketo Field type.
15084
15102
settings: []
15085
- - name: primaryKey
15086
- display_name: Set as Primary Key
15087
- type: BOOLEAN
15088
- deprecated: false
15089
- required: false
15090
- description: Mark this property as the Primary field in Marketo.
15091
- settings: []
15092
- - name: segmentProperty
15093
- display_name: Segment Property Name
15094
- type: STRING
15095
- deprecated: false
15096
- required: true
15097
- string_validators:
15098
- regexp: ''
15099
- description: >-
15100
- Enter the Segment Property Name. This is case sensitive so make sure
15101
- the name matches exactly how you are passing it in your .track() call.
15102
- settings: []
15103
15103
- name: event
15104
15104
display_name: Segment Event Name
15105
15105
type: STRING
@@ -17206,7 +17206,7 @@ items:
17206
17206
url: >-
17207
17207
https://public-segment-devcenter-production.s3.amazonaws.com/d180bde1-ed0e-4155-95c4-e8013e6bda4e.svg
17208
17208
categories:
17209
- - A/B Testing
17209
+ - SMS & Push Notifications
17210
17210
- Email Marketing
17211
17211
- Marketing Automation
17212
17212
- Personalization
@@ -19760,13 +19760,6 @@ items:
19760
19760
required: false
19761
19761
description: Map your Segment properties to Responsys Columns
19762
19762
settings:
19763
- - name: primaryKey
19764
- display_name: Set as Primary Key
19765
- type: BOOLEAN
19766
- deprecated: false
19767
- required: false
19768
- description: Mark this property as a Primary Key in Responsys.
19769
- settings: []
19770
19763
- name: columns
19771
19764
display_name: Segment Property Name
19772
19765
type: STRING
@@ -19802,6 +19795,13 @@ items:
19802
19795
- TIMESTAMP
19803
19796
description: Enter the Responsys column type.
19804
19797
settings: []
19798
+ - name: primaryKey
19799
+ display_name: Set as Primary Key
19800
+ type: BOOLEAN
19801
+ deprecated: false
19802
+ required: false
19803
+ description: Mark this property as a Primary Key in Responsys.
19804
+ settings: []
19805
19805
- name: mapEmail
19806
19806
display_name: Map Email
19807
19807
type: BOOLEAN
0 commit comments