با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
منبع Storelayoutcluster فهرستی از محصولاتی را نشان میدهد که به صورت گروهی در صفحه فروشگاه Google Play for Work نمایش داده میشوند. هر صفحه می تواند تا 30 خوشه و هر خوشه می تواند تا 100 محصول داشته باشد.
اطلاعات نمایشی ارائه شده برای هر خوشه شامل نام بومی سازی شده خوشه، فهرستی از برنامه ها و قرارگیری خوشه در صفحه اصلی آن ( orderInPage ) است.
راهنمای طراحی چیدمان فروشگاه اطلاعاتی در مورد نحوه طراحی چیدمان فروشگاه از جمله نحوه ایجاد یک خوشه فروشگاهی دارد.
برای لیست روش های این منبع، انتهای این صفحه را ببینید.
بازنمایی منابع
تعریف خوشه فروشگاه Google Play مدیریت شده، لیستی از محصولات که به عنوان بخشی از صفحه فروشگاه نمایش داده می شود.
شناسه منحصر به فرد این خوشه. توسط سرور اختصاص داده شده است. غیر قابل تغییر یک بار اختصاص داده شده است.
kind
string
name[]
list
فهرست مرتب شده از رشته های محلی شده که نام این صفحه را می دهد. متن نمایش داده شده متنی است که به بهترین وجه با زبان کاربر مطابقت دارد، یا اگر مطابقت خوبی وجود نداشته باشد، اولین ورودی است. حداقل باید یک ورودی وجود داشته باشد.
name[]. locale
string
برچسب BCP47 برای یک منطقه. (به عنوان مثال "en-US"، "de").
name[]. text
string
متن در محلی مرتبط بومی شده است.
orderInPage
string
رشته (فقط US-ASCII) برای تعیین ترتیب این خوشه در عناصر صفحه اصلی استفاده می شود. عناصر صفحه به ترتیب واژگانی این فیلد مرتب شده اند. مقادیر تکراری مجاز هستند، اما ترتیب بین عناصر با ترتیب تکراری تعریف نشده است.
مقدار این فیلد هرگز برای کاربر قابل مشاهده نیست، فقط برای تعریف یک سفارش استفاده می شود. حداکثر طول 256 کاراکتر است.
productId[]
list
فهرست محصولات به ترتیبی که در خوشه نمایش داده می شوند. در یک خوشه نباید موارد تکراری وجود داشته باشد.
تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی."],[[["\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."]]