SavedColumns
Stay organized with collections
Save and categorize content based on your preferences.
For a list of methods for this resource, see the end of this page.
Resource representations
A saved column
{
"kind": "doubleclicksearch#savedColumn",
"savedColumnName": string,
"type": string
}
Property name |
Value |
Description |
Notes |
kind |
string |
Identifies this as a SavedColumn resource. Value: the fixed string doubleclicksearch#savedColumn . |
|
savedColumnName |
string |
The name of the saved column. |
|
type |
string |
The type of data this saved column will produce. |
|
Methods
- list
- Retrieve the list of saved columns for a specified advertiser.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["\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."]]