สถานะกลยุทธ์การเสนอราคา
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สถานะของกลยุทธ์การเสนอราคา
ช่วยให้คุณทราบทันทีว่ากลยุทธ์การเสนอราคาทำงานเป็นอย่างไรในช่วงเวลาหนึ่งๆ สถานะ ENABLED
แสดงว่ากลยุทธ์ใช้งานอยู่โดยไม่มีปัญหา ค่าอื่นๆ อาจบ่งบอกว่ากลยุทธ์การเสนอราคาอัตโนมัติยังคงอยู่ในช่วงการเรียนรู้หรือมีการตั้งค่าที่ไม่ถูกต้อง
ดูรายการรหัสสถานะทั้งหมดและความหมายของรหัสเหล่านั้นได้ที่
bidding_strategy_system_status
อ่านสถานะกลยุทธ์การเสนอราคาของแคมเปญ
แม้ว่า API จะแสดงสถานะสําหรับทั้งกลยุทธ์การเสนอราคามาตรฐานและแบบพอร์ตโฟลิโอ
แต่ปัจจุบันจะแสดงเฉพาะในแหล่งข้อมูล campaign
ดังนั้นจึงต้องตรวจสอบสถานะของกลยุทธ์พอร์ตโฟลิโอโดยการค้นหาแคมเปญที่เฉพาะเจาะจง
ซึ่งใช้กลยุทธ์ดังกล่าว
สถานะของกลยุทธ์การเสนอราคาเป็นแอตทริบิวต์ของแคมเปญ และสามารถดึงข้อมูลได้ด้วย
การค้นหาที่คล้ายกับต่อไปนี้ โปรดทราบว่าคุณสามารถกรองตามbidding_strategy_system_status
ค่าที่เฉพาะเจาะจงได้โดยการเพิ่มWHERE
คําสั่งที่เหมาะสมลงในคําค้นหา
SELECT
campaign.name,
campaign.status,
campaign.bidding_strategy_system_status
FROM campaign
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-09-05 UTC
[null,null,["อัปเดตล่าสุด 2025-09-05 UTC"],[[["\u003cp\u003eA bidding strategy's status reflects its current state, such as \u003ccode\u003eENABLED\u003c/code\u003e for active or other values for learning or misconfiguration.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ebidding_strategy_system_status\u003c/code\u003e provides a comprehensive list of status codes and their meanings.\u003c/p\u003e\n"],["\u003cp\u003ePortfolio bidding strategies' status is accessed by querying a campaign using the strategy.\u003c/p\u003e\n"],["\u003cp\u003eA campaign's bidding strategy status can be retrieved through a query, which can be further filtered by specific \u003ccode\u003ebidding_strategy_system_status\u003c/code\u003e values.\u003c/p\u003e\n"]]],[],null,["# Bidding Strategy Status\n\nA [bidding strategy's status](//support.google.com/google-ads/answer/6263057)\ncalls attention to its state at any given point in time. A status of `ENABLED`\nindicates an active strategy without any issues. Other values can indicate\nwhether an automated bidding strategy is still learning or surface misconfigured\nsettings.\n\nConsult\n[`bidding_strategy_system_status`](/google-ads/api/fields/v21/campaign#campaign.bidding_strategy_system_status)\nfor the full list of status codes and their meaning.\n\nRead a campaign's bidding strategy status\n-----------------------------------------\n\nWhile the API exposes status for both standard and portfolio bidding strategies,\nit is currently only exposed on the [`campaign`](/google-ads/api/fields/v21/campaign) resource,\nso the status of portfolio strategies must be checked by querying a specific\ncampaign that uses it.\n\nA bidding strategy's status is a campaign attribute and can be fetched with a\nquery similar to the following. Note that you can filter on a specific\n`bidding_strategy_system_status` value by adding an appropriate `WHERE` clause\nto the query. \n\n SELECT\n campaign.name,\n campaign.status,\n campaign.bidding_strategy_system_status\n FROM campaign"]]