What is Property ID in Google Analytics?

Cody Schneider8 min read

Finding your Google Analytics Property ID should be simple, but the switch from Universal Analytics to GA4 has made it a common point of confusion. This unique identifier is the crucial link between your website and your analytics reports, and knowing which ID to use and where to find it is essential. This article will show you exactly what a Property ID is, why it matters, and how to find the right one for GA4 in just a few clicks.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

What Exactly Is a Google Analytics Property ID?

Think of the Google Analytics Property ID as the mailing address for your website or app's data. When a user visits your site, the Google Analytics tracking code collects information about their session. That code needs to know exactly where to send this data among the millions of other websites using Google Analytics. The Property ID is that unique address, ensuring all your visitor data gets routed to the correct GA property for collection and analysis.

Every Google Analytics property you create gets its own unique ID. In the past, with Universal Analytics, this ID was easy to spot and always followed a UA-XXXXXXXXX-Y format. With Google Analytics 4, things are a bit different. You now have two key identifiers:

  • Property ID: A simple, numeric ID (e.g., 123456789). This is the true identifier for the property itself and is primarily used in the admin settings or when connecting to Google's APIs.
  • Measurement ID: A more commonly used ID formatted as G-XXXXXXXXXX. This ID is specific to a data stream (like your website or mobile app) that feeds data into your GA4 property.

For most day-to-day tasks, like adding the tracking code to your website, the "Measurement ID" is the one you will use. The terms are often used interchangeably, but it's important to know the G- ID is what actually makes the connection work in your site's code.

Why Your Property ID Is So Important

This identifier isn't just a random string of characters, it's the key that unlocks almost all of Google Analytics' functionality. Without it correctly installed, Google Analytics receives no data. Here are the most common ways it's used:

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Connecting Your Website or App

The primary function of the Measurement ID (G-XXXXXXXXXX) is to link your website to your GA4 property via the tracking script. This small snippet of JavaScript, often called the Google Tag (gtag.js), is placed in your website’s code. When a user lands on your site, this tag fires and sends data to the Measurement ID specified within it.

The tracking snippet looks something like this, with your Measurement ID included:

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

  gtag('config', 'G-XXXXXXXXXX'),
</script>

Integrating with Third-Party Tools

Your data doesn't live in a silo. The Property or Measurement ID is what allows other marketing and business tools to access your Google Analytics data, enabling more powerful insights and reporting.

Common integrations include:

  • Google Ads: Connecting GA4 to Google Ads with your Property ID lets you import conversions, create remarketing audiences based on user behavior on your site, and see a more complete view of your ad performance.
  • Google Search Console: Linking your accounts helps you understand which search queries are driving traffic to your site and how those users behave once they arrive.
  • CMS and Website Builders: Platforms like WordPress, Shopify, and Webflow often have plugins or built-in fields where you simply paste your Measurement ID to install analytics tracking without touching any code.
  • CRM Platforms: Tools like HubSpot or Salesforce can integrate with GA to enrich customer profiles with website activity, helping sales teams understand what content a lead has consumed.
  • Reporting Dashboards: When you connect Google Analytics to tools like Looker Studio or Power BI, you need to specify the GA4 property you want to pull data from, sometimes using the numeric Property ID.

API & Developer Access

For more advanced users or developer teams, the numeric Property ID is essential for working with the Google Analytics Data API. If you want to build custom reports, automate data extraction, or pipe your metrics into an internal data warehouse, the API requires the Property ID to know which dataset you want to query.

The Big Change: Classic UA IDs vs. New GA4 IDs

Much of the current confusion around finding a "Property ID" stems from Google’s wholesale shift away from Universal Analytics (UA). UA was fully sunset on July 1, 2023, but its legacy - and its ID format - still exists in online tutorials, old marketing reports, and outdated plugin settings.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

The Old Format: Universal Analytics Tracking ID (UA-)

