Accounts
Lists all Accounts to which the user has access.
Table Specific Information
Select
The Accounts table exposes every account the user has access to. The provider will use the GoogleAnalytics4 API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the provider.
- Name support the following operators: =
SELECT * FROM Accounts WHERE Name = 'accounts/54516992'
Columns
Name | Type | ReadOnly | Description |
CreateTime | Datetime | True |
Time the account was created. |
DisplayName | String | True |
display name for the account. |
Name | String | True |
Account name. |
RegionCode | String | True |
Country for the account. |
UpdateTime | Datetime | True |
Time the account was last modified. |