> For the complete documentation index, see [llms.txt](https://docs.edgetag.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgetag.io/channels/google-analytics-4/configuration.md).

# Configuration

Now that the basic onboarding is complete, let's review all fields in the form and how to use them. The Measurement ID and API Secret were already filled in during the basic onboarding so that we will skip those two.

<figure><img src="/files/q6RTTDjM8yD21tTF7Xzd" alt=""><figcaption></figcaption></figure>

### Debug Mode

Enable this option if you want to send test events to validate the connection.

To view the events in the Google Analytics dashboard. Please follow the steps below

1. Click on Admin (gear icon) in the bottom left
2. Select Debug View under the Data display section

<figure><img src="/files/Df1c1ZxKvoFID7khC1j1" alt=""><figcaption></figcaption></figure>

3. Start firing some events, and you will see the events appear in the list. You can also view the payloads of the events.

<figure><img src="/files/J4KKHFXxN0rAWmbYAd9e" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Make sure to disable debug view once you are fine with sending actual events.
{% endhint %}

### Skip Consent

Enabling Skip Consent ensures that we don't set the Google consent states on EdgeTag. It would be upon you to handle Google consent. This would be a helpful option if you are also managing Google integration in another place, so that both EdgeTag and other sources will not initialise and update Google consent states, which can result in incorrect consent data.


---

# 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:

```
GET https://docs.edgetag.io/channels/google-analytics-4/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
