REST Resource: customLists
리소스: CustomList
맞춤 관심분야 또는 맞춤 의도 잠재고객 목록과 같은 맞춤 목록 항목을 설명합니다.
JSON 표현 |
{
"name": string,
"customListId": string,
"displayName": string
} |
필드 |
name |
string
출력 전용입니다. 맞춤 목록의 리소스 이름입니다.
|
customListId |
string (int64 format)
출력 전용입니다. 맞춤 목록의 고유 ID입니다. 시스템에서 할당합니다.
|
displayName |
string
출력 전용입니다. 맞춤 목록의 표시 이름입니다. .
|
메서드 |
|
맞춤 목록을 가져옵니다. |
|
맞춤 목록을 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-07(UTC)
[null,null,["최종 업데이트: 2024-11-07(UTC)"],[[["The CustomList resource represents custom entities like affinity or intent audience lists, defined by a unique ID, name, and display name."],["This resource can be managed through methods for retrieval (get) and listing (list), accessible via the provided API endpoints."],["The JSON representation of a CustomList includes fields for name, customListId (unique identifier), and displayName."]]],["The `CustomList` resource represents a custom entity like an audience list. It has a `name`, a system-assigned `customListId`, and a `displayName`. These fields are read-only. The resource offers two methods: `get`, which retrieves a specific custom list, and `list`, which retrieves a collection of custom lists. The `CustomList` data can be represented in a JSON format containing these three attributes.\n"]]