KeywordPlanAggregateMetricResults

关键字方案关键字的汇总历史指标。

JSON 表示法
{
  "deviceSearches": [
    {
      object (KeywordPlanDeviceSearches)
    }
  ]
}
字段
deviceSearches[]

object (KeywordPlanDeviceSearches)

在指定时间内按设备细分的所有关键字的汇总搜索量。支持以下设备类型:MOBILE、TABLET、DESKTOP。

仅当请求的 KeywordPlanAggregateMetrics 字段中设置了 KeywordPlanAggregateMetricTypeEnum.DEVICE 时,才需要设置此字段。

KeywordPlanDeviceSearches

相应设备类型在指定时间段内的总搜索次数。

JSON 表示法
{
  "device": enum (Device),
  "searchCount": string
}
字段
device

enum (Device)

设备类型。

searchCount

string (int64 format)

该设备的搜索总数。