Skip to content

Commit 8a548b4

Browse files
authored
Merge pull request #1978 from segmentio/develop
Release 21.39.2
2 parents 10fa8a2 + 8298e96 commit 8a548b4

File tree

24 files changed

+269
-93
lines changed

24 files changed

+269
-93
lines changed

.github/ISSUE_TEMPLATE/fix-display.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Display bug or other issue
2-
description: Rais an issue related to the display of the site it self, or anything else not related to content.
2+
description: Raise an issue related to the display of the site it self, or anything else not related to content.
33
title: "[Bug]: "
44
labels: [bug, triage]
55
body:
@@ -32,4 +32,4 @@ body:
3232
label: Please describe the issue.
3333
description: Add any other context or screenshots about the feature request here.
3434
validations:
35-
required: true
35+
required: true

.github/release.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- automated-reposync-pr
5+
- autoupdate
6+
- back-end
7+
authors:
8+
- bot-docsteam
9+
categories:
10+
- title: New Features
11+
labels:
12+
- new-feature
13+
- title: New Integration Docs
14+
labels:
15+
- new-integration
16+
- title: Improvements
17+
labels:
18+
- enhancement
19+
- title: Fixes
20+
labels:
21+
- fixed-content
22+
- fixed-site
23+
- title: Other Updates
24+
labels:
25+
- "*"

js/algolia/index.js

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const placeHolder = envApiKey != null ? 'Search the Segment documentation' : 'Se
1818
const searchClient = algoliasearch(appId, apiKey);
1919

2020
//insights
21-
insightsClient('init', { appId, apiKey });
21+
insightsClient('init', { appId, apiKey, useCookie: true });
2222
const algoliaInsightsPlugin = createAlgoliaInsightsPlugin({ insightsClient });
2323

2424
// define locations to separate invocation for mobile and desktop
@@ -39,9 +39,9 @@ function initAutocomplete(item){
3939
sourceId: 'articles',
4040
getItemUrl({ item }){
4141
if (item.anchor != null) {
42-
var itemUrl = item.url+"#" + item.anchor;
42+
var itemUrl = '/docs'+item.url+"#" + item.anchor;
4343
} else {
44-
var itemUrl = item.url;
44+
var itemUrl = '/docs'+item.url;
4545
}
4646
return itemUrl;
4747
},
@@ -87,9 +87,19 @@ function initAutocomplete(item){
8787
},
8888
navigator: {
8989
navigate({ itemUrl }) {
90-
window.location.assign('/docs'+itemUrl);
90+
window.location.assign(itemUrl);
9191
},
92-
}
92+
navigateNewTab({ itemUrl }) {
93+
const windowReference = window.open(itemUrl, '_blank', 'noopener');
94+
95+
if (windowReference) {
96+
windowReference.focus();
97+
}
98+
},
99+
navigateNewWindow({ itemUrl }) {
100+
window.open(itemUrl, '_blank', 'noopener');
101+
},
102+
},
93103
});
94104

95105
}

