Skip to content

Commit ea6979c

Browse files
authored
Merge pull request #496 from segmentio/repo-sync
repo sync
2 parents ebaac43 + ebe5519 commit ea6979c

File tree

3 files changed

+46
-7
lines changed

3 files changed

+46
-7
lines changed

scripts/private-destination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const addPrivateDestination = async () => {
6868
let actions = destination.actions
6969
let presets = destination.presets
7070

71-
if (destination.status == "PRIVATE_BETA") {
71+
if (destination.status == "PRIVATE_BETA" || destination.status == "PRIVATE_BUILDING") {
7272

7373
let updatePrivateDest = {
7474
id: destination.id,
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: FullStory Cloud Mode (Actions)
3+
hide-boilerplate: true
4+
hide-dossier: false
5+
id: 62d9aa9899b06480f83e8a66
6+
---
7+
{% include content/plan-grid.md name="actions" %}
8+
9+
[FullStory](https://www.fullstory.com/){:target="_blank"} lets product and support teams easily understand everything about the customer experience. The Segment integration for FullStory helps accurately identify your customers within FullStory.
10+
11+
FullStory’s cloud mode Segment integration allows you send user and event data to FullStory from your servers and Cloud Apps so that you apply it to your analysis throughout FullStory. For example, you could build a funnel to analyze drop-off of users who engaged with a certain marketing campaign.
12+
13+
If you want to use FullStory’s tagless autocapture, use the [FullStory Device Mode (Actions) web destination](/docs/connections/destinations/catalog/actions-fullstory/). However, if you want to capture custom user properties and events from other [server-side sources](/docs/connections/sources/#server) or [cloud apps](/docs/connections/sources/#cloud-apps), such as recurring subscription purchases, use this cloud mode destination.
14+
15+
### Overview
16+
17+
The FullStory cloud mode destination sends information about your users and related events to FullStory. It uses [FullStory’s REST APIs](https://developer.fullstory.com){:target="_blank"}.
18+
19+
- **Identify User:** Converts Segment [Identify](/docs/connections/spec/identify/) calls to [FullStory Set User Properties API calls](https://developer.fullstory.com/set-user-properties){:target="_blank"}. Use this to set custom attributes which can be used to search and segment within FullStory.
20+
- **Track Custom Event**: Converts Segment [Track](/docs/connections/spec/track/) calls to [FullStory custom event API calls](https://developer.fullstory.com/server-events){:target="_blank"}. Use this to capture more context about your user’s experience on your site or to capture user’s actions in other applications to build a more complete understanding of your user’s overall experience.
21+
22+
### Benefits of FullStory Cloud Mode (Actions)
23+
24+
- Works with FullStory’s latest data capture APIs
25+
- Ability to send custom events from new sources
26+
- Use [Destination Filters](/docs/connections/destinations/destination-filters/) to selectively send certain events or user properties to FullStory
27+
28+
### Getting Started
29+
30+
1. You need a FullStory API Key to use the FullStory cloud mode destination. Refer to [this article](https://help.fullstory.com/hc/en-us/articles/360052021773-Managing-API-Keys){:target="_blank"} to learn how to generate a new API Key within FullStory.
31+
2. From the Segment web app, click **Catalog**, then click **Destinations**.
32+
3. Find “FullStory Cloud Mode (Actions)” in the Destinations list and click it.
33+
4. Click **Configure FullStory Cloud Mode (Actions)**.
34+
5. Select an existing Source to connect to FullStory Cloud Mode (Actions).
35+
6. Provide a Destination Name and select **Fill in settings manually.** Ensure the “Actions” destinations framework is selected and click **Save.**
36+
7. On the **Basic Settings** page, enter your FullStory API Key from step 1 and click **Save Changes**.
37+
8. On the **Mappings** tab, you can view default mappings as well as add, modify, or disable mappings.
38+
39+
{% include components/actions-fields.html %}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: FullStory (Actions)
2+
title: FullStory Device Mode (Actions)
33
hide-boilerplate: true
44
hide-dossier: false
55
id: 6141153ee7500f15d3838703
@@ -13,19 +13,19 @@ versions:
1313

1414
[FullStory](https://www.fullstory.com/){:target="_blank"} lets product and support teams easily understand everything about the customer experience. The Segment integration for FullStory helps accurately identify your customers within the FullStory dashboard.
1515

16-
## Benefits of FullStory (Actions) vs FullStory Classic
16+
## Benefits of FullStory Device Mode (Actions) vs FullStory Classic
1717

1818
- Greater control over the page properties you send.
1919
- Send events specific to individual pages.
20-
- Select by name the specific to send.
20+
- Select by name the specific user properties or custom events to send.
2121

2222

2323
## Getting started
2424

2525
1. From the Segment web app, click **Catalog**, then click **Destinations**.
2626
2. Find the Destinations Actions item in the left navigation, and click it.
27-
3. Select FullStory (Actions), then click **Configure FullStory (Actions)**.
28-
4. Select an existing Source to connect to FullStory (Actions).
27+
3. Select FullStory Device Mode (Actions), then click **Configure FullStory Device Mode (Actions)**.
28+
4. Select an existing Source to connect to FullStory Device Mode (Actions).
2929
5. Click Customized Setup to start from a blank mapping.
3030

3131
{% include components/actions-fields.html %}
@@ -35,6 +35,6 @@ versions:
3535

3636

3737

38-
Follow the table below to map your existing FullStory destination configuration to FullStory (Actions).
38+
Follow the table below to map your existing FullStory destination configuration to FullStory Device Mode (Actions).
3939

4040
{% include components/actions-map-table.html name="fullstory" %}

0 commit comments

Comments
 (0)