Skip to content

Commit cf64c24

Browse files
authored
Update index.md
1 parent ed2b7b3 commit cf64c24

File tree

1 file changed

+7
-8
lines changed
  • src/connections/destinations/catalog/appcues

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,28 @@ rewrite: true
33
title: Appcues Destination
44
hide-cmodes: true
55
---
6-
[Appcues](https://www.appcues.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) adds an experience layer to your product, so you can build user onboarding, NPS surveys, or feature announcements in minutes instead of in weeks. The Appcues JavaScript Destination is open-source. You can browse the code [on GitHub](https://github.com/appcues/analytics.js-integration-appcues).
6+
[Appcues](https://www.appcues.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) adds an experience layer to your product so you can build user onboarding, NPS surveys, or feature announcements in minutes instead of weeks. The Appcues JavaScript Destination is open-source. You can browse the code [on GitHub](https://github.com/appcues/analytics.js-integration-appcues).
77

8-
If you notice any gaps, outdated information or simply want to leave some feedback to help us improve our documentation, [let us know](https://segment.com/help/contact)!
8+
If you notice any gaps, outdated information, or have feedback to improve the documentation, [let us know](https://segment.com/help/contact).
99

1010

1111
## Getting Started
1212

1313
1. From the Segment web app, click **Catalog**.
14-
2. Search for "Appcues" in the Catalog, select it, and choose which of your sources to connect the destination to.
14+
2. Search for "Appcues" in the Catalog, select it, and choose the source you'll connect to the destination.
1515
3. In the destination settings, enter your `Appcues Id` (for client-side integration functionality) and/or your `API Key` (for server-side integration functionality) from the [Appcues account page](https://my.appcues.com/account).
1616

1717
### Server
1818

19-
Although our JavaScript destination is the traditional way to use Appcues as part of the Segment platform, Appcues also offers a server-side destination with Segment, which is useful if you'd like to send user profile or event data to Appcues from another Segment partner service. The server-side destination may be used simultaneously with the JS destination. In many cases, this is preferable to routing all data through the JS destination.
19+
As an alternative to a traditional JavaScript implementation, Appcues offers a server-side destination with Segment. You may find the server-side destination useful if you'd like to send user profile or event data to Appcues from another Segment partner service. You can use the server-side destination alongside the JavaScript destination, which you may find preferable to routing all data through the JavaScript destination.
2020

21-
The user profile and event data received through Appcues' server-side Segment destination can be used to segment
22-
and target Appcues flows, just like data received from the JS destination.
21+
As with the JavaScript destination, you can segment and target user profile and event data received through the Appcues server-side Segment destination.
2322

24-
For example, using the server-side destination, customer profile and event data could be directed from a CRM tool into the Appcues platform. This data could then be used for content targeting and user segmentation in the Appcues content editor, alongside data from our `analytics.js` destination.
23+
For example, using the server-side destination, you can direct customer profile and event data from a CRM tool into Appcues. You can then use the directed data for content targeting and user segmentation in the Appcues content editor, alongside data from Segment's `analytics.js` destination.
2524

2625
## Page
2726

28-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
27+
To learn more about efer to the [Page method](/docs/connections/spec/page/) in the Segment Spec. An example call would look like:
2928

3029
```javascript
3130
analytics.page();

0 commit comments

Comments
 (0)