Storelayoutpages

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 page, made of a localized name and links to other pages. A page also contains clusters defined as a subcollection.
Deprecated
The managed Google Play Store homepage shows all apps listed in the Devices policy.
If IT admins want to customize the homepage layout, they can organize apps into collections in the managed Google Play iframe.

{
  "kind": "androidenterprise#storePage",
  "id": string,
  "name": [
    {
      "locale": string,
      "text": string
    }
  ],
  "link": [
    string
  ]
}
Property name Value Description Notes
id string Unique ID of this page. 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.

Methods

delete
Deletes a store page.

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

Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.
insert
Inserts a new store 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 pages in the store.

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

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