How to Create a New Google Analytics 4 Property

Cody Schneider8 min read

Setting up a Google Analytics 4 property is the foundational step toward understanding your website's performance and your customers' behavior. Whether you're launching a new site or finally migrating from an old Universal Analytics account, this guide provides a clear, step-by-step walkthrough. We'll cover everything from the initial click to post-setup configurations, ensuring your data collection starts on the right foot.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

What is a GA4 Property (and Why Do You Need It)?

Google Analytics 4, or GA4, is the latest version of Google's powerful analytics platform. It represents a significant shift from its predecessor, Universal Analytics (UA), which officially stopped processing data in July 2023. If you were using UA, setting up a new GA4 property isn't just recommended - it's necessary.

The biggest change is how GA4 measures user interactions. While UA was built around "sessions" and "pageviews," GA4 uses a more flexible, event-based model. Think of an "event" as any distinct user action: a page view, a button click, a form submission, a video play, or a purchase. This approach gives you a much more complete and user-centric view of the customer journey, especially as people switch between devices and platforms.

In short, a GA4 property is your dedicated space for collecting and analyzing this event-based data from your website and/or mobile apps.

Before You Begin: A Quick Checklist

To make this process as smooth as possible, have these two things ready before you start:

  • A Google Account: You'll need a standard Google account (like your Gmail) to access Google Analytics.
  • Access to Your Website's Backend: You’ll need to add a small snippet of code to your website, so you'll require administrator-level access to your website's content management system (CMS) like WordPress, Shopify, Squarespace, or access to the site's source code.

Got those ready? Let's begin.

Step-by-Step Guide to Creating a New GA4 Property

Follow these steps carefully to create your property and get it connected to your website.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Step 1: Go to the Google Analytics Website

First, navigate to the Google Analytics homepage and sign in with your Google account. If you've never used Google Analytics before, you'll be prompted to create your first account. If you have an existing account (even an old UA one), you'll land on your dashboard.

Step 2: Navigate to the Admin Section

In the bottom-left corner of the screen, you will see a gear icon labeled Admin. Click on it. This is the central hub for all your settings.

Step 3: Create The New Property

The Admin screen is divided into two main columns: Account and Property.

  • An Account is the highest level of organization, like a folder for your entire business. Your company might have one Account.
  • A Property lives inside an Account and represents a single website or app. Your business might have multiple properties if you operate multiple websites.

Under the "Property" column, click the blue button that says + Create Property. Even if this is your first time, you'll likely have a default account created for you, so creating a property is the next logical step.

Step 4: Enter Your Property Details

This screen asks for some basic information about your property. It's important to get this right, as it affects how your data is reported.

  • Property name: Give your property a clear and recognizable name. "My Business Website - GA4" is a good format.
  • Reporting time zone: Select the time zone where your business is primarily based. This ensures that your daily reports align with your actual business days.
  • Currency: Choose the currency you use for your business. This is crucial for tracking revenue and e-commerce data accurately.

Once you've filled that out, click Next.

Step 5: Provide Your Business Information

The next screen asks for details about your business, including your industry category and the size of your business (measured by employee count). This info is optional but helps Google provide you with benchmarking data and customize your reporting interface.

Make your selections and click Next.

Step 6: Set Your Business Objectives

Here, GA4 asks what you hope to achieve with Analytics. You'll see options like "Generate leads," "Drive online sales," "Raise brand awareness," etc. Selecting these objectives helps GA4 tailor the default set of reports it shows you on your dashboard.

For example, if you select "Drive online sales," GA4 will automatically prioritize e-commerce reports for you. Don't worry about getting it perfect, you're not locked into these choices, and you can always access every report, regardless of what you pick here. Choose the ones that best align with your goals and click Create.

After accepting the Terms of Service, your property is officially created. The next crucial step is to connect it to your website.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Getting Data: Setting Up Your First Data Stream

Your GA4 property is now an empty container. To start filling it with data, you need to set up a Data Stream. Think of a data stream as the pipeline that sends information from your website (or app) into your GA4 property. You can create separate data streams for your website, iOS app, and Android app.

