# Integration - Google Ads and Gmail

{% embed url="<https://youtu.be/FKt7lSV1mI8>" %}

To integrate Google Ads, first you need to create a project in the [**Google Cloud Console**](https://console.cloud.google.com/apis/credentials) and configure the OAuth 2.0 credentials.<br>

Follow the steps below:<br>

1\. Create a new project or select an existing one<br>

2\. Enable the Google Ads API<br>

3\. Configure the OAuth 2.0 credentials for a Web application

{% hint style="warning" %}
**Important:** In the OAuth settings, add **<https://redirect.sprinthub.app>** as an authorized redirect URL.\
If you already have Google Ads accounts connected, you will need to redo the integrations after updating the credentials.
{% endhint %}


---

# 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.sprinthub.com/en/topics/integration/integration-google-ads-and-gmail.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.
