How to Create a Google Analytics 4 Account

Cody Schneider9 min read

Setting up Google Analytics 4 feels intimidating, but it's a straightforward process that unlocks a powerful view of how users interact with your website. This guide will walk you through every step of creating a new GA4 account and getting it connected to your site, from start to finish. We'll cover creating your account, setting up your first data stream, and installing the tracking code.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

First, What Is GA4 Exactly?

Google Analytics 4 is the latest version of Google's web analytics platform. It's a complete redesign from its predecessor, Universal Analytics (UA). If you used Google Analytics before 2020, you were using UA. July 1, 2023, was the cutoff date when Universal Analytics properties stopped processing new data, making a complete switch to GA4 necessary.

The biggest change is how GA4 measures activity. Universal Analytics was session-based, meaning it grouped user interactions within a specific timeframe (a session). GA4 is event-based, treating every single user interaction - from a page view to a button click or a video play - as a distinct event. This new model provides a more flexible and accurate picture of the user journey, especially across different devices like a desktop and a mobile app.

Key advantages of GA4 include:

  • Unified Cross-Device Tracking: It's designed to track users seamlessly across websites and apps, giving you a complete view of their behavior.
  • Privacy-Centric by Design: GA4 offers more control over data privacy, with features like IP anonymization enabled by default and shorter data retention periods.
  • Smarter Insights with AI: It uses machine learning to generate predictive metrics, like the probability of a user purchasing or churning, helping you act on trends before they happen.

Before You Begin: A Quick Checklist

Creating your GA4 account is quick, but you’ll need a couple of things ready to go to complete the setup process smoothly. Make sure you have:

  • A Google Account: You need a Google account (like a Gmail address) to sign up for Google Analytics. If you're managing analytics for a business, it’s best to use your professional business email associated with a Google account.
  • Access to Your Website's Backend: To finish the setup, you'll need to add a small snippet of code or a tracking ID to your website. This means you need administrative access to your website's content management system (like WordPress, Shopify, Squarespace) or the ability to edit its code directly.

Once you have these two things, you're ready to get started.

Step-by-Step: Creating a New GA4 Account

Follow these steps to create your new Google Analytics account and property from scratch. This entire process should only take about 10-15 minutes.

Step 1: Go to Google Analytics and Start Setup

First, navigate to the Google Analytics homepage. If you're logged into your Google account but have never created an Analytics account, you'll see a welcoming screen. Click the blue "Start measuring" button to begin.

If you've used Google Analytics before and are logged in, you'll be taken to your existing dashboard. In that case, navigate to the "Admin" section by clicking the gear icon in the bottom-left corner. From there, click the "+ Create Account" button.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Step 2: Enter Your Account Details

Next, you’ll start with the "Account Setup." An account is the highest organizational level in Google Analytics. Typically, you create one account per business or organization.

Simply enter an "Account name." For most users, this will be your company's name or your personal brand's name (e.g., "WebPro Marketing" or "Jane Doe's Blog").

Below that, you'll see "Account Data Sharing Settings." These settings control how your anonymous account data is shared with Google to improve their products and offer you better support. It’s generally fine to leave these checked. Click "Next."

Step 3: Create Your GA4 Property

Now it's time to set up your property. A property lives inside your account and represents your website, your app, or both. You might have multiple properties under one account if you have several websites for your brand and a separate site for a side project.

Here’s what you need to fill in:

  • Property name: Enter a name for the property. A good practice is to use your website's domain, like "myawesomebrand.com".
  • Reporting time zone: Select the time zone you operate in. This is important because it dictates the daily boundary for your reports. Choosing the wrong one can skew your "today vs. yesterday" data.
  • Currency: Select the currency your business uses (e.g., U.S. Dollar). This is used for all ecommerce and revenue reporting.

Once filled out, click "Next."

Step 4: Provide Your Business Information

Google asks for a bit of information about your business to tailor your experience and offer benchmarking data. Select a relevant "Industry category," your "Business size" (number of employees), and check the boxes that align with how you plan to use Google Analytics.

This information doesn't lock you into any features, it just helps Google understand what dashboards might be most relevant to you. After making your selections, click "Create."

A "Google Analytics Terms of Service Agreement" pop-up will appear. You'll need to check the box to accept the terms for your region and then click "I Accept" to finalize the creation of your account and property.

Setting Up Your Website Data Stream

