# Tracking Google Ads GCLID

By default, the **gclid** parameter is removed from the query parameters, so it won't be stored.\
\
To store the Google Ads click identifier **gclid** as a [Tag](/api/tags.md), you can use the [tracking UTM parameters](/useful-examples/tracking-utm-parameters.md) guide, by adding "gclid" to the tracked utms list.

To simply include gclid in the final tracked URL, **remove** it from **Settings → Tracking → Remove query params from the saved URL**

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


---

# 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://docs.uxwizz.com/useful-examples/tracking-google-ads-gclid.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.
