# google_ads_get_video_upload

> Read the processing state and YouTube video ID of one Google Ads upload in the selected customer. One of 45 Google Ads tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Google Ads](https://www.getmcpads.com/docs/sources/google-ads)

Read the processing state and YouTube video ID of one Google Ads upload in the selected customer. Use only the returned videoId after state=PROCESSED. This is a read; it does not upload again.

|  |  |
| --- | --- |
| Source | [Google Ads](https://www.getmcpads.com/docs/sources/google-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `customerId` |
| Endpoint | https://mcp.getmcpads.com/google-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `customerId` | string | Required | Google Ads customer ID, without hyphens. |
| `currency` | string | Required | Actual customer currency, verified before reading the upload. |
| `uploadId` | string | Required | Numeric upload ID returned by google_ads_upload_video. |
| `loginCustomerId` | string | Optional | Optional MCC manager ID; defaults to the configured manager. |
| `testAccountOnly` | boolean | Optional | Require customer.test_account=true; enable for sandbox checks. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "google_ads_get_video_upload",
    "args": {
      "customerId": "<string>",
      "currency": "<string>",
      "uploadId": "<string>"
    }
  }
}
```

- [Google Ads metrics](https://www.getmcpads.com/docs/sources/google-ads/metrics): What you can ask for.
- [Google Ads dimensions](https://www.getmcpads.com/docs/sources/google-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/google-ads/tools/google_ads_get_video_upload
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
