onfiguring-google-analytics-setup-header

Configuring Google Analytics: Quick Start Guide to Google Analytics Setup

Intro to Google Analytics Quick Start Configuration Guide

Congrats, you have Google Analytics installed like the rest of the world.

But the question is: is your Google Analytics configured correctly?

Before diving too far into your Google Analytics dashboard, make sure you have everything set up right.

After all, web analytics rely on having complete and accurate data in the first place.

To get the most relevant insights from Google Analytics, you need to make some basic but important changes.

This Google Analytics Quick Start Configuration Guide will help ensure you are pulling in accurate data from Google Analytics and you are not missing out on any relevant data that’s available.

Many essential Google Analytics settings that are almost universally recommended are actually not enabled by default.

Don’t forget Google Analytics cannot process any data retroactively. 

It is important to set these up ASAP to get the data flowing that otherwise wouldn’t. If you wait a month until you “get around to it,” well…that is one month of data lost. Precious, precious data gone forever!

OK, so assuming you have GA rocking and rolling, let’s get started…

How to set up Google Analytics


Step 1: Head to the Admin section of Google Analytics

Configuration settings are found in the admin section of Google Analytics (gear icon).

google-analytics-admin-screen

The Admin screen of Google Analytics

I know there is A LOT going on in the Admin section. Much more than the settings section of a typical SaaS tool. Try not to get overwhelmed and glaze over all of it. Take it step by step. We’ll start you off with a few of the important settings to address from the jump.

There are three columns in the admin screen: Account, Property, and View.

google-analytics-heirarchy

Typically a property is a website and a view is a subset of that website's data


Step 2: Create your three views

First, we'll set up 3 views: a main view, a test view, and one for raw data.

  • Main view is the view you will be analyzing in day to day customized to your liking
  • Test view is a copy of your main view for testing any major changes before going live in the main view
  • Raw data view doesn’t filter anything out so you always have a view with all the data (This is important as you might accidentally filter something out of the main view so this is your safety data set)

Step 3: Create Raw Data view

Let's start with the Raw Data view as that is the easiest one to set up. 

In Admin > View click the drop down under “View” and select “create new view.” Name it “Raw Data” and make no further changes (besides time zone). The whole point is you want one view collecting all data without filtering anything out to prevent data loss. Any data you filter out of your other views is gone forever so a raw data view is a safety mechanism.

google-analytics-create-new-view

Create a new view using the drop down menu at the top of the View column

google-analytics-raw-data-view

Your Raw Data view is an unfiltered source of data that acts as a security mechanism against data loss

Step 4: Create Main View

Just like above, in Admin > View click the drop down under “View” and select “create new view.”

Name this view "Main view" and update the time zone. All changes below will be applied to this Main View. Remember we want to leave the Raw Data view alone.

Step 5: Set up Filters to exclude internal traffic

Go to the first column: Account

You will want to create your filters in the Account section The advantage of creating filters at the Account level (you can also set them up under View) is you can then apply the same filter to one or many views. This saves time and effort rather than creating the same filters multiple times in each view it’s needed in.

google-analytics-account-filter

It's best to add new filters in the Account section so you can apply them to more than one view if necessary

Filter out internal traffic

You don’t want you and your internal team’s activity counting as users and pageviews in your analytics. Create a filter to exclude any traffic from your internal IP.

  • To find your IP, first Google “What’s my IP?” or go to fetchip.com and it will pop up
  • Under account, click All Filters, then “+ Filter” red button
  • Name filter something like “Exclude Internal IP - Home Office”
  • In the drop downs, select “Exclude”, “Traffic from the IP Addresses” and “that contain”
  • Then add your IP in the IP Address field
  • Apply it to your Main view view and save
google-analytics-new-filter-exclude-ip

Exclude any internal IP addresses from affecting your traffic numbers

Check that filter is working

You can see if the filter is working correctly by visiting a page on your website and then checking the real-time report. You should not see any activity in your Main View Real-time dashboard from your current, internal session because internal traffic is now filtered out.

Note: you may want to exclude the IPs of other common locations as well. For example, if you or your team works frequently at a local coffee shop, consider excluding that IP.

Step 6: Enable Demographic Information

Go to the second column, Property

Configure Property Settings

Under “Property settings”

  • Turn On “Enable Demographics and Interest Reports” to get valuable demographic information about your visitors. This information will appear in the audience section
google-analytics-property-settings

Enable Demographics, Link Attribution, and Users Metrics all in the Property Settings

Step 7: Enable User Metric and Enhanced Link Attribution

  • Turn On “Enable Users Metrics in Reporting” to add user statistics to reports instead of just sessions
  • Turn On “Use enhanced link attribution” for two reasons

Step 8: Give team members access

