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.

PlacementStatus
JSON
{ "pluginId": "1c1b1953-dbfd-4a67-a648-fa2977e35236", "placedInSlot": false }
Did this help?