--- v18/common/metrics.proto 2025-08-05 14:36:11.000000000 +0000 +++ v19/common/metrics.proto 2025-08-05 14:36:14.000000000 +0000 @@ -232,6 +232,10 @@ // Number of in-app actions. optional double biddable_app_post_install_conversions = 255; + // Participated in-app actions. The number of in app actions that come + // directly or indirectly from the campaign. + optional double biddable_cohort_app_post_install_conversions = 378; + // An indication on how other advertisers' Shopping ads for similar products // are performing based on how often people who see their ad click on it. optional double benchmark_ctr = 211; @@ -1224,6 +1228,20 @@ // The number of video views divided by number of impressions that can // potentially lead to video views for in shorts formats. optional double video_view_rate_shorts = 369; + + // All co-viewed impressions represent the total number of people who saw your + // ad. This includes people who are signed into their Google Account, as well + // as other people who are watching the same ad on a connected TV. This metric + // is only available for the Campaign resource with adjusted_age_range and + // adjusted_gender segments. These segmentations are mandatory to get the + // all coviewed impressions. + optional int64 coviewed_impressions = 380; + + // Primary impression is counted each time your ad is served. This metric is + // only available for the Campaign resource with adjusted_age_range and + // adjusted_gender segments. These segmentations are mandatory to get the + // primary impressions. + optional int64 primary_impressions = 381; } // Search volume range.
/common/metrics.proto
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[null,null,["最后更新时间 (UTC):2025-08-21。"],[],[],null,["# /common/metrics.proto\n\n```diff\n--- v18/common/metrics.proto 2025-08-05 14:36:11.000000000 +0000\n+++ v19/common/metrics.proto 2025-08-05 14:36:14.000000000 +0000\n@@ -232,6 +232,10 @@\n // Number of in-app actions.\n optional double biddable_app_post_install_conversions = 255;\n\n+ // Participated in-app actions. The number of in app actions that come\n+ // directly or indirectly from the campaign.\n+ optional double biddable_cohort_app_post_install_conversions = 378;\n+\n // An indication on how other advertisers' Shopping ads for similar products\n // are performing based on how often people who see their ad click on it.\n optional double benchmark_ctr = 211;\n@@ -1224,6 +1228,20 @@\n // The number of video views divided by number of impressions that can\n // potentially lead to video views for in shorts formats.\n optional double video_view_rate_shorts = 369;\n+\n+ // All co-viewed impressions represent the total number of people who saw your\n+ // ad. This includes people who are signed into their Google Account, as well\n+ // as other people who are watching the same ad on a connected TV. This metric\n+ // is only available for the Campaign resource with adjusted_age_range and\n+ // adjusted_gender segments. These segmentations are mandatory to get the\n+ // all coviewed impressions.\n+ optional int64 coviewed_impressions = 380;\n+\n+ // Primary impression is counted each time your ad is served. This metric is\n+ // only available for the Campaign resource with adjusted_age_range and\n+ // adjusted_gender segments. These segmentations are mandatory to get the\n+ // primary impressions.\n+ optional int64 primary_impressions = 381;\n }\n\n // Search volume range.\n```"]]