Under “User Management” you can add any users and set their access permissions

google-analytics-user-permissions

Step 9: Enable Adverting Features

 Go on line down to “Tracking Info” > “Data Collection”

  • Toggle on “Remarketing” which will let you target ads to users who visited your site. The sooner you enable this, the sooner your remarketing audience starts to build (and the larger it will be).
  • Even if you don’t plan to advertise, turn on “Advertising Reports Features” which you need to get the detailed demographic information GA offers (this is related to the above demographic setting we turned on).
google-analytics-data-collection

Under data collection, turn on Remarketing and Advertising Features

Step 10: (Optional) Integrate Ad Accounts

If you are not advertising with Google currently, you can skip this step.

Next, under “Product Linking” add your AdWords, Adsense, and Ad Exchange accounts if you use those services.

Step 11: Block Bots and Spam Traffic

Go to the third column, View

Filter out Bots

Under View Settings > Bot Filtering, check “Exclude all hits from known bots and spiders” to remove any traffic hits from automated bots and spiders that crawl your site. Bots crawl your site for various reasons like product comparison tools or search engines. Your pageviews will be overinflated if you don’t enable this option. Better to do now rather than finding down the road your (real human) traffic is much less than you thought!

google-analytics-bots-spiders

To get the most accurate visitors numbers, make sure to filter out bots and spiders

Step 12: Track your Site Searches

Under View Settings > Site Search Settings, turn on “Site search Tracking”

This will capture all the keyword searches visitors conduct on your site via the search box. This is great information to find out what people are looking for and expecting from your site.

Also, strip out the “query parameters.” This is simply a letter or phrase that appears in the url of a search that you don’t need in reports. For example, I strip out ‘s’ which is the search query parameter from my WordPress site:

https://www.martechwiz.com/?s=analytics

google-analytics-site-search

Step 13: Create your first goal

Goals are the basis of the all-important Conversion section. Let’s add a basic goal so you can at least start populating statistics in that section and see how it functions.

Under Goals, create a goal for sessions consisting of 4+ pageviews:

  • Click “+ New Goal”
  • Choose Goal Setup > Custom
  • Name Goal “Engaged Users”
  • Select Type: “Pages/Screens per session”
  • Enter Greater than “3” and save
google-analytics-pages-goal

One common goal to implement is a certain Pages per session number

google-analytics-goal-options

There are four categories of goals: Destination, Duration, Pages per session, and Event

Now you will be able to see conversion rate and other conversion metrics which are crucial to GA. Of course, you don’t want to stop here. Also add other relevant goals as soon as you can to start collecting conversion data.

Other common conversion goals are a new e-commerce purchase or a new email subscriber.

There are 4 main types of goals to add:

  • Destination: reaching a certain page, like the thank you page of a form submission
  • Duration: spending a certain amount of time on your site
  • Pages/Screens per session: visiting a certain number of pages during a session
  • Event: completing a non-page user interaction like a video play (requires event tracking)
google-analytics-goal-options

There are four categories of goals: Destination, Duration, Pages per session, and Event

Step 14: Create some Custom Alerts

You really don’t want your tracking code to malfunction or your site to go down. Maybe worse, is not knowing these have happened! By setting up a custom alert, you can track and catch many things including sharp traffic drops, a potential symptom of Google Analytics (or your site) not working properly.

Under Custom Alerts, add two custom alerts. One alert will be for a traffic spike and another one for a traffic drop. This will alert you of any major changes in traffic so you can respond appropriately

  • Under View > Custom Alerts, click “+ New Alert”
  • Make sure to click “Send me an email when this alert triggers”
  • Under Alert Conditions (for our traffic drop alert example)
    • For this applies to, select “All Traffic”
    • For Alert Me When, select “Sessions”
    • For Condition, select “% Decreases by more than”
    • For Value, enter “33%” or whatever value is appropriate for your site
    • Keep Compared to at “Same day in previous week”
    • Save

Next, create a similar alert for Traffic Spike (same process just change condition to decrease instead of increase).

google-analytics-custom-alerts

You can set up Custom Alerts in the View section

Step 15: Create Test View

Lastly, we are going to create a test view which is a view we can test any changes before making them live in the main view. This view should simply be a replica of you main view.

So in the Main View under Admin > View > View Settings > Copy View name the view "Test View" and Click "Copy View" Voila you now have a test view identical to your Main view! 

Summary of Google Analytics Quick Start Configuration Guide

There are many other important configurations, settings, and integrations in Google Analytics but these are a good start for a new Google Analytics account!

We hope you enjoyed this Google Analytics Tutorial on how to set up and configure a new Google Analytics Account.

As a next step into some more intermediate concepts, check out our on-demand webinar: Conquering Google Analytics.

Leave a Comment