出價策略狀態
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
出價策略狀態指示的訊息有助您隨時掌握出價策略的狀態。ENABLED
狀態表示策略有效,且沒有任何問題。其他值則可指出自動出價策略是否仍在學習,或顯示設定錯誤。
如需完整的狀態碼清單及其意義,請參閱
bidding_strategy_system_status
。
讀取廣告活動的出價策略狀態
雖然 API 會顯示標準和組合出價策略的狀態,但目前只會顯示 campaign
資源的狀態,因此如要查看組合策略的狀態,必須查詢使用該策略的特定廣告活動。
出價策略的狀態是廣告活動屬性,可透過類似下列的查詢擷取。請注意,您可以在查詢中加入適當的 WHERE
子句,依特定 bidding_strategy_system_status
值進行篩選。
SELECT
campaign.name,
campaign.status,
campaign.bidding_strategy_system_status
FROM campaign
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-09-05 (世界標準時間)。
[null,null,["上次更新時間:2025-09-05 (世界標準時間)。"],[[["\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"]]