SavedColumns
Listę metod dla tego zasobu znajdziesz na końcu tej strony.
Reprezentacje zasobów
Zapisana kolumna
{
"kind": "doubleclicksearch#savedColumn",
"savedColumnName": string,
"type": string
}
Nazwa usługi |
Wartość |
Opis |
Uwagi |
kind |
string |
Identyfikuje go jako zasób SavedColumn. Wartość: ustalony ciąg znaków doubleclicksearch#savedColumn . |
|
savedColumnName |
string |
Nazwa zapisanej kolumny. |
|
type |
string |
Typ danych, które wygeneruje ta zapisana kolumna. |
|
Metody
- list
- Pobieranie listy zapisanych kolumn określonego reklamodawcy.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-20 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-20 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."]]],["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"]]