SavedColumns
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."],[[["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`, and `type`."],["Users can retrieve a list of saved columns for a specific advertiser using the provided method."]]],[]]