חשוב: אנחנו לא מקבלים יותר רישומים חדשים עבור Play EMM API.
מידע נוסף
Storelayoutpages
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב Storelayoutpages מייצג דף יחיד של חנות Google Play for Work של הארגון. כל דף יכול לכלול עד 30 אשכולות של מוצרים בחנות הפיזית (קבוצות של מוצרים קשורים), והחנות יכולה לכלול עד 100 דפים.
פרטי התצוגה שסופקו עבור כל דף כוללים את השם המותאם לשוק המקומי וקישורים לדפים אחרים בחנות. מידע זה מוצג כקישורים מהירים בראש הדף. לכל חנות צריך להיות דף בית ייעודי אחד, שמגדירים באמצעות השיטה Enterprises.setStoreLayout של המשאב Enterprises. דף הבית צריך לכלול קישורים לכל שאר הדפים בחנות.
המדריך לעיצוב פריסת החנות כולל מידע על עיצוב פריסת החנות, כולל יצירת דף חנות.
רשימה של ה-methods במשאב הזה מופיעה בסוף הדף.
ייצוגי משאבים
הגדרה של דף חנות מנוהל ב-Google Play, שמורכב משם שעבר התאמה לשוק המקומי ומקישורים לדפים אחרים. דף מכיל גם אשכולות שמוגדרים כאוסף משנה.
{
"kind": "androidenterprise#storePage",
"id": string,
"name": [
{
"locale": string,
"text": string
}
],
"link": [
string
]
}
שם הנכס |
ערך |
תיאור |
הערות |
id |
string |
המזהה הייחודי של הדף הזה. הוקצתה על ידי השרת. לא ניתן לשינוי אחרי ההקצאה. |
|
kind |
string |
|
|
link[] |
list |
רשימה ממוינת של דפים שאליהם המשתמש יכול להגיע מהדף הזה. לא ניתן לכלול את הדף הזה ברשימה. מומלץ ליצור קודם את הדפים הבסיסיים, לפני שמוסיפים את הקישורים בין הדפים.
ה-API לא מאמת שהדפים קיימים או שניתן להגיע אליהם. |
|
name[] |
list |
רשימה ממוינת של מחרוזות שהותאמו לשוק המקומי שכוללות את שם הדף הזה. הטקסט שמוצג הוא זה שמתאים ביותר ללוקאל של המשתמש, או הערך הראשון אם אין התאמה טובה. צריכה להיות רשומה אחת לפחות. |
|
name[].locale |
string |
תג BCP47 של לוקאל. (למשל: "en-US" , "de"). |
|
name[].text |
string |
הטקסט המותאם לשוק המקומי המשויך. |
|
שיטות
- מחיקה
- מוחק את דף החנות.
- הורדה
- מאחזר פרטים של דף חנות.
- הוספה
- הוספת דף חנות חדש.
- list
- מאחזר את הפרטים של כל הדפים בחנות.
- עדכון
- מעדכנת את התוכן של דף חנות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת 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."]]