Storelayoutclusters
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Storelayoutclusters 리소스는 Google Play for Work 스토어 페이지에 그룹으로 함께 표시되는 제품 목록을 나타냅니다. 각 페이지에는 최대 30개의 클러스터가 있을 수 있고, 각 클러스터는 최대 100개의 제품을 포함할 수 있습니다.
각 클러스터에 대해 제공되는 디스플레이 정보에는 클러스터의 현지화된 이름, 앱 목록, 상위 페이지 내 클러스터 배치 (orderInPage
)가 포함됩니다.
스토어 레이아웃 디자인 가이드에는 스토어 클러스터를 만드는 방법을 포함하여 스토어 레이아웃을 디자인하는 방법에 관한 정보가 포함되어 있습니다.
이 리소스에 대한 메소드 목록은 이 페이지의 하단에 나와 있습니다.
리소스 표현
스토어 페이지의 일부로 표시되는 제품 목록인 관리 Google Play 스토어 클러스터의 정의
{
"kind": "androidenterprise#storeCluster",
"id": string,
"name": [
{
"locale": string,
"text": string
}
],
"productId": [
string
],
"orderInPage": string
}
속성 이름 |
값 |
설명 |
Notes |
id |
string |
이 클러스터의 고유 ID입니다. 서버에서 할당됩니다. 할당된 후에는 변경할 수 없습니다. |
|
kind |
string |
|
|
name[] |
list |
이 페이지의 이름을 제공하는 현지화된 문자열의 순서가 지정된 목록입니다. 표시되는 텍스트는 사용자 언어와 가장 일치하는 텍스트이거나 적절한 일치가 없는 경우 첫 번째 항목입니다. 항목이 하나 이상 있어야 합니다. |
|
name[].locale |
string |
언어의 BCP47 태그입니다. (예: 'en-US', 'de') |
|
name[].text |
string |
관련 언어로 현지화된 텍스트입니다. |
|
orderInPage |
string |
상위 페이지 요소 내에서 이 클러스터의 순서를 결정하는 데 사용되는 문자열 (US-ASCII만)입니다. 페이지 요소는 필드의 사전순으로 정렬됩니다. 중복된 값은 허용되지만, 중복된 값이 있는 요소 간의 순서는 정의되어 있지 않습니다.
이 필드의 값은 사용자에게 표시되지 않으며 순서를 정의하는 목적으로만 사용됩니다. 최대 길이는 256자(영문 기준)입니다. |
|
productId[] |
list |
클러스터에 표시된 순서대로 나열된 제품 목록입니다. 클러스터 내에 중복이 있어서는 안 됩니다. |
|
방법
- 삭제
- 클러스터를 삭제합니다.
- get
- 클러스터 세부정보를 검색합니다.
- insert
- 페이지에 새 클러스터를 삽입합니다.
- list
- 지정된 페이지의 모든 클러스터 세부정보를 검색합니다.
- 업데이트
- 클러스터를 업데이트합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-06-19(UTC)
[null,null,["최종 업데이트: 2024-06-19(UTC)"],[[["\u003cp\u003eStorelayoutclusters represent groups of products (up to 100) displayed on Google Play for Work store pages.\u003c/p\u003e\n"],["\u003cp\u003eEach store page can contain up to 30 clusters, organized by \u003ccode\u003eorderInPage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eClusters are defined by a localized name, a list of products (\u003ccode\u003eproductId\u003c/code\u003e), and their placement on the page.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage clusters using methods like insert, delete, update, get, and list to customize store layouts.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the Store Layout Design guide for creating effective store layouts and clusters.\u003c/p\u003e\n"]]],[],null,["# Storelayoutclusters\n\n\u003cbr /\u003e\n\nA Storelayoutclusters resource represents a list of products displayed together as a group on a [Google Play for Work store](/android/work/play/emm-api/v1/storelayoutpages) page. Each page can have up to 30 clusters, and each cluster can have up to 100 products.\n\nThe display information provided for each cluster includes the cluster's localized name, a list of apps, and the placement of the cluster within its parent page (`orderInPage`).\n\nThe [Store Layout Design](/android/work/play/emm-api/store-layout) guide has information on how to design a store layout, including how to create a store cluster.\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\nDefinition of a managed Google Play store cluster, a list of products displayed as part of a store page.\n\n```text\n{\n \"kind\": \"androidenterprise#storeCluster\",\n \"id\": string,\n \"name\": [\n {\n \"locale\": string,\n \"text\": string\n }\n ],\n \"productId\": [\n string\n ],\n \"orderInPage\": string\n}\n```\n\n| Property name | Value | Description | Notes |\n|-----------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `id` | `string` | Unique ID of this cluster. Assigned by the server. Immutable once assigned. | |\n| `kind` | `string` | | |\n| `name[]` | `list` | Ordered list of localized strings giving the name of this page. The text displayed is the one that best matches the user locale, or the first entry if there is no good match. There needs to be at least one entry. | |\n| name[].`locale` | `string` | The BCP47 tag for a locale. (e.g. \"en-US\", \"de\"). | |\n| name[].`text` | `string` | The text localized in the associated locale. | |\n| `orderInPage` | `string` | String (US-ASCII only) used to determine order of this cluster within the parent page's elements. Page elements are sorted in lexicographic order of this field. Duplicated values are allowed, but ordering between elements with duplicate order is undefined. The value of this field is never visible to a user, it is used solely for the purpose of defining an ordering. Maximum length is 256 characters. | |\n| `productId[]` | `list` | List of products in the order they are displayed in the cluster. There should not be duplicates within a cluster. | |\n\nMethods\n-------\n\n[delete](/android/work/play/emm-api/v1/storelayoutclusters/delete)\n: Deletes a cluster.\n\n[get](/android/work/play/emm-api/v1/storelayoutclusters/get)\n: Retrieves details of a cluster.\n\n[insert](/android/work/play/emm-api/v1/storelayoutclusters/insert)\n: Inserts a new cluster in a page.\n\n[list](/android/work/play/emm-api/v1/storelayoutclusters/list)\n: Retrieves the details of all clusters on the specified page.\n\n[update](/android/work/play/emm-api/v1/storelayoutclusters/update)\n: Updates a cluster."]]