Skip to content

Commit b3cae2f

Browse files
authored
Merge pull request #245 from segmentio/repo-sync
repo sync
2 parents 7addd02 + d065aef commit b3cae2f

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

scripts/catalog_papi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ const updateDestinations = async () => {
349349
let connection_modes = getConnectionModes({
350350
components: destination.components,
351351
platforms: destination.supportedPlatforms,
352-
browserUnbundlingSupported: destination.supportedFeatures.browserUnbundling,
352+
browserUnbundling: destination.supportedFeatures.browserUnbundling,
353353
browserUnbundlingPublic: destination.supportedFeatures.browserUnbundlingPublic,
354354
methods: destination.supportedMethods
355355
})

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 2022-02-28
2+
# destination categories last updated 2022-03-02
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 8 additions & 2 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 2022-02-28
2+
# destination data last updated 2022-03-02
33
items:
44
- destination_id: 60b5d0a01f3726b85dc05aab
55
display_name: 2mee
@@ -25309,7 +25309,7 @@ items:
2530925309
mobile: true
2531025310
server: false
2531125311
cloud:
25312-
web: false
25312+
web: true
2531325313
mobile: false
2531425314
server: false
2531525315
settings:
@@ -33789,6 +33789,12 @@ items:
3378933789
setting.
3379033790
required: false
3379133791
label: Disable the Totango Heartbeat
33792+
- name: region
33793+
type: select
33794+
defaultValue: ''
33795+
description: What Region should data be sent to
33796+
required: true
33797+
label: Region
3379233798
- name: serviceId
3379333799
type: string
3379433800
defaultValue: ''

src/_data/catalog/regional-supported.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
2-
# Last updated 2022-02-28
2+
# Last updated 2022-03-02
33
warehouses:
44
- id: WcjBCzUGff
55
display_name: Azure SQL Data Warehouse

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 2022-02-28
2+
# source cateogries last updated 2022-03-02
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 2022-02-28
2+
# sources last updated 2022-03-02
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET

src/connections/destinations/catalog/hubspot/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Segment can send the following group traits to HubSpot as special properties:
163163
- industry
164164
- phone
165165
- website
166+
- name
166167

167168

168169
## Troubleshooting

src/connections/destinations/catalog/mixpanel/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ By default, each trait (that is, properties in an `identify` call) is registered
164164

165165
Disable **Set All Traits as Super Properties or People Properties By Default** to disable the default behavior and register super properties explicitly. For more information, see [Explicitly set People Properties and Super Properties](#explicitly-set-people-properties-and-super-properties).
166166

167+
> info ""
168+
> Super properties require a device mode connection.
169+
167170
#### Set People Properties
168171

169172
If you've enabled Mixpanel People in your Segment settings, Segment calls Mixpanel's `people.set` with the same `traits` object. There's no need for an additional API call to populate Mixpanel People.

0 commit comments

Comments
 (0)