Skip to content

Commit b5c268d

Browse files
Paul YooPaul Yoo
authored andcommitted
make catalog
1 parent 36d0930 commit b5c268d

File tree

4 files changed

+27
-12
lines changed

4 files changed

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

src/_data/catalog/destinations.yml

Lines changed: 24 additions & 9 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-08
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
@@ -13035,13 +13046,17 @@ items:
1303513046
deprecated: false
1303613047
required: false
1303713048
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.
13049+
This option is enabled by default to ensure duplicate profiles are not
13050+
being created inside of Klaviyo. When enabled, we will never set $id field
13051+
to your `userId` when you call `.identify()` or `.track()`. Instead, we
13052+
will only set a custom attribute `id` and only set $email as the primary
13053+
identifier with your `traits.email` or `properties.email`.
13054+
13055+
13056+
Klaviyo will not record events/profiles if there isn’t an email address
13057+
associated with that customer.
13058+
13059+
Impact is fewer events/profiles recorded in Klaviyo as a result.
1304513060
settings: []
1304613061
- name: privateKey
1304713062
display_name: Enter your Private Key
@@ -21797,7 +21812,7 @@ items:
2179721812
url: connections/destinations/catalog/smartlook
2179821813
description: Qualitative analytics for websites
2179921814
hidden: false
21800-
status: PUBLIC_BETA
21815+
status: PUBLIC
2180121816
previous_names:
2180221817
- Smartlook
2180321818
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-08
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-08
33
items:
44
- display_name: .NET
55
slug: net

0 commit comments

Comments
 (0)