--- v20/common/metrics.proto 2025-08-05 14:39:39.000000000 +0000 +++ v21/common/metrics.proto 2025-08-05 14:39:46.000000000 +0000 @@ -376,6 +376,9 @@ // Cross-device conversions are already included in all_conversions. optional double cross_device_conversions = 173; + // The sum of the value of cross-device conversions. + optional double cross_device_conversions_value = 253; + // The sum of the value of cross-device conversions, in micros. optional int64 cross_device_conversions_value_micros = 312; @@ -1320,6 +1323,23 @@ // authorized customer. optional double cost_converted_currency_per_platform_comparable_conversion = 392; + + // The conversion value rule adjustment from biddable conversions in all + // conversion categories. + optional double value_adjustment = 398; + + // The conversion value rule adjustment from all conversions in all conversion + // categories. + optional double all_value_adjustment = 399; + + // Unique query intent cluster count for clicks. + optional int64 clicks_unique_query_clusters = 400; + + // Unique query intent cluster count for conversions. + optional int64 conversions_unique_query_clusters = 401; + + // Unique query intent cluster count for impressions. + optional int64 impressions_unique_query_clusters = 402; } // Search volume range.
/common/metrics.proto
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-08(UTC)