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.
KeywordPlanAggregateMetrics
The aggregate metrics specification of the request.
KeywordPlanAggregateMetricType
Enums |
UNSPECIFIED |
Not specified. |
UNKNOWN |
The value is unknown in this version. |
DEVICE |
The device breakdown of aggregate search volume. |
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."],[[["Defines the structure for specifying aggregate metrics in a request using JSON."],["Introduces `KeywordPlanAggregateMetricType`, which outlines the available aggregate metrics for keyword planning."],["`KeywordPlanAggregateMetricType` currently includes options for device-based aggregate search volume analysis."]]],["The content defines `KeywordPlanAggregateMetricType`, which specifies aggregate metrics for keyword plans. It utilizes a JSON representation to define `aggregateMetricTypes`. These types are listed as an enumeration, including `UNSPECIFIED`, `UNKNOWN`, and `DEVICE`. The `DEVICE` enum breaks down aggregate search volume by device. The `aggregateMetricTypes[]` field is the list of aggregate metrics that can be retrieved, using the specified enum.\n"]]