Skip to content

Commit 66b57ea

Browse files
committed
Merge branch 'develop' into 4167-content-schema-controls-best-practice
2 parents 1076554 + b7885ae commit 66b57ea

File tree

11 files changed

+543
-6
lines changed

11 files changed

+543
-6
lines changed

src/_data/catalog/destinations_private.yml

Lines changed: 528 additions & 1 deletion
Large diffs are not rendered by default.

src/connections/destinations/catalog/actions-segment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Segment Connections destination enables you to mold data extracted from your
1313

1414
### Create a source
1515
1. From the Segment web app, navigate to **Sources** and select **Add Source**.
16-
2. Search for **HTTP API** in the Sources Catalog, select the HTTP API source, and click **Add Source**.
16+
2. Search for **HTTP API** in the Sources Catalog, select the [HTTP API source](/docs/connections/sources/catalog/libraries/server/http-api/), and click **Add Source**.
1717
3. Follow the steps to name your source. This is the source that will receive API calls from the Segment Connections destination.
1818
4. Copy the Write Key on the **Overview** tab. You will need this when you set up the Segment Connections destination.
1919

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ hide-personas-partial: true
55
cmode-override: true
66
id: 54521fd725e721e32a72eec1
77
maintenance: true
8+
private: true
89
maintenance-content: New versions of the destination are available. See [HubSpot Cloud Mode (Actions)](/docs/connections/destinations/catalog/actions-hubspot-cloud/) and [HubSpot Web (Actions)](/docs/connections/destinations/catalog/actions-hubspot-web/) for more information.
910
---
1011
[HubSpot](https://www.hubspot.com/){:target="_blank"} is an inbound marketing and sales platform that helps companies attract visitors, convert leads, and close customers. The `analytics.js` HubSpot Destination is open-source. You can browse the code [on GitHub](https://github.com/segmentio/analytics.js-integrations/tree/master/integrations/hubspot){:target="_blank"}.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ hide-cmodes: true
44
hide-personas-partial: true
55
cmode-override: true
66
id: 54521fd725e721e32a72eec6
7+
private: true
78
maintenance: true
89
maintenance-content: New versions of the destination are available. See [Intercom Cloud Mode (Actions)](/docs/connections/destinations/catalog/actions-intercom-cloud/) and [Intercom Web (Actions)](/docs/connections/destinations/catalog/actions-intercom-web/) for more information.
910
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ When you call `track` on `analytics.js`, Segment calls Klaviyo's `track` with th
149149

150150
When you call make a Track call from one of Segment's mobile or server-side libraries, Segment keys the user with the `userId` and also provides the Klaviyo `$email` `customer_property` if your `userId` is an email, or you provide `email` as one of your event `properties`.
151151

152-
Segment also maps the following Segment spec'd properties to Klaviyo's [special people properties](http://www.klaviyo.com/docs){:target="_blank"}:
152+
Segment also maps the following Segment spec'd properties to Klaviyo's [special people properties](https://developers.klaviyo.com/en/docs/javascript_api#identify-people){:target="_blank"}:.
153153

154154
### Ecommerce
155155

src/connections/destinations/catalog/optimizely-full-stack/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Segment's **Optimizely Full Stack (previously Optimizely X)** destination suppor
1515
* [Optimizely Full Stack Android (Cloud-mode)](#android-cloud-mode-implementation)
1616
* [Optimizely Full Stack iOS (Cloud-mode)](#ios-cloud-mode-implementation)
1717

18-
If you're interested in implementing Optimizely X Web or Optimizely Full Stack with the JavaScript SDK, see Segment's [**Optimizely Web** destination](/docs/connections/destinations/catalog/optimizely-web/), which supports:
18+
If you're interested in implementing Optimizely X Web or Optimizely Full Stack with the JavaScript SDK, see Segment's [**Optimizely Web Destination**](/docs/connections/destinations/catalog/optimizely-web/), or follow the links below:
1919

2020
* [Optimizely X Web](/docs/connections/destinations/catalog/optimizely/#optimizely-x-web)
21-
* [Optimizely Full Stack (JavaScript)](/docs/connections/destinations/catalog/optimizely/#optimizely-full-stack-javascript-)
21+
* [Optimizely Full Stack (JavaScript SDK)](/docs/connections/destinations/catalog/optimizely-web/#optimizely-full-stack-javascript-sdk)
2222

2323
## Implementation Prerequisite
2424

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Salesforce Pardot Destination
33
strat: salesforce
44
id: 54521fd925e721e32a72eee1
5+
private: true
56
maintenance: true
67
actions-slug: actions-pardot
78
---

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Salesforce Destination
33
strat: salesforce
44
id: 54521fda25e721e32a72eeef
55
maintenance: true
6+
private: true
67
---
78

89
Segment's Salesforce destination allows you to create and store leads and records for other objects in Salesforce Sales Cloud.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ rewrite: true
33
title: Webhooks Destination
44
maintenance: true
55
id: 54521fdc25e721e32a72ef04
6+
private: true
67
---
78
Segment Webhooks submit real-time user data to your own HTTP endpoints. A Webhook is an HTTP callback: a simple event-notification using HTTP POST. A web application implementing Webhooks will POST a message to a URL when certain things happen.
89

src/connections/sources/catalog/libraries/mobile/ios/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ configuration.trackDeepLinks = YES;
221221
{% endcodeexampletab %}
222222
{% endcodeexample %}
223223
224+
> note ""
225+
> **Note:** You still need to call the `continueUserActivity` and `openURL` methods on the analytics client.
226+
224227
### Flushing
225228
226229
You can set the number of events that should queue before flushing. Setting this to `1` will send events as they come in (i.e. not send batched events) and will use more battery. `20` by default.

0 commit comments

Comments
 (0)