Skip to content

Commit 76366e9

Browse files
authored
Merge branch 'master' into DOC-212
2 parents 48fada6 + ee4c45a commit 76366e9

File tree

38 files changed

+377
-171
lines changed

38 files changed

+377
-171
lines changed

.vale.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Vocab = Docs
44

55
[*.md]
66
BasedOnStyles = write-good, segment
7+
TokenIgnores = ({% .* %})

scripts/ignore.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ log=$(env -i git log -1 --pretty=%B)
66
# run a series of checks for common reasons that we shouldn't preview build.
77
# if no checks match, exit with code 1 to run the build
88

9+
# Force a build
10+
if echo $log | grep -1 'netlify\-build'; then
11+
echo "Force build becuase Netlify is a benevolent overseer"
12+
exit 1
13+
914
# ignore for simple typo fixes
10-
if echo "$log" | grep -q 'typo'; then
15+
elif echo "$log" | grep -q 'typo'; then
1116
echo "Build ignored because 'typo' is in the commit message."
1217
exit
1318
# ignore link / url updates
@@ -23,7 +28,7 @@ elif echo "$log" | grep -q 'dependabot'; then
2328
echo "Ignoring dependabot update"
2429
exit
2530
# ignore when master is merged into a branch
26-
elif echo "$log" | grep -q 'Merge branch \SMaster\S'; then
31+
elif echo "$log" | grep -q 'Merge branch \Smaster\S'; then
2732
echo "Build ignored because it's only an update from the main branch."
2833
exit
2934
else

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 PLATFORM API. DO NOT EDIT
2-
# destination categories last updated 2021-06-01
2+
# destination categories last updated 2021-06-16
33
items:
44
- display_name: Email Marketing
55
slug: email-marketing

src/_data/catalog/destinations.yml

