KeywordPlanAggregateMetricResults

키워드 계획 키워드에 대해 집계된 이전 측정항목입니다.

JSON 표현
{
  "deviceSearches": [
    {
      object (KeywordPlanDeviceSearches)
    }
  ]
}
입력란
deviceSearches[]

object (KeywordPlanDeviceSearches)

지정된 시간 동안 기기별로 분류된 모든 키워드의 검색 집계입니다. MOBILE, TABLET, DESKTOP 기기 유형을 지원합니다.

요청의 KeywordPlanAggregateMetricTypeEnum.DEVICE가 KeywordPlanAggregateMetrics 필드에 설정된 경우에만 설정됩니다.

KeywordPlanDeviceSearches

지정된 기간 동안 기기 유형에서 발생한 총 검색량입니다.

JSON 표현
{
  "device": enum (Device),
  "searchCount": string
}
입력란
device

enum (Device)

기기 유형입니다.

searchCount

string (int64 format)

기기에 대한 총 검색 수입니다.