# Google Ads

## **Setup**

1. Go to: `Settings → 3rd Party Sources → Cohort Export`
2. Click the ✎ icon next to **Google Ads**
3. Fill in the fields:
   * **Account ID** – your 10-digit Google Ads Customer ID (format: `123-456-7890`)

{% hint style="info" %}
**Where to find Google Ads Customer ID**

* Log in to [Google Ads](https://ads.google.com/home/)
* Look in the top-right corner of the interface next to your account name

For help finding your Customer ID, [see Google documentation](https://support.google.com/google-ads/answer/1704344).
{% endhint %}

4. Click `Sign in with Google` to authorize.

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

*To disable the integration, turn off the toggle.*

### **User Identifier**

Google Ads cohort export in devtodev uses only the **Advertising ID** to match users:

* For Android: **GAID** (Google Advertising ID)
* For iOS: **IDFA** (Identifier for Advertisers)

Make sure the [SDK is integrated properly](/integration/integration-of-sdk-v2/sdk-integration.md) and **Advertising ID** is available in the user profile before the cohort is exported.&#x20;

## How to prepare cohorts

Check out the **Tuning section** to learn [how to export the cohorts](/reports-and-functionality/project-related-reports-and-fuctionality/tuning.md#cohort-export).&#x20;


---

# 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.devtodev.com/3rd-party-sources/cohort-export/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.
