Skip to content

Commit 7ca543e

Browse files
Merge pull request #5336 from segmentio/bcaudillo-patch-8
Update documentation to reflect Analytics.js limitation
2 parents 8c06219 + 50d2db2 commit 7ca543e

File tree

1 file changed

+5
-2
lines changed
  • src/connections/destinations/catalog/appcues

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ id: 554926390a20f4e22f0fb38a
1515

1616
### Server
1717

18-
As an alternative to a traditional JavaScript implementation, Appcues offers a server-side destination with Segment.
18+
As an alternative to a traditional JavaScript implementation, Appcues offers a server-side destination with Segment.
1919

20-
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.
20+
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.
2121

2222
As with the JavaScript destination, you can segment and target user profile and event data received through the Appcues server-side Segment destination.
2323

2424
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.
2525

26+
> info "Implementations can only be used with server or mobile sources"
27+
> Analytics.js sources will default to a device-mode connection.
28+
2629
## Page
2730

2831
Refer to the Segment Spec for information about the [Page method](/docs/connections/spec/page/). The following represents an example `page` call:

0 commit comments

Comments
 (0)