Lines changed: 106 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# destination data last updated 2021-06-04
2+
# destination data last updated 2021-06-16
33
items:
44
- display_name: ActiveCampaign
55
slug: activecampaign
@@ -6234,6 +6234,17 @@ items:
62346234
required: false
62356235
description: 'If true, timestamps are converted to Unix Time.'
62366236
settings: []
6237+
- name: datacenter
6238+
display_name: Customer.io Datacenter
6239+
type: SELECT
6240+
deprecated: false
6241+
required: false
6242+
select_validators:
6243+
select_options:
6244+
- us
6245+
- eu
6246+
description: Choose your Customer.io gateway for data residency.
6247+
settings: []
62376248
- name: siteId
62386249
display_name: Site ID
62396250
type: STRING
@@ -6578,7 +6589,7 @@ items:
65786589
email preference centers. Digioh makes it easy with a drag and drop builder
65796590
and built-in integrations to Segment and 100s of email marketing systems
65806591
hidden: false
6581-
status: PUBLIC_BETA
6592+
status: PUBLIC
65826593
previous_names:
65836594
- Digioh
65846595
logo:
@@ -10088,8 +10099,9 @@ items:
1008810099
string_validators:
1008910100
regexp: ''
1009010101
description: >-
10091-
If you want to map all your default `.page()` calls that do not explicitly
10092-
pass in a `name` to a conversion event, you can enter it here.
10102+
If you want to map all your default .page() calls that do not explicitly
10103+
pass in a name to a conversion event, you can enter the Adwords Conversion
10104+
ID here.
1009310105
settings: []
1009410106
- name: disableAdPersonalization
1009510107
display_name: Disable Ad Personalization
@@ -12507,6 +12519,60 @@ items:
1250712519
required: false
1250812520
description: Send an event for every page or screen with a name.
1250912521
settings: []
12522+
- display_name: June
12523+
slug: june
12524+
name: catalog/destinations/june
12525+
url: connections/destinations/catalog/june
12526+
description: >-
12527+
June is instant product analytics. We automatically generate graphs for the
12528+
metrics you should track.
12529+
hidden: false
12530+
status: PUBLIC_BETA
12531+
previous_names:
12532+
- June
12533+
logo:
12534+
url: >-
12535+
https://public-segment-devcenter-production.s3.amazonaws.com/564bf917-044c-4810-aa9e-973b16515151.svg
12536+
mark:
12537+
url: >-
12538+
https://public-segment-devcenter-production.s3.amazonaws.com/f30208e6-a3c3-43b9-8577-7e18fd6261bd.svg
12539+
categories:
12540+
- Analytics
12541+
methods:
12542+
alias: false
12543+
group: true
12544+
identify: true
12545+
page_view: true
12546+
track: true
12547+
components: []
12548+
platforms:
12549+
browser: true
12550+
server: true
12551+
mobile: true
12552+
browserUnbundlingSupported: false
12553+
browserUnbundlingPublic: false
12554+
connection_modes:
12555+
device:
12556+
web: false
12557+
mobile: false
12558+
server: false
12559+
cloud:
12560+
web: false
12561+
mobile: false
12562+
server: false
12563+
summary: No connection mode information available.
12564+
cmode_type: none
12565+
case: '0'
12566+
settings:
12567+
- name: apiKey
12568+
display_name: API Key
12569+
type: STRING
12570+
deprecated: false
12571+
required: true
12572+
string_validators:
12573+
regexp: '^.{8,}$'
12574+
description: You can find your API key in the Settings page
12575+
settings: []
1251012576
- display_name: KISSmetrics
1251112577
slug: kissmetrics
1251212578
name: catalog/destinations/kissmetrics
@@ -12980,8 +13046,8 @@ items:
1298013046
categories:
1298113047
- Email Marketing
1298213048
methods:
12983-
alias: true
12984-
group: true
13049+
alias: false
13050+
group: false
1298513051
identify: true
1298613052
page_view: true
1298713053
track: true
@@ -13035,13 +13101,17 @@ items:
1303513101
deprecated: false
1303613102
required: false
1303713103
description: >-
13038-
If this option is enabled, we will never set $id field to your `userId`
13039-
when you call `.identify()` or `.track()`. Instead, we will only set a
13040-
custom attribute `id` and only set $email as the primary identifier with
13041-
your `traits.email` or `properties.email`. You should be careful when
13042-
enabling this option and understand its full implications. This should
13043-
only be enabled if you are experiencing an issue with duplicate profiles
13044-
being created inside Klaviyo.
13104+
This option is enabled by default to ensure duplicate profiles are not
13105+
being created inside of Klaviyo. When enabled, we will never set $id field
13106+
to your `userId` when you call `.identify()` or `.track()`. Instead, we
13107+
will only set a custom attribute `id` and only set $email as the primary
13108+
identifier with your `traits.email` or `properties.email`.
13109+
13110+
13111+
Klaviyo will not record events/profiles if there isn’t an email address
13112+
associated with that customer.
13113+
13114+
Impact is fewer events/profiles recorded in Klaviyo as a result.
1304513115
settings: []
1304613116
- name: privateKey
1304713117
display_name: Enter your Private Key
@@ -14543,6 +14613,13 @@ items:
1454314613
required: false
1454414614
description: Map your Segment properties to the Marketo Activity Fields
1454514615
settings:
14616+
- name: primaryKey
14617+
display_name: Set as Primary Key
14618+
type: BOOLEAN
14619+
deprecated: false
14620+
required: false
14621+
description: Mark this property as the Primary field in Marketo.
14622+
settings: []
1454614623
- name: segmentProperty
1454714624
display_name: Segment Property Name
1454814625
type: STRING
@@ -14578,13 +14655,6 @@ items:
1457814655
- date
1457914656
description: Enter the Marketo Field type.
1458014657
settings: []
14581-
- name: primaryKey
14582-
display_name: Set as Primary Key
14583-
type: BOOLEAN
14584-
deprecated: false
14585-
required: false
14586-
description: Mark this property as the Primary field in Marketo.
14587-
settings: []
1458814658
- name: event
1458914659
display_name: Segment Event Name
1459014660
type: STRING
@@ -16733,7 +16803,9 @@ items:
1673316803
slug: optimizely-full-stack
1673416804
name: catalog/destinations/optimizelyx
1673516805
url: connections/destinations/catalog/optimizely-full-stack
16736-
description: ''
16806+
description: >-
16807+
Optimizely Full Stack is a powerful A/B testing and feature flag tool for
16808+
product teams. Segment will pass events and traits to Optimizely Full Stack.
1673716809
hidden: false
1673816810
status: PUBLIC_BETA
1673916811
previous_names:
@@ -16898,7 +16970,9 @@ items:
1689816970
required: false
1689916971
description: >-
1690016972
Enable this if you want the server side integration to use Optimizely User
16901-
ID instead of User ID or anonymous ID in your calls
16973+
ID instead of User ID or anonymous ID in your calls. You can include
16974+
Optimizely User ID in your calls via `integrations.['Optimizely Full
16975+
Stack'].optimizelyUserId`.
1690216976
settings: []
1690316977
- name: useUserId
1690416978
display_name: Use User ID
@@ -19130,6 +19204,15 @@ items:
1913019204
required: false
1913119205
description: Map your Segment properties to Responsys Columns
1913219206
settings:
19207+
- name: columns
19208+
display_name: Segment Property Name
19209+
type: STRING
19210+
deprecated: false
19211+
required: true
19212+
string_validators:
19213+
regexp: ''
19214+
description: Enter the Segment Property Name.
19215+
settings: []
1913319216
- name: fieldName
1913419217
display_name: Responsys Column Name
1913519218
type: STRING
@@ -19163,15 +19246,6 @@ items:
1916319246
required: false
1916419247
description: Mark this property as a Primary Key in Responsys.
1916519248
settings: []
19166-
- name: columns
19167-
display_name: Segment Property Name
19168-
type: STRING
19169-
deprecated: false
19170-
required: true
19171-
string_validators:
19172-
regexp: ''
19173-
description: Enter the Segment Property Name.
19174-
settings: []
1917519249
- name: mapEmail
1917619250
display_name: Map Email
1917719251
type: BOOLEAN
@@ -21797,7 +21871,7 @@ items:
2179721871
url: connections/destinations/catalog/smartlook
2179821872
description: Qualitative analytics for websites
2179921873
hidden: false
21800-
status: PUBLIC_BETA
21874+
status: PUBLIC
2180121875
previous_names:
2180221876
- Smartlook
2180321877
logo:

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# source cateogries last updated 2021-06-01
2+
# source cateogries last updated 2021-06-16
33
items:
44
- display_name: Server
55
slug: server

