ส่งความคิดเห็น
/common/metrics.proto
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
--- 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.
ส่งความคิดเห็น
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-21 UTC
หากต้องการบอกให้เราทราบเพิ่มเติม
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-08-21 UTC"],[],[],null,["# /common/metrics.proto\n\n```diff\n--- v20/common/metrics.proto 2025-08-05 14:39:39.000000000 +0000\n+++ v21/common/metrics.proto 2025-08-05 14:39:46.000000000 +0000\n@@ -376,6 +376,9 @@\n // Cross-device conversions are already included in all_conversions.\n optional double cross_device_conversions = 173;\n\n+ // The sum of the value of cross-device conversions.\n+ optional double cross_device_conversions_value = 253;\n+\n // The sum of the value of cross-device conversions, in micros.\n optional int64 cross_device_conversions_value_micros = 312;\n\n@@ -1320,6 +1323,23 @@\n // authorized customer.\n optional double cost_converted_currency_per_platform_comparable_conversion =\n 392;\n+\n+ // The conversion value rule adjustment from biddable conversions in all\n+ // conversion categories.\n+ optional double value_adjustment = 398;\n+\n+ // The conversion value rule adjustment from all conversions in all conversion\n+ // categories.\n+ optional double all_value_adjustment = 399;\n+\n+ // Unique query intent cluster count for clicks.\n+ optional int64 clicks_unique_query_clusters = 400;\n+\n+ // Unique query intent cluster count for conversions.\n+ optional int64 conversions_unique_query_clusters = 401;\n+\n+ // Unique query intent cluster count for impressions.\n+ optional int64 impressions_unique_query_clusters = 402;\n }\n\n // Search volume range.\n```"]]