# Schema Information

The schema for the GA4 integration in Daton contains the following fields:

* Daton fields (i.e.,`_daton_user_id`, `_daton_batch_runtime`, `_daton_batch_id`)
* Selected dimensions
* Selected metrics
* Start date
* End date

For instance,&#x20;

If a table is defined as per the following metrics and dimensions:&#x20;

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

The data will be stored incrementally based on Date in the warehouse as a table with the following fields:&#x20;

<table><thead><tr><th width="367.73728813559325">Field Name</th><th width="317">Data Type</th></tr></thead><tbody><tr><td>_daton_user_id</td><td>NUMERIC</td></tr><tr><td>_daton_batch_runtime</td><td>NUMERIC</td></tr><tr><td>_daton_batch_id</td><td>NUMERIC</td></tr><tr><td>source</td><td>STRING</td></tr><tr><td>sourceMedium</td><td>STRING</td></tr><tr><td>activeUsers</td><td>INTEGER</td></tr><tr><td>sessions</td><td>INTEGER</td></tr><tr><td>start_date</td><td>DATE</td></tr><tr><td>end_date</td><td>DATE</td></tr></tbody></table>

Where, the fields- `source`, `sourceMedium`, `activeUsers`, and `sessions` were defined in the custom table through metrics and dimensions, during the Daton integration.


---

# Agent Instructions: 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://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/analytics/ga4/schema-information.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.
