# Google Analytics

Google Analytics is an free analytics tools provided by Google. You can go [here](https://accounts.google.com/) to sign up using your google account.

Next, follow the steps below to configure Google Analytics on your site:&#x20;

**Step 1** Go to your admin page, and under **Tracking Info**, select **Tracking Code**&#x20;

![](/files/-MJ_0WLLTAe0ScdH1cfw)

**Step 2.** Copy the **Tracking ID** on your Google Analytics&#x20;

![](/files/-MJ_0uLm7Dj00KIGrAC9)

**Step 3**. Paste it on your **config.yml** file in your repository. You should create a field `google_analytics:` if the file does not have this.&#x20;

![](/files/-MJ_17Ua3Oci-VEE6Kgx)


---

# 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://v2.isomer.gov.sg/features/analytics-and-seo/google-analytics.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.
