קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אם צריך להתחבר ל-Google Ads API באמצעות שרת proxy, אפשר לעשות זאת באמצעות הגדרה
ההגדרה http_proxygoogle-ads.yaml
file:
# Proxy configuration################################################################################ Below you can specify an optional proxy configuration to be used by ## requests. If you don't have username and password, just specify host and ## port. ## #############################################################################http_proxy:INSERT_PROXY_HERE
לדוגמה, אפשר להגדיר את http://user:pass@localhost:8082 בתור שרת proxy.
לחלופין, אפשר לקבוע את הגדרת שרת ה-proxy באופן פרוגרמטי באמצעות
GoogleAdsClient אמצעי תשלום: load_from_dict, load_from_env ו
load_from_string, בדיוק כמו כל הגדרת תצורה אחרת. לדוגמה:
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2024-08-20 (שעון UTC)."],[[["Connect to the Google Ads API through a proxy by setting the `http_proxy` configuration in your `google-ads.yaml` file."],["Alternatively, configure the proxy programmatically using `GoogleAdsClient` methods like `load_from_dict`, accepting a dictionary with an `http_proxy` key."],["To use a proxy with the `load_from_env` method, set the `GOOGLE_ADS_HTTP_PROXY` environment variable."]]],[]]