Skip to content

Commit 4044d7a

Browse files
Paul YooPaul Yoo
authored andcommitted
Merge branch 'digioh-oauth-flow' of ssh://github.com/segmentio/segment-docs into digioh-oauth-flow
2 parents 6fd0b2d + 56ecd3f commit 4044d7a

File tree

22 files changed

+254
-154
lines changed

22 files changed

+254
-154
lines changed

scripts/ignore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ elif echo "$log" | grep -q 'dependabot'; then
2828
echo "Ignoring dependabot update"
2929
exit
3030
# ignore when master is merged into a branch
31-
elif echo "$log" | grep -q 'Merge branch \SMaster\S'; then
31+
elif echo "$log" | grep -q 'Merge branch \Smaster\S'; then
3232
echo "Build ignored because it's only an update from the main branch."
3333
exit
3434
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-08
2+
# destination categories last updated 2021-06-15
33
items:
44
- display_name: Email Marketing
55
slug: email-marketing

src/_data/catalog/destinations.yml

Lines changed: 41 additions & 36 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-08
2+
# destination data last updated 2021-06-15
33
items:
44
- display_name: ActiveCampaign
55
slug: activecampaign
@@ -10099,8 +10099,9 @@ items:
1009910099
string_validators:
1010010100
regexp: ''
1010110101
description: >-
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 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.
1010410105
settings: []
1010510106
- name: disableAdPersonalization
1010610107
display_name: Disable Ad Personalization
@@ -12991,8 +12992,8 @@ items:
1299112992
categories:
1299212993
- Email Marketing
1299312994
methods:
12994-
alias: true
12995-
group: true
12995+
alias: false
12996+
group: false
1299612997
identify: true
1299712998
page_view: true
1299812999
track: true
@@ -14558,6 +14559,26 @@ items:
1455814559
required: false
1455914560
description: Map your Segment properties to the Marketo Activity Fields
1456014561
settings:
14562+
- name: marketoAttributeType
14563+
display_name: Marketo Field Type
14564+
type: SELECT
14565+
deprecated: false
14566+
required: true
14567+
select_validators:
14568+
select_options:
14569+
- string
14570+
- boolean
14571+
- number
14572+
- date
14573+
description: Enter the Marketo Field type.
14574+
settings: []
14575+
- name: primaryKey
14576+
display_name: Set as Primary Key
14577+
type: BOOLEAN
14578+
deprecated: false
14579+
required: false
14580+
description: Mark this property as the Primary field in Marketo.
14581+
settings: []
1456114582
- name: segmentProperty
1456214583
display_name: Segment Property Name
1456314584
type: STRING
@@ -14580,26 +14601,6 @@ items:
1458014601
Enter the Marketo Field name. Make sure to copy and paste the exact
1458114602
API Name for your field as it appears in Marketo.
1458214603
settings: []
14583-
- name: marketoAttributeType
14584-
display_name: Marketo Field Type
14585-
type: SELECT
14586-
deprecated: false
14587-
required: true
14588-
select_validators:
14589-
select_options:
14590-
- string
14591-
- boolean
14592-
- number
14593-
- date
14594-
description: Enter the Marketo Field type.
14595-
settings: []
14596-
- name: primaryKey
14597-
display_name: Set as Primary Key
14598-
type: BOOLEAN
14599-
deprecated: false
14600-
required: false
14601-
description: Mark this property as the Primary field in Marketo.
14602-
settings: []
1460314604
- name: event
1460414605
display_name: Segment Event Name
1460514606
type: STRING
@@ -16748,7 +16749,9 @@ items:
1674816749
slug: optimizely-full-stack
1674916750
name: catalog/destinations/optimizelyx
1675016751
url: connections/destinations/catalog/optimizely-full-stack
16751-
description: ''
16752+
description: >-
16753+
Optimizely Full Stack is a powerful A/B testing and feature flag tool for
16754+
product teams. Segment will pass events and traits to Optimizely Full Stack.
1675216755
hidden: false
1675316756
status: PUBLIC_BETA
1675416757
previous_names:
@@ -16913,7 +16916,9 @@ items:
1691316916
required: false
1691416917
description: >-
1691516918
Enable this if you want the server side integration to use Optimizely User
16916-
ID instead of User ID or anonymous ID in your calls
16919+
ID instead of User ID or anonymous ID in your calls. You can include
16920+
Optimizely User ID in your calls via `integrations.['Optimizely Full
16921+
Stack'].optimizelyUserId`.
1691716922
settings: []
1691816923
- name: useUserId
1691916924
display_name: Use User ID
@@ -19145,6 +19150,15 @@ items:
1914519150
required: false
1914619151
description: Map your Segment properties to Responsys Columns
1914719152
settings:
19153+
- name: columns
19154+
display_name: Segment Property Name
19155+
type: STRING
19156+
deprecated: false
19157+
required: true
19158+
string_validators:
19159+
regexp: ''
19160+
description: Enter the Segment Property Name.
19161+
settings: []
1914819162
- name: fieldName
1914919163
display_name: Responsys Column Name
1915019164
type: STRING
@@ -19178,15 +19192,6 @@ items:
1917819192
required: false
1917919193
description: Mark this property as a Primary Key in Responsys.
1918019194
settings: []
19181-
- name: columns
19182-
display_name: Segment Property Name
19183-
type: STRING
19184-
deprecated: false
19185-
required: true
19186-
string_validators:
19187-
regexp: ''
19188-
description: Enter the Segment Property Name.
19189-
settings: []
1919019195
- name: mapEmail
1919119196
display_name: Map Email
1919219197
type: BOOLEAN

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-08
2+
# source cateogries last updated 2021-06-15
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-08
2+
# sources last updated 2021-06-15
33
items:
44
- display_name: .NET
55
slug: net

src/_data/products.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,11 @@ items:
106106
team: true
107107
business: false
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/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)