Skip to content

Commit b54272a

Browse files
author
markzegarelli
authored
Merge branch 'master' into regalvoice/doc_update_09_2021
2 parents 202995a + ec4fcb8 commit b54272a

File tree

37 files changed

+2702
-2554
lines changed

37 files changed

+2702
-2554
lines changed

js/algolia/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { html } from 'htm/preact';
22
import algoliasearch from 'algoliasearch/lite';
3-
import { autocomplete, getAlgoliaResults, highlightHit } from '@algolia/autocomplete-js';
3+
import { autocomplete, getAlgoliaHits, highlightHit } from '@algolia/autocomplete-js';
44
import {createAlgoliaInsightsPlugin} from '@algolia/autocomplete-plugin-algolia-insights';
55
import insightsClient from 'search-insights';
66

@@ -38,7 +38,7 @@ function initAutocomplete(item){
3838
return itemUrl;
3939
},
4040
getItems() {
41-
return getAlgoliaResults({
41+
return getAlgoliaHits({
4242
searchClient,
4343
queries: [
4444
{
@@ -83,4 +83,4 @@ function initAutocomplete(item){
8383

8484
}
8585

86-
locations.forEach(initAutocomplete);
86+
locations.forEach(initAutocomplete);

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"scripts": {
1414
"develop": "bundle exec jekyll clean && webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V",
1515
"develop-inc": "webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V -I"
16-
},
16+
17+
},
1718
"devDependencies": {
1819
"@babel/cli": "^7.6.0",
1920
"@babel/core": "^7.6.0",

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

src/_data/catalog/destinations.yml

Lines changed: 17 additions & 13 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-16
2+
# destination data last updated 2021-09-21
33
items:
44
- display_name: 2mee
55
name: 2mee
@@ -883,13 +883,17 @@ items:
883883
- name: trackingServerSecureUrl
884884
type: string
885885
defaultValue: ''
886-
description: This is the secure URL of your Adobe Analytics server.
886+
description: >-
887+
This is the secure URL of your Adobe Analytics server. It should start
888+
with `https://`
887889
required: true
888890
label: Tracking Server Secure URL
889891
- name: trackingServerUrl
890892
type: string
891893
defaultValue: ''
892-
description: This is the URL of your Adobe Analytics server.
894+
description: >-
895+
This is the URL of your Adobe Analytics server. It should start with
896+
`http://`
893897
required: true
894898
label: Tracking Server URL
895899
- name: useLegacyLinkName
@@ -14634,21 +14638,21 @@ items:
1463414638
type: string
1463514639
defaultValue: ''
1463614640
description: >-
14637-
**(Private Beta) Device Mode Only**: The ID of the form you will use to
14638-
capture your .identify() traits. You can find the form ID under *Design
14639-
Studio > Forms > Select Form > Form Actions > Embed Code*. Only include
14640-
the digits after `mktoForm_`.
14641+
**Device Mode Only**: The ID of the form you will use to capture your
14642+
Segment Identify traits. You can find the form ID under **Design Studio >
14643+
Forms > Select Form > Form Actions > Embed Code**. Only include the digits
14644+
after `mktoForm_`.
1464114645
required: false
1464214646
label: Marketo Form ID
1464314647
- name: marketoHostUrl
1464414648
type: string
1464514649
defaultValue: ''
1464614650
description: >-
14647-
**(Private Beta) Device Mode Only**: The URL of the form you will use to
14648-
capture your .identify() traits. You can find the form URL under *Design
14649-
Studio > Forms > Select Form > Form Actions > Embed Code*. It will be the
14650-
first argument in the `MktoForms2.loadForm` script, starting with `//`.
14651-
Please include the entire URL including the `//`.
14651+
**Device Mode Only**: The URL of the form you will use to capture your
14652+
Segment Identify traits. You can find the form URL under **Design Studio >
14653+
Forms > Select Form > Form Actions > Embed Code**. It will be the first
14654+
argument in the `MktoForms2.loadForm` script, starting with `//`. Please
14655+
include the entire URL including the `//`.
1465214656
required: false
1465314657
label: Marketo Form URL
1465414658
- name: privateKey
@@ -14665,7 +14669,7 @@ items:
1466514669
defaultValue: []
1466614670
description: >-
1466714671
Use these fields for Marketo Lead fields that you'd like mapped to your
14668-
Segment Identify Traits.
14672+
Segment Identify traits.
1466914673
required: false
1467014674
label: Marketo Custom Fields
1467114675
- display_name: Markettailor

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-16
2+
# source cateogries last updated 2021-09-21
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-16
2+
# sources last updated 2021-09-21
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-16
2+
# warehouse data last updated 2021-09-21
33
items:
44
- display_name: Azure SQL Data Warehouse
55
slug: azuresqldw

src/_includes/content/functions/runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Per-function global caching is available in the `cache` namespace. The following
3333
- `cache.load(key: string, ttl: number, fn: async () => any): Promise<any>`
3434
- Obtains a cached value for the provided `key`, invoking the callback if the value is missing or has expired. The `ttl` is the maximum duration in milliseconds the value can be cached. If omitted or set to `-1`, the value will have no expiry. There is no guarantee that a value will be retained in the cache for the provided duration, however. The cache space is limited, so efforts to minimize the cached value size will afford a higher cache hit ratio.
3535
- `cache.delete(key: string): void`
36-
- Forcefully remove the value associated withe the `key`.
36+
- Forcefully remove the value associated with the `key`.
3737

3838
The following example gets a JSON value through the cache, only invoking the callback as needed:
3939

src/_release_notes/2020-12-09-ui-refresh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ team: false
1515
# url: "docs/connections/storage/catalog/data-lakes"
1616
images:
1717
-
18-
path: /images/release-notes/ui-update-1.png
18+
path: images/release-notes/ui-update-1.png
1919
desc: The navigation was redesigned to better reflect how users navigate through the product.
2020
-
21-
path: /images/release-notes/ui-update-2.gif
21+
path: images/release-notes/ui-update-2.gif
2222
desc: A new workspace switcher provides an easier way to navigate between workspaces.
2323
---

src/connections/destinations/add-destination.md

Lines changed: 0 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -156,102 +156,3 @@ In this example:
156156
- Events sent with this `Mixpanel` setting are **not** sent to instances of Mixpanel.
157157
- Events sent to any Adobe Analytics destinations with this `Adobe Analytics` setting use the same `marketingCloudVisitorId` value specified.
158158
You can not use the [integrations object](/docs/guides/filtering-data/#filtering-with-the-integrations-object) to send data to individual destination instances.
159-
160-
### Multi-instance compatible destinations
161-
162-
The sections below list the most popular multi-instance Segment destinations. This list is not exhaustive. If you don’t see your favorite destination in these lists, [contact Segment Customer Success](https://segment.com/help/contact/).
163-
164-
##### Cloud-mode and device-mode
165-
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**.
166-
167-
- [Adobe Analytics](/docs/connections/destinations/catalog/adobe-analytics/)
168-
- [Amplitude](/docs/connections/destinations/catalog/amplitude/)
169-
- [Braze](/docs/connections/destinations/catalog/braze/)
170-
- [Customer.io](/docs/connections/destinations/catalog/customer-io)
171-
- [Google Analytics](/docs/connections/destinations/catalog/google-analytics/)
172-
- [Keen](/docs/connections/destinations/catalog/keen/)
173-
- [Lytics](/docs/connections/destinations/catalog/lytics/)
174-
- [Mixpanel](/docs/connections/destinations/catalog/mixpanel/)
175-
- [Vero](/docs/connections/destinations/catalog/vero/)
176-
177-
##### Cloud-mode only
178-
179-
For the following destinations, a single source can connect to up to 10 instances of the destination in cloud-mode, but these destinations do not support a device-mode connection at all.
180-
181-
- [ActiveCampaign](/docs/connections/destinations/catalog/activecampaign/)
182-
- [Akita](/docs/connections/destinations/catalog/akita/)
183-
- [All Aboard](/docs/connections/destinations/catalog/all-aboard/)
184-
- [Amazon Kinesis](/docs/connections/destinations/catalog/amazon-kinesis/)
185-
- [Amazon Kinesis Firehose](/docs/connections/destinations/catalog/amazon-kinesis-firehose/)
186-
- [Amazon Lambda](/docs/connections/destinations/catalog/amazon-lambda/)
187-
- [Amazon Personalize](/docs/connections/destinations/catalog/amazon-personalize/)
188-
- [Attribution](/docs/connections/destinations/catalog/attribution/)
189-
- [Attune](/docs/connections/destinations/catalog/attune/)
190-
- [Autopilot](/docs/connections/destinations/catalog/autopilothq/)
191-
- [Azure Function](/docs/connections/destinations/catalog/azure-function/)
192-
- [Branch](/docs/connections/destinations/catalog/branch-metrics/)
193-
- [Callexa](/docs/connections/destinations/catalog/callexa/)
194-
- [Calq](/docs/connections/destinations/catalog/calq/)
195-
- [Chango](/docs/connections/destinations/catalog/chango/)
196-
- [Clearbit Enrichment](/docs/connections/destinations/catalog/clearbit-enrichment/)
197-
- [Clearbit Reveal](/docs/connections/destinations/catalog/clearbit-reveal/)
198-
- [ClientSuccess](/docs/connections/destinations/catalog/clientsuccess/)
199-
- [Cordial](/docs/connections/destinations/catalog/cordial/)
200-
- [Delighted](/docs/connections/destinations/catalog/delighted/)
201-
- [Emarsys](/docs/connections/destinations/catalog/emarsys/)
202-
- [Facebook Conversions API](/docs/connections/destinations/catalog/facebook-pixel-server-side/)
203-
- [Facebook Offline Conversions](/docs/connections/destinations/catalog/facebook-offline-conversions/)
204-
- [Freshdesk](/docs/connections/destinations/catalog/freshdesk/)
205-
- [Freshsales](/docs/connections/destinations/catalog/freshsales/)
206-
- [FullContact](/docs/connections/destinations/catalog/fullcontact/)
207-
- [Gainsight](/docs/connections/destinations/catalog/gainsight/)
208-
- [Goedle.io](/docs/connections/destinations/catalog/goedle/)
209-
- [Google Cloud Function](/docs/connections/destinations/catalog/google-cloud-function/)
210-
- [HasOffers](/docs/connections/destinations/catalog/hasoffers/)
211-
- [Help Scout](/docs/connections/destinations/catalog/help-scout/)
212-
- [Hull](/docs/connections/destinations/catalog/hull/)
213-
- [IBM Universal Behavior Exchange](/docs/connections/destinations/catalog/ibm-ubx/)
214-
- [Impact Radius](/docs/connections/destinations/catalog/impact-radius/)
215-
- [Indicative](/docs/connections/destinations/catalog/indicative/)
216-
- [Infinario](/docs/connections/destinations/catalog/infinario/)
217-
- [Iron.io](/docs/connections/destinations/catalog/iron.io/)
218-
- [Knowtify](/docs/connections/destinations/catalog/knowtify/)
219-
- [Kochava](/docs/connections/destinations/catalog/kochava/)
220-
- [LeadBoxer](/docs/connections/destinations/catalog/leadboxer/)
221-
- [Librato](/docs/connections/destinations/catalog/librato/)
222-
- [Mailchimp](/docs/connections/destinations/catalog/mailchimp/)
223-
- [Mailjet](/docs/connections/destinations/catalog/mailjet/)
224-
- [Millennial Media](/docs/connections/destinations/catalog/millennial-media/)
225-
- [Moosend](/docs/connections/destinations/catalog/moosend/)
226-
- [Movable Ink](/docs/connections/destinations/catalog/movable-ink/)
227-
- [Natero](/docs/connections/destinations/catalog/natero/)
228-
- [New Relic](/docs/connections/destinations/catalog/new-relic/)
229-
- [OneSignal](/docs/connections/destinations/catalog/onesignal/)
230-
- [Planhat](/docs/connections/destinations/catalog/planhat/)
231-
- [Pointillist](/docs/connections/destinations/catalog/pointillist/)
232-
- [Promoter](/docs/connections/destinations/catalog/promoter.io/)
233-
- [RadiumOne Connect](/docs/connections/destinations/catalog/radiumone-connect/)
234-
- [Relay](/docs/connections/destinations/catalog/relay/)
235-
- [Responsys](/docs/connections/destinations/catalog/responsys/)
236-
- [Sailthru](/docs/connections/destinations/catalog/sailthru/)
237-
- [Salesforce](/docs/connections/destinations/catalog/salesforce/)
238-
- [Salesforce Marketing Cloud](/docs/connections/destinations/catalog/salesforce-marketing-cloud/)
239-
- [Salesmachine](/docs/connections/destinations/catalog/salesmachine/)
240-
- [Selligent](/docs/connections/destinations/catalog/selligent/)
241-
- [SendwithUs](/docs/connections/destinations/catalog/sendwithus/)
242-
- [Sherlock](/docs/connections/destinations/catalog/sherlock/)
243-
- [Slack](/docs/connections/destinations/catalog/slack/)
244-
- [Smyte](/docs/connections/destinations/catalog/smyte/)
245-
- [SparkPage](/docs/connections/destinations/catalog/sparkpage/)
246-
- [Stitch Data](/docs/connections/destinations/catalog/stitch-data/)
247-
- [Tealium AudienceStream](/docs/connections/destinations/catalog/tealium-audience-stream/)
248-
- [Tractionboard](/docs/connections/destinations/catalog/tractionboard/)
249-
- [Tray.io](/docs/connections/destinations/catalog/tray.io/)
250-
- [Treasure](/docs/connections/destinations/catalog/treasure-data/)
251-
- [User.com](/docs/connections/destinations/catalog/user-com/)
252-
- [Webhooks](/docs/connections/destinations/catalog/webhooks/)
253-
- [Whalr](/docs/connections/destinations/catalog/whale-alerts/)
254-
- [Whale Watch](/docs/connections/destinations/catalog/whale-watch/)
255-
- [Zaius](/docs/connections/destinations/catalog/zaius/)
256-
- [Zapier](/docs/connections/destinations/catalog/zapier/)
257-
- [Zendesk](/docs/connections/destinations/catalog/zendesk/)

0 commit comments

Comments
 (0)