Skip to main content
Integrations - Contentsquare (push)

Pushing data to Contentsquare

O
Written by Optimize Team
Updated over a month ago

This integration looks to push experiment views into Contentsquare, 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 Contentsquare:

window._uxa = window._uxa || [];
window._uxa.push(['trackDynamicVariable', { key: projectAlias, value: experimentName }]);

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 Contentsquare

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

Did this answer your question?