Skip to contentSkip to navigationSkip to topbar
On this page
Looking for more inspiration?Visit the
(information)
You're in the right place! Segment documentation is now part of Twilio Docs. The content you are used to is still here—just in a new home with a refreshed look.

FullStory Cloud Mode (Actions)


Destination Info
  • Accepts Page, Alias, Group, Identify and Track calls.
  • Refer to it as Fullstory Cloud Mode (Actions) in the Integrations object
  • This integration is partner owned. Please reach out to the partner's support for any issues.
(information)

Additional versions of this destination are available

This page is about the FullStory Cloud Mode (Actions). See below for information about other versions of the FullStory destination:

FullStory(link takes you to an external page) lets product and support teams easily understand everything about the customer experience. The Segment integration for FullStory helps accurately identify your customers within FullStory.

FullStory's cloud mode Segment integration allows you to enrich FullStory data by sending user properties and events 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.

FullStory's cloud mode destination requires that you also use FullStory's tagless autocapture, available through the FullStory Device Mode (Actions) web destination. However, if you want to enrich the autocapture data with custom user properties and events from other server-side sources or cloud apps, such as recurring subscription purchases, use this cloud mode destination.


Overview

overview page anchor

The FullStory cloud mode destination sends information about your users and related events to FullStory. It uses FullStory's REST APIs(link takes you to an external page).


Benefits of FullStory Cloud Mode (Actions)

benefits-of-fullstory-cloud-mode-actions page anchor
  • Enrich autocapture data with FullStory's latest data capture APIs
  • Ability to send custom events from new sources
  • Use Destination Filters to selectively send certain events or user properties to FullStory

  1. You need a FullStory API Key to use the FullStory cloud mode destination. Refer to this article(link takes you to an external page) to learn how to generate a new API Key within FullStory.
  2. From the Segment web app, click Catalog, then click Destinations.
  3. Find "FullStory Cloud Mode (Actions)" in the Destinations list and click it.
  4. Click Configure FullStory Cloud Mode (Actions).
  5. Select an existing Source to connect to FullStory Cloud Mode (Actions).
  6. Provide a Destination Name and select Fill in settings manually. Ensure the "Actions" destinations framework is selected and click Save.
  7. On the Basic Settings page, enter your FullStory API Key from step 1 and click Save Changes.
  8. On the Mappings tab, you can view default mappings as well as add, modify, or disable mappings. Confirm that the "User ID" FullStory property is mapped to the ID previously used to identify the user. For more information, please refer to the API documentation(link takes you to an external page).
(information)

Info

Events that you send through to FullStory through a Cloud-mode connection count towards your FullStory server event quota. To see your company's current quota allotment, view the Subscription information on the Account Settings page in FullStory.



Why am I getting a '404 Not Found' error?

why-am-i-getting-a-404-not-found-error page anchor

If you are using the original 'Identify User' and 'Track Event' actions and encounter a 404 Not Found error, the user for which the API request is being made can not be found in the identified set of users within your FullStory organization. If you expect that user to already exist, you can search for that User ID in FullStory to confirm. Also, double check that you are using an API key from the same organization.

Data sent server-side for users must match an already existing userId that was sent from a client-side connection.

The new 'Identify User V2' and 'Track Event V2' actions will automatically create users when a user matching the provided UID is not found.


Why can't I propagate GDPR deletions?

why-cant-i-propagate-gdpr-deletions page anchor

GDPR deletions require an Admin or Architect API key to propagate. You may also contact FullStory directly for deletions.


Property nameTypeRequiredDescription
API Keypassword
required

Fullstory Cloud Mode (Actions) has the following presets

Preset NameTriggerDefault Action
Track EventEvent type = "track"Track Event V2
Identify UserEvent type = "identify"Identify User V2

Build your own Mappings. Combine supported triggers with the following Fullstory Cloud Mode-supported actions:

(information)

Mapping limits per destination

Individual destination instances have support a maximum of 50 mappings.

Track Event

track-event page anchor

Track events

Track Event is a Cloud action. The default Trigger is type = "track"

Property nameTypeRequiredDescription
User IDSTRING
required

The user's id


NameSTRING
required

The name of the event.


PropertiesOBJECT

Optional

A JSON object containing additional information about the event that will be indexed by FullStory.


TimestampDATETIME

Optional

The date and time when the event occurred. If not provided, the current FullStory server time will be used.


Use Recent SessionBOOLEAN

Optional

Set to true if the custom event should be attached to the user's most recent session. The most recent session must have had activity within the past 30 minutes.


Session URLSTRING

Optional

If known, the FullStory session playback URL to which the event should be attached, as returned by the FS.getCurrentSessionURL() client API.

Sets user identity variables

Identify User is a Cloud action. The default Trigger is type = "identify"

Property nameTypeRequiredDescription
User IDSTRING
required

The user's id


Anonymous IDSTRING

Optional

The user's anonymous id


Display NameSTRING

Optional

The user's display name


EmailSTRING

Optional

The user's email


TraitsOBJECT

Optional

The Segment traits to be forwarded to FullStory

Sets user identity variables. Creates a new FullStory user if no user matching the given uid is found.

Identify User V2 is a Cloud action. The default Trigger is type = "identify"

Property nameTypeRequiredDescription
User IDSTRING

Optional

The user's id


Anonymous IDSTRING

Optional

The user's anonymous id


Display NameSTRING

Optional

The user's display name


EmailSTRING

Optional

The user's email


TraitsOBJECT

Optional

The Segment traits to be forwarded to FullStory

Track events V2.

Track Event V2 is a Cloud action. The default Trigger is type = "track"

Property nameTypeRequiredDescription
User IDSTRING

Optional

The user's id


NameSTRING
required

The name of the event.


PropertiesOBJECT

Optional

A JSON object containing additional information about the event that will be indexed by FullStory.


TimestampDATETIME

Optional

The date and time when the event occurred. If not provided, the current FullStory server time will be used.


Use Recent SessionBOOLEAN

Optional

Set to true if the custom event should be attached to the user's most recent session. The most recent session must have had activity within the past 30 minutes.


Session URLSTRING

Optional

If known, the FullStory session playback URL to which the event should be attached, as returned by the FS.getCurrentSessionURL() client API.