Storelayoutclusters

  • A Storelayoutclusters resource represents a list of products displayed together as a group on a Google Play for Work store page.

  • Each page can have up to 30 clusters, and each cluster can have up to 100 products.

  • The display information for each cluster includes its localized name, a list of apps, and its placement within its parent page.

  • Methods available for Storelayoutclusters include delete, get, insert, list, and update.

A Storelayoutclusters resource represents a list of products displayed together as a group on aGoogle Play for Work store page. Each page can have up to 30 clusters, and each cluster can have up to 100 products.

The 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).

TheStore Layout Design guide has information on how to design a store layout, including how to create a store cluster.

For a list ofmethods for this resource, see the end of this page.

Resource representations

Definition of a managed Google Play store cluster, a list of products displayed as part of a store page.

{  "kind": "androidenterprise#storeCluster",  "id":string,  "name": [    {      "locale":string,      "text":string    }  ],  "productId": [string  ],  "orderInPage":string}
Property nameValueDescriptionNotes
idstringUnique ID of this cluster. Assigned by the server. Immutable once assigned.
kindstring
name[]listOrdered 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.
name[].localestringThe BCP47 tag for a locale. (e.g. "en-US", "de").
name[].textstringThe text localized in the associated locale.
orderInPagestringString (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.
productId[]listList of products in the order they are displayed in the cluster. There should not be duplicates within a cluster.

Methods

delete
Deletes a cluster.
get
Retrieves details of a cluster.
insert
Inserts a new cluster in a page.
list
Retrieves the details of all clusters on the specified page.
update
Updates a cluster.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.