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.
View in Mouseflow
We do not currently have screenshots for using this data in Mouseflow.