Placement Status Object


The PlacementStatus object represents the status of your app's site plugins, indicating whether they are currently placed in a slot on the user's site.

Properties
pluginIdstringRead-onlyformat GUID

Plugin ID. This is a unique ID that is assigned to each plugin. You can view your plugin IDs in extensions in your app's dashboard.


placedInSlotbooleanRead-only

Whether the plugin placed in a slot on the user's site.

Did this help?