Shares
Retrieve a list of shares from component metadata in Adobe Analytics.
Columns
| Name | Type | IsDimension | IsMetric | DefaultDimension | DefaultMetric | Description |
| ShareId [KEY] | String | Unique identifier of the share. | ||||
| ComponentType | String | The type of the shared component. | ||||
| ComponentId | String | The identifier of the shared component. | ||||
| ImsOrgId | String | The IMS organization ID associated with the share. | ||||
| ShareToDisplayName | String | The display name of the entity the component is shared with. | ||||
| ShareToImsId | String | The IMS ID of the entity the component is shared with. | ||||
| ShareFromImsId | String | The IMS ID of the entity the component is shared from. | ||||
| ShareToId | Int | The identifier of the entity the component is shared with. | ||||
| ShareToType | String | The type of entity the component is shared with. | ||||
| ShareToLogin | String | The login of the entity the component is shared with. | ||||
| AccessLevel | String | The access level granted by the share, e.g. read, edit. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.
| Name | Type | Description |
| IncludeType | String | Include additional shares not owned by the user. Possible value: 'sharedTo' |
| UserId | Int | The user ID to return details for. Only admins may use this option. |