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.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["KeywordPlanDeviceSearches provides aggregated historical metrics for keyword plan keywords, segmented by device type."],["Metrics include the total searches for each device (MOBILE, TABLET, DESKTOP) over a specified time period."],["The data is presented as a JSON object containing an array of KeywordPlanDeviceSearches objects, each specifying the device and its corresponding search count."],["This information is only available when KeywordPlanAggregateMetricTypeEnum.DEVICE is set in the request."]]],["The provided content outlines the structure for aggregated keyword plan metrics, specifically focusing on device-based searches. `KeywordPlanDeviceSearches` details total searches per device, with `device` specifying the type (MOBILE, TABLET, DESKTOP) and `searchCount` representing the total number of searches. The data is structured within a JSON format, and the `deviceSearches` field in `KeywordPlanAggregateMetricResults` stores an array of `KeywordPlanDeviceSearches` objects.\n"]]