Skip to main content

Integrations - Mouseflow (push)

Pushing data to Mouseflow

James Harber avatar
Written by James Harber
Updated over 10 months ago

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

Enabling the integration

You'll find the integration in our Integrations library:

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

The integration

We use the following code to send data into Mouseflow:

window._mfq = window._mfq || [];
window._mfq.push(['setVariable', 'wto_' + projectAlias, experimentName]);

The format of data sent is similar to wto_ta_123 = 1234567.

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 Mouseflow

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

Did this answer your question?