Method: customers.batchJobs.run

运行批量作业。

Operation.metadata 字段类型为 BatchJobMetadata。完成后,长时间运行的操作将不会包含错误或响应。请改用 batchJobs.listResults 获取作业结果。

抛出的错误列表:AuthenticationError AuthorizationError BatchJobError HeaderError InternalError QuotaError RequestError

HTTP 请求

POST https://googleads.googleapis.com/v16/{resourceName=customers/*/batchJobs/*}:run

网址采用 gRPC 转码语法。

路径参数

参数
resourceName

string

必需。要运行的 BatchJob 的资源名称。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 Operation 实例。

授权范围

需要以下 OAuth 作用域:

  • https://www.googleapis.com/auth/adwords

有关详情,请参阅 OAuth 2.0 概览