--- 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.
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-29 UTC.
[null,null,["Последнее обновление: 2024-10-29 UTC."],[],[]]