Search Ads 360 Reporting API 的设计不同于传统的 REST 架构,因为它使用的是两个自定义方法(search
和 searchStream,
),而不是更传统的 list
和 get
方法。这些方法通过使用 :
的 HTTP 映射惯例来将方法名称与网址的其余部分分隔开来,以便在 REST 网址中表达这些方法。
服务方法
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-09-26。
[null,null,["最后更新时间 (UTC):2025-09-26。"],[],["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"]]