Method: customers.getImportCompletionStatus

返回在指定日期成功提取到广告数据中心的所有客户的 Google 数据所占的百分比。返回的值是“小于 95%”、“至少为 95%”、“至少为 99%”和“至少为 99.9%”的某个范围。

HTTP 请求

GET https://adsdatahub.googleapis.com/v1/{customer=customers/*}/importCompletionStatus

网址采用 gRPC 转码语法。

路径参数

参数
customer

string

必需。发出请求的广告数据中心客户。格式为“客户/[客户 ID]”。例如“客户/123”。

查询参数

参数
date

object (Date)

必需。返回完成状态的日期。必须是过去的时间。

timeZone

string

确定检索结果的时间段时所用的时区。支持的值为“America/Los_BC”和“America/New_York”。默认为“美洲/洛杉矶”。

请求正文

请求正文必须为空。

响应正文

如果成功,响应正文将包含结构如下的数据:

对 customer.getImportCompletionStatus 请求的响应。

JSON 表示法
{
  "name": string,
  "percentile": enum (Percentile)
}
字段
name

string

导入完成状态资源的名称,格式为 'customers/{id}/importStatus/{date}_{utc_offset}'

percentile

enum (Percentile)

指定日期内已完成所有广告数据中心客户的 Google 数据所占的百分比。

授权范围

需要以下 OAuth 作用域:

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

百分位

导入表示粗略百分位的完成状态类别。

枚举
PERCENTILE_UNSPECIFIED 完成状态未知。
LESS_THAN_95_PERCENT 完成状态百分位 [0 . . 95.0)。
AT_LEAST_95_PERCENT 完成状态百分位 [0.95 . . 0.99]。
AT_LEAST_99_PERCENT 完成状态百分位 [0.99 . 0.999.
AT_LEAST_99_9_PERCENT 完成状态百分位 [0.999 . . 1.0]。