สําหรับเมธอดเหล่านี้ API จะแสดงผลการดําเนินการยาวนาน ซึ่งคุณใช้เพื่อขอรายละเอียดเกี่ยวกับสถานะการดําเนินการแบบอะซิงโครนัสได้ เมื่อดําเนินการเสร็จแล้ว ระบบจะเติมข้อมูลในช่อง error และ response ใน Google Ads API การดําเนินการจะเติม response ด้วยค่า Empty เสมอ และค่า error จะระบุว่าเรียกรายการข้อผิดพลาดทั้งหมดจากการเรียก API อื่นได้
หากมีการส่งคืนรายการข้อผิดพลาดทั้งหมดซึ่งเป็นส่วนหนึ่งของการดําเนินการที่ใช้เวลานาน ข้อผิดพลาดนั้นอาจหายไปหากคุณไม่ติดตามผลความคืบหน้าแบบไม่พร้อมกัน และการตอบสนองอาจมีขนาดใหญ่กว่าที่คุณคาดได้จากคําขอการสํารวจที่เรียบง่าย ดังนั้นการดําเนินการที่ใช้เวลานานจะบ่งชี้ว่ามีข้อผิดพลาดเท่านั้นและการดึงข้อมูลข้อผิดพลาดที่เฉพาะเจาะจงที่คุณต้องใช้ปลายทาง API
[[["เข้าใจง่าย","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-03-29 UTC"],[[["The `ExperimentService` uses a different error reporting mechanism for its asynchronous operations like scheduling and promoting experiments."],["Asynchronous operations return a longrunning operation; check its `error` field to see if errors occurred during the operation."],["To retrieve the full list of errors for an asynchronous experiment operation, use the `ExperimentService.ListExperimentAsyncErrors` method with the experiment's resource name."],["Instead of including all errors in the initial response, this approach prevents potential data loss and keeps response sizes manageable."]]],[]]