קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הסטטוס של שיטת הבידינג מפנה את תשומת הלב שלכם אל המצב שלה בכל זמן נתון. סטטוס של ENABLED
מציין שיטת בידינג פעילה ללא בעיות. ערכים אחרים יכולים להצביע על כך ששיטת בידינג אוטומטית עדיין לומדת, או להציג הגדרות שגויות.
ה-API חושף את הסטטוס של שיטות בידינג רגילות וכוללות, אבל בשלב הזה הוא חשוף רק במשאב campaign. לכן, כדי לבדוק את הסטטוס של שיטות בידינג כוללות, צריך לשלוח שאילתה לקמפיין ספציפי שמשתמש בהן.
הסטטוס של שיטת בידינג הוא מאפיין של קמפיין, ואפשר לאחזר אותו באמצעות שאילתה שדומה לשאילתה הבאה. שימו לב שאפשר לסנן לפי bidding_strategy_system_status ערך ספציפי על ידי הוספת פסקה מתאימה של WHERE לשאילתה.
[[["התוכן קל להבנה","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\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"]]