Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.

KeywordPlanAggregateMetricResults

The aggregated historical metrics for keyword plan keywords.

JSON representation
{
  "deviceSearches": [
    {
      object (KeywordPlanDeviceSearches)
    }
  ]
}
Fields
deviceSearches[]

object (KeywordPlanDeviceSearches)

The aggregate searches for all the keywords segmented by device for the specified time. Supports the following device types: MOBILE, TABLET, DESKTOP.

This is only set when KeywordPlanAggregateMetricTypeEnum.DEVICE is set in the KeywordPlanAggregateMetrics field in the request.

KeywordPlanDeviceSearches

The total searches for the device type during the specified time period.

JSON representation
{
  "device": enum (Device),
  "searchCount": string
}
Fields
device

enum (Device)

The device type.

searchCount

string (int64 format)

The total searches for the device.