scripts/catalog_papi.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,8 @@ const updateDestinations = async () => {
369369
// Flip the slug of Actions destinations
370370
const actionsDests = [
371371
'amplitude-actions',
372-
'slack-actions'
372+
'slack-actions',
373+
'fullstory-actions'
373374
]
374375

375376
if (actionsDests.includes(slug)) {

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-30
2+
# destination categories last updated 2021-10-05
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 70 additions & 1 deletion
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-30
2+
# destination data last updated 2021-10-05
33
items:
44
- display_name: 2mee
55
name: 2mee
@@ -9410,6 +9410,69 @@ items:
94109410
description: Sends pages with names to FullStory as tracking events.
94119411
required: false
94129412
label: Track Named Pages
9413+
- display_name: Fullstory (Actions)
9414+
name: Fullstory (Actions)
9415+
slug: actions-fullstory
9416+
hidden: false
9417+
url: connections/destinations/catalog/actions-fullstory
9418+
previous_names:
9419+
- Fullstory
9420+
- Fullstory (Actions)
9421+
website: http://www.fullstory.com
9422+
status: PUBLIC_BETA
9423+
categories:
9424+
- Heatmaps & Recordings
9425+
logo:
9426+
url: https://cdn.filepicker.io/api/file/0nHk2BXnRXe1koa2BWEm
9427+
mark:
9428+
url: https://cdn.filepicker.io/api/file/uhyjgfGKRoqMTkxgDoYC
9429+
methods:
9430+
track: true
9431+
identify: true
9432+
group: true
9433+
alias: true
9434+
page: true
9435+
platforms:
9436+
browser: true
9437+
mobile: false
9438+
server: false
9439+
components: []
9440+
browserUnbundlingSupported: false
9441+
browserUnbundlingPublic: false
9442+
replay: false
9443+
connection_modes:
9444+
device:
9445+
web: false
9446+
mobile: false
9447+
server: false
9448+
cloud:
9449+
web: false
9450+
mobile: false
9451+
server: false
9452+
summary: No connection mode information available.
9453+
cmode_type: none
9454+
case: '0'
9455+
settings:
9456+
- name: debug
9457+
type: boolean
9458+
defaultValue: false
9459+
description: Enables FullStory debug mode.
9460+
required: true
9461+
label: Debug mode
9462+
- name: orgId
9463+
type: string
9464+
defaultValue: ''
9465+
description: The organization ID for FullStory.
9466+
required: true
9467+
label: FS Org
9468+
- name: required_hidden_token
9469+
type: string
9470+
defaultValue: ''
9471+
description: >-
9472+
This token is hidden because it is unused and destinations must have one
9473+
setting.
9474+
required: true
9475+
label: Required Hidden Token
94139476
- display_name: FunnelEnvy
94149477
name: FunnelEnvy
94159478
slug: funnelenvy
@@ -19071,6 +19134,12 @@ items:
1907119134
cmode_type: cloud-only
1907219135
case: '5'
1907319136
settings:
19137+
- name: endpoint
19138+
type: select
19139+
defaultValue: ''
19140+
description: Choose the endpoint corresponding to your region.
19141+
required: true
19142+
label: Endpoint
1907419143
- name: identifyOriginalMessage
1907519144
type: boolean
1907619145
defaultValue: false

src/_data/catalog/overrides-list.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ items:
33
- iterable
44
- google-ads-gtag
55
- klaviyo
6+
- friendbuy

src/_data/catalog/overrides.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,50 @@ items:
6060
accepts data in cloud-mode from web and mobile sources, and can accept data in device-mode from Analytics.js sources.
6161
cmode_type: mixed
6262
case: '10'
63+
- slug: friendbuy
64+
display_name: Friendbuy
65+
previous_names:
66+
- FriendBuy
67+
components:
68+
- code: https://github.com/segment-integrations/analytics.js-integration-friendbuy
69+
type: browser
70+
connection_modes:
71+
device:
72+
web: true
73+
mobile: false
74+
server: false
75+
cloud:
76+
web: false
77+
mobile: false
78+
server: false
79+
summary: accepts device-mode data only from Analytics.js.
80+
cmode_type: device-only
81+
case: '2'
82+
settings:
83+
- name: siteId
84+
type: string
85+
defaultValue: ''
86+
description: >-
87+
This is your **Site ID**. It is used to identify your account in our
88+
platform so we can properly attribute referral data. You can find your
89+
Site ID in the in Friendbuy web application at **Settings > Integration
90+
Code**
91+
required: true
92+
label: Site ID
93+
- name: siteWideWidgets
94+
type: mixed
95+
defaultValue: []
96+
description: >-
97+
By default, Friendbuy recommends you add a site wide overlay widget. You
98+
can enter any of these site wide widgets here and we will load them any
99+
time we receive a `.page()` call. *Note*: If you have custom widgets
100+
mapped to named pages in the *Widgets* setting and you have provided a
101+
site wide widget, we will load both.
102+
required: false
103+
label: Site Wide Widgets
104+
- name: widgets
105+
type: mixed
106+
defaultValue: []
107+
description: Map your page calls to specific FriendBuy Widgets.
108+
required: false
109+
label: Page Widgets

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-30
2+
# source cateogries last updated 2021-10-05
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 11 additions & 11 deletions
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-30
2+
# sources last updated 2021-10-05
33
items:
44
- display_name: .NET
55
slug: net
@@ -348,6 +348,16 @@ items:
348348
url: https://cdn.filepicker.io/api/file/618XEphQoWXwBKQGOWNw
349349
categories:
350350
- CRM
351+
- display_name: InMoment (formerly Wootric)
352+
slug: inmoment-formerly-wootric
353+
url: connections/sources/catalog/cloud-apps/inmoment-formerly-wootric
354+
hidden: false
355+
source_type: cloud-app
356+
description: Wootric is modern software for measuring and boosting customer happiness.
357+
logo:
358+
url: https://cdn.filepicker.io/api/file/7lOGEhExRgaMZm9wuBcI
359+
categories:
360+
- Surveys
351361
- display_name: Intercom
352362
slug: intercom
353363
url: connections/sources/catalog/cloud-apps/intercom
@@ -850,16 +860,6 @@ items:
850860
url: https://d3hotuclm6if1r.cloudfront.net/logos/vero-default.svg
851861
categories:
852862
- Email Marketing
853-
- display_name: Wootric
854-
slug: wootric
855-
url: connections/sources/catalog/cloud-apps/wootric
856-
hidden: false
857-
source_type: cloud-app
858-
description: Wootric is modern software for measuring and boosting customer happiness.
859-
logo:
860-
url: https://cdn.filepicker.io/api/file/7lOGEhExRgaMZm9wuBcI
861-
categories:
862-
- Surveys
863863
- display_name: Xamarin
864864
slug: xamarin
865865
url: connections/sources/catalog/libraries/mobile/xamarin

0 commit comments

Comments
 (0)