Storelayoutpages
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Storelayoutpages 리소스는 기업의 Google Play for Work 스토어의 단일 페이지를 나타냅니다. 각 페이지에는 최대 30개의 스토어 클러스터(관련 제품 그룹)가 있을 수 있으며 스토어에는 최대 100개의 페이지가 있을 수 있습니다.
각 페이지에 대해 제공되는 표시 정보에는 페이지의 현지화된 이름과 스토어 내 다른 페이지로 연결되는 링크가 포함되며, 이러한 페이지는 페이지 상단에 빠른 링크로 표시됩니다. 매장마다 지정된 홈페이지가 있어야 하며, 이는 Enterprise 리소스의 Enterprises.setStoreLayout 메서드를 사용하여 설정합니다. 홈페이지에는 스토어의 다른 모든 페이지로 연결되는 링크가 포함되어야 합니다.
스토어 레이아웃 디자인 가이드에는 스토어 페이지를 만드는 방법을 포함하여 스토어 레이아웃을 디자인하는 방법에 관한 정보가 포함되어 있습니다.
이 리소스에 대한 메소드 목록은 이 페이지의 하단에 나와 있습니다.
리소스 표현
현지화된 이름과 다른 페이지로 연결되는 링크로 구성된 관리 Google Play 스토어 페이지의 정의입니다. 페이지에는 하위 컬렉션으로 정의된 클러스터도 포함되어 있습니다.
{
"kind": "androidenterprise#storePage",
"id": string,
"name": [
{
"locale": string,
"text": string
}
],
"link": [
string
]
}
속성 이름 |
값 |
설명 |
참고 |
id |
string |
이 페이지의 고유 ID입니다. 서버에서 할당됩니다. 할당된 후에는 변경할 수 없습니다. |
|
kind |
string |
|
|
link[] |
list |
사용자가 이 페이지에서 도달할 수 있어야 하는 페이지의 순서가 지정된 목록입니다. 목록에 이 페이지를 포함할 수 없습니다. 페이지 간에 링크를 추가하기 전에 먼저 기본 페이지를 만드는 것이 좋습니다.
API는 페이지의 존재 또는 페이지에 연결할 수 있는지 확인하지 않습니다. |
|
name[] |
list |
이 페이지의 이름을 제공하는 현지화된 문자열의 순서가 지정된 목록입니다. 표시되는 텍스트는 사용자 언어와 가장 일치하는 텍스트이거나 일치하는 항목이 없는 경우 첫 번째 항목입니다. 항목이 하나 이상 있어야 합니다. |
|
name[].locale |
string |
언어의 BCP47 태그입니다. (예: 'en-US', 'de') |
|
name[].text |
string |
관련 언어로 현지화된 텍스트입니다. |
|
메서드
- 삭제
- 스토어 페이지를 삭제합니다.
- get
- 스토어 페이지의 세부정보를 검색합니다.
- insert
- 새 스토어 페이지를 삽입합니다.
- list
- 스토어의 모든 페이지 세부정보를 검색합니다.
- 업데이트
- 스토어 페이지의 콘텐츠를 업데이트합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-13(UTC)
[null,null,["최종 업데이트: 2024-09-13(UTC)"],[[["\u003cp\u003eA Storelayoutpages resource represents a single page within a Google Play for Work store, which can contain up to 30 store clusters and link to other pages.\u003c/p\u003e\n"],["\u003cp\u003eEach store must have a designated homepage, accessible via the Enterprises.setStoreLayout method, that links to all other store pages for navigation.\u003c/p\u003e\n"],["\u003cp\u003ePages are identified by unique IDs, display localized names, and include links to other relevant pages within the store structure.\u003c/p\u003e\n"],["\u003cp\u003eStorelayoutpages resources can be managed using methods like insert, delete, get, list, and update to control their content and organization.\u003c/p\u003e\n"]]],[],null,["# Storelayoutpages\n\n\u003cbr /\u003e\n\nA Storelayoutpages resource represents a single page of the enterprise's Google Play for Work store. Each page can have up to 30 [store clusters](/android/work/play/emm-api/v1/storelayoutclusters) (groups of related products), and the store can have up to 100 pages.\n\nThe display information provided for each page includes the page's localized name and links to other pages in the store, which are displayed as quick links at the top of the page. Each store must have one designated homepage, which you set using the [Enterprises.setStoreLayout](/android/work/play/emm-api/v1/enterprises/setStoreLayout) method of the Enterprises resource. The homepage should include links to all the other pages in the store.\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 page.\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 page, made of a localized name and links to other pages. A page also contains clusters defined as a subcollection.\n\n```text\n{\n \"kind\": \"androidenterprise#storePage\",\n \"id\": string,\n \"name\": [\n {\n \"locale\": string,\n \"text\": string\n }\n ],\n \"link\": [\n string\n ]\n}\n```\n\n| Property name | Value | Description | Notes |\n|-----------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `id` | `string` | Unique ID of this page. Assigned by the server. Immutable once assigned. | |\n| `kind` | `string` | | |\n| `link[]` | `list` | Ordered list of pages a user should be able to reach from this page. The list can't include this page. It is recommended that the basic pages are created first, before adding the links between pages. The API doesn't verify that the pages exist or the pages are reachable. | |\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\nMethods\n-------\n\n[delete](/android/work/play/emm-api/v1/storelayoutpages/delete)\n: Deletes a store page.\n\n[get](/android/work/play/emm-api/v1/storelayoutpages/get)\n: Retrieves details of a store page.\n\n[insert](/android/work/play/emm-api/v1/storelayoutpages/insert)\n: Inserts a new store page.\n\n[list](/android/work/play/emm-api/v1/storelayoutpages/list)\n: Retrieves the details of all pages in the store.\n\n[update](/android/work/play/emm-api/v1/storelayoutpages/update)\n: Updates the content of a store page."]]