Learn How to Customize a Visitor Report with User Defined Data in Google Analytics

Learn How to Customize a Visitor Report with User Defined Data in Google Analytics
Page content

The User Defined report can be accessed by clicking Visitors and then User Defined. When you first open your account nothing will be in this report because you will need to define what variables you want tracked through the report. This will walk you through the information you can include in the report, and provide an overview of how to define these variables for tracking in the report.

What this will do for you is give you an extra bit of control over the information you are receiving about your site. Though many of us have the same general goals and uses for the information presented in Analytics, certain projects and situations mandate more information, or certain aspects of the information to be more closely monitored with greater detail. This feature is here for you to utilize in a manner to help you where the presets may be lacking for you.

Your Options for Data Tracking

All you need is a snippet of javascript code to track the information you want. Your code will look something like this:

In this script, you are using the _utmSetVar code to name the variable that you want to track. What you see inisde the parentheses and single quotation marks is what you choose.

For example, let’s segment and track visitors by job title. When your form asks your users to submit their job function, you should have the above code for each job title that you allow as a choice in the form. This way Google will know to track the variables independently.

You can also track visitors by the links they click with a code that looks something like this:

Click here

A third option is to track visitors by the pages they visit in a certain section, with a code that look something like this:

Making the Report Work

This leaves us with two questions. Where do you put the code, and what do you want to track? All you need to do is place your codes in with the rest of your Web site code. That’s the easy part. Deciding what to track, however, is not so easy as the majority of it will be determined by your specific business and your goals. You should use the User Defined report to find out more specifics about your audience to see how well you are doing with your target market.

This post is part of the series: Learn More about your Visitors with Google Analytics

This series takes a detailed look at the reports offered in the Visitors tab in Google Analytics. Learn about all the reports, what they track, and how you can use them to improve your site.

  1. Google Analytics: Learn More about your Visitors
  2. Google Analytics Reports: Benchmarking
  3. Google Analytics Reports: Map Overlay
  4. Google Analytics Reports: New Vs. Returning Vistors
  5. Google Analytics Reports: Languages
  6. Google Analytics Reports: Visitor Trending
  7. Google Analytics Reports: Visitor Loyalty
  8. Google Analytics Reports: Browser Capabilities
  9. Google Analytics Reports: Network Properties
  10. Google Analytics Reports: User Defined