「新規顧客の獲得」目標を
設定する Google API クライアント ライブラリ
説明しますこのガイドでは、Python Content API クライアントを
例ですが、これらのライブラリは、多くの一般的なプログラミング
一般的な API タスク(認証、リクエストの送信、
レスポンスの解析を行いますクライアント ライブラリの設定については、
他の言語については、README.mdgoogleads/googleads-shopping-samples
リポジトリをご覧ください。
Python 用 Google API クライアント ライブラリを設定するには、次の手順を完了します。
[[["わかりやすい","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-09-07 UTC。"],[[["The Merchant API is the new version of the Content API for Shopping and represents the future of product data integration."],["To use the Merchant API, you need to set up the Google API client libraries, which are available for various programming languages and simplify API interactions."],["Setup involves creating necessary directories, downloading service account credentials, configuring a `merchant-info.json` file, and adding the service account to your Merchant Center account."],["You'll need to clone the `googleads/googleads-shopping-samples` GitHub repo and install the required dependencies using `pip install -r requirements.txt`."]]],["The content details the setup for using the Google API client library with the new Merchant API beta, an evolution of the Content API for Shopping. Key steps include: creating directories for configuration and authentication files; downloading service account credentials (including generating a JSON private key); setting up `merchant-info.json` with Merchant Center ID and email; adding the service account as a Merchant Center user with Admin access; cloning or downloading the `googleads-shopping-samples` repository; and installing required Python dependencies via `pip`.\n"]]