SavedColumns: list
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
检索指定广告客户的已保存列的列表。
立即试用。
请求
HTTP 请求
GET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns
参数
参数名称 |
值 |
说明 |
路径参数 |
advertiserId |
long |
广告客户的 DS ID。
|
agencyId |
long |
代理机构的 DS ID。
|
授权
此请求需要获得以下范围的授权:
范围 |
https://www.googleapis.com/auth/doubleclicksearch |
如需了解详情,请参阅身份验证和授权页面。
请求正文
使用此方法时请勿提供请求正文。
响应
如果成功,此方法将返回采用以下结构的响应正文:
{
"kind": "doubleclicksearch#savedColumnList",
"items": [
savedColumns Resource
]
}
属性名称 |
值 |
说明 |
备注 |
kind |
string |
将此标识为 SavedColumnList 资源。值:固定字符串 doubleclicksearch#savedColumnList 。 |
|
items[] |
list |
请求的已保存列。 |
|
试试看!
请使用下面的 API Explorer 针对实际数据调用此方法并查看响应。
或者,您也可以尝试
独立广告
Explorer。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eRetrieve a list of saved columns for a specific advertiser using the provided endpoint and required authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires agency and advertiser IDs as path parameters and does not include a request body.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses will contain a list of saved columns along with resource kind information in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is necessary using the \u003ccode\u003ehttps://www.googleapis.com/auth/doubleclicksearch\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eUsers can test the API using the provided APIs Explorer or a standalone explorer link.\u003c/p\u003e\n"]]],["This API endpoint retrieves a list of saved columns for a specific advertiser. It requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope. A `GET` request is sent to `https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns`, specifying the `agencyId` and `advertiserId` in the path. A successful response returns a `savedColumnList` resource containing an array of `savedColumns`. No request body is needed.\n"],null,["# SavedColumns: list\n\n| **Note:** Requires [authorization](#auth).\n\nRetrieve the list of saved columns for a specified advertiser.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|--------|--------------------------|\n| **Path parameters** |||\n| `advertiserId` | `long` | DS ID of the advertiser. |\n| `agencyId` | `long` | DS ID of the agency. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/doubleclicksearch` |\n\nFor more information, see the [authentication and authorization](/search-ads/v2/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```objective-c\n{\n \"kind\": \"doubleclicksearch#savedColumnList\",\n \"items\": [\n savedColumns Resource\n ]\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------|----------|-------------------------------------------------------------------------------------------------------------|-------|\n| `kind` | `string` | Identifies this as a SavedColumnList resource. Value: the fixed string `doubleclicksearch#savedColumnList`. | |\n| `items[]` | `list` | The saved columns being requested. | |\n\nTry it!\n-------\n\n\nUse the APIs Explorer below to call this method on live data and see the response.\nAlternatively, try the\n[standalone\nExplorer](https://developers.google.com/apis-explorer/#p/doubleclicksearch/v2/doubleclicksearch.savedColumns.list)."]]