# Google Ads

## Using the Erathos platform:

When selecting Google Ads as a new connector on the Erathos platform, you will need to authorize the connection by simply logging into the Google Ads account associated with your browser.

Just click on '**Authorize Google Ads**'.

Don't forget to click on **Save and close** to advance to the next steps of the integration.

With this connection created you can seemlessly move your Google Ads data to your BigQuery, Redshift or Postgres data-warehouse.

## What endpoints have metrics information?

In the Google Ads connection, all jobs with the `_stats` suffix contain performance metrics such as **CTA, CTR, spend, CPA**, and others.

These jobs are organized according to the Google Ads hierarchy, including levels such as **ad**, **ad group**, and **campaign**.

**Examples:**

* `campaign`
* `campaign_stats`
* `adgroup`
* `adgroup_stats`
* `ad_group_ad`
* `ad_group_ad_stats`


---

# 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.erathos.com/connectors/apis/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.