You should automatically be taken to the "Data Streams" setup screen. If not, go to Admin -> Under the Property column click Data Streams.

Let's set up a website stream:

  1. Click on the Web button.
  2. Enter your website’s URL and give the stream a name (e.g., "Main Website Stream").
  3. Ensure that 'Enhanced measurement' is toggled on. This powerful feature automatically tracks common events like pageviews, scrolls, outbound clicks, site search, and file downloads without requiring any additional code.
  4. Click Create stream.

Installing the GA4 Tag On Your Website

Once you create your web stream, a panel will appear with your Measurement ID (e.g., G-XYZ123ABC) and instructions on installing it. You have two primary options here:

1. Install with a Website Builder or CMS (The Easy Way)

Most modern platforms have built-in integrations for GA4.

  • WordPress: Using a plugin like Google's Site Kit, RankMath, or MonsterInsights is the simplest method. Simply install the plugin, follow the setup prompts, and paste your Measurement ID where asked.
  • Shopify: Shopify has a native Google app. Install and configure it with your Google account, and it will automatically add the appropriate GA4 tracking code.
  • Squarespace or Wix: These platforms have a dedicated field in your Analytics/Marketing settings where you can simply paste your GA4 Measurement ID.

2. Install Manually With the Global Site Tag (gtag.js)

If your website doesn't have an easy integration, or if you're comfortable with code, you can install it manually. In your GA4 interface, look for the "Install Manually" tab under the Installation Instructions section. GA4 will provide you with a small snippet of JavaScript that looks like this:

<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYZ123ABC"></script>
<script>
  window.dataLayer = window.dataLayer || [],
  function gtag(){dataLayer.push(arguments),},
  gtag('js', new Date()),
  gtag('config', 'G-XYZ123ABC'),
</script>

You'll need to copy this entire snippet and paste it immediately after the <head> tag on every page of your website. If you have a general header template in your CMS, placing it there is usually the easiest approach.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Verifying That It's Working

Once you've added the tag, you will want to make sure GA4 is receiving data correctly. The best way to do this is with the Real-time report.

  • Go to Reports (the Chart icon on the left navigation).
  • Click on Real-time.
  • Now, open your website in a different browser window or on your phone.
  • You should see yourself appear as an active user in the Real-time report within a minute or two. If you do, congratulations - it’s working!

Be patient. While the Real-time report shows activity instantly, your standard reports like the Traffic Acquisition report, can take up to 24 hours to start populating fully.

Next Steps: Essential Post-Setup Configurations

Creating your property is a fantastic start. To get the most out of it, here are a few quick settings you should check immediately:

  • Increase Your Data Retention: By default, GA4 only stores granular user-level data for two months. You should absolutely change this. Go to Admin › Data Settings › Data Retention and change the dropdown from “2 months” to “14 months” and save.
  • Link Other Google Products: For deeper insights, connect GA4 to your other tools. In the Admin section, you'll see options to link Google Ads, Search Console, and BigQuery. Linking Search Console is a must-do as it brings your organic keyword data directly into GA4.

Final Thoughts

You've now successfully navigated the process of creating a new GA4 property, setting up a data stream, installing the tracking code, and verifying your data collection. This is the critical foundation for any meaningful website analysis and the key to understanding how users interact with your content.

Of course, getting data into GA4 is just the first half of the battle. The real challenge is turning that data into clear, actionable insights without spending hours lost in the GA4 interface or wrangling data in spreadsheets. We built Graphed precisely to solve that problem. Instead of manually building reports, you can connect your new GA4 property and simply ask for insights such as “show me a bar chart of the top referring websites from last month,” and receive live, interactive dashboards in seconds. You can give it a try for free at Graphed.

Related Articles

How to Enable Data Analysis in Excel

Enable Excel's hidden data analysis tools with our step-by-step guide. Uncover trends, make forecasts, and turn raw numbers into actionable insights today!