> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/troubleshooting/debugging-events-and-connectors/google-analytics-4/google-analytics-4-essential-mode-data-not-visible.md).

# Google Analytics 4 Essential Mode Data not visible

## What is the Problem? <a href="#googleanalytics4essentialmodedatanotvisible-whatistheproblem" id="googleanalytics4essentialmodedatanotvisible-whatistheproblem"></a>

When Google Analytics 4 is configured in Essential Mode, users may encounter an issue where they don’t see the Data of Essential Mode Tags in the according GA4 Reports - though data streams from consented users appear in preview and debug.

## What is the Solution? <a href="#googleanalytics4essentialmodedatanotvisible-whatisthesolution" id="googleanalytics4essentialmodedatanotvisible-whatisthesolution"></a>

With the Essential Mode turned on, the "Google Consent Status \[gcs]" default setting in the Tag is “no consent”. This results in the corresponding query parameter value being set as G110, indicating no consent for that specific purpose.

<figure><img src="https://docs.jentis.com/__attachments/804913153/image-20230905-143418.png?inst-v=51858fdf-3184-45e9-9143-a0a09c4239be" alt=""><figcaption></figcaption></figure>

To resolve the problem of Google Analytics 4 Essential Mode not being visible, follow these steps:

1. **Edit "Google Consent Status gcs" Field:** In the Tags' section, find the "Google Consent Status gcs" field, which is causing the problem.
2. **Set Static Value G111 for “Consent Given”:** Modify the "Google Consent Status gcs" field to have a static value of G111, indicating consent given for this Datastream.
3. **Save Changes & Publish:** After setting the value to G111, save the changes\&publish to update the configuration. It is always adiced to first check your configuration in the preview, before publishing it to the live webiste.

Once you've completed these steps, Google Analytics 4 will process the data with the consent given (G111), and the Essential Mode data streams should become visible in the reports, resolving the issue.

## Summary <a href="#googleanalytics4essentialmodedatanotvisible-summary" id="googleanalytics4essentialmodedatanotvisible-summary"></a>

The issue of Google Analytics 4 Essential Mode not being visible is caused by the default setting of "Google Consent Status gcs" being set to "no consent" (value G110). To resolve this issue, navigate to your Tag settings and modify the "Google Consent Status gcs" field to have a static value of G111, indicating consent given. After saving these changes, Google Analytics 4 will process the data correctly, and the data streams will once again be visible in your reports.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.jentis.com/troubleshooting/debugging-events-and-connectors/google-analytics-4/google-analytics-4-essential-mode-data-not-visible.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
