Service メソッド
Search Ads 360 Reporting API のデザインは、従来の list
メソッドと get
メソッドの代わりに search
と searchStream,
という 2 つのカスタム メソッドを使用するため、従来の REST アーキテクチャとは異なります。これらのメソッドは REST URL で表現されます。これは、:
の HTTP マッピング規則を使用して、メソッド名を URL の残りの部分から分離したものです。
概要ページでは、Search Ads 360 Reporting API で使用されるメソッドについて説明します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-03 UTC。
[null,null,["最終更新日 2025-03-03 UTC。"],[[["The Search Ads 360 Reporting API uses custom methods (`search` and `searchStream`) instead of traditional REST methods (`list` and `get`)."],["These custom methods are distinguished in URLs by a colon separating the method name from the rest of the URL."],["The API's methods are further detailed on the Overview page linked in the content."]]],["The Search Ads 360 Reporting API employs `search` and `searchStream` methods instead of the standard REST `list` and `get`. These custom methods are integrated into REST URLs using a colon (`:`) as defined by the HTTP mapping convention. The methods utilized by the API are further detailed on the Overview page. The key action is the usage of these two custom search methods instead of traditional methods.\n"]]