Skip to content

Commit eefd638

Browse files
authored
Merge branch 'master' into develop
2 parents 1c876c3 + 849c1f2 commit eefd638

File tree

7 files changed

+19
-5
lines changed

7 files changed

+19
-5
lines changed

src/_data/sidenav/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ sections:
320320
title: Set User Subscriptions
321321
- path: /engage/user-subscriptions/subscription-states
322322
title: Subscription States
323+
- path: /engage/user-subscriptions/engage-source
324+
title: Engage Events Source
323325
- section_title: Profiles
324326
description: "See how to create audiences based on data."
325327
section:

src/_includes/content/destination-maintenance.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{% capture name %}{{page.title | replace: 'Destination', ''}}{% endcapture %}
2-
{% capture link %}/docs/connections/destinations/catalog/actions-{{name | slugify}}{% endcapture %}
2+
{% if page.actions-slug %}
3+
{% capture link %}/docs/connections/destinations/catalog/{{page.actions-slug}}{% endcapture %}
4+
{% else %}
5+
{% capture link %}/docs/connections/destinations/catalog/actions-{{name}}{% endcapture %}
6+
{% endif %}
37
{% if page.maintenance-content %}
48
{% capture blurb %}{{page.maintenance-content}} {% endcapture %}
59
{% else %}

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+
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.
89
---
910
[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"}.
1011

src/connections/destinations/catalog/intercom/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: 54521fd725e721e32a72eec6
77
maintenance: true
8+
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.
89
---
910
[Intercom](https://www.intercom.com/) makes customer messaging apps for sales, marketing, and support, connected on one platform. The Intercom Destination is open-source. You can browse the code for [analytics.js](https://github.com/segment-integrations/analytics.js-integration-intercom), [iOS](https://github.com/segment-integrations/analytics-ios-integration-intercom) and [Android](https://github.com/segment-integrations/analytics-android-integration-intercom) on GitHub.
1011

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

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

89
## Getting Started

src/engage/journeys/build-journey.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ Segment then creates a draft of your Journey.
104104

105105
You can also clone a Journey from a Journey's Overview by clicking the **** icon.
106106

107+
### Archive a Journey
108+
109+
Use the Journey archive setting when you want to end a Journey but preserve its data.
110+
111+
No new users enter archived Journeys, and progress stops for any users already in the Journey. Archived Journeys no longer [send data to Destinations](/docs/engage/journeys/send-data/).
112+
113+
> success "Compute credits"
114+
> Steps in archived Journeys don't count towards your compute credits.
115+
107116
## Journey re-entry
108117

109118
The Journeys re-entry setting allows users to repeat Journeys they've already exited. Common use cases for Journeys re-entry include the following:

src/engage/user-subscriptions/engage-sources.md renamed to src/engage/user-subscriptions/engage-source.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
22
title: Engage Events Source
33
plan: engage-foundations
4-
hidden: true
54
---
65

7-
> info ""
8-
> The Engage Events Source is in beta.
9-
106
Use the Engage Events Source to sync Engage subscription states to downstream Destinations.
117

128
## Update downstream subscription states

0 commit comments

Comments
 (0)