--- 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.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-22 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-22 (UTC)."],[],[]]