
In all our sites, by default, we pass UTM params so you can easily track the performance of your Layout & Design tool A/B tests.
This can modify how the default groupings are shown in GA, so we understand if you want to disable this feature to customize the data is output.
The values we pass are:
UTM Source: RebelMouse
UTM Medium: RebelMouse Website
// DEFAULTS if(utmCampaignData) { utmCampaignData['campaignSource'] = utmCampaignData['campaignSource'] || 'RebelMouse'; utmCampaignData['campaignMedium'] = utmCampaignData['campaignMedium'] || 'RebelMouse Website'; } if(utmCampaignData) { ga('set', 'campaignName', utmCampaignData.campaignName); ga('set', 'campaignSource', utmCampaignData.campaignSource); ga('set', 'campaignMedium', utmCampaignData.campaignMedium); ga('
Please contact your Account Manager if you'd like this feature to be deactivated.