src/_data/catalog/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# sources last updated 2021-06-01
2+
# sources last updated 2021-06-16
33
items:
44
- display_name: .NET
55
slug: net

src/_data/products.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,17 @@ items:
100100
add-on: false
101101
- product_display_name: Destination Actions
102102
slug: dest-actions
103-
plan-note: "Destination Actions are currently available for Free and Team plans. Actions will be available for Business plan users soon."
103+
plan-note: "Destination Actions are available for all Segment plans."
104104
plans:
105105
free: true
106106
team: true
107-
business: false
107+
business: true
108108
add-on: false
109+
- product_display_name: Journeys
110+
slug: journeys
111+
plan-note: "Journeys is available to Personas Advanced customers"
112+
plans:
113+
free: false
114+
team: false
115+
business: true
116+
add-on: true

src/_data/sidenav/main.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -266,21 +266,21 @@ sections:
266266
title: Overview
267267
- path: /personas/audiences/account-audiences
268268
title: Account-level Audiences
269-
# - section_title: Journeys
270-
# slug: /personas/journeys
271-
# section:
272-
# - path: /personas/journeys
273-
# title: Journeys Overview
274-
# - path: /personas/journeys/build-journey
275-
# title: Build a Journey
276-
# - path: /personas/journeys/send-data
277-
# title: Send Data to Destinations
278-
# - path: /personas/journeys/faq-best-practices
279-
# title: Journeys Best Practices and FAQ
280-
# - path: /personas/journeys/use-cases
281-
# title: Example Journeys Use Cases
282-
# - path: /personas/journeys/key-terms
283-
# title: Journeys Glossary
269+
- section_title: Journeys
270+
slug: /personas/journeys
271+
section:
272+
- path: /personas/journeys
273+
title: Journeys Overview
274+
- path: /personas/journeys/build-journey
275+
title: Build a Journey
276+
- path: /personas/journeys/send-data
277+
title: Send Data to Destinations
278+
- path: /personas/journeys/faq-best-practices
279+
title: Journeys Best Practices and FAQ
280+
- path: /personas/journeys/use-cases
281+
title: Example Journeys Use Cases
282+
- path: /personas/journeys/key-terms
283+
title: Journeys Glossary
284284
- path: /personas/using-personas-data
285285
title: Using Personas data
286286
- path: /personas/warehouses

src/connections/destinations/actions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Destination Actions
33
hidden: true
44
---
5-
{% include content/plan-grid.md name="actions" %}
5+
6+
{% include content/plan-grid.md name="dest-actions" %}
67

78

89
> info ""
@@ -46,9 +47,9 @@ You can add or remove, disable and re-enable, and rename individual actions from
4647

4748
From the edit screen you can change the action’s name, subscription criteria, and mapping, and toggle it on or off. See [Customizing mappings](#customizing-mappings) for more information.
4849

49-
<!-- TODO screenshot-->
50+
![](/docs/connections/destinations/catalog/actions-amplitude/images/amplitude-actions-tab.png)
5051

51-
## Disable a destination actioon
52+
## Disable a destination action
5253
If you find that you need to stop an action from running, but don’t want to delete it completely, you can click the action to select it, then click the toggle next to the action’s name to disable it. This takes effect within minutes, and disables the action until you reenable it.
5354

5455
## Delete a destination action

src/connections/destinations/add-destination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ The sections below list the most popular multi-instance Segment destinations. Th
171171
For the following destinations, a single source can connect to up to 10 instances of the destination in cloud-mode, and **up to one instance in device-mode**.
172172

173173
- [Adobe Analytics](/docs/connections/destinations/catalog/adobe-analytics/)
174+
- [Amplitude](/docs/connections/destinations/catalog/amplitude/)
174175
- [Braze](/docs/connections/destinations/catalog/braze/)
175176
- [Customer.io](/docs/connections/destinations/catalog/customer-io)
176177
- [Google Analytics](/docs/connections/destinations/catalog/google-analytics/)
@@ -191,7 +192,6 @@ For the following destinations, a single source can connect to up to 10 instance
191192
- [Amazon Kinesis Firehose](/docs/connections/destinations/catalog/amazon-kinesis-firehose/)
192193
- [Amazon Lambda](/docs/connections/destinations/catalog/amazon-lambda/)
193194
- [Amazon Personalize](/docs/connections/destinations/catalog/amazon-personalize/)
194-
- [Amplitude](/docs/connections/destinations/catalog/amplitude/)
195195
- [Attribution](/docs/connections/destinations/catalog/attribution/)
196196
- [Attune](/docs/connections/destinations/catalog/attune/)
197197
- [Autopilot](/docs/connections/destinations/catalog/autopilothq/)

0 commit comments

Comments
 (0)