プロキシ経由で 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
[[["わかりやすい","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."]]],[]]