หากต้องการพูดคุยและแสดงความคิดเห็นเกี่ยวกับผลิตภัณฑ์ของเรา โปรดเข้าร่วมช่อง Discord อย่างเป็นทางการของ Google Ads ในเซิร์ฟเวอร์ชุมชนการโฆษณาและการวัดผลของ Google
[[["เข้าใจง่าย","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-09-05 UTC"],[[["\u003cp\u003eCampaign budget performance statistics are retrieved using \u003ccode\u003ecampaign_budget\u003c/code\u003e metric fields in GAQL queries, aggregated by budget.\u003c/p\u003e\n"],["\u003cp\u003eSegmentation can result in multiple rows per budget, providing more granular performance data.\u003c/p\u003e\n"],["\u003cp\u003eThe provided example GAQL query demonstrates retrieving conversion performance for a specific campaign budget using its ID.\u003c/p\u003e\n"]]],[],null,["# Track Performance\n\nYou can retrieve the performance statistics for your campaign budgets by\nselecting metric fields of [`campaign_budget`](/google-ads/api/fields/v21/campaign_budget) in a\nGAQL query. By default all statistics are aggregated at the budget level, one\nrow per budget. If segment fields are used, you may get more than one row per\nbudget. See [segmentation](/google-ads/api/docs/concepts/retrieving-objects#segmentation) for\ndetails.\n\nThe following GAQL query retrieves conversion performance of a single budget,\nfiltering on its ID: \n\n```sql\nSELECT\n segments.conversion_action,\n metrics.value_per_conversion\nFROM campaign_budget\nWHERE campaign_budget.id = campaign_budget_id\n```"]]