Universal Analytics is out of Beta… Now What?

Estimated Reading Time: 7 minutes

Google’s new version of it’s analytics suite, Universal Analytics, has been out of beta for nearly two months. But many properties are still using the Classic version of Google Analytics. This has led to a flood of questions surrounding Universal Analytics. Do I have to switch? How long do I have to migrate? What steps do I need to take? Will my data continue to be collected using Classic Google Analytics? And the one question that sums them all up: Now what?

In order to determine what you or your organization should do, you need to know where you are. So the first step is determining which version of Google Analytics you are currently using. If you know, great. If you don’t, do this: access Google Analytics and browse to the Admin section. There are three columns, one for the Account Level, one for the Property level, and one for the View level. Pay attention to the one in the middle, the Property level. Here you will see one of three things:

Check it out up close. Green means good to go on Universal.

If you are running Classic, you will get this message in the same place:

Finally, if you see this, then you have a Universal Account that was created as Universal.

This is the quickest and easiest way to check and see what version of Google Analytics you are running. The next thing to assess is your tracking code. To check this you will need to actually look at the source code your page. The easiest way to do this is to navigate to your page and right-click (PC) or control-click (Mac), then select ‘View Source’. Within that source you will most likely find one of two things:

<script>

(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){

(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)

})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);

 

ga(‘create’, ‘UA-XXXXXX-X’, ‘website.com’);

ga(‘send’, ‘pageview’);

 

</script>

Or…

<script type=”text/javascript”>

 

var _gaq = _gaq || [];

_gaq.push([‘_setAccount’, ‘UA-XXXXXX-X’]);

_gaq.push([‘_setDomainName’, ‘website.com’]);

_gaq.push([‘_trackPageview’]);

 

(function() {

 var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;

 ga.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘http://’) + ‘stats.g.doubleclick.net/dc.js’;

 var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);

})();

 

</script>

The first flavor is Universal Analytics, the second is Classic. It is important to note that just because you select to upgrade in the interface does not mean the code is changed for you. This still must be completed in order to reap the plentiful benefits of Universal Analytics.

Where Do You Want to Be?

So now you know where you are. For those using Classic Google Analytics you have some choices to make. You have some hard truths to face. Things are changing. There are some important facts to understand right away.

Fact #1. All new properties must be Universal properties. No more creating Classic web properties. Google is forcing your hand here.

Fact #2. While the old code method will still continue to send information to Google’s servers, this will eventually be deprecated. So you do not have to change the code right away, but sometime relatively soon you will.

Fact #3. Custom variables will eventually be deprecated as well, so say hello to Custom Dimensions and Metrics. Google has set a timeframe for this one. Custom Variables will still be processed for two years.

Fact #4. All current properties will eventually be auto-migrated to Universal. To see the schedule for this, go here.

Fact #5. All old code libraries will be deprecated. If you are still using Urchin, shame on you, but you have two years to leave the early 2000’s. The JavaScript library for Classic (ga.js) will also be deprecated, again forcing Classic users to migrate to Universal analytics.

Taking all of this into consideration, it is important to think through what you need to do. You need to build a roadmap. This roadmap needs to look at short-, medium-, and long-term states of your analytics. Here I will propose how to answer the question, “Now what?”

Building a Roadmap

Step One: Gather your resources

Everything takes resources. Reading this blog is taking up one of the most precious resources, time. That time costs money. Spending that money on this time keeps you from spending it elsewhere.

It is important to get a firm grasp on the amount of resources (human, technical, financial, etc.) that you will have at your disposal for your migration. This should be appropriate to the scope of the project and the importance of analytics to your organization. And I’m really hoping analytics are important to your organization!

Every team will need several components. First, someone needs to “own” the project. The buck stops with this person. They are responsible for managing the migration through to the end. Second, you need an experienced Google Analytics user/analyst who can migrate the properties with GA and then test to make sure tracking is still working. Finally, you will need the help of your development team or partner organization to implement the new tracking method.

Step Two: Design a Plan

The scale of a Google Analytics implementation can vary widely. They range from one website with a few hundred pages to thousands of websites with millions of pages. Therefore, the complexity of your migration plan will vary according to the complexity of your analytics architecture.

Taking this into consideration, your plan needs to have several parts. First, you need to understand your current implementation. Second, you need to define your desired final state. Finally, you need to map out all the work that must take place to get you from where you are now to where you want to be. Depending on the complexity of your architecture, this could be a simple task taking a few hours, to a complex project consuming an entire team and weeks of work.

Step Three: Put Your Plan into Action and Verify Results

