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 uses the GoogleAnalytics4 API to process WHERE clause conditions built with the Name column, which supports the = operator.
The following query is processed server-side:
SELECT * FROM Accounts WHERE Name = 'accounts/54516992'The rest of the filter is executed client-side within the provider.
Columns
Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
CreateTime | Datetime | Time the account was created | |||
DisplayName | String | display name for the account | |||
Name | String | Account name | |||
RegionCode | String | Country for the account | |||
UpdateTime | Datetime | Time the account was last modified |