--- v17/resources/offline_conversion_upload_client_summary.proto 2024-08-06 12:42:06.000000000 +0000 +++ v17-1/resources/offline_conversion_upload_client_summary.proto 2024-08-06 12:42:17.000000000 +0000 @@ -80,6 +79,12 @@ // Output only. Successful rate. double success_rate = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. Total count of pending uploaded events. + int64 pending_event_count = 11 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The ratio of total pending events to total events. + double pending_rate = 12 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. Date for the latest upload batch. The format is "yyyy-mm-dd // hh:mm:ss", and it's in the time zone of the Google Ads account. string last_upload_date_time = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -106,6 +111,9 @@ // Output only. Total count of failed event. int64 failed_count = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. Total count of pending uploaded event. + int64 pending_count = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Dimension key for summary. oneof dimension_key { // Output only. Dimension key for last N jobs.
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[],[]]