Skip to content

Commit 8db7367

Browse files
committed
merge master
2 parents 9d4b49a + ea9d868 commit 8db7367

File tree

4 files changed

+200
-4
lines changed

4 files changed

+200
-4
lines changed

src/_data/catalog/destinations.yml

Lines changed: 194 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13046,6 +13046,81 @@ items:
1304613046
Cloud Mode or send track events from one of our server side libraries. Use
1304713047
these fields to map your Segment track event names to Marketo Custom
1304813048
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
1304913124
required: false
1305013125
- name: privateKey
1305113126
type: string
@@ -17041,7 +17116,124 @@ items:
1704117116
description: >-
1704217117
Use these fields to map your Segment event names to Responsys Supplemental
1704317118
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
1704517237
- name: folderName
1704617238
type: string
1704717239
defaultValue: ''
@@ -18319,8 +18511,7 @@ items:
1831918511
- Customer Success
1832018512
- Raw Data
1832118513
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'
1832418515
mark:
1832518516
url: >-
1832618517
https://public-segment-devcenter-production.s3.amazonaws.com/97c63f06-f139-44dc-9524-ba287a1d2900.svg
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: 'Crisp Destination'
3+
hidden: true
4+
--- %}

src/connections/destinations/catalog/wootric-by-inmoment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Wootric by InMoment by InMoment Destination
2+
title: Wootric by InMoment Destination
33
rewrite: true
44
redirect_from: '/connections/destinations/catalog/wootric/'
55
---

src/personas/audiences/account-audiences.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ For example, you may wish to create an audience which selects all admin-level us
100100

101101
## Known limitations of account-level audiences
102102

103+
- Unlike user-level audiences which are [computed in real time](/docs/personas/audiences#realtime-compute-vs-batch), account-level audiences are computed on an hourly, batched basis.
103104
- Account-level audiences do not respect the `context.groupId` property on track calls. If users are associated with multiple accounts (through multiple group calls), the entire collection of a user’s events is considered when evaluating user-level event conditions (not just those events which are tagged with a matching `groupId`). This can lead to unexpected results where a user’s events triggered in the context of one account lead to another account incorrectly matching an account-level audience.
104105
- The identity breakdown report (displayed in the audience builder for user-level audiences) is not available for account-level audiences.
105106

0 commit comments

Comments
 (0)