बोली कार्यनीति की स्थिति
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
बिडिंग की रणनीति की स्थिति से यह पता लगाया जा सकता है कि किसी समय पर, बिडिंग की रणनीति की स्थिति क्या है. ENABLED
के स्टेटस का मतलब है कि कोई समस्या नहीं है और रणनीति चालू है. अन्य वैल्यू से यह पता चल सकता है कि ऑटोमेटेड बिडिंग की रणनीति अब भी लर्निंग मोड में है या गलत तरीके से कॉन्फ़िगर की गई सेटिंग दिखा रही है.
स्टेटस कोड और उनके मतलब की पूरी सूची के लिए, bidding_strategy_system_status
पर जाएं.
कैंपेन की बिडिंग की रणनीति का स्टेटस देखना
एपीआई, स्टैंडर्ड और पोर्टफ़ोलियो बिडिंग की रणनीतियों, दोनों के लिए स्थिति दिखाता है. हालांकि, फ़िलहाल यह सिर्फ़ campaign
संसाधन पर दिखता है. इसलिए, पोर्टफ़ोलियो रणनीतियों की स्थिति देखने के लिए, उससे जुड़े किसी कैंपेन से क्वेरी करें.
बिडिंग की रणनीति का स्टेटस, कैंपेन एट्रिब्यूट होता है. इसे इस तरह की क्वेरी से फ़ेच किया जा सकता है. ध्यान दें कि क्वेरी में सही WHERE
क्लॉज़ जोड़कर, किसी खास bidding_strategy_system_status
वैल्यू पर फ़िल्टर किया जा सकता है.
SELECT
campaign.name,
campaign.status,
campaign.bidding_strategy_system_status
FROM campaign
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-26 (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"]]