Prueba el servidor de MCP para Google Analytics. Instala desde
GitHub y consulta el
anuncio para obtener más detalles.
MetricAggregation
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Representa la agregación de métricas.
Enumeradores |
METRIC_AGGREGATION_UNSPECIFIED |
Operador no especificado. |
TOTAL |
SUMA. |
MINIMUM |
Operador mínimo. |
MAXIMUM |
Operador máximo. |
COUNT |
Operador de recuento. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\u003cp\u003e\u003ccode\u003eMetricAggregation\u003c/code\u003e enums are used to represent different types of metric aggregations.\u003c/p\u003e\n"],["\u003cp\u003eThese enums include options for calculating the total sum, minimum, maximum, and count of metrics.\u003c/p\u003e\n"],["\u003cp\u003eA default \u003ccode\u003eUNSPECIFIED\u003c/code\u003e enum exists but should not be used.\u003c/p\u003e\n"]]],["The content defines an aggregation system for metrics, utilizing various operators. It specifies five distinct operators within an enumeration: `METRIC_AGGREGATION_UNSPECIFIED` for no specific operation, `TOTAL` to sum values, `MINIMUM` to find the lowest value, `MAXIMUM` to find the highest value, and `COUNT` to tally the number of values. This allows for different calculations on metrics, including totals, extremes, and quantities.\n"],null,["# MetricAggregation\n\nRepresents aggregation of metrics.\n\n| Enums ||\n|----------------------------------|-----------------------|\n| `METRIC_AGGREGATION_UNSPECIFIED` | Unspecified operator. |\n| `TOTAL` | SUM operator. |\n| `MINIMUM` | Minimum operator. |\n| `MAXIMUM` | Maximum operator. |\n| `COUNT` | Count operator. |"]]