SavedColumns
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-20。
[null,null,["最后更新时间 (UTC):2024-08-20。"],[[["\u003cp\u003eThis page documents the structure and properties of a saved column resource in the DoubleClick Search API.\u003c/p\u003e\n"],["\u003cp\u003eSaved columns store data types and are represented by properties like \u003ccode\u003ekind\u003c/code\u003e, \u003ccode\u003esavedColumnName\u003c/code\u003e, and \u003ccode\u003etype\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUsers can retrieve a list of saved columns for a specific advertiser using the provided method.\u003c/p\u003e\n"]]],["The document defines a \"SavedColumn\" resource with properties: `kind` (identifying the resource type), `savedColumnName` (the column's name), and `type` (the data type produced). A `list` method is available to retrieve saved columns for a specific advertiser. The `kind` property is fixed to \"doubleclicksearch#savedColumn\". The resource represents a column of saved data in an advertiser's DoubleClick Search account.\n"],null,["# SavedColumns\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\nA saved column\n\n```carbon\n{\n \"kind\": \"doubleclicksearch#savedColumn\",\n \"savedColumnName\": string,\n \"type\": string\n}\n```\n\n| Property name | Value | Description | Notes |\n|-------------------|----------|-----------------------------------------------------------------------------------------------------|-------|\n| `kind` | `string` | Identifies this as a SavedColumn resource. Value: the fixed string `doubleclicksearch#savedColumn`. | |\n| `savedColumnName` | `string` | The name of the saved column. | |\n| `type` | `string` | The type of data this saved column will produce. | |\n\nMethods\n-------\n\n[list](/search-ads/v2/reference/savedColumns/list)\n: Retrieve the list of saved columns for a specified advertiser."]]