Monetate Test & Segment | Send data to SessionCam

Monetate Test & Segment is a platform that allows you to test variations of your site pages to analyse potential changes and the impact these have on your site experience.

To integrate Monetate and SessionCam, follow these steps:

Please note this integration will only work with the client-side version of Monetate not the server-side version

  1. Log in to Monetate and go to Settings>Integrations>Third-Party Analytics
  2. Add a Report (giving a suitable title) and copy the following code snippet:
window.sessioncamConfiguration = window.sessioncamConfiguration || {};
window.sessioncamConfiguration.customDataObjects = window.sessioncamConfiguration.customDataObjects || [];

for (var i = 0; i < campaigns.length; i++) {
  var item = {
    key: 'Monetate-' + campaigns[i].key,
    value: campaigns[i].split
  };
window.sessioncamConfiguration.customDataObjects.push(item);
}

Note: If you encounter any issues with the implementation of the script above please contact your Monetate Account Manager or the support team at Monetate.

  1. Enable this for any experiments you would like the integration to be active for —this will send through a custom variable in to SessionCam with the Monetate test details.

To filter by the experiments

You can set up an advanced filter as shown below (replacing the Variant ID as required):

  • "Field Value" for "Monetate - **variant id**" is Like/Exactly "control"
  • "Field Value" for "Monetate - **variant id**" is Like/Exactly "variant"

mceclip0.pngmceclip0.png