Skip to content

Commit 753e61c

Browse files
Paul YooPaul Yoo
authored andcommitted
make catalog
1 parent 93d633f commit 753e61c

File tree

5 files changed

+90
-7
lines changed

5 files changed

+90
-7
lines changed

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 PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2021-09-14
2+
# destination categories last updated 2021-09-15
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 86 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2021-09-14
2+
# destination data last updated 2021-09-15
33
items:
44
- display_name: 2mee
55
name: 2mee
@@ -3357,6 +3357,69 @@ items:
33573357
description: The API endpoint of the direct integration.
33583358
required: false
33593359
label: Direct Integration Endpoint
3360+
- display_name: AWS S3
3361+
name: AWS S3
3362+
slug: aws-s3
3363+
hidden: false
3364+
url: connections/destinations/catalog/aws-s3
3365+
previous_names:
3366+
- AWS S3
3367+
website: 'http://aws.amazon.com/s3'
3368+
status: PUBLIC_BETA
3369+
categories:
3370+
- Analytics
3371+
- Raw Data
3372+
logo:
3373+
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/amazon-s3-default.svg'
3374+
mark:
3375+
url: 'https://cdn.filepicker.io/api/file/R1EKddJ1SnGECiHtdUlY'
3376+
methods:
3377+
track: true
3378+
identify: true
3379+
group: true
3380+
alias: true
3381+
page: true
3382+
platforms:
3383+
browser: true
3384+
mobile: true
3385+
server: true
3386+
components: []
3387+
browserUnbundlingSupported: false
3388+
browserUnbundlingPublic: true
3389+
replay: false
3390+
connection_modes:
3391+
device:
3392+
web: false
3393+
mobile: false
3394+
server: false
3395+
cloud:
3396+
web: false
3397+
mobile: false
3398+
server: false
3399+
summary: No connection mode information available.
3400+
cmode_type: none
3401+
case: '0'
3402+
settings:
3403+
- name: awsRegion
3404+
type: string
3405+
defaultValue: ''
3406+
description: The AWS Region where your S3 Bucket resides.
3407+
required: true
3408+
label: AWS Region
3409+
- name: bucket
3410+
type: string
3411+
defaultValue: ''
3412+
description: Your S3 bucket name.
3413+
required: true
3414+
label: Bucket Name
3415+
- name: iamRoleArn
3416+
type: string
3417+
defaultValue: ''
3418+
description: >-
3419+
The ARN of the IAM role that Segment will assume to connect to your S3
3420+
Bucket.
3421+
required: true
3422+
label: IAM Role ARN
33603423
- display_name: Azure Function
33613424
name: Azure Function
33623425
slug: azure-function
@@ -12591,13 +12654,12 @@ items:
1259112654
- A/B Testing
1259212655
- Analytics
1259312656
- Personalization
12594-
- Feature Flagging
1259512657
logo:
1259612658
url: >-
1259712659
https://public-segment-devcenter-production.s3.amazonaws.com/ded736c3-52b1-4710-9f14-55b90628695a.svg
1259812660
mark:
1259912661
url: >-
12600-
https://public-segment-devcenter-production.s3.amazonaws.com/e5717897-9bf3-46c8-83ff-cd3f14f5fbed.svg
12662+
https://public-segment-devcenter-production.s3.amazonaws.com/69b1f8e4-45d5-46b0-bec9-7ec94c2fdaf5.svg
1260112663
methods:
1260212664
track: true
1260312665
identify: false
@@ -14497,6 +14559,27 @@ items:
1449714559
Activities. We'll only send events that you specify.
1449814560
required: false
1449914561
label: Marketo Custom Activities
14562+
- name: marketoFormId
14563+
type: string
14564+
defaultValue: ''
14565+
description: >-
14566+
**(Private Beta) Device Mode Only**: The ID of the form you will use to
14567+
capture your .identify() traits. You can find the form ID under *Design
14568+
Studio > Forms > Select Form > Form Actions > Embed Code*. Only include
14569+
the digits after `mktoForm_`.
14570+
required: false
14571+
label: Marketo Form ID
14572+
- name: marketoHostUrl
14573+
type: string
14574+
defaultValue: ''
14575+
description: >-
14576+
**(Private Beta) Device Mode Only**: The URL of the form you will use to
14577+
capture your .identify() traits. You can find the form URL under *Design
14578+
Studio > Forms > Select Form > Form Actions > Embed Code*. It will be the
14579+
first argument in the `MktoForms2.loadForm` script, starting with `//`.
14580+
Please include the entire URL including the `//`.
14581+
required: false
14582+
label: Marketo Form URL
1450014583
- name: privateKey
1450114584
type: string
1450214585
defaultValue: ''

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 PUBLIC API. DO NOT EDIT
2-
# source cateogries last updated 2021-09-14
2+
# source cateogries last updated 2021-09-15
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

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 PUBLIC API. DO NOT EDIT
2-
# sources last updated 2021-09-14
2+
# sources last updated 2021-09-15
33
items:
44
- display_name: .NET
55
slug: net

src/_data/catalog/warehouse_papi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# warehouse data last updated 2021-09-14
2+
# warehouse data last updated 2021-09-15
33
items:
44
- display_name: Azure SQL Data Warehouse
55
slug: azuresqldw

0 commit comments

Comments
 (0)