Skip to content
Get MCP AdsGet MCP Ads, home

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.

Kind
Read
Discovery
Reachable through search_tools and run_tool
Account parameter
customerId
Endpoint
https://mcp.getmcpads.com/google-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
customerIdstringRequiredGoogle Ads customer ID, without hyphens.
currencystringRequiredActual customer currency, verified before reading the upload.
uploadIdstringRequiredNumeric upload ID returned by google_ads_upload_video.
loginCustomerIdstringOptionalOptional MCC manager ID; defaults to the configured manager.
testAccountOnlybooleanOptionalRequire customer.test_account=true; enable for sandbox checks.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "google_ads_get_video_upload",
    "args": {
      "customerId": "<string>",
      "currency": "<string>",
      "uploadId": "<string>"
    }
  }
}
Esc

Type to search