Accounts
Lists all Accounts to which the user has access.
ビュー固有の情報
Select
Accounts テーブルは、ユーザーがアクセスできるすべてのアカウントを公開します。 プロバイダーは GoogleAnalytics4 API を使用して、Name カラムで構築された WHERE 句条件を処理します。このカラムは = 演算子をサポートします。
次のクエリはサーバーサイドで処理されます。
SELECT * FROM Accounts WHERE Name = 'accounts/54516992'
その他のフィルタはクライアントサイドでプロバイダー内部で処理されます。
Columns
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| CreateTime | Datetime | Time the account was created. | |||
| DisplayName | String | display name for the account. | |||
| Name [KEY] | String | Account name. | |||
| RegionCode | String | Country for the account. | |||
| UpdateTime | Datetime | Time the account was last modified. | |||
| Deleted | Boolean | Indicates whether this Account is soft-deleted or not. |