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)

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