How to Add More Sites to Google Analytics

Cody Schneider8 min read

Expanding your digital presence often means you have more than one website to manage, and tracking them all effectively is essential. If you've already set up Google Analytics for your primary site, adding another is a simple process once you understand the platform's structure. This guide will show you exactly how to add new websites to your Google Analytics 4 account, explain when to use a new Property versus just a new Data Stream, and make sure your data is flowing correctly.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

First, Let's Understand the GA4 Structure

Before you click any buttons, it's helpful to know how Google Analytics 4 organizes your data. This structure is different from the old Universal Analytics, and understanding it is the key to setting everything up correctly. Think of it as a hierarchy with three main levels:

  • Account: This is the highest level, representing your entire business or organization. You typically only need one Account.
  • Property: This lives inside your Account and represents a specific business asset, like a single website, a mobile app, or a collection of related assets you want to analyze together. This is where your data from different sources is collected and processed.
  • Data Stream: This sits within a Property and is the actual source where data flows from. For a website, it’s the tracking code (the Gtag) you install. For an app, it’s the SDK. A single Property can have multiple Data Streams (e.g., one for your website, one for your iOS app, and one for your Android app).

In short: Your business has an Account. That Account contains a Property for your brand. That Property collects data from a Data Stream on your website.

When to Create a New Property vs. a New Data Stream

This is the most critical decision you'll make when adding a new site. Getting this right ensures your reports are clean, logical, and easy to interpret. Your choice depends entirely on how the new website relates to your existing one.

Scenario 1: Create a NEW PROPERTY

You should create a brand new Property when the website you're adding is a completely separate and distinct business entity or project. This keeps the data for each site entirely siloed.

Create a new Property if the new website is:

  • For a different brand or business you own.
  • An international version of your site with a different domain (e.g., yourbrand.com vs. yourbrand.co.uk) and you want to analyze them completely separately.
  • A staging or development version of your site that you never want mixing with live production data.
  • A blog or content hub on a separate domain that operates independently from your main commercial site.

The goal here is data separation. You don’t want traffic from your personal travel blog showing up in the reports for your e-commerce pet supply store.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Scenario 2: Add a NEW DATA STREAM to an Existing Property

This option is less common for adding a second website but is the standard for tracking a brand's presence across different platforms. You would add a new Data Stream to an existing GA4 Property when you want to analyze the user journey across multiple touchpoints as a single experience.

Add a new Data Stream if you're tracking:

  • Your primary website (e.g., mycoolbrand.com - Web Data Stream).
  • An iOS app for that same brand (MyCoolBrand App - iOS Data Stream).
  • An Android app for that same brand (MyCoolBrand App - Android Data Stream).

The magic of this approach is that GA4 can stitch together the journey of a user who discovers your brand on the website, later downloads the app, and makes a purchase there. All that data lives in one Property, giving you a holistic view of user behavior.

<em>For 99% of cases when adding a truly "new site" you'll be creating a new Property.</em>

How to Add a New Site to Google Analytics (Step-by-Step)

Now that you know whether you need a new Property or just a Stream, let's walk through the steps inside Google Analytics. We will focus on the most common scenario: adding a completely separate website by creating a new Property.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Creating a Brand New Property

Follow these steps to track a different website in your existing Google Analytics account.

Step 1: Navigate to the Admin Section

Log in to your Google Analytics account. In the bottom left corner of the screen, click on the gear icon labeled Admin.

Step 2: Create a New Property

The admin screen has three columns: Account, Property, and Data Streams. In the second column (Property), you’ll see your existing property selected in a dropdown. Directly beneath that, click the blue button that says + Create Property.

Step 3: Enter Property Details

You’ll now be guided through the property creation process.

  • Property name: Give your property a clear and descriptive name, like "My Lifestyle Blog" or "Client X's Main Website." This is just for your internal reference.
  • Reporting time zone: Select the primary time zone for the business this website represents. This ensures your daily reports align correctly.
  • Currency: Choose a currency used for this business' transactions.

Click Next.

Step 4: Enter Business Details (Optional)

Google will ask for some optional information about your business, such as industry category and business size. This helps them provide more tailored reports and benchmarks for you. Fill this out if you'd like, then click Next.

Step 5: Choose Business Objectives

You can tell Google what you'd like to measure here to get a customized set of reports. A good starting point is usually "Examine user behavior." If it's an eCommerce site, "Drive online sales" can also be chosen. Once satisfied, click Create.

Step 6: Set Up Your Data Stream

This is the final and most important piece. A Property is just an empty container until you create a Data Stream to send data into it. Google should prompt you to "Start Collecting Data," from which you'll want to select a platform:

  • Choose Platform: You will be prompted with "Web," "iOS," and "Android App." Since you are creating a new property for a new site, select Web.
  • Set Up Web Stream: You'll need to add some basic information here. Enter your URL in the field titled "Website URL," then set an easy stream name like "Blog" so you know which site is associated with this stream.
  • All done here? Click "Create Stream".

Step 7: Install Your Google Tag

After you create the stream, a window will pop up with your web stream details, including your Measurement ID. This unique ID (starting with "G–") is how Google knows where to send the tracked data.

Now, we will just install the GTag to activate tracking.

Under "View Tag Instructions" you’ll have a few ways to install the tracking code:

  • Install with a website builder or CMS: Select this if your site runs on a platform like WordPress, Shopify, Squarespace, or Wix. Google provides platform-specific instructions, which often involves simply copying your Measurement ID ("G-...") into a designated field in your website's settings or using a recommended plugin.
  • Install manually: Select this if you have a classic HTML site or a custom solution with access to the head section of your code. You'll paste the entire code snippet directly below the head tag in your site file.

Once you've added the tag on your site, your job in Google Analytics is complete!

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Verifying Your New Site Is Tracking Correctly

Once you've installed the tag, you'll want to ensure it's working. There’s no need to wait 24 hours - you can confirm it instantly in the real-time report:

  • Go to the Realtime report: In your GA left-side navigation, navigate to Reports > Realtime.
  • Visit your site in an open browser and click around on a few different pages.
  • While in the Realtime report, go back to GA’s detail report. You should see activity showing up within minutes confirming that your integration is successful. Look for metrics like "Users by First User Default Channel Grouping," and "Views by Page Title and Screen Class."

If you don’t see activity, troubleshoot. Here are a few common things to check:

  • Cache Issues: Your web browser may be caching an old version without the tracking. Clear your browser cache and try your site's incognito mode.
  • Tracking Code: Double-check that the code was pasted correctly and that it is listed under one of your site properties in GA.
  • Ad Blockers: Some browser extensions and ad blockers will block Analytics tracking scripts. Test disabling them temporarily to see if that is the problem.
  • Wait: Sometimes, it takes just a couple of minutes for data to show up in Realtime, so be patient.

Final Thoughts

Adding a new site to Google Analytics is straightforward once you understand the hierarchy of Account, Property, and Data Stream. By deciding whether to create a wholly new property for complete separation or just a new data stream for aggregated analysis, you can keep your reporting clean and meaningful, which is the first step to turning your data into actionable insights.

Of course, connecting all your web and app data into GA4 is only part of the puzzle. Most sites are managing data across channels like social media, email platforms like Klaviyo, your Salesforce CRM, or HubSpot. Managing it all manually can be a nightmare, having to extract CSV reports and analyze them in different tools. With a platform like Graphed, which elevates data seamlessly, you can automatically pull reporting from each tool, letting you focus on analyzing insights rather than doing manual data aggregation every time. You can see your full picture of performance in one place or freely plan insights to act on. Start free at Graphed.

Related Articles