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.
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
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
customerId- Endpoint
- https:/
/ mcp. getmcpads. com/ google-ads/ mcp
ParametersLink to this section
| 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 itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_video_upload",
"args": {
"customerId": "<string>",
"currency": "<string>",
"uploadId": "<string>"
}
}
}