SavedColumns
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Để biết danh sách các phương thức cho tài nguyên này, hãy xem ở cuối trang.
Biểu diễn tài nguyên
Một cột đã lưu
{
"kind": "doubleclicksearch#savedColumn",
"savedColumnName": string,
"type": string
}
Tên tài sản |
Giá trị |
Mô tả |
Ghi chú |
kind |
string |
Xác định tài nguyên này là tài nguyên SavedColumn. Giá trị: chuỗi cố định doubleclicksearch#savedColumn . |
|
savedColumnName |
string |
Tên của cột đã lưu. |
|
type |
string |
Loại dữ liệu mà cột đã lưu này sẽ tạo ra. |
|
Phương thức
- list
- Truy xuất danh sách các cột đã lưu cho một nhà quảng cáo được chỉ định.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-20 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-20 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."]]