If SiteSpect is the A/B testing solution that you use, you can easily integrate it with Zuko Analytics. You’ll then be able to track your SiteSpect campaign variants in your Zuko reports. Here’s how to do it.
Set up your accounts. We’re assuming that you already have a Zuko account. If not, you can sign up here. And that your form is tracking Zuko sessions data.
You’ll also need an SiteSpect account with your campaign setup.
To send SiteSpect campaign variants to Zuko you'll need to set up a Site Variation using SiteSpect’s WATTS macros and use our default code snippet. Site Variations allow you to make site-wide changes independent of SiteSpect Campaigns. WATTS macros are dynamic variables or data points that are filled when the Variation is applied.
For example, you can configure SiteSpect to pass the Campaign ID and Variation ID to Zuko.
Create the WATTS Site Variation:
Then, provide this WATTS Site Variation to the Zuko data layer:
<head>
<head>
<script>
window.zuko = window.zuko || {};
window.zuko.attributes = window.zuko.attributes || {};
window.zuko.attributes.variant = "__SS_LISTCAMPAIGNCOUNTED{__SS_TCID__:__SS_VGID__}{,}__";
</script>
The end results should look like this:
Zuko will then read the attributes in the data layer when tracking is started on your form.
Note: The variant value must be less than 85 characters long. Please use a different MACRO with a shorter format if necessary.
And finally:
Note: This variant will be assigned to your Zuko visitor sessions as a custom attribute.
Once your WATTS Site Variation is in place, and you have initiated Zuko tracking, Zuko will automatically track all the variants in your campaigns.
To filter your Zuko dashboard by the respective variants you can click on the “Select a Filter” box in the top right hand corner of the dashboard.
Select the variant you want to analyse and Zuko’s dashboard will filter the data just down to that one.
For example, here the variant selected is ‘123:987’. Your variants are likely to be formatted like this, with the campaign ID and variant ID together.
You are now able to understand how in-form behaviour differs across your test variants.
You can filter whole-page reports, like Form Data or Field Data. Or there are specific charts where you can compare the sessions by their variants.
For example:
Read more about custom attributes here.