Google Ads API では、1 つのリクエスト本文に複数のオペレーションをバンドルできるように、ほとんどのリソースに対してカスタムの mutate メソッドを定義しています。同様に、API からのバッチ読み取り(多くのオブジェクトを一度に取得)を有効にするため、API は SQL に似た Google 広告クエリ言語を使用したカスタム search メソッドを使用します。
一般的なメソッドのページでは、Google Ads 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"]],["最終更新日 2025-09-05 UTC。"],[],["The Google Ads API uses custom methods like `search` and `mutate` instead of standard REST methods (e.g., `list`, `get`). This is indicated in URLs by a `:` separator. `Mutate` enables batching multiple operations into one request, unlike standard `update`, which handles one campaign at a time. Similarly, `search` allows fetching multiple objects in a single request, utilizing a SQL-like query language. This deviates from REST conventions to facilitate efficient batch processing and querying.\n"],null,[]]