Skip to main content
Integrations - Fullstory (push)

Pushing data to Fullstory

O
Written by Optimize Team
Updated over a month ago

This integration looks to push experiment views into Fullstory, to use for segmentation/filtering in their system.

Enabling the integration

You'll find the integration in our Integrations library:

Once installed, you'll have a toggle-switch to turn integrations on/off, and controls as described in the document below.

The available options are described here: Push Integrations - Available Options.

The integration

We use the following code to send data into Fullstory:

var FSEventPayload = {
testAlias: p.testAlias,
experiment_id: (p.r_experimentID || p.r_personalizedID || 'BASELINE'),
test_id: p.r_runID,
project_id: p.r_testID
};
FS.event('WTO Experiment', FSEventPayload, 'WebtrendsOptimize');

FS.setUserVars({
'WTO_UID': p.systemUID
});

The specific IDs and Alias reconcile with what is published for the specific test in the Webtrends Optimize Dashboard.

Optimize UI Dashboard - Experiment IDs

View in Fullstory

We do not currently have screenshots for using this data in Fullstory.

Did this answer your question?