SavedColumns
Bu kaynağa yönelik yöntem listesi için bu sayfanın sonuna bakın.
Kaynak temsilleri
Kayıtlı bir sütun
{
"kind": "doubleclicksearch#savedColumn",
"savedColumnName": string,
"type": string
}
Mülk adı |
Değer |
Açıklama |
Notlar |
kind |
string |
Bunu bir SavedColumn kaynağı olarak tanımlar. Değer: sabit doubleclicksearch#savedColumn dizesi. |
|
savedColumnName |
string |
Kaydedilen sütunun adı. |
|
type |
string |
Bu kaydedilen sütunun üreteceği verilerin türü. |
|
Yöntemler
- list
- Belirli bir reklamverenin kaydedilen sütunlarının listesini alın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-20 UTC.
[null,null,["Son güncelleme tarihi: 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"]]