# Google Ads (verified)

Google Ads, is an online advertising platform developed by Google, where advertisers bid to display brief advertisements, service offerings, product listings, and videos to web users.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add googleads

# Browse available tools
npx -y @smithery/cli@latest tool list googleads

# Get full schema for a tool
npx -y @smithery/cli@latest tool get googleads GOOGLEADS_ADD_OR_REMOVE_TO_CUSTOMER_LIST

# Call a tool
npx -y @smithery/cli@latest tool call googleads GOOGLEADS_ADD_OR_REMOVE_TO_CUSTOMER_LIST '{}'
```

## Direct MCP Connection

Endpoint: `https://googleads.run.tools`

## Tools (5)

- `GOOGLEADS_ADD_OR_REMOVE_TO_CUSTOMER_LIST` — AddOrRemoveToCustomerList Tool will add a contact to a customer list in Google Ads. Note: It takes 6 to 12 hours for ch…
- `GOOGLEADS_CREATE_CUSTOMER_LIST` — CreateCustomerList Tool will create a customer list in Google Ads.
- `GOOGLEADS_GET_CAMPAIGN_BY_ID` — GetCampaignById Tool will return details of a campaign in Google Ads.
- `GOOGLEADS_GET_CAMPAIGN_BY_NAME` — GetCampaignByName Tool will run a SQL GetCampaignByName in Google Ads.
- `GOOGLEADS_GET_CUSTOMER_LISTS` — GetCustomerLists Tool will list all customer lists in Google Ads.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get googleads <tool-name>
```
