Storelayoutclusters

This item has been deprecated.
New integrations cannot use this method and can refer to our new recommendations.

For a list of methods 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 name Value Description Notes
id string Unique ID of this cluster. Assigned by the server. Immutable once assigned.
kind string
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.
name[].locale string The BCP47 tag for a locale. (e.g. "en-US", "de").
name[].text string The text localized in the associated locale.
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.
productId[] list List of products in the order they are displayed in the cluster. There should not be duplicates within a cluster.

Methods

delete
Deletes a cluster.

Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.
get
Retrieves details of a cluster.

Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.
insert
Inserts a new cluster in a page.

Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.
list
Retrieves the details of all clusters on the specified page.

Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.
update
Updates a cluster.

Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.