With your account and property created, you’re almost there! The next crucial step is to create a "Data Stream." A data stream is the source of data that feeds information into your property. For most users, this will be your website.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Step 1: Choose Your Platform

After accepting the terms, you'll land on the "Data Streams" setup page. You’ll be prompted to choose a platform to start collecting data. You have three options:

  • Web: For a website.
  • Android app: For a native Android mobile app.
  • iOS app: For a native iOS mobile app.

Since we're setting this up for a website, click on "Web."

Step 2: Configure Your Web Stream

A "Set up your web stream" pane will appear on the right side of your screen. Here's what you'll enter:

  • Website URL: Enter the full address of your website (e.g., www.myawesomebrand.com). Make sure to select https:// if your site is secure.
  • Stream name: Give your stream a descriptive name. By default, it uses your website URL, which is perfectly fine.

You'll also see a section called "Enhanced measurement." Keep this switched on. This is one of GA4’s best features, as it automatically tracks several important events out of the box without any extra setup. These events include page views, scrolls (when a user scrolls 90% of the page), outbound link clicks, site search, video engagement, and file downloads.

Once you’re done, click the "Create stream" button.

Adding the GA4 Tracking Tag to Your Website

Your account, property, and data stream are now set up. The final step is to connect your site to GA4 by adding its unique tracking tag. When you create your stream, you'll land on a "Web stream details" page. At the top right, you'll see your "MEASUREMENT ID," which will look something like G-XXXXXXXXXX.

This ID is all you need for most plugin-based installations. Below, under "Installation instructions," you'll find different methods to install your tag.

Method 1: Use a CMS Plugin or Website Builder (The Easiest Route)

Most popular website platforms have dedicated fields or official plugins that make this process incredibly easy. All you need is your Measurement ID (G-...).

  • For WordPress: Install a plugin like MonsterInsights or GA Google Analytics. In the plugin's settings, you'll find a field where you can paste your Measurement ID. Alternatively, some themes have a built-in field under "Theme Options" for tracking codes.
  • For Shopify: Navigate to Online Store > Preferences. You'll find a "Google Analytics" section. Simply paste your Measurement ID here.
  • For Squarespace: Go to Settings > Advanced > External API Keys. Paste your Measurement ID into the "Google Analytics" field.

Using these built-in integrations is the cleanest and safest way for beginners.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Method 2: Use Google Tag Manager (The Scalable Route)

Google Tag Manager (GTM) is a free tool that lets you manage all your marketing and analytics snippets from one place without having to edit your website's code repeatedly. It's the recommended method if you plan to use multiple tracking tools.

  1. Inside your GTM account, create a new tag and select "Google Analytics: GA4 Configuration."
  2. Paste your GA4 Measurement ID into the corresponding field.
  3. Set the tag to fire on all pages by choosing the "All Pages" trigger.
  4. Save, preview to test it, and then publish your container.

This one-time setup makes it easy to add future GA4 event tracking tags without ever touching your site's code again.

Method 3: Manually Add the Global Site Tag (gtag.js)

This method involves editing your website’s code directly. On the "Installation instructions" page in GA4, you'll find a tab named "Install manually." This provides a JavaScript snippet.

Copy this entire code snippet. Then, paste it immediately after the opening <head> tag on every single page of your website. If you're using a WordPress theme, a good place to paste this is in your theme's header.php file.

Verification: Is My GA4 Account Working?

After installing the tag, you'll want to confirm that Google Analytics is successfully receiving data. It can take up to 48 hours for data to fully populate in standard reports, but you can check in real-time almost instantly.

In your GA4 property, navigate to Reports > Realtime in the left-hand navigation menu. Then, in a new browser tab or on your phone, visit your website. Within a minute or two, you should see yourself pop up as a user on the map and in the card labeled "Users in last 30 minutes."

If you see your activity, congratulations! Your GA4 account is set up and collecting data correctly.

Final Thoughts

Setting up a Google Analytics 4 account is an essential first step toward understanding your audience and growing your online presence. By following the steps to create your account, configure a data stream, and install the tracking tag, you have officially established your foundation for data-driven decision-making.

While GA4 is great at collecting mountains of data, turning it into clear, simple answers can be another challenge. We built Graphed to bridge that gap. You connect your data sources like Google Analytics, and instead of digging through reports, you just ask our AI questions like "which blog posts brought in the most new users this month?" and get dashboards and insights instantly. It lets you focus on the meaning behind your data, not just the numbers.

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!