با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
اگر نیاز دارید از طریق یک پروکسی به Google Ads API متصل شوید، می توانید با تنظیم پیکربندی http_proxy در فایل google-ads.yaml خود این کار را انجام دهید:
# 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 به عنوان یک پروکسی مشخص کنید. از طرف دیگر، میتوانید تنظیمات پراکسی را بهصورت برنامهنویسی با استفاده از روشهای GoogleAdsClient پیکربندی کنید: load_from_dict ، load_from_env ، و load_from_string ، درست مانند سایر تنظیمات پیکربندی. به عنوان مثال:
تاریخ آخرین بهروزرسانی 2025-03-12 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-03-12 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]