AI-generated Key Takeaways
-
This page documents the structure and properties of a saved column resource in the DoubleClick Search API.
-
Saved columns store data types and are represented by properties like
kind
,savedColumnName
, andtype
. -
Users can retrieve a list of saved columns for a specific advertiser using the provided method.
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.