What Does This Icon Refer to in Google Analytics?

Cody Schneider7 min read

If you've noticed a small orange or yellow triangle icon with an exclamation mark at the top of your Google Analytics 4 reports, you're not alone. This little symbol is your heads-up that GA4 is hiding some of your data. This article will explain exactly what that icon means, why Google applies it, and what you can do to see your complete dataset.

GraphedGraphed

Your AI Data Analyst to Create Live Dashboards

Connect your data sources and let AI build beautiful, real-time dashboards for you in seconds.

Watch Graphed demo video

So, What Does That Icon Really Mean?

That yellow triangle icon signifies that data thresholding has been applied to your report. Next to the icon, you’ll typically see a message that reads, "To protect user privacy, data is thresholded when a small number of users are detected."

In simple terms, Google is programmatically hiding rows of data from your report to prevent you from identifying individual users. It's a privacy measure that kicks in automatically when the number of users within a specific report, date range, or filtered segment is too low. Google is concerned that if they show you data for a tiny group — say, one or two users from a specific city who visited a certain page — you might be able to piece together their real-world identity.

While this is great for user privacy, it can be a headache for marketers and analysts who need precise numbers. You might see “(not set)” values where there should be data, or entire rows might disappear from your report, leading to incomplete or confusing insights.

Why Does Data Thresholding Happen?

Data thresholding is most often triggered when two key conditions are met in your GA4 property:

  1. You have Google Signals activated.
  2. Your report is based on a small number of users.

Let's break down what that actually means for your data.

Free PDF Guide

AI for Data Analysis Crash Course

Learn how to get AI to do data analysis for you — the best tools, prompts, and workflows to go from raw data to insights without writing a single line of code.

What Are Google Signals?

Google Signals is a feature in GA4 that collects data from users who are signed into their Google accounts and have Ads Personalization turned on. Activating it unlocks powerful features, including cross-device tracking, remarketing lists, and demographic and interest reporting.

When you enable Google Signals, you get a much richer understanding of your audience. You can see how a user who first discovers you on their phone during their morning commute later makes a purchase on their desktop computer at home. This is incredibly valuable, but it also provides Google with highly specific, personally identifiable information (PII). To comply with privacy regulations like GDPR and CCPA, Google applies data thresholding to protect the identity of these signed-in users.

The Role of Your Reporting Identity

The core of this issue lies in your GA4 property's "Reporting Identity." This setting tells Google Analytics how to identify and de-duplicate users across different sessions and devices. You can find it under Admin > Data Display > Reporting Identity.

You have a few options to choose from:

  • Blended (Default): This is the most comprehensive option. It uses a hierarchy of methods to identify users:

Because this model includes Google Signals, it is the most likely to experience data thresholding.

  • Observed: Similar to Blended but does not include modeled data. It still uses Google Signals and is therefore also subject to thresholding.
  • Device-based: This is the simplest model. It only relies on the device ID (cookies) to identify users. It doesn't use Google Signals or User-ID for de-duplication.

Whenever you use a reporting identity that includes Google Signals (Blended or Observed), GA4 will be on the lookout for small user counts and apply thresholding to protect privacy.

How to See Your Full Data: 4 Practical Solutions

Having data hidden is frustrating, especially when you need to report on niche campaigns or analyze specific user segments. Fortunately, you have a few ways to work around it and reveal the full picture.

GraphedGraphed

Your AI Data Analyst to Create Live Dashboards

Connect your data sources and let AI build beautiful, real-time dashboards for you in seconds.

Watch Graphed demo video

1. Change Your Reporting Identity (The Best Fix)

The most effective way to remove data thresholding is to switch your property's reporting identity to Device-based. This tells GA4 to stop using Google Signals for your standard reports, which in turn removes the primary trigger for thresholding.

Here’s how to do it:

  1. Go to the Admin section of your Google Analytics 4 property (the gear icon in the bottom-left).
  2. Under the "Property" column, click on Data Display > Reporting Identity.
  3. Select the Device-based option.
  4. Click Save.
**Note:** This change is not retroactive. It will only apply to your reports moving forward. The trade-off is that you will lose the cross-device tracking capabilities of Google Signals in your standard reports. However, your demographic reporting and audience lists for Google Ads will still work, as those features continue to leverage Signal data behind the scenes.

After switching, go back to your reports. The yellow triangle should be gone, and you should now be able to see all of your data, even for very small user counts.

2. Expand Your Date Range

If you only need a quick look and don't want to change property settings, a simple first step is to expand your date range. Thresholding is often triggered because there aren't enough users in a narrow timeframe (like a single day).

By widening the range to a full week, a month, or a quarter, you increase the total user count for your desired segment, which can often push it above the minimum threshold and reveal the hidden data.

3. Use More General Segments or Filters

Highly specific filters are a common cause of thresholding. If you're analyzing a report by drilling down to aspects like:

  • Source / Medium = google / cpc
  • AND Campaign = "summer-sale-2024"
  • AND Ad Group = "blue-widgets-cta"
  • AND City = "Springfield"

…you might easily end up with fewer than 50 users, triggering data privacy controls. Try removing the most granular filter (like "City" in this example) to see if that reveals the data.

Free PDF Guide

AI for Data Analysis Crash Course

Learn how to get AI to do data analysis for you — the best tools, prompts, and workflows to go from raw data to insights without writing a single line of code.

4. Export Your Data to Looker Studio or BigQuery

For more advanced users, exporting the raw data can bypass the thresholding applied within the GA4 interface.

Google has stated that data sent to BigQuery is the raw, un-thresholded event-level data. You can link your GA4 property to BigQuery for free and query your data there using SQL without any privacy limitations. This gives you complete control and access to every bit of your data, but it requires technical expertise to set up and analyze properly.

Connecting GA4 to Looker Studio can also sometimes help, though thresholding can still occur depending on the specific dimensions and metrics you're requesting.

Final Thoughts

That yellow triangle icon serves as an important reminder that in the age of data privacy, our access to user-level information is not unlimited. While Google's data thresholding is a necessary privacy feature, knowing how to work around it by adjusting your reporting identity or the scope of your reports ensures you can still get the accurate numbers you need to make smart decisions.

Dealing with platform-specific limitations like data thresholding is a great example of where modern analytics can become a time sink. Instead of focusing on insights, you end up wrestling with settings and exporting data just to answer a basic question. This is precisely why we built Graphed. By securely connecting directly to your tools like Google Analytics, we streamline the entire process. You can simply ask questions in plain English — like "How many users came from my summer sale campaign last month?" — and get instant, accurate dashboards without worrying about hidden rows or configuring settings.

Related Articles