Search

Latest Stories

Deactivating UTM Params for Google Analytics

Deactivating UTM Params for Google Analytics

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.

We've helped ambitious teams launch, grow,
and outperform. Now it's your turn.
Whether you need a custom solution, a smarter strategy, or just someone to bounce ideas off — we're here for it.
Let's Talk