> For the complete documentation index, see [llms.txt](https://support.fibr.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.fibr.ai/integrations/integrate-google-ads/how-to-set-tracking-parameters-on-google-ads.md).

# How to set tracking parameters on Google Ads?

#### Requirements for valid configuration of ads       &#x20;

To ensure your ads sync correctly and can be used for Ads Personalization, your Google Ads **Tracking Template** must include **at least one** variable from below:

* {campaignid}
* {adgroupid}
* {keyword}
* {creative}

{% hint style="info" %}
For the best results, Fibr recommends including *all* of the above variables in your Tracking Template. This ensures full compatibility and maximizes the accuracy and depth of Ad Personalization.
{% endhint %}

**Recommended Tracking Template:**&#x20;

*{lpurl}?utm\_source={network}\&utm\_medium=cpc\&utm\_campaign={campaignid}\&utm\_adgroup={adgroupid}\&utm\_content={creative}\&utm\_term={keyword}*

**Sample Valid Tracking Templates:**

* *{lpurl}?utm\_campaign={campaignid}\&utm\_adgroup={adgroupid}\&utm\_content={creative}\&utm\_term={keyword}*
* *{lpurl}?utm\_adgroup={adgroupid}\&utm\_content={creative}\&utm\_term={keyword}*
* *{lpurl}?camaign\_name={campaignid}\&adgroupname={adgroupid}*
* *{lpurl}?utm\_campaign={campaignid}\&utm\_term={keyword}*

#### Steps to fix your tracking template

* **Step 1:** Open your **Google Ads** account.
* **Step 2:** Navigate to **Admin** (located at the bottom of the left-hand menu) and select **Account Settings**.

<figure><img src="/files/peLj5MoQfCgt4MJQ061s" alt="" width="265"><figcaption></figcaption></figure>

* **Step 3:** Expand the **Tracking** section.

<figure><img src="/files/qVlKRc8hY2b5iew60Vv7" alt="" width="563"><figcaption></figcaption></figure>

* **Step 4:** Add the required tracking template, then **Save** your changes.

{% hint style="warning" %}
Avoid using third-party tools that generate dynamic tracking templates. If such a tool is currently active, disable it to ensure Fibr can read your URL parameters correctly and use your ads for personalization.
{% endhint %}

&#x20;   &#x20;


---

# 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://support.fibr.ai/integrations/integrate-google-ads/how-to-set-tracking-parameters-on-google-ads.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.
