SavedColumns
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 리소스에 대한 메소드 목록은 이 페이지의 하단에 나와 있습니다.
리소스 표현
저장된 열
{
"kind": "doubleclicksearch#savedColumn",
"savedColumnName": string,
"type": string
}
속성 이름 |
값 |
설명 |
참고 |
kind |
string |
이를 SavedColumn 리소스로 식별합니다. 값은 고정 문자열 doubleclicksearch#savedColumn 입니다. |
|
savedColumnName |
string |
저장된 열의 이름입니다. |
|
type |
string |
이 저장된 열에서 생성할 데이터의 유형입니다. |
|
메서드
- list
- 지정된 광고주에 대해 저장된 열 목록을 검색합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-20(UTC)
[null,null,["최종 업데이트: 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."]]