For over a decade, the standard analytics ID was the Universal Analytics "Tracking ID." It was easily recognizable and followed a consistent format: UA-XXXXXXXXX-Y.

  • UA: This just meant "Universal Analytics."
  • XXXXXXXXX: This block of digits represented your overall Account ID.
  • Y: This final digit represented the specific Property ID within that account. An account could contain multiple properties, like UA-12345678-1 for a website and UA-12345678-2 for a mobile app.

If you see a guide telling you to find your UA- code, that guide is outdated. This format will not work for any new Google Analytics 4 properties.

The New Format: GA4 Measurement ID (G-) and Property ID

GA4 abandoned the UA- format and introduced a new, event-based data model. Along with this organizational shift came two new IDs for each property you create.

GA4 Measurement ID

This is the ID you'll use 99% of the time. The Measurement ID begins with "G-" followed by a string of letters and numbers (e.g., G-1A2B3C4D5E).

Crucially, this ID is associated with a Data Stream. A data stream is simply a source of data that feeds into your GA4 Property. You can have multiple data streams for a single property, such as:

  • One data stream for your website (with its own G- ID).
  • One data stream for your iOS app.
  • One data stream for your Android app.

This structure allows you to analyze user journeys across platforms within one single GA4 property. For most businesses, you will only have one data stream: your website.

GA4 Numeric Property ID

Behind the scenes, every GA4 property also has a simple numeric ID (e.g., 987654321). This is the true unique ID for the property itself, distinct from its data streams. You rarely need this for setup, but it’s helpful to know it exists, as some advanced reporting tools or API connections may ask for it directly. Think of it as the account number for your property, whereas the G- ID is a specific mailing address.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

How to Find Your GA4 IDs Step-by-Step

Getting your hands on these IDs takes less than a minute. Here is exactly where to find both your primary Measurement ID (G-) and your Numeric Property ID in the GA4 admin panel.

Finding Your Measurement ID (G-XXXXXXXXXX)

This is the ID you need for third-party integrations and for adding the GA tracking tag to your website.

  1. Log in to your Google Analytics account.
  2. Click the Admin icon (a small gear) in the bottom-left corner of the screen.
  3. The admin screen is divided into two columns: Account and Property. Make sure the correct GA4 account and property are selected in the dropdown menus at the top.
  4. In the Property column, look under "Data collection and modification" and click on Data Streams.
  5. You will see a list of your data streams. For a website, you will likely only have one. Click on it.
  6. A detailed screen for your data stream will appear. In the top-right corner, you will see your Measurement ID, starting with "G-". There is a handy copy icon right next to it.

That's it! This G- ID is what you'll paste into your Shopify settings, WordPress plugin, or Google Tag Manager configuration to start collecting data.

Finding Your Numeric Property ID

Less frequently needed but still good to know, you can find your numeric Property ID just as easily.

  1. Click the Admin icon (the gear) in the bottom-left corner.
  2. Once again, ensure you have the correct account and property selected.
  3. In the Property column, click on Property Settings.
  4. The number displayed at the top right of this screen, labeled Property ID, is your numeric ID.

This is the ID you might need for connecting certain enterprise analytics platforms or for interacting directly with the Google Analytics API.

Final Thoughts

Your Google Analytics Property ID - and more specifically, your G- Measurement ID for GA4 - is the linchpin of your data collection. Understanding its role and knowing exactly where to find it frees you up to move on to the more important work of analyzing your data and finding actionable insights to grow your business.

Connecting data sources like Google Analytics is the first step in unlocking insights, but it's often followed by hours of manual work pulling that data into reports. Before you know it, your week is spent jumping between your ads platform, CRM, and analytics dashboard just to stitch together a clear picture. Here at Graphed, we've built a pain-free way to unify your data. Just connect your apps like Google Analytics, Shopify, or Facebook Ads one time, and then you can ask for dashboards and reports in plain English. We built Graphed to do the heavy lifting, so you can go from data connection to meaningful insight in seconds, not hours.

Related Articles