Albert Einstein said “Anyone who has never made a mistake has never tried anything new.” This applies to new analytics implementations quite well. Once you have put your plan into action, you need to do three things: test, test, and test again. The reason we are testing is because mistakes happen. And as complexity grows, the likelihood for mistakes grows as well. So it is vital that the third and final step be testing. Without testing you cannot ensure your data is being collected correctly and accurately.

Step Four: Turn Your Data into Action

If you are not going to make data-driven decisions, everything you have read so far is useless. You may as well do nothing. Data is collected to be used, and specifically it is used to aid in making decisions. Universal Analytics provides new ways of collecting and processing data so that you can make the most informed decisions possible.

So now that you are figuring out what to do now that Universal Analytics is out of beta, I urge you to keep one thought in mind. Am I putting this data to work for me and my organization? If not, perhaps it is time to come up with a plan to do so.

At InfoTrust, we specialize in both migrating organizations to Universal Analytics and helping them glean powerful and actionable insights from the data they collect. Please contact us to dive even deeper into what Universal Analytics can mean for you and your organization.

Contact InfoTrust

Author

  • Alex Yastrebenetsky

    Alex Yastrebenetsky is a founder (and CEO) of InfoTrust. Known as "The Brain" (Pinky and the Brain) around the office, he enjoys traveling with his wife and young children.

Facebook
Twitter
LinkedIn
Email
Originally Published: May 28, 2014

Subscribe To Our Newsletter

October 18, 2023
Originally published on May 28, 2014

Other Articles You Will Enjoy

App Install Attribution in Google Analytics 4: What You Need to Know

App Install Attribution in Google Analytics 4: What You Need to Know

App install attribution in Google Analytics for Firebase (GA4) is a feature that helps you understand how users discover and install your app. It…

6-minute read
Tracking User Behavior with Events in Google Analytics 4: Examples and Use Cases

Tracking User Behavior with Events in Google Analytics 4: Examples and Use Cases

So you’ve created your Google Analytics 4 (GA4) properties, created your data stream(s), and followed all the necessary steps to configure your property. Now…

5-minute read
How to Integrate Google Analytics 4 with BigQuery for Enhanced Data Analysis and Reporting

How to Integrate Google Analytics 4 with BigQuery for Enhanced Data Analysis and Reporting

Has your business found that its reporting needs require advanced analysis of your analytics data beyond what is practical in the Google Analytics 4…

4-minute read
Leveraging Attribution Models in Google Analytics 4 to Improve Your Marketing Strategy: Tips and Best Practices

Leveraging Attribution Models in Google Analytics 4 to Improve Your Marketing Strategy: Tips and Best Practices

In the dynamic landscape of digital marketing, understanding the customer journey is crucial for optimizing strategies and maximizing ROI. Google Analytics 4 (GA4) introduces…

5-minute read
How Data Maturity Can Cultivate a Data-Driven Culture

How Data Maturity Can Cultivate a Data-Driven Culture

Data-driven decisions are a buzz topic in Martech. It is essential for C-suite executives to understand and more importantly, use their data to move…

4-minute read
Deploying Digital Analytics Changes at Scale for CPG and Multi-Brand Organizations

Deploying Digital Analytics Changes at Scale for CPG and Multi-Brand Organizations

The digital analytics industry is going through seismic shifts, and it is important for CPG organizations to stay abreast of the changes and stay…

5-minute read
How Does BigQuery Data Import for Google Analytics 4 Differ from Universal Analytics?

How Does BigQuery Data Import for Google Analytics 4 Differ from Universal Analytics?

All Google Analytics 4 (GA4) property owners can now enable ‌data export to BigQuery and start to utilize the raw event data collected on…

2-minute read
Is It Time to Upgrade? 4 Signs Your Organization Needs Google Analytics 4 360

Is It Time to Upgrade? 4 Signs Your Organization Needs Google Analytics 4 360

As VP of Partnerships at InfoTrust, I’ve had the opportunity to talk with hundreds of decision-makers about their interest in upgrading to Google Analytics…

4-minute read
Predictive Analytics in Google Analytics 4: How to Use Machine Learning to Forecast User Behavior and Outcomes

Predictive Analytics in Google Analytics 4: How to Use Machine Learning to Forecast User Behavior and Outcomes

Google Analytics 4 (GA4) is embracing the power of machine learning by incorporating predictive analytics within the platform so that you can use your…

7-minute read

Get Your Assessment

Thank you! We will be in touch with your results soon.
{{ field.placeholder }}
{{ option.name }}

Talk To Us

Talk To Us

Receive Book Updates

Fill out this form to receive email announcements about Crawl, Walk, Run: Advancing Analytics Maturity with Google Marketing Platform. This includes pre-sale dates, official publishing dates, and more.

Search InfoTrust

Leave Us A Review

Leave a review and let us know how we’re doing. Only actual clients, please.