What is Property Creation in Google Analytics?

Cody Schneider8 min read

Creating a Google Analytics property is the first real step toward understanding what visitors do on your website or app. Without it, you’re just guessing. This guide will walk you through exactly what a property is, why it's essential, and how to create one step-by-step in Google Analytics 4.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

Understanding the Google Analytics Hierarchy

Before you create anything, it helps to understand how Google Analytics is organized. The structure is simple and has three main levels:

  • Account: This is the highest level, the main folder for your entire business. You might have just one account for your company.
  • Property: This lives inside your account. A property is the container for the data from your website or app. Most businesses will have one property for each website they want to track.
  • Data Stream: This lives inside your property. A data stream is the specific source of data - like your website, your iOS app, or your Android app - that feeds information into your property.

Think of it like this: your company is the Account. Your company's main website (e.g., yourbrand.com) is the Property. The flow of data coming specifically from that website is the Data Stream. Getting this structure right from the start makes managing your analytics much simpler down the road.

What Exactly Is a GA4 Property?

A Google Analytics 4 property is the central hub where all data from your website or app is collected and processed. It's where you'll find all your reports, configure your settings, and analyze user behavior. Every unique tracking ID (your "G-" Measurement ID) is tied to a specific property.

In older versions of Google Analytics (called Universal Analytics, or UA), you had different types of properties for websites and for mobile apps. GA4 simplified this. Now, you create a single property, and within that property, you can set up multiple data streams - one for your website, one for your iOS app, and one for your Android app if you have them. This allows you to see the complete customer journey across different platforms in one unified place.

Crucially, the property is also where you control key settings that affect all your data, including:

  • Data Retention: How long Google Analytics stores your user- and event-level data.
  • Timezone and Currency: Ensures your reports reflect your business's local time and currency.
  • Attribution Settings: Determines how credit for conversions is assigned to different marketing channels.
  • Channel Groupings: Defines how you group different traffic sources in your reports (e.g., Organic Search, Paid Social).

Free PDF · the crash course

AI Agents for Marketing Crash Course

Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.

Why Would You Need to Create a Property?

There are a few common scenarios where you'll find yourself creating a new GA4 property.

1. You’re A New Google Analytics User

If you're brand new to GA, this is the very first thing you’ll do after creating your account. You can't track anything without a property. This is your foundation for collecting all future website or app data.

2. You Have a New Website or App

Let's say your business already has a main corporate website with its own GA4 property. If you decide to launch a completely separate e-commerce store on a new domain, you should create a new property for it. Mixing data from two fundamentally different websites in one property is a recipe for confusion. Keeping them separate gives you a clean view of each site's performance.

3. You Want to Separate a Subdomain or Subdirectory

In some cases, a section of your website might function so differently that it warrants its own tracking. For example, if you have a blog at blog.yourcompany.com and a help center at support.yourcompany.com, you might want to create separate properties for each to analyze their audiences and user behavior independently. However, for most simple blogs or subdirectories that are closely integrated with the main site, a single property is usually best.

4. You’re Helping a Client Set Up Analytics

If you're a marketer or a freelancer, you’ll constantly be creating new properties for your clients. Each client should have their own separate GA account, and within that account, you'll create a property for each of their digital assets.

How to Create a Google Analytics 4 Property: A Step-by-Step Guide

Ready to get started? The process is straightforward and only takes a few minutes. Log in to your Google Analytics account to follow along.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

Step 1: Go to the Admin Section

In the bottom-left corner of the Google Analytics interface, you'll see a gear icon labeled "Admin." Click it to open the administrative settings panel. This is where you manage everything related to your account and property settings.

Step 2: Click "Create Property"

The Admin panel is divided into two columns: "Account" and "Property." In the "Property" column, you’ll see a blue button "+ Create Property." Click this to begin the setup process for your new property.

Step 3: Fill In Your Property Details

Next, you’ll be asked for some basic information about your property. It’s important to get these settings right from the start.

  • Property name: This is for your reference, so make it clear and descriptive. A good convention is to use your website's name, like "MyAwesomeWebsite.com - GA4."
  • Reporting time zone: Select the time zone your business operates in. This ensures that your daily reports align with your business day. For example, if you choose "(GMT-05:00) Eastern Time," the 'day' in your reports will end at midnight, EST.
  • Currency: Choose the currency your business uses. This is especially important if you run an e-commerce site or import ad cost data, as it will be used in your revenue reports.

Once you've filled this out, click "Next."

Step 4: Provide Your Business Information

Google will ask a few optional questions about your business, such as industry category and business size. While you can skip this, answering these questions helps Google tailor your experience and the default reports you see. Then, you'll be asked about your business objectives (e.g., "Generate leads," "Drive online sales"). Select the ones that apply to you and click "Create."

Step 5: Create Your First Data Stream

Your property is now created, but it’s an empty shell. It can't collect any data until you tell it where to collect data from. That's what a data stream is for. You'll be prompted to choose a platform to start collecting data.

  • Click on "Web" if you're tracking a website.
  • Click on "Android app" or "iOS app" if you're tracking a mobile app.

For this example, let's set up a web data stream. You'll need to enter two things:

  1. Website URL: Enter the main URL of your site (e.g., www.myawesomewebsite.com).
  2. Stream name: Give it a descriptive name, like "MyAwesomeWebsite.com Stream."

On this screen, you’ll also see a section called Enhanced measurement. This is a powerful GA4 feature that is enabled by default. It automatically tracks key user interactions without requiring any extra code, including page views, scrolls, outbound link clicks, site search, and video engagement. It’s highly recommended to leave this enabled.

Click "Create stream" when you're done.

Free PDF · the crash course

AI Agents for Marketing Crash Course

Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.

Step 6: Install the Tracking Code

After creating the data stream, you’ll be taken to a page with your "Web stream details." At the top right, you'll see your Measurement ID, which starts with "G-". This is a unique identifier for your data stream.

To start collecting data, you need to add the GA4 tracking code (known as the global site tag or gtag.js) to your website. Google gives you a few ways to do this:

  • Install with a website builder or CMS: If you use a platform like Shopify, Wix, or HubSpot, there are often dedicated plugins or fields where you can simply paste your "G-" Measurement ID.
  • Install manually: This involves copying the gtag.js code snippet Google provides and pasting it into the <head> section of every page on your site. This option is best if you have a custom-built website.
  • Install via Google Tag Manager (Recommended): The most flexible and powerful method is to use Google Tag Manager (GTM). With GTM, you add a GA4 Configuration tag, paste your Measurement ID, and GTM handles the rest. This approach makes it much easier to add other tracking tags in the future without ever having to edit your website's code again.

Once the tracking code is properly installed, data will begin flowing into your new GA4 property. It can sometimes take up to 48 hours for data to start populating your reports, so be patient!

Final Thoughts

Setting up a Google Analytics 4 property is the fundamental step for turning raw data into valuable business insights. By defining your property and connecting it to a data stream, you create the structure needed to measure user behavior and optimize your marketing efforts. This simple process unlocks a world of information about who your visitors are and how they interact with your site.

Once data starts flowing, the next challenge is making sense of it. Instead of wrestling with the complex GA4 interface to build reports from scratch, we’ve created a much simpler way. With Graphed, you can connect your Google Analytics account in seconds and use simple, natural language to create dashboards and get answers. Just ask "Show me my top traffic sources driving sales this month," and our AI data analyst builds the report for you instantly, allowing you to focus on insights, not setup